commit:     28f4465894f6652a1c9fd9732446903a44efb7c9
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 16:40:50 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 04:15:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=28f44658

[rebase-filter: dwc/URI-Fetch-SimpleCache] Convert to EAPI=2 and add 
metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/URI-Fetch-SimpleCache/ChangeLog                |  8 ++++++++
 .../URI-Fetch-SimpleCache-0.02.ebuild                   | 17 +++++++++--------
 dev-perl/URI-Fetch-SimpleCache/metadata.xml             |  9 +++++++++
 3 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/dev-perl/URI-Fetch-SimpleCache/ChangeLog 
b/dev-perl/URI-Fetch-SimpleCache/ChangeLog
new file mode 100644
index 0000000..bc53bc4
--- /dev/null
+++ b/dev-perl/URI-Fetch-SimpleCache/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/URI-Fetch-SimpleCache
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Jul 2009; Daniel Westermann-Clark <[email protected]>
+  URI-Fetch-SimpleCache-0.02.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

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
index f33f99f..6fda8f1 100644
--- a/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
+++ b/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
@@ -1,19 +1,20 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
 
+EAPI=2
+
+MODULE_AUTHOR=NEKOKAK
 inherit perl-module
 
 DESCRIPTION="URI::Fetch extension with local cache"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/";
-SRC_URI="mirror://cpan/authors/id/N/NE/NEKOKAK/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
 
 IUSE=""
-RDEPEND="dev-lang/perl
-       dev-perl/URI-Fetch
+RDEPEND="dev-perl/URI-Fetch
        dev-perl/Cache-Cache"
 DEPEND="${RDEPEND}"

diff --git a/dev-perl/URI-Fetch-SimpleCache/metadata.xml 
b/dev-perl/URI-Fetch-SimpleCache/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/URI-Fetch-SimpleCache/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>[email protected]</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>

Reply via email to