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 B4B551381F3 for ; Tue, 13 Aug 2013 11:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB257E0B07; Tue, 13 Aug 2013 11:37:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D823E0B07 for ; Tue, 13 Aug 2013 11:37:23 +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 D594533EC56 for ; Tue, 13 Aug 2013 11:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6ACFE5470 for ; Tue, 13 Aug 2013 11:37: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: <1376393221.0ae282e19c9251ca5d0d3ef5312b38ec668b9d35.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-if/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-if/ChangeLog virtual/perl-if/perl-if-0.60.100-r3.ebuild X-VCS-Directories: virtual/perl-if/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0ae282e19c9251ca5d0d3ef5312b38ec668b9d35 X-VCS-Branch: master Date: Tue, 13 Aug 2013 11:37: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: 3110146b-c83f-493f-aeb2-5c6a40db9e0d X-Archives-Hash: dec8804c3603b89db1c2b3e130dc815c commit: 0ae282e19c9251ca5d0d3ef5312b38ec668b9d35 Author: Kent Fredric gmail com> AuthorDate: Tue Aug 13 11:27:01 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Aug 13 11:27:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ae282e1 [virtual] fixup perl-if-0.60.100{-r3} as it never was in perl-5.16* Package-Manager: portage-2.2.0_alpha186 Manifest-Sign-Key: E854324B1366A820 --- virtual/perl-if/ChangeLog | 6 ++++++ virtual/perl-if/perl-if-0.60.100-r3.ebuild | 15 +++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/virtual/perl-if/ChangeLog b/virtual/perl-if/ChangeLog index 2be9b14..12a5cbf 100644 --- a/virtual/perl-if/ChangeLog +++ b/virtual/perl-if/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-if-0.60.100-r3 (13 Aug 2013) + + 13 Aug 2013; Kent Fredric + +perl-if-0.60.100-r3.ebuild: + fixup perl-if-0.60.100{-r3} as it never was in perl-5.16* + *perl-if-0.60.200 (13 Aug 2013) 13 Aug 2013; Kent Fredric +perl-if-0.60.200.ebuild: diff --git a/virtual/perl-if/perl-if-0.60.100-r3.ebuild b/virtual/perl-if/perl-if-0.60.100-r3.ebuild new file mode 100644 index 0000000..7178bc2 --- /dev/null +++ b/virtual/perl-if/perl-if-0.60.100-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ + +DESCRIPTION="Virtual for perl-core/if" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/if-${PV} )"