diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 16:53:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 16:53:26 +0000 |
commit | de7606eb337bc755d7a46eb2f844f37b35c9d31f (patch) | |
tree | d099259a64c3a6038652a57c445587e2e86e6e30 /dev-perl/Test-LongString/Test-LongString-0.10.ebuild | |
parent | Add ~amd64 wrt bug #154245. (diff) | |
download | historical-de7606eb337bc755d7a46eb2f844f37b35c9d31f.tar.gz historical-de7606eb337bc755d7a46eb2f844f37b35c9d31f.tar.bz2 historical-de7606eb337bc755d7a46eb2f844f37b35c9d31f.zip |
New dep for Test-Class - requires newer version than shipped with perl
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'dev-perl/Test-LongString/Test-LongString-0.10.ebuild')
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.10.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Test-LongString/Test-LongString-0.10.ebuild b/dev-perl/Test-LongString/Test-LongString-0.10.ebuild new file mode 100644 index 000000000000..8ccaca106a78 --- /dev/null +++ b/dev-perl/Test-LongString/Test-LongString-0.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.10.ebuild,v 1.1 2006/11/06 16:53:26 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A library to test long strings." +HOMEPAGE="http://search.cpan.org/~rgarcia/${PN}/" +SRC_URI="mirror://cpan/authors/id/R/RG/RGARCIA/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" +SRC_TEST="do" + + +DEPEND="dev-lang/perl" |