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-stringy | |
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-stringy')
-rw-r--r-- | dev-perl/IO-stringy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/IO-stringy/IO-stringy-2.110.ebuild | 16 |
2 files changed, 4 insertions, 17 deletions
diff --git a/dev-perl/IO-stringy/ChangeLog b/dev-perl/IO-stringy/ChangeLog index 5715755be117..252f53454104 100644 --- a/dev-perl/IO-stringy/ChangeLog +++ b/dev-perl/IO-stringy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/IO-stringy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.37 2011/09/03 21:04:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.38 2011/09/04 11:20:47 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -IO-stringy-2.110.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> IO-stringy-2.110.0.ebuild: Merge stable keywords from former version scheme ebuild diff --git a/dev-perl/IO-stringy/IO-stringy-2.110.ebuild b/dev-perl/IO-stringy/IO-stringy-2.110.ebuild deleted file mode 100644 index a8f6484f0a01..000000000000 --- a/dev-perl/IO-stringy/IO-stringy-2.110.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-stringy/IO-stringy-2.110.ebuild,v 1.18 2011/08/08 20:05:20 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=DSKOLL -inherit perl-module - -DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" |