diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/IO-All | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-All')
-rw-r--r-- | dev-perl/IO-All/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IO-All/IO-All-0.41.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/IO-All/IO-All-0.420.0.ebuild | 20 |
3 files changed, 5 insertions, 40 deletions
diff --git a/dev-perl/IO-All/ChangeLog b/dev-perl/IO-All/ChangeLog index 753cd51acbc0..950a4f8f0e6d 100644 --- a/dev-perl/IO-All/ChangeLog +++ b/dev-perl/IO-All/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-All # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.5 2011/07/21 17:51:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-All/ChangeLog,v 1.6 2011/09/04 11:20:48 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IO-All-0.41.ebuild, + -IO-All-0.420.0.ebuild: + Cleanup *IO-All-0.430.0 (21 Jul 2011) diff --git a/dev-perl/IO-All/IO-All-0.41.ebuild b/dev-perl/IO-All/IO-All-0.41.ebuild deleted file mode 100644 index c6941c052dcd..000000000000 --- a/dev-perl/IO-All/IO-All-0.41.ebuild +++ /dev/null @@ -1,19 +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/IO-All/IO-All-0.41.ebuild,v 1.1 2010/08/17 08:22:42 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=INGY -inherit perl-module - -DESCRIPTION="unified IO operations" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/IO-String" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/IO-All/IO-All-0.420.0.ebuild b/dev-perl/IO-All/IO-All-0.420.0.ebuild deleted file mode 100644 index b67206848c57..000000000000 --- a/dev-perl/IO-All/IO-All-0.420.0.ebuild +++ /dev/null @@ -1,20 +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/IO-All/IO-All-0.420.0.ebuild,v 1.1 2011/07/19 13:07:40 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=INGY -MODULE_VERSION=0.42 -inherit perl-module - -DESCRIPTION="unified IO operations" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-perl/IO-String" -DEPEND="${RDEPEND}" - -SRC_TEST=do |