From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDACA138CEE for ; Sat, 4 Jul 2015 05:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D479414069; Sat, 4 Jul 2015 05:21:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B34914069 for ; Sat, 4 Jul 2015 05:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A35A9340948 for ; Sat, 4 Jul 2015 05:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D3275F for ; Sat, 4 Jul 2015 05:20:57 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1435985871.355a0702f5b5383a2498aba2845534ae70118d2e.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/URI-Fetch-SimpleCache/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/URI-Fetch-SimpleCache/ChangeLog dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.02.ebuild dev-perl/URI-Fetch-SimpleCache/URI-Fetch-SimpleCache-0.20.0.ebuild X-VCS-Directories: dev-perl/URI-Fetch-SimpleCache/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 355a0702f5b5383a2498aba2845534ae70118d2e X-VCS-Branch: master Date: Sat, 4 Jul 2015 05:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4ee5a74-4256-4db9-8381-c854663364a3 X-Archives-Hash: c42c2cc0e2c0494b7d141d0b909078d6 commit: 355a0702f5b5383a2498aba2845534ae70118d2e Author: Kent Fredric gmail com> AuthorDate: Sat Jul 4 04:57:51 2015 +0000 Commit: Kent Fredric gmail 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 - 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 +"