diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-28 12:11:33 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-28 12:11:33 +0000 |
commit | 95bbb8dbe4dc4c38322c4246b308c73e5ddaa2ca (patch) | |
tree | b226197ed868b387e5f6c79f2756612d4611d17b /dev-perl/Text-CSV | |
parent | removal of moved packages -- 12 not 13 btw. (diff) | |
download | historical-95bbb8dbe4dc4c38322c4246b308c73e5ddaa2ca.tar.gz historical-95bbb8dbe4dc4c38322c4246b308c73e5ddaa2ca.tar.bz2 historical-95bbb8dbe4dc4c38322c4246b308c73e5ddaa2ca.zip |
new package
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-0.23.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Text-CSV/files/digest-Text-CSV-0.23 | 1 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog new file mode 100644 index 000000000000..064812ef99ce --- /dev/null +++ b/dev-perl/Text-CSV/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Text-CSV +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.1 2002/06/28 12:11:24 seemant Exp $ + +*Text-CSV-0.23 (28 Jun 2002) + + 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Text-CSV-0.23.ebuild + files/digest-Text-CSV-0.23 : + + New package, courtesy of: rac@intrigue.com (Robert Coie) in bug #4045 diff --git a/dev-perl/Text-CSV/Text-CSV-0.23.ebuild b/dev-perl/Text-CSV/Text-CSV-0.23.ebuild new file mode 100644 index 000000000000..d2ae22e3f79b --- /dev/null +++ b/dev-perl/Text-CSV/Text-CSV-0.23.ebuild @@ -0,0 +1,19 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-0.23.ebuild,v 1.1 2002/06/28 12:11:24 seemant Exp $ + +inherit perl-module + +MY_P=Text-CSV_XS-${PV} +S=${WORKDIR}/${MY_P} +CATEGORY="dev-perl" +DESCRIPTION="Comma-separated value text processing for Perl" +LICENSE="Artistic | GPL-2" +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="" + +src_compile() { + base_src_compile + base_src_test || die "test failed" +} diff --git a/dev-perl/Text-CSV/files/digest-Text-CSV-0.23 b/dev-perl/Text-CSV/files/digest-Text-CSV-0.23 new file mode 100644 index 000000000000..6f9bef660534 --- /dev/null +++ b/dev-perl/Text-CSV/files/digest-Text-CSV-0.23 @@ -0,0 +1 @@ +MD5 936eca163a09e92353565ad37ee7a4fa Text-CSV_XS-0.23.tar.gz 16164 |