summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 14:02:59 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 14:02:59 +0000
commit3db31984f06af6ac634135163a1a6b4af02c150d (patch)
tree36d269061af5361171f6ea9987f4799709a84e51 /dev-perl/Test-Manifest
parentChange version scheme (diff)
downloadgentoo-2-3db31984f06af6ac634135163a1a6b4af02c150d.tar.gz
gentoo-2-3db31984f06af6ac634135163a1a6b4af02c150d.tar.bz2
gentoo-2-3db31984f06af6ac634135163a1a6b4af02c150d.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r--dev-perl/Test-Manifest/ChangeLog9
-rw-r--r--dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog
index fd640ac57179..70a602dcf45b 100644
--- a/dev-perl/Test-Manifest/ChangeLog
+++ b/dev-perl/Test-Manifest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-Manifest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.45 2010/12/03 01:49:04 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.46 2011/08/28 14:02:59 tove Exp $
+
+*Test-Manifest-1.230.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Test-Manifest-1.230.0.ebuild:
+ Change version scheme
03 Dec 2010; Michael Weber <xmw@gentoo.org> Test-Manifest-1.21.ebuild,
Test-Manifest-1.22.ebuild, Test-Manifest-1.23.ebuild:
diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.230.0.ebuild
new file mode 100644
index 000000000000..5a2d718a7115
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-1.230.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-Manifest/Test-Manifest-1.230.0.ebuild,v 1.1 2011/08/28 14:02:59 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=BDFOY
+MODULE_VERSION=1.23
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~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"