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 28C9813800E for ; Wed, 25 Jul 2012 18:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 799C3E07C3; Wed, 25 Jul 2012 18:30:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4A81DE07C3 for ; Wed, 25 Jul 2012 18:30:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E1FD1B4751 for ; Wed, 25 Jul 2012 18:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5CD71E5442 for ; Wed, 25 Jul 2012 18:30:18 +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: <1343224893.d77cd23dd3522578c0c5ba62f01500c1c6b81acb.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-File-Fetch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-File-Fetch/ChangeLog virtual/perl-File-Fetch/perl-File-Fetch-0.360.0.ebuild X-VCS-Directories: virtual/perl-File-Fetch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d77cd23dd3522578c0c5ba62f01500c1c6b81acb X-VCS-Branch: master Date: Wed, 25 Jul 2012 18:30:18 +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: 5ac81c13-a561-4bb1-af82-c752b0edeae8 X-Archives-Hash: 7f56bff33a017120df1c8914ebdd70fc commit: d77cd23dd3522578c0c5ba62f01500c1c6b81acb Author: Kent Fredric gmail com> AuthorDate: Wed Jul 25 14:01:33 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jul 25 14:01:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d77cd23d [newversion] perl-File-Fetch-0.360.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- virtual/perl-File-Fetch/ChangeLog | 6 ++++++ .../perl-File-Fetch/perl-File-Fetch-0.360.0.ebuild | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/virtual/perl-File-Fetch/ChangeLog b/virtual/perl-File-Fetch/ChangeLog index 03b1167..d7238a7 100644 --- a/virtual/perl-File-Fetch/ChangeLog +++ b/virtual/perl-File-Fetch/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-File-Fetch-0.360.0 (25 Jul 2012) + + 25 Jul 2012; Kent Fredric + +perl-File-Fetch-0.360.0.ebuild: + Version Bump + *perl-File-Fetch-0.340.0 (27 May 2012) 27 May 2012; Kent Fredric diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.360.0.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.360.0.ebuild new file mode 100644 index 0000000..6018695 --- /dev/null +++ b/virtual/perl-File-Fetch/perl-File-Fetch-0.360.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Virtual for File-Fetch" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/File-Fetch-${PV}"