diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 12:55:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 12:55:59 +0000 |
commit | 68639073b6fe314b8e53c99d69209b0608b57d96 (patch) | |
tree | c8815db15f44b6ea5bcbf1faced77447eca9e54e /dev-perl/Text-Shellwords | |
parent | Change version scheme (diff) | |
download | gentoo-2-68639073b6fe314b8e53c99d69209b0608b57d96.tar.gz gentoo-2-68639073b6fe314b8e53c99d69209b0608b57d96.tar.bz2 gentoo-2-68639073b6fe314b8e53c99d69209b0608b57d96.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Shellwords')
-rw-r--r-- | dev-perl/Text-Shellwords/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Text-Shellwords/Text-Shellwords-1.80.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog index f432a46af68d..7bc005552d00 100644 --- a/dev-perl/Text-Shellwords/ChangeLog +++ b/dev-perl/Text-Shellwords/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Text-Shellwords -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.27 2010/04/23 13:01:29 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.28 2011/08/28 12:55:59 tove Exp $ + +*Text-Shellwords-1.80.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Text-Shellwords-1.80.0.ebuild: + Change version scheme 23 Apr 2010; Torsten Veller <tove@gentoo.org> Text-Shellwords-1.08.ebuild: Maintenance. EAPI=3. Fix LICENSE diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.0.ebuild new file mode 100644 index 000000000000..114c1496d668 --- /dev/null +++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.80.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/Text-Shellwords/Text-Shellwords-1.80.0.ebuild,v 1.1 2011/08/28 12:55:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=LDS +MODULE_VERSION=1.08 +inherit perl-module + +DESCRIPTION="Parses lines of text and returns a set of tokens using the same rules as the Unix shell" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" |