diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-02 17:32:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-02 17:32:36 +0000 |
commit | 26493d501b62c1a1cd7ff7c656cca06dbe41ad6e (patch) | |
tree | 05e494690f7bb52a723707dd3ce430fd869eaeb7 /dev-perl/Test-LongString/Test-LongString-0.13.ebuild | |
parent | remove now-unneeded sed on desktop file (diff) | |
download | gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.tar.gz gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.tar.bz2 gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-LongString/Test-LongString-0.13.ebuild')
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.13.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Test-LongString/Test-LongString-0.13.ebuild b/dev-perl/Test-LongString/Test-LongString-0.13.ebuild new file mode 100644 index 000000000000..64e0b2e4ef09 --- /dev/null +++ b/dev-perl/Test-LongString/Test-LongString-0.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 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.13.ebuild,v 1.1 2010/02/02 17:32:36 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RGARCIA +inherit perl-module + +DESCRIPTION="A library to test long strings." + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |