summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-03-22 16:47:38 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-03-22 16:47:38 +0000
commit1576876fefbcd74e055223654fb6c646ca198124 (patch)
treebeefe668a4a53ca0f3dffaaae1690bf9d8df3ba6 /dev-perl/Test-DistManifest
parentAdd ruby22. (diff)
downloadgentoo-2-1576876fefbcd74e055223654fb6c646ca198124.tar.gz
gentoo-2-1576876fefbcd74e055223654fb6c646ca198124.tar.bz2
gentoo-2-1576876fefbcd74e055223654fb6c646ca198124.zip
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Test-DistManifest')
-rw-r--r--dev-perl/Test-DistManifest/ChangeLog10
-rw-r--r--dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild31
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog
index f7481899f258..0849dca1ab84 100644
--- a/dev-perl/Test-DistManifest/ChangeLog
+++ b/dev-perl/Test-DistManifest/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Test-DistManifest
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.9 2014/08/26 17:57:14 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.10 2015/03/22 16:47:38 dilfridge Exp $
+
+*Test-DistManifest-1.14.0 (22 Mar 2015)
+
+ 22 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Test-DistManifest-1.14.0.ebuild:
+ Version bump
*Test-DistManifest-1.12.0-r1 (26 Aug 2014)
diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild
new file mode 100644
index 000000000000..af20d1c7f7d9
--- /dev/null
+++ b/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.14.0.ebuild,v 1.1 2015/03/22 16:47:38 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.014
+inherit perl-module
+
+DESCRIPTION="Author test that validates a package MANIFEST"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-ExtUtils-Manifest
+ virtual/perl-File-Spec
+ >=dev-perl/Module-Manifest-0.70.0
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.39.0
+ test? (
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-if
+ )
+"
+
+SRC_TEST="do"