summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:01:59 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:01:59 +0000
commitfee0abaab293c6687339d3a80a93e84313b6a3aa (patch)
treec37cc770a785c1c2a22865e6941d8db925bd16e9 /dev-perl/Test-Memory-Cycle
parentChange version scheme (diff)
downloadgentoo-2-fee0abaab293c6687339d3a80a93e84313b6a3aa.tar.gz
gentoo-2-fee0abaab293c6687339d3a80a93e84313b6a3aa.tar.bz2
gentoo-2-fee0abaab293c6687339d3a80a93e84313b6a3aa.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Memory-Cycle')
-rw-r--r--dev-perl/Test-Memory-Cycle/ChangeLog10
-rw-r--r--dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog
index 17f5562401ac..65182a35a1ee 100644
--- a/dev-perl/Test-Memory-Cycle/ChangeLog
+++ b/dev-perl/Test-Memory-Cycle/ChangeLog
@@ -1,6 +1,12 @@
# 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.24 2010/02/06 12:49:06 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.25 2011/08/28 14:01:59 tove Exp $
+
+*Test-Memory-Cycle-1.40.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Test-Memory-Cycle-1.40.0.ebuild:
+ Change version scheme
06 Feb 2010; Torsten Veller <tove@gentoo.org>
Test-Memory-Cycle-1.04.ebuild:
diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild
new file mode 100644
index 000000000000..3498928e734c
--- /dev/null
+++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.40.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.40.0.ebuild,v 1.1 2011/08/28 14:01:59 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PETDANCE
+MODULE_VERSION=1.04
+inherit perl-module
+
+DESCRIPTION="Check for memory leaks and circular memory references"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+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 )"
+
+SRC_TEST="do"