summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 17:22:26 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 17:22:26 +0000
commit7e7467986b8d71255c3c7fec9ba8590ee1d94368 (patch)
tree46f10bba6f1bbaea689336cbe71a71a1d3a51baa /dev-perl
parentCleanup (diff)
downloadgentoo-2-7e7467986b8d71255c3c7fec9ba8590ee1d94368.tar.gz
gentoo-2-7e7467986b8d71255c3c7fec9ba8590ee1d94368.tar.bz2
gentoo-2-7e7467986b8d71255c3c7fec9ba8590ee1d94368.zip
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PPIx-EditorTools/ChangeLog6
-rw-r--r--dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.130.0.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog
index 0d3c29ae7ed4..de6f2ea4638c 100644
--- a/dev-perl/PPIx-EditorTools/ChangeLog
+++ b/dev-perl/PPIx-EditorTools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/PPIx-EditorTools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.8 2011/05/12 16:29:44 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.9 2011/07/29 17:22:26 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -PPIx-EditorTools-0.130.0.ebuild:
+ Cleanup
*PPIx-EditorTools-0.150.0 (12 May 2011)
diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.130.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.130.0.ebuild
deleted file mode 100644
index ca4501b93fe2..000000000000
--- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.130.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.130.0.ebuild,v 1.1 2011/03/25 07:48:55 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=SZABGAB
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Class-XSAccessor-1.02
- >=dev-perl/PPI-1.203"
-DEPEND="test? ( ${RDEPEND}
- dev-perl/Test-Most
- >=dev-perl/Test-Differences-0.48.01 )"
-
-SRC_TEST=do