diff options
author | 2006-08-20 03:27:28 +0000 | |
---|---|---|
committer | 2006-08-20 03:27:28 +0000 | |
commit | 122766f1a393cfe7db035a6f758dc6656318d986 (patch) | |
tree | ad7c6ec4cc146a6b3e05ba2e29fa2356ac6022b4 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-122766f1a393cfe7db035a6f758dc6656318d986.tar.gz gentoo-2-122766f1a393cfe7db035a6f758dc6656318d986.tar.bz2 gentoo-2-122766f1a393cfe7db035a6f758dc6656318d986.zip |
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Memory-Cycle/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Test-Memory-Cycle/files/digest-Test-Memory-Cycle-1.04 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog index efbb2501128b..f844709eb315 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.16 2006/08/19 00:05:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.17 2006/08/20 03:27:28 mcummings Exp $ + +*Test-Memory-Cycle-1.04 (20 Aug 2006) + + 20 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +Test-Memory-Cycle-1.04.ebuild: + Version bump 19 Aug 2006; Michael Cummings <mcummings@gentoo.org> Test-Memory-Cycle-1.02.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 new file mode 100644 index 000000000000..376fa5046f07 --- /dev/null +++ b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.04.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 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.1 2006/08/20 03:27:28 mcummings Exp $ + +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" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Devel-Cycle-1.04 + >=virtual/perl-Test-Simple-0.62 + dev-lang/perl" +RDEPEND="${DEPEND}" + + diff --git a/dev-perl/Test-Memory-Cycle/files/digest-Test-Memory-Cycle-1.04 b/dev-perl/Test-Memory-Cycle/files/digest-Test-Memory-Cycle-1.04 new file mode 100644 index 000000000000..c148849e866e --- /dev/null +++ b/dev-perl/Test-Memory-Cycle/files/digest-Test-Memory-Cycle-1.04 @@ -0,0 +1,3 @@ +MD5 0c51e09f6bc23676ca0112b1a95e129d Test-Memory-Cycle-1.04.tar.gz 5128 +RMD160 e28c0d844b5d917668498624afb1eb3af8d7d525 Test-Memory-Cycle-1.04.tar.gz 5128 +SHA256 e5a65d2d001be8bf97ba64323d7c7b6936c84eefc18a30417dbd08591f221227 Test-Memory-Cycle-1.04.tar.gz 5128 |