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/Find-Lib/
Date: Mon, 04 Jul 2011 10:42:05
Message-Id: 8b5e7327a9dd41fbbea1f7cb5c9215000d4f714f.kent@gentoo
1 commit: 8b5e7327a9dd41fbbea1f7cb5c9215000d4f714f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 05:20:45 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 29 05:20:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8b5e7327
7
8 [newversion] Find-Lib-1.20.0 ( KMasked w/ Test Failures )
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Find-Lib/ChangeLog | 5 +++++
14 dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 32 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Find-Lib/ChangeLog b/dev-perl/Find-Lib/ChangeLog
18 index 12b51c7..858fd83 100644
19 --- a/dev-perl/Find-Lib/ChangeLog
20 +++ b/dev-perl/Find-Lib/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Find-Lib-1.20.0 (29 Jun 2011)
26 +
27 + 29 Jun 2011; Kent Fredric <kentfredric@×××××.com> +Find-Lib-1.20.0.ebuild:
28 + Version Bump ( KMask due to test fail/breakage )
29 +
30 *Find-Lib-1.10.0 (29 Jun 2011)
31 *Find-Lib-1.0.0 (29 Jun 2011)
32
33
34 diff --git a/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild b/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild
35 new file mode 100644
36 index 0000000..2b7d2ef
37 --- /dev/null
38 +++ b/dev-perl/Find-Lib/Find-Lib-1.20.0.ebuild
39 @@ -0,0 +1,27 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=YANNK
45 +MODULE_VERSION=1.02
46 +inherit perl-module
47 +
48 +DESCRIPTION="Helper to smartly find libs to use in the filesystem tree"
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS=""
52 +#KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +COMMON_DEPEND="
55 + virtual/perl-File-Spec
56 +"
57 +DEPEND="
58 + ${COMMON_DEPEND}
59 + test? (
60 + virtual/perl-Test-Simple
61 + )
62 +"
63 +RDEPEND="
64 + ${COMMON_DEPEND}
65 +"
66 +SRC_TEST="do"