summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 17:58:43 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 17:58:43 +0000
commit2683f402e0cbdebc92f35a1f884c4050317095e2 (patch)
treee010dd9ad351cb771494bc4cf28d3d631b7da63e /dev-perl/Module-Manifest
parentChange version scheme (diff)
downloadgentoo-2-2683f402e0cbdebc92f35a1f884c4050317095e2.tar.gz
gentoo-2-2683f402e0cbdebc92f35a1f884c4050317095e2.tar.bz2
gentoo-2-2683f402e0cbdebc92f35a1f884c4050317095e2.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Module-Manifest')
-rw-r--r--dev-perl/Module-Manifest/ChangeLog9
-rw-r--r--dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-perl/Module-Manifest/ChangeLog b/dev-perl/Module-Manifest/ChangeLog
index ac0c2f2b28e7..296bbbeab78a 100644
--- a/dev-perl/Module-Manifest/ChangeLog
+++ b/dev-perl/Module-Manifest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Module-Manifest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.1 2010/09/14 16:41:40 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/ChangeLog,v 1.2 2011/08/29 17:58:43 tove Exp $
+
+*Module-Manifest-1.80.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Module-Manifest-1.80.0.ebuild:
+ Change version scheme
14 Sep 2010; Torsten Veller <tove@gentoo.org>
+Module-Manifest-1.08.ebuild, +metadata.xml:
diff --git a/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild b/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild
new file mode 100644
index 000000000000..ad3aaec15e25
--- /dev/null
+++ b/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Manifest/Module-Manifest-1.80.0.ebuild,v 1.1 2011/08/29 17:58:43 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Parse and examine a Perl distribution MANIFEST file"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Params-Util-0.10
+ >=virtual/perl-File-Spec-0.80
+"
+DEPEND="
+ test? ( ${RDEPEND}
+ >=virtual/perl-Test-Simple-0.42
+ >=dev-perl/Test-Exception-0.27
+ >=dev-perl/Test-Warn-0.11
+ )
+"
+
+SRC_TEST=do