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/Module-Locate/
Date: Sun, 03 Apr 2011 13:34:16
Message-Id: 1e91a6a72c8c337d8d69afb1a33fddc3e3151f0d.kent@gentoo
1 commit: 1e91a6a72c8c337d8d69afb1a33fddc3e3151f0d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 13:31:31 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 13:31:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1e91a6a7
7
8 [added] Module-Locate 1.700.0
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Module-Locate/ChangeLog | 10 +++++++++
14 .../Module-Locate/Module-Locate-1.700.0.ebuild | 21 ++++++++++++++++++++
15 dev-perl/Module-Locate/metadata.xml | 9 ++++++++
16 3 files changed, 40 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Module-Locate/ChangeLog b/dev-perl/Module-Locate/ChangeLog
19 new file mode 100644
20 index 0000000..e04b4c1
21 --- /dev/null
22 +++ b/dev-perl/Module-Locate/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Module-Locate
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Module-Locate-1.700.0 (03 Apr 2011)
29 +
30 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Module-Locate-1.700.0.ebuild, +metadata.xml:
32 + Added for Perl::Tags
33 +
34
35 diff --git a/dev-perl/Module-Locate/Module-Locate-1.700.0.ebuild b/dev-perl/Module-Locate/Module-Locate-1.700.0.ebuild
36 new file mode 100644
37 index 0000000..def93ae
38 --- /dev/null
39 +++ b/dev-perl/Module-Locate/Module-Locate-1.700.0.ebuild
40 @@ -0,0 +1,21 @@
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=BROQ
46 +MODULE_VERSION=1.7
47 +inherit perl-module
48 +
49 +DESCRIPTION="locate modules in the same fashion as require and use"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +COMMON_DEPEND=""
55 +DEPEND="
56 + ${COMMON_DEPEND}
57 +"
58 +RDEPEND="
59 + ${COMMON_DEPEND}
60 +"
61 +SRC_TEST="do"
62
63 diff --git a/dev-perl/Module-Locate/metadata.xml b/dev-perl/Module-Locate/metadata.xml
64 new file mode 100644
65 index 0000000..ccc7e0f
66 --- /dev/null
67 +++ b/dev-perl/Module-Locate/metadata.xml
68 @@ -0,0 +1,9 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 + <herd>perl</herd>
73 + <maintainer>
74 + <email>kentfredric@×××××.com</email>
75 + <name>Kent Fredric</name>
76 + </maintainer>
77 +</pkgmetadata>