summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-02-18 19:10:28 +0000
committerTorsten Veller <tove@gentoo.org>2013-02-18 19:10:28 +0000
commit85a4666f1bad7c67819f08cc19feddc7ee10c007 (patch)
tree59fcaa915962ade8f1353accbe2c7b408a7ade0c /dev-perl
parentVersion bump. Thanks to Manuel Rüger (mrueg) <gentoo@rueg.eu>. Bug #456038 (diff)
downloadgentoo-2-85a4666f1bad7c67819f08cc19feddc7ee10c007.tar.gz
gentoo-2-85a4666f1bad7c67819f08cc19feddc7ee10c007.tar.bz2
gentoo-2-85a4666f1bad7c67819f08cc19feddc7ee10c007.zip
[bump] dev-perl/Test-Pod-1.460.0
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-Pod/ChangeLog9
-rw-r--r--dev-perl/Test-Pod/Test-Pod-1.460.0.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog
index 94271ff56162..4cef7d080813 100644
--- a/dev-perl/Test-Pod/ChangeLog
+++ b/dev-perl/Test-Pod/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Test-Pod
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.70 2012/06/24 12:58:44 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.71 2013/02/18 19:10:28 tove Exp $
+
+*Test-Pod-1.460.0 (18 Feb 2013)
+
+ 18 Feb 2013; Torsten Veller <tove@gentoo.org> +Test-Pod-1.460.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/Test-Pod/Test-Pod-1.460.0.ebuild b/dev-perl/Test-Pod/Test-Pod-1.460.0.ebuild
new file mode 100644
index 000000000000..92f767ee1dba
--- /dev/null
+++ b/dev-perl/Test-Pod/Test-Pod-1.460.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.460.0.ebuild,v 1.1 2013/02/18 19:10:28 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="check for POD errors in files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=virtual/perl-Pod-Simple-3.50.0
+ >=virtual/perl-Test-Simple-0.620.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.300.0
+"
+
+SRC_TEST="do"