summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-06 12:49:06 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-06 12:49:06 +0000
commite7006bcde1ff1e8ef8abfc545c9dd9e00244f85d (patch)
tree3d03c14d31da6e81eba5110e3a2fdd974b381d6b /dev-perl/Test-Memory-Cycle
parentUSE="icc" masked from sci-biology/fasta as icc relies on multilib (diff)
downloadgentoo-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')
-rw-r--r--dev-perl/Test-Memory-Cycle/ChangeLog6
-rw-r--r--dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild20
2 files changed, 16 insertions, 10 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog
index b1fea02975e4..17f5562401ac 100644
--- a/dev-perl/Test-Memory-Cycle/ChangeLog
+++ b/dev-perl/Test-Memory-Cycle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-Memory-Cycle
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.23 2010/01/14 14:42:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.24 2010/02/06 12:49:06 tove Exp $
+
+ 06 Feb 2010; Torsten Veller <tove@gentoo.org>
+ Test-Memory-Cycle-1.04.ebuild:
+ Fix LICENSE (#301969). Maintenance
14 Jan 2010; Fabian Groffen <grobian@gentoo.org>
Test-Memory-Cycle-1.04.ebuild:
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"