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 | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/IO-String | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-String')
-rw-r--r-- | dev-perl/IO-String/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-String/IO-String-1.08.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/IO-String/ChangeLog b/dev-perl/IO-String/ChangeLog index e8e219ebdc5f..ba479be609de 100644 --- a/dev-perl/IO-String/ChangeLog +++ b/dev-perl/IO-String/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-String # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/ChangeLog,v 1.50 2011/09/03 21:05:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-String/ChangeLog,v 1.51 2011/09/04 11:23:41 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IO-String-1.08.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> IO-String-1.80.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/IO-String/IO-String-1.08.ebuild b/dev-perl/IO-String/IO-String-1.08.ebuild deleted file mode 100644 index 96231357f318..000000000000 --- a/dev-perl/IO-String/IO-String-1.08.ebuild +++ /dev/null @@ -1,16 +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-String/IO-String-1.08.ebuild,v 1.18 2011/07/30 10:34:34 tove Exp $ - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="IO::File interface for in-core strings" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" |