summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 17:59:36 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 17:59:36 +0000
commit0d8887f4d18bec4353e156768e5572c4842b6126 (patch)
treedeb927d49acdddc4e42d48eb43808df521ff96c6 /dev-perl/Module-Manifest
parentGeneralise Darwin fix, bug #361807 (diff)
downloadhistorical-0d8887f4d18bec4353e156768e5572c4842b6126.tar.gz
historical-0d8887f4d18bec4353e156768e5572c4842b6126.tar.bz2
historical-0d8887f4d18bec4353e156768e5572c4842b6126.zip
Change version scheme
Package-Manager: portage-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