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 <[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.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
+"

Reply via email to