diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 14:15:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 14:15:06 +0000 |
commit | e4a4d22bd118fc01060a2db253946989cf602709 (patch) | |
tree | b518522ba951129e53d88e312c800f6e23655cdc /dev-perl/Test-LongString | |
parent | Add ~x86-fbsd, bug #379449 (diff) | |
download | historical-e4a4d22bd118fc01060a2db253946989cf602709.tar.gz historical-e4a4d22bd118fc01060a2db253946989cf602709.tar.bz2 historical-e4a4d22bd118fc01060a2db253946989cf602709.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/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.150.0.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index e0452f839241..ca3bf035815e 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.33 2011/07/29 12:50:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.34 2011/08/28 14:03:52 tove Exp $ + +*Test-LongString-0.150.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> + +Test-LongString-0.150.0.ebuild: + Change version scheme 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Test-LongString-0.14.ebuild: Cleanup diff --git a/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild new file mode 100644 index 000000000000..7c092cf16631 --- /dev/null +++ b/dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.150.0.ebuild,v 1.1 2011/08/28 14:03:52 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RGARCIA +MODULE_VERSION=0.15 +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" |