Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/cpan-outdated/
Date: Sun, 30 Aug 2015 09:20:46
Message-Id: 1440926397.201685795c403e216cef2ef6dcafe21b00c72fbe.kent@gentoo
1 commit: 201685795c403e216cef2ef6dcafe21b00c72fbe
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 09:19:57 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 09:19:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=20168579
7
8 dev-perl/cpan-outdated: Bump to version 0.290.0
9
10 Package-Manager: portage-2.2.17
11
12 .../cpan-outdated/cpan-outdated-0.290.0.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild b/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild
16 new file mode 100644
17 index 0000000..09693c4
18 --- /dev/null
19 +++ b/dev-perl/cpan-outdated/cpan-outdated-0.290.0.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: $
24 +EAPI=5
25 +MODULE_AUTHOR=TOKUHIROM
26 +MODULE_VERSION=0.29
27 +inherit perl-module
28 +
29 +DESCRIPTION="detect outdated CPAN modules in your environment"
30 +SLOT="0"
31 +KEYWORDS="~amd64 ~x86"
32 +IUSE=""
33 +# LWP
34 +RDEPEND="
35 + >=dev-perl/CPAN-DistnameInfo-0.100.0
36 + virtual/perl-IO-Zlib
37 + dev-perl/libwww-perl
38 + virtual/perl-Module-CoreList
39 + >=virtual/perl-Module-Metadata-1.0.7
40 + dev-perl/URI
41 + >=dev-perl/local-lib-1.6.8
42 + virtual/perl-version
43 +"
44 +DEPEND="${RDEPEND}
45 + >=dev-perl/Module-Build-Tiny-0.35.0
46 +"