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 09D4D13877A for ; Wed, 20 Aug 2014 13:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4D9DE0858; Wed, 20 Aug 2014 13:24:58 +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 028CBE0841 for ; Wed, 20 Aug 2014 13:24:57 +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 0A426340204 for ; Wed, 20 Aug 2014 13:24:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B053A1D for ; Wed, 20 Aug 2014 13:24:55 +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: <1408535541.4e98cf76faea813db33847547f98eae7d340541b.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.250.0-r1.ebuild X-VCS-Directories: virtual/perl-constant/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4e98cf76faea813db33847547f98eae7d340541b X-VCS-Branch: master Date: Wed, 20 Aug 2014 13:24:55 +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: 24018c75-4b1c-420b-945a-6848ab6ea10f X-Archives-Hash: 2535b4fd31b8eef0afb624ef1374c6dd commit: 4e98cf76faea813db33847547f98eae7d340541b Author: Kent Fredric gmail com> AuthorDate: Wed Aug 20 11:45:20 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Aug 20 11:52:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4e98cf76 [virtualfix] virtual/perl-constant Implement 1.250.0 in terms of perl-virtual-2 Package-Manager: portage-2.2.10 Manifest-Sign-Key: E854324B1366A820 --- virtual/perl-constant/ChangeLog | 6 ++++++ virtual/perl-constant/perl-constant-1.250.0-r1.ebuild | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog index a89edb0..d8e9edc 100644 --- a/virtual/perl-constant/ChangeLog +++ b/virtual/perl-constant/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-constant-1.250.0-r1 (20 Aug 2014) + + 20 Aug 2014; Kent Fredric + +perl-constant-1.250.0-r1.ebuild: + Implement 1.250.0 in terms of perl-virtual-2 + 20 Aug 2014; Kent Fredric -perl-constant-1.200.0-r1.ebuild: Nuke 5.12 only diff --git a/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild new file mode 100644 index 0000000..9b0f6d6 --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +ON_CPAN=1 +inherit perl-virtual-2; +SLOT="0" +KEYWORDS="~amd64 ~x86"