summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:06:34 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:06:34 +0000
commit1d9f69805a09daa38160fc01bedb17950fb768c0 (patch)
tree5e0c628eb32fb6f5e2772001c4fdeb3ae3078cbf /dev-perl/Test-Distribution
parentChange version scheme (diff)
downloadgentoo-2-1d9f69805a09daa38160fc01bedb17950fb768c0.tar.gz
gentoo-2-1d9f69805a09daa38160fc01bedb17950fb768c0.tar.bz2
gentoo-2-1d9f69805a09daa38160fc01bedb17950fb768c0.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r--dev-perl/Test-Distribution/ChangeLog8
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog
index dc4f88630e34..6c16e4209df9 100644
--- a/dev-perl/Test-Distribution/ChangeLog
+++ b/dev-perl/Test-Distribution/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Test-Distribution
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.4 2011/07/19 19:51:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.5 2011/08/28 14:06:34 tove Exp $
+
+*Test-Distribution-2.0.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Test-Distribution-2.0.0.ebuild:
+ Change version scheme
19 Jul 2011; Markus Meier <maekke@gentoo.org> Test-Distribution-2.00.ebuild:
amd64/x86 stable, bug #374479
diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
new file mode 100644
index 000000000000..55b42751db1e
--- /dev/null
+++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.1 2011/08/28 14:06:34 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SRSHAH
+MODULE_VERSION=2.00
+inherit perl-module
+
+DESCRIPTION="perform tests on all modules of a distribution"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/Pod-Coverage-0.20
+ >=dev-perl/File-Find-Rule-0.30
+ dev-perl/Test-Pod-Coverage
+ >=virtual/perl-Module-CoreList-2.17
+ >=dev-perl/Test-Pod-1.26"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST=do