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 083C013800E for ; Tue, 31 Jul 2012 17:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBBB8E062D; Tue, 31 Jul 2012 17:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF60EE062D for ; Tue, 31 Jul 2012 17:10:43 +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 A306E1B402B for ; Tue, 31 Jul 2012 17:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9903DE5450 for ; Tue, 31 Jul 2012 17:10:40 +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: <1343714646.e8c5923705da5aa8fb94d55b791f000d81763869.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-constant/ChangeLog virtual/perl-constant/perl-constant-1.230.0.ebuild X-VCS-Directories: virtual/perl-constant/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e8c5923705da5aa8fb94d55b791f000d81763869 X-VCS-Branch: master Date: Tue, 31 Jul 2012 17:10:40 +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: 04d11f28-d05f-40e6-8e6d-5385b2c59a1c X-Archives-Hash: 2b90f03233303b001cf0ea3de6e202ca commit: e8c5923705da5aa8fb94d55b791f000d81763869 Author: Kent Fredric gmail com> AuthorDate: Tue Jul 31 06:04:06 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jul 31 06:04:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e8c59237 [fix] perl-constant 1.230.0 for 5.16 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- virtual/perl-constant/ChangeLog | 6 ++++++ virtual/perl-constant/perl-constant-1.230.0.ebuild | 15 +++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog index 4da65f9..5a31571 100644 --- a/virtual/perl-constant/ChangeLog +++ b/virtual/perl-constant/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-constant-1.230.0 (31 Jul 2012) + + 31 Jul 2012; Kent Fredric + +perl-constant-1.230.0.ebuild: + Fix for 5.16 + *perl-constant-1.200.0-r1 (02 Mar 2012) 02 Mar 2012; Kent Fredric diff --git a/virtual/perl-constant/perl-constant-1.230.0.ebuild b/virtual/perl-constant/perl-constant-1.230.0.ebuild new file mode 100644 index 0000000..30f369f --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.230.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Virtual for perl-core/constant" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/constant-${PV} )"