summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-23 13:01:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-23 13:01:29 +0000
commit7de1af1e1818be2a5d0689c5124a37499ccd4fbe (patch)
tree222b24798bfbf2fbf81a3be7466cb73585dd2542 /dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild
parentMask amrnb and amrwb wrt #252140. (diff)
downloadgentoo-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/Text-Shellwords-1.08.ebuild')
-rw-r--r--dev-perl/Text-Shellwords/Text-Shellwords-1.08.ebuild17
1 files changed, 5 insertions, 12 deletions
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"