diff options
author | Torsten Veller <tove@gentoo.org> | 2010-09-24 17:29:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-09-24 17:29:36 +0000 |
commit | e34552f076c48c271efd9e982a65dd8e3aedee31 (patch) | |
tree | 47360e4c284d83a07f9317464de6861b80ec5980 /dev-perl/Test-LongString | |
parent | Add ~mips, bug 199368 (diff) | |
download | historical-e34552f076c48c271efd9e982a65dd8e3aedee31.tar.gz historical-e34552f076c48c271efd9e982a65dd8e3aedee31.tar.bz2 historical-e34552f076c48c271efd9e982a65dd8e3aedee31.zip |
Version bump
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.14.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index 0f2824affbe2..aa296bf33c78 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-LongString # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.29 2010/06/27 19:20:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.30 2010/09/24 17:26:49 tove Exp $ + +*Test-LongString-0.14 (24 Sep 2010) + + 24 Sep 2010; Torsten Veller <tove@gentoo.org> + +Test-LongString-0.14.ebuild: + Version bump. Test changes only 27 Jun 2010; <nixnut@gentoo.org> Test-LongString-0.13.ebuild: ppc stable #323529 diff --git a/dev-perl/Test-LongString/Test-LongString-0.14.ebuild b/dev-perl/Test-LongString/Test-LongString-0.14.ebuild new file mode 100644 index 000000000000..c3b745711be9 --- /dev/null +++ b/dev-perl/Test-LongString/Test-LongString-0.14.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.14.ebuild,v 1.1 2010/09/24 17:26:49 tove Exp $ + +EAPI=3 + +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" |