diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-24 04:07:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-24 04:07:53 +0000 |
commit | 0c6878322f8a8f4d1ff290362a8f9629079d5a5f (patch) | |
tree | dedc478b2f76b10b03cc5c00cffcb4732912e94c /perl-core | |
parent | Bump (diff) | |
download | gentoo-2-0c6878322f8a8f4d1ff290362a8f9629079d5a5f.tar.gz gentoo-2-0c6878322f8a8f4d1ff290362a8f9629079d5a5f.tar.bz2 gentoo-2-0c6878322f8a8f4d1ff290362a8f9629079d5a5f.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Text-ParseWords/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/perl-core/Text-ParseWords/ChangeLog b/perl-core/Text-ParseWords/ChangeLog index 3cec6d250515..f8d7bca20071 100644 --- a/perl-core/Text-ParseWords/ChangeLog +++ b/perl-core/Text-ParseWords/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Text-ParseWords # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.4 2013/03/13 08:04:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/ChangeLog,v 1.5 2013/08/24 04:07:53 patrick Exp $ + +*Text-ParseWords-3.290.0 (24 Aug 2013) + + 24 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +Text-ParseWords-3.290.0.ebuild: + Bump *Text-ParseWords-3.280.0 (13 Mar 2013) diff --git a/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild b/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild new file mode 100644 index 000000000000..ac624a574172 --- /dev/null +++ b/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild,v 1.1 2013/08/24 04:07:53 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=CHORNY +MODULE_VERSION=3.29 +inherit perl-module + +DESCRIPTION="Parse strings containing shell-style quoting" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" |