summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-02 10:29:57 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-02 10:29:57 +0000
commit312a085acb8633418ea401e0a18bfc43d2fb3093 (patch)
treec8f8d6d33a17cdb3437ac2276a06c6530836068f
parentCleanup (diff)
downloadgentoo-2-312a085acb8633418ea401e0a18bfc43d2fb3093.tar.gz
gentoo-2-312a085acb8633418ea401e0a18bfc43d2fb3093.tar.bz2
gentoo-2-312a085acb8633418ea401e0a18bfc43d2fb3093.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
-rw-r--r--dev-perl/Test-Memory-Cycle/ChangeLog8
-rw-r--r--dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild20
2 files changed, 6 insertions, 22 deletions
diff --git a/dev-perl/Test-Memory-Cycle/ChangeLog b/dev-perl/Test-Memory-Cycle/ChangeLog
index eb08063457d1..09851d2b67e8 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.21 2007/03/05 12:31:12 ticho Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Memory-Cycle/ChangeLog,v 1.22 2009/05/02 10:29:56 tove Exp $
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org>
+ -Test-Memory-Cycle-1.02.ebuild:
+ Cleanup
05 Mar 2007; Andrej Kacian <ticho@gentoo.org>
Test-Memory-Cycle-1.04.ebuild:
diff --git a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild b/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild
deleted file mode 100644
index 73d84363afed..000000000000
--- a/dev-perl/Test-Memory-Cycle/Test-Memory-Cycle-1.02.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.02.ebuild,v 1.15 2006/10/15 20:26: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"