diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:23:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:23:06 +0000 |
commit | c4daff08290a22f0327f8a2f255334c523bd40cb (patch) | |
tree | 7561b53da0d603cc26f0dc90ab357891ff2b0586 /dev-perl/IO-stringy | |
parent | Change version scheme (diff) | |
download | gentoo-2-c4daff08290a22f0327f8a2f255334c523bd40cb.tar.gz gentoo-2-c4daff08290a22f0327f8a2f255334c523bd40cb.tar.bz2 gentoo-2-c4daff08290a22f0327f8a2f255334c523bd40cb.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-stringy')
-rw-r--r-- | dev-perl/IO-stringy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/IO-stringy/IO-stringy-2.110.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/IO-stringy/ChangeLog b/dev-perl/IO-stringy/ChangeLog index 2088a00e2354..fc3ec4e3ff4a 100644 --- a/dev-perl/IO-stringy/ChangeLog +++ b/dev-perl/IO-stringy/ChangeLog @@ -1,6 +1,11 @@ # 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.35 2011/08/08 20:05:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.36 2011/08/30 13:23:06 tove Exp $ + +*IO-stringy-2.110.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +IO-stringy-2.110.0.ebuild: + Change version scheme 08 Aug 2011; Fabian Groffen <grobian@gentoo.org> IO-stringy-2.110.ebuild: Marked ~x64-macos diff --git a/dev-perl/IO-stringy/IO-stringy-2.110.0.ebuild b/dev-perl/IO-stringy/IO-stringy-2.110.0.ebuild new file mode 100644 index 000000000000..835c22504353 --- /dev/null +++ b/dev-perl/IO-stringy/IO-stringy-2.110.0.ebuild @@ -0,0 +1,17 @@ +# 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.0.ebuild,v 1.1 2011/08/30 13:23:06 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DSKOLL +MODULE_VERSION=2.110 +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" |