summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-12-22 02:25:19 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-12-22 02:25:19 +0000
commitb052098e38a65098026e30f7d6638be63c4345f5 (patch)
tree0f430b90bbe79c699541b9a7e12f3548273c70f8 /dev-perl/Text-Shellwords
parent dep for bioperl, bug 11498 (diff)
downloadgentoo-2-b052098e38a65098026e30f7d6638be63c4345f5.tar.gz
gentoo-2-b052098e38a65098026e30f7d6638be63c4345f5.tar.bz2
gentoo-2-b052098e38a65098026e30f7d6638be63c4345f5.zip
Dep for bioperl, bug 11498
Diffstat (limited to 'dev-perl/Text-Shellwords')
-rw-r--r--dev-perl/Text-Shellwords/ChangeLog11
-rw-r--r--dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild24
-rw-r--r--dev-perl/Text-Shellwords/files/digest-Text-Shellwords-1.001
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Text-Shellwords/ChangeLog b/dev-perl/Text-Shellwords/ChangeLog
new file mode 100644
index 000000000000..e53d349a2e4d
--- /dev/null
+++ b/dev-perl/Text-Shellwords/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Text-Shellwords
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Shellwords/ChangeLog,v 1.1 2002/12/22 02:25:18 mcummings Exp $
+
+*Text-Shellwords-1.00 (21 Dec 2002)
+
+ 21 Dec 2002; Michael Cummings <mcummings@gentoo.org>
+ Text-Shellwords-1.00.ebuild:
+
+ Initial import. Ebuild submitted by Gontran Zepeda <gontran@gontran.net>
+ Dep for bioperl, bug 11498
diff --git a/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild b/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild
new file mode 100644
index 000000000000..6006bfcd1779
--- /dev/null
+++ b/dev-perl/Text-Shellwords/Text-Shellwords-1.00.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+IUSE=""
+
+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="http://www.cpan.org/modules/by-module/Text/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha"
+
+src_compile() {
+ perl-module_src_compile
+ perl-module_src_test || die "test failed"
+}
diff --git a/dev-perl/Text-Shellwords/files/digest-Text-Shellwords-1.00 b/dev-perl/Text-Shellwords/files/digest-Text-Shellwords-1.00
new file mode 100644
index 000000000000..38eaeb9833bf
--- /dev/null
+++ b/dev-perl/Text-Shellwords/files/digest-Text-Shellwords-1.00
@@ -0,0 +1 @@
+MD5 016f95c2e40a760d261772a40025e543 Text-Shellwords-1.00.tar.gz 1985