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: Sun, 03 Apr 2011 19:35:49
Message-Id: 53b5e6391c9b4fcea9b97164bb928e4e335e1662.kent@gentoo
1 commit: 53b5e6391c9b4fcea9b97164bb928e4e335e1662
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 19:35:16 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 19:35:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=53b5e639
7
8 [added] Gentoo-MirrorList
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Gentoo-MirrorList/ChangeLog | 10 ++++++
14 .../Gentoo-MirrorList-1.0.0.ebuild | 33 ++++++++++++++++++++
15 dev-perl/Gentoo-MirrorList/metadata.xml | 9 +++++
16 3 files changed, 52 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Gentoo-MirrorList/ChangeLog b/dev-perl/Gentoo-MirrorList/ChangeLog
19 new file mode 100644
20 index 0000000..458554c
21 --- /dev/null
22 +++ b/dev-perl/Gentoo-MirrorList/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Gentoo-MirrorList
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Gentoo-MirrorList-1.0.0 (03 Apr 2011)
29 +
30 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Gentoo-MirrorList-1.0.0.ebuild, +metadata.xml:
32 + Added
33 +
34
35 diff --git a/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.0.ebuild b/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.0.ebuild
36 new file mode 100644
37 index 0000000..18c718b
38 --- /dev/null
39 +++ b/dev-perl/Gentoo-MirrorList/Gentoo-MirrorList-1.0.0.ebuild
40 @@ -0,0 +1,33 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=KENTNL
46 +inherit perl-module
47 +
48 +DESCRIPTION="A programmatic way to access Gentoo.org MirrorMetadata"
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +comment() { echo ''; }
54 +COMMON_DEPEND="
55 + dev-perl/App-Cache
56 + $(comment virtual/perl-Carp)
57 + dev-perl/Moose
58 + dev-perl/XML-Simple
59 + dev-perl/namespace-autoclean
60 +"
61 +DEPEND="
62 + ${COMMON_DEPEND}
63 + $(comment virtual/perl-English)
64 + $(comment virtual/perl-File-Find)
65 + virtual/perl-File-Temp
66 + $(comment virtual/perl-FindBin)
67 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
68 + >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
69 +"
70 +RDEPEND="
71 + ${COMMON_DEPEND}
72 +"
73 +SRC_TEST="do"
74
75 diff --git a/dev-perl/Gentoo-MirrorList/metadata.xml b/dev-perl/Gentoo-MirrorList/metadata.xml
76 new file mode 100644
77 index 0000000..ccc7e0f
78 --- /dev/null
79 +++ b/dev-perl/Gentoo-MirrorList/metadata.xml
80 @@ -0,0 +1,9 @@
81 +<?xml version="1.0" encoding="UTF-8"?>
82 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 +<pkgmetadata>
84 + <herd>perl</herd>
85 + <maintainer>
86 + <email>kentfredric@×××××.com</email>
87 + <name>Kent Fredric</name>
88 + </maintainer>
89 +</pkgmetadata>