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 D55C3138CEE for ; Sat, 4 Jul 2015 05:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7643814065; Sat, 4 Jul 2015 05:21:06 +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 B08F814065 for ; Sat, 4 Jul 2015 05:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB64F340914 for ; Sat, 4 Jul 2015 05:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B05DB75D 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: <1435983301.808a4fa8c8a1c188496ac6affaf350d5cfe8f440.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/URI-Fetch-SimpleCache-0.02.ebuild X-VCS-Directories: dev-perl/URI-Fetch-SimpleCache/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 808a4fa8c8a1c188496ac6affaf350d5cfe8f440 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: ac33bb8b-07e5-4ff8-8e92-6afe8eeca3c3 X-Archives-Hash: 658e00522f267419d67848969d253861 commit: 808a4fa8c8a1c188496ac6affaf350d5cfe8f440 Author: Daniel Westermann-Clark pobox com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric gmail 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 +# 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}"