diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 17:27:53 +0000 |
commit | fe113e9ec13a210167867fa0e05d4469c769cec2 (patch) | |
tree | 9696f33129847ed937c48b206cbd6d1c14b9e8d3 /dev-perl/PPIx-EditorTools | |
parent | Add app-emulation/emul-linux-x86-soundlibs dependency. Bug #345235 (diff) | |
download | historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.gz historical-fe113e9ec13a210167867fa0e05d4469c769cec2.tar.bz2 historical-fe113e9ec13a210167867fa0e05d4469c769cec2.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r-- | dev-perl/PPIx-EditorTools/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild | 21 |
3 files changed, 6 insertions, 44 deletions
diff --git a/dev-perl/PPIx-EditorTools/ChangeLog b/dev-perl/PPIx-EditorTools/ChangeLog index 5cddc6855e4c..1f7304804291 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.3 2010/11/22 15:41:07 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.4 2011/01/14 16:48:22 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -PPIx-EditorTools-0.09.ebuild, + -PPIx-EditorTools-0.10.ebuild: + Cleanup *PPIx-EditorTools-0.11 (22 Nov 2010) diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild deleted file mode 100644 index 46bc48aa348b..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.09.ebuild +++ /dev/null @@ -1,21 +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.09.ebuild,v 1.1 2010/02/15 13:57:10 tove Exp $ - -EAPI=2 - -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-Differences-0.48.01 )" - -SRC_TEST=no diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild deleted file mode 100644 index ad88c03f3527..000000000000 --- a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.10.ebuild +++ /dev/null @@ -1,21 +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.10.ebuild,v 1.1 2010/09/28 07:07:06 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-Differences-0.48.01 )" - -SRC_TEST=do |