diff options
author | 2010-02-06 12:49:06 +0000 | |
---|---|---|
committer | 2010-02-06 12:49:06 +0000 | |
commit | e7006bcde1ff1e8ef8abfc545c9dd9e00244f85d (patch) | |
tree | 3d03c14d31da6e81eba5110e3a2fdd974b381d6b /dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild | |
parent | USE="icc" masked from sci-biology/fasta as icc relies on multilib (diff) | |
download | gentoo-2-e7006bcde1ff1e8ef8abfc545c9dd9e00244f85d.tar.gz gentoo-2-e7006bcde1ff1e8ef8abfc545c9dd9e00244f85d.tar.bz2 gentoo-2-e7006bcde1ff1e8ef8abfc545c9dd9e00244f85d.zip |
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild')
-rw-r--r-- | dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild index db7aaa7abadf..6753dbc26b1f 100644 --- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild +++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild,v 1.6 2010/01/14 14:42:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild,v 1.7 2010/02/06 12:49:06 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=PETDANCE inherit perl-module DESCRIPTION="Check for memory leaks and circular memory references" -HOMEPAGE="http://search.cpan.org/~petdance/${P}/" -SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" -LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" +IUSE="test" -SRC_TEST="do" +RDEPEND=">=dev-perl/Devel-Cycle-1.04 + >=virtual/perl-Test-Simple-0.62" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" -DEPEND=">=dev-perl/Devel-Cycle-1.04 - >=virtual/perl-Test-Simple-0.62 - dev-lang/perl" +SRC_TEST="do" |