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 ABD4813877A 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 8C3AAE0864; Wed, 20 Aug 2014 13:24:59 +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 24413E085C for ; Wed, 20 Aug 2014 13:24:58 +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 33AE63401C1 for ; Wed, 20 Aug 2014 13:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D863A1F 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.e39fb46c6cd46101232e9b6f46e3ae0e6552dd23.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.210.0-r2.ebuild X-VCS-Directories: virtual/perl-constant/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e39fb46c6cd46101232e9b6f46e3ae0e6552dd23 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: 65b3da3e-2b40-4e09-b77e-92a1fa30155d X-Archives-Hash: 7449cff891ffa7f204eb716809b63e56 commit: e39fb46c6cd46101232e9b6f46e3ae0e6552dd23 Author: Kent Fredric gmail com> AuthorDate: Wed Aug 20 11:50:49 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=e39fb46c [virtualfix] virtual/perl-constant Implement 1.210.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.210.0-r2.ebuild | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog index 651518a..b47d1c5 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.210.0-r2 (20 Aug 2014) + + 20 Aug 2014; Kent Fredric + +perl-constant-1.210.0-r2.ebuild: + Implement 1.210.0 in terms of perl-virtual-2 + *perl-constant-1.230.0-r1 (20 Aug 2014) 20 Aug 2014; Kent Fredric diff --git a/virtual/perl-constant/perl-constant-1.210.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.210.0-r2.ebuild new file mode 100644 index 0000000..9121d02 --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.210.0-r2.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"