commit: 201685795c403e216cef2ef6dcafe21b00c72fbe
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 30 09:19:57 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 30 09:19:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20168579
dev-perl/cpan-outdated: Bump to version 0.290.0
Package-Manager: portage-2.2.17
.../cpan-outdated/cpan-outdated-0.290.0.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild
b/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild
new file mode 100644
index 0000000..09693c4
--- /dev/null
+++ b/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TOKUHIROM
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="detect outdated CPAN modules in your environment"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# LWP
+RDEPEND="
+ >=dev-perl/CPAN-DistnameInfo-0.100.0
+ virtual/perl-IO-Zlib
+ dev-perl/libwww-perl
+ virtual/perl-Module-CoreList
+ >=virtual/perl-Module-Metadata-1.0.7
+ dev-perl/URI
+ >=dev-perl/local-lib-1.6.8
+ virtual/perl-version
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.35.0
+"