summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:03:52 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:03:52 +0000
commitf6858b32a41bf923cf6589cf01e2de1c08805de3 (patch)
treec35d1300b5c78d577b91e3d86de63276b26a3edb /dev-perl
parentChange version scheme (diff)
downloadgentoo-2-f6858b32a41bf923cf6589cf01e2de1c08805de3.tar.gz
gentoo-2-f6858b32a41bf923cf6589cf01e2de1c08805de3.tar.bz2
gentoo-2-f6858b32a41bf923cf6589cf01e2de1c08805de3.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-LongString/ChangeLog8
-rw-r--r--dev-perl/Test-LongString/Test-LongString-0.150.0.ebuild21
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"