Parent Directory
|
Revision Log
Fix test failure with perl-5.12 (Portage version: 2.2_rc95/cvs/Linux x86_64)
| 1 | nixnut | 1.9 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | tove | 1.1 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | tove | 1.10 | # $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Harness/Test-Harness-3.17.ebuild,v 1.9 2010/01/05 19:10:18 nixnut Exp $ |
| 4 | tove | 1.1 | |
| 5 | MODULE_AUTHOR=ANDYA | ||
| 6 | inherit perl-module | ||
| 7 | |||
| 8 | DESCRIPTION="Runs perl standard test scripts with statistics" | ||
| 9 | |||
| 10 | SLOT="0" | ||
| 11 | nixnut | 1.9 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 12 | tove | 1.1 | IUSE="" |
| 13 | |||
| 14 | DEPEND="dev-lang/perl" | ||
| 15 | |||
| 16 | PREFER_BUILDPL=no | ||
| 17 | SRC_TEST="do" | ||
| 18 | mydoc="rfc*.txt" | ||
| 19 | tove | 1.10 | PATCHES=( "${FILESDIR}"/3.17-taint.patch ) |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |