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/URI-Fetch-SimpleCache/
Date: Sat, 04 Jul 2015 05:21:16
Message-Id: 1435983301.28f4465894f6652a1c9fd9732446903a44efb7c9.kent@gentoo
1 commit: 28f4465894f6652a1c9fd9732446903a44efb7c9
2 Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
3 AuthorDate: Thu Jul 9 16:40:50 2009 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 4 04:15:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=28f44658
7
8 [rebase-filter: dwc/URI-Fetch-SimpleCache] Convert to EAPI=2 and add metadata.xml
9 (Portage version: 2.1.6.13/git/Linux x86_64)
10 (Signed Manifest commit)
11
12 dev-perl/URI-Fetch-SimpleCache/ChangeLog | 8 ++++++++
13 .../URI-Fetch-SimpleCache-0.02.ebuild | 17 +++++++++--------
14 dev-perl/URI-Fetch-SimpleCache/metadata.xml | 9 +++++++++
15 3 files changed, 26 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-perl/URI-Fetch-SimpleCache/ChangeLog b/dev-perl/URI-Fetch-SimpleCache/ChangeLog
18 new file mode 100644
19 index 0000000..bc53bc4
20 --- /dev/null
21 +++ b/dev-perl/URI-Fetch-SimpleCache/ChangeLog
22 @@ -0,0 +1,8 @@
23 +# ChangeLog for dev-perl/URI-Fetch-SimpleCache
24 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 + 09 Jul 2009; Daniel Westermann-Clark <dwc@×××××.com>
28 + URI-Fetch-SimpleCache-0.02.ebuild, +metadata.xml:
29 + Convert to EAPI=2 and add metadata.xml
30 +
31
32 diff --git a/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild b/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
33 index f33f99f..6fda8f1 100644
34 --- a/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
35 +++ b/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
36 @@ -1,19 +1,20 @@
37 -# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
38 +# Copyright 1999-2009 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 -# $Header$
41 +# $Header: $
42
43 +EAPI=2
44 +
45 +MODULE_AUTHOR=NEKOKAK
46 inherit perl-module
47
48 DESCRIPTION="URI::Fetch extension with local cache"
49 -HOMEPAGE="http://search.cpan.org/dist/${PN}/"
50 -SRC_URI="mirror://cpan/authors/id/N/NE/NEKOKAK/${P}.tar.gz"
51 -LICENSE="|| ( Artistic GPL-2 )"
52
53 SLOT="0"
54 -KEYWORDS="amd64 x86"
55 +LICENSE="|| ( Artistic GPL-2 )"
56 +KEYWORDS="~amd64 ~x86"
57 +SRC_TEST="do"
58
59 IUSE=""
60 -RDEPEND="dev-lang/perl
61 - dev-perl/URI-Fetch
62 +RDEPEND="dev-perl/URI-Fetch
63 dev-perl/Cache-Cache"
64 DEPEND="${RDEPEND}"
65
66 diff --git a/dev-perl/URI-Fetch-SimpleCache/metadata.xml b/dev-perl/URI-Fetch-SimpleCache/metadata.xml
67 new file mode 100644
68 index 0000000..743b271
69 --- /dev/null
70 +++ b/dev-perl/URI-Fetch-SimpleCache/metadata.xml
71 @@ -0,0 +1,9 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <herd>perl</herd>
76 + <maintainer>
77 + <email>dwc@×××××.com</email>
78 + <name>Daniel Westermann-Clark</name>
79 + </maintainer>
80 +</pkgmetadata>