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 642C913800E for ; Tue, 31 Jul 2012 17:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57369E062B; 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 28DE8E062D for ; Tue, 31 Jul 2012 17:10:42 +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 5DB091B4023 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 BBA87E543B for ; Tue, 31 Jul 2012 17:10:39 +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: <1343714049.78221900f27d69810517fa6c965a3f160fbbdb4b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Object-Accessor/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-Object-Accessor/ChangeLog virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0-r1.ebuild virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0.ebuild X-VCS-Directories: virtual/perl-Object-Accessor/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 78221900f27d69810517fa6c965a3f160fbbdb4b X-VCS-Branch: master Date: Tue, 31 Jul 2012 17:10:39 +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: f9342414-0a7b-4c65-8521-01f2032fccd0 X-Archives-Hash: 1190519508229a0826b394e0e9524c61 commit: 78221900f27d69810517fa6c965a3f160fbbdb4b Author: Kent Fredric gmail com> AuthorDate: Tue Jul 31 05:54:09 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jul 31 05:54:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=78221900 [fix] perl-Object-Accessor 0.420.0 for 5.16 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- virtual/perl-Object-Accessor/ChangeLog | 7 +++++++ ...uild => perl-Object-Accessor-0.420.0-r1.ebuild} | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/virtual/perl-Object-Accessor/ChangeLog b/virtual/perl-Object-Accessor/ChangeLog index 549628a..1f38bb6 100644 --- a/virtual/perl-Object-Accessor/ChangeLog +++ b/virtual/perl-Object-Accessor/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-Object-Accessor-0.420.0-r1 (31 Jul 2012) + + 31 Jul 2012; Kent Fredric + -perl-Object-Accessor-0.420.0.ebuild, + +perl-Object-Accessor-0.420.0-r1.ebuild: + fix for 5.16 + *perl-Object-Accessor-0.440.0 (28 Apr 2012) 28 Apr 2012; Kent Fredric diff --git a/virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0.ebuild b/virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0-r1.ebuild similarity index 64% rename from virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0.ebuild rename to virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0-r1.ebuild index 134ca69..ba02d2a 100644 --- a/virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0.ebuild +++ b/virtual/perl-Object-Accessor/perl-Object-Accessor-0.420.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,4 +11,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="~perl-core/Object-Accessor-${PV}" +RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/Object-Accessor-${PV} )"