diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:52:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-02 10:52:18 +0000 |
commit | 626015cea93c9cfdbcb9f8480d920f4e6e933bc4 (patch) | |
tree | 3cb83e06cc2a42962c390ee48f3d1478145bd755 /dev-perl/PPIx-EditorTools | |
parent | We @ Q2 (diff) | |
download | gentoo-2-626015cea93c9cfdbcb9f8480d920f4e6e933bc4.tar.gz gentoo-2-626015cea93c9cfdbcb9f8480d920f4e6e933bc4.tar.bz2 gentoo-2-626015cea93c9cfdbcb9f8480d920f4e6e933bc4.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r-- | dev-perl/PPIx-EditorTools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild | 23 |
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog index 5307175b53d6..9b424f9a84cc 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.6 2011/03/25 07:48:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.7 2011/04/02 10:52:18 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> -PPIx-EditorTools-0.11.ebuild, + -PPIx-EditorTools-0.120.0.ebuild: + Cleanup *PPIx-EditorTools-0.130.0 (25 Mar 2011) diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild deleted file mode 100644 index 88d61d48fea5..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.11.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 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.11.ebuild,v 1.1 2010/11/22 15:41:07 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=AZAWAWI -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 diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.0.ebuild deleted file mode 100644 index 4b901a55fb2c..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.120.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.120.0.ebuild,v 1.1 2011/03/24 06:47:53 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=SZABGAB -MODULE_VERSION=0.12 -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 |