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/Gentoo-MirrorList/
Date: Mon, 27 Feb 2012 02:00:15
Message-Id: 1330302503.6b708bdfa284395846405770d522bea5a47bd35f.kent@gentoo
1 commit: 6b708bdfa284395846405770d522bea5a47bd35f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 00:28:23 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 00:28:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6b708bdf
7
8 [newversion] Gentoo-MirrorList-1.0.1
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Gentoo-MirrorList/ChangeLog | 8 ++-
14 .../Gentoo-MirrorList-1.0.1.ebuild | 59 ++++++++++++++++++++
15 2 files changed, 66 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Gentoo-MirrorList/ChangeLog b/dev-perl/Gentoo-MirrorList/ChangeLog
18 index 458554c..cbf400d 100644
19 --- a/dev-perl/Gentoo-MirrorList/ChangeLog
20 +++ b/dev-perl/Gentoo-MirrorList/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Gentoo-MirrorList
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Gentoo-MirrorList-1.0.1 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Gentoo-MirrorList-1.0.1.ebuild:
31 + Version Bump
32 +
33 *Gentoo-MirrorList-1.0.0 (03 Apr 2011)
34
35 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.1.ebuild b/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.1.ebuild
38 new file mode 100644
39 index 0000000..d5402e0
40 --- /dev/null
41 +++ b/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.1.ebuild
42 @@ -0,0 +1,59 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=KENTNL
48 +MODULE_VERSION=1.0.1
49 +inherit perl-module
50 +
51 +DESCRIPTION='A programmatic way to access Gentoo.org Mirror Metadata'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +perl_meta_configure() {
57 + # Module::Build 0.3601 ( 0.360.100 )
58 + echo \>=virtual/perl-Module-Build-0.36.01
59 +}
60 +perl_meta_build() {
61 + # Module::Build 0.3601 ( 0.360.100 )
62 + echo \>=virtual/perl-Module-Build-0.36.01
63 +}
64 +perl_meta_runtime() {
65 + # App::Cache
66 + echo dev-perl/App-Cache
67 + # Carp
68 + # echo dev-perl/Carp
69 + # Moose
70 + echo dev-perl/Moose
71 + # XML::Simple
72 + echo dev-perl/XML-Simple
73 + # namespace::autoclean
74 + echo dev-perl/namespace-autoclean
75 + # perl v5.10.0 ( 5.10.0 )
76 + echo \>=dev-lang/perl-5.10.0
77 + # strict
78 + echo dev-lang/perl
79 + # warnings
80 + echo dev-lang/perl
81 +}
82 +perl_meta_test() {
83 + # File::Find
84 + echo dev-lang/perl
85 + # File::Temp
86 + echo virtual/perl-File-Temp
87 + # FindBin
88 + echo dev-lang/perl
89 + # Test::More 0.88 ( 0.880.0 )
90 + echo \>=virtual/perl-Test-Simple-0.88
91 +}
92 +DEPEND="
93 + $(perl_meta_configure)
94 + $(perl_meta_build)
95 + $(perl_meta_runtime)
96 + test? ( $(perl_meta_test) )
97 +"
98 +RDEPEND="
99 + $(perl_meta_runtime)
100 +"
101 +SRC_TEST="do"