diff options
author | 2010-04-23 13:01:29 +0000 | |
---|---|---|
committer | 2010-04-23 13:01:29 +0000 | |
commit | 7de1af1e1818be2a5d0689c5124a37499ccd4fbe (patch) | |
tree | 222b24798bfbf2fbf81a3be7466cb73585dd2542 /dev-perl/Text-Shellwords | |
parent | Mask amrnb and amrwb wrt #252140. (diff) | |
download | gentoo-2-7de1af1e1818be2a5d0689c5124a37499ccd4fbe.tar.gz gentoo-2-7de1af1e1818be2a5d0689c5124a37499ccd4fbe.tar.bz2 gentoo-2-7de1af1e1818be2a5d0689c5124a37499ccd4fbe.zip |
Maintenance. EAPI=3. Fix LICENSE
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Shellwords')
-rw-r--r-- | dev-perl/Text-Shellwords/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild | 17 |
2 files changed, 9 insertions, 13 deletions
diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog index e7d238ae4b3c..f432a46af68d 100644 --- a/dev-perl/Text-Shellwords/ChangeLog +++ b/dev-perl/Text-Shellwords/ChangeLog @@ -1,6 +1,9 @@ # 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.26 2010/01/14 15:47:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.27 2010/04/23 13:01:29 tove Exp $ + + 23 Apr 2010; Torsten Veller <tove@gentoo.org> Text-Shellwords-1.08.ebuild: + Maintenance. EAPI=3. Fix LICENSE 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Text-Shellwords-1.08.ebuild: diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild index fba3daaccf6b..6754d60e920b 100644 --- a/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild +++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild @@ -1,23 +1,16 @@ # Copyright 1999-2010 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.08.ebuild,v 1.11 2010/01/14 15:47:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild,v 1.12 2010/04/23 13:01:29 tove Exp $ -IUSE="" +EAPI=3 +MODULE_AUTHOR=LDS inherit perl-module -MY_P=Text-Shellwords-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Provides shellwords() routine which parses lines of text and returns a set of tokens using the same rules that the Unix shell does." - -SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~lds/" +DESCRIPTION="Parses lines of text and returns a set of tokens using the same rules as the Unix shell" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" SRC_TEST="do" - -DEPEND="dev-lang/perl" |