public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Fetch-SimpleCache/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     355a0702f5b5383a2498aba2845534ae70118d2e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 04:57:51 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 04:57:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=355a0702

URI-Fetch-SimpleCache: EAPI5, Normalise version

Package-Manager: portage-2.2.17

 dev-perl/URI-Fetch-SimpleCache/ChangeLog                     |  8 --------
 ...Cache-0.02.ebuild => URI-Fetch-SimpleCache-0.20.0.ebuild} | 12 +++++++-----
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/dev-perl/URI-Fetch-SimpleCache/ChangeLog b/dev-perl/URI-Fetch-SimpleCache/ChangeLog
deleted file mode 100644
index bc53bc4..0000000
--- a/dev-perl/URI-Fetch-SimpleCache/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/URI-Fetch-SimpleCache
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  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.20.0.ebuild
similarity index 63%
rename from dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
rename to dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.20.0.ebuild
index 6fda8f1..9fe2226 100644
--- a/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
+++ b/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.20.0.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 MODULE_AUTHOR=NEKOKAK
+MODULE_VERSION=0.02
 inherit perl-module
 
 DESCRIPTION="URI::Fetch extension with local cache"
 
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
 
 IUSE=""
+# r:Cache::FileCache -> Cache-Cache
 RDEPEND="dev-perl/URI-Fetch
 	dev-perl/Cache-Cache"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Fetch-SimpleCache/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

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 <dwc@pobox.com>
+  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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Fetch-SimpleCache/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     808a4fa8c8a1c188496ac6affaf350d5cfe8f440
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 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=808a4fa8

[rebase-filter: dwc/URI-Fetch-SimpleCache] Add remaning ebuilds from my perl-other overlay

 .../URI-Fetch-SimpleCache-0.02.ebuild                 | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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
new file mode 100644
index 0000000..f33f99f
--- /dev/null
+++ b/dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild
@@ -0,0 +1,19 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+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"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+	dev-perl/URI-Fetch
+	dev-perl/Cache-Cache"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-04  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04  5:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Fetch-SimpleCache/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-04  5:20 Kent Fredric
2015-07-04  5:20 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox