diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-23 01:43:02 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-23 01:43:02 +0000 |
commit | 73070391a37e69114b0e828ff30ef414fa1eb538 (patch) | |
tree | 99bdd97d643e35a153806b43a97c83f684c57c0e /dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild | |
parent | text-csv to text-csv_xs (diff) | |
download | gentoo-2-73070391a37e69114b0e828ff30ef414fa1eb538.tar.gz gentoo-2-73070391a37e69114b0e828ff30ef414fa1eb538.tar.bz2 gentoo-2-73070391a37e69114b0e828ff30ef414fa1eb538.zip |
cleaning
Diffstat (limited to 'dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild')
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild b/dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild deleted file mode 100644 index 0cb55503b2fc..000000000000 --- a/dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-0.23-r1.ebuild,v 1.10 2005/03/19 15:49:06 nigoro Exp $ - -inherit perl-module - -MY_P=Text-CSV_XS-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Comma-separated value text processing for Perl" -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 amd64 ppc sparc alpha ppc64" -IUSE="" - -src_compile() { - perl-module_src_compile - perl-module_src_test || die "test failed" -} |