From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PxoGL-0006t8-9r for garchives@archives.gentoo.org; Thu, 10 Mar 2011 22:23:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AEC0E06EC; Thu, 10 Mar 2011 22:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CD2E2E06EC for ; Thu, 10 Mar 2011 22:20:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72A101B4274 for ; Thu, 10 Mar 2011 22:20:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D466A8006D for ; Thu, 10 Mar 2011 22:20:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/CPANPLUS/CPANPLUS-0.910.200.ebuild perl-core/CPANPLUS/ChangeLog X-VCS-Directories: perl-core/CPANPLUS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c20e2848a4609a58b22aa5a123130bc1afa91179 Date: Thu, 10 Mar 2011 22:20:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 947c2006bd74a58b818f48d2ba00185c commit: c20e2848a4609a58b22aa5a123130bc1afa91179 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 10 21:15:58 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 10 21:15:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dc20e2848 [newversion] CPANPLUS-0.910.200 (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 0A0CB301) --- perl-core/CPANPLUS/CPANPLUS-0.910.200.ebuild | 30 ++++++++++++++++++++= ++++++ perl-core/CPANPLUS/ChangeLog | 5 ++++ 2 files changed, 35 insertions(+), 0 deletions(-) diff --git a/perl-core/CPANPLUS/CPANPLUS-0.910.200.ebuild b/perl-core/CPA= NPLUS/CPANPLUS-0.910.200.ebuild new file mode 100644 index 0000000..0460a02 --- /dev/null +++ b/perl-core/CPANPLUS/CPANPLUS-0.910.200.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +MODULE_AUTHOR=3DBINGOS +MODULE_VERSION=3D0.9102 +inherit perl-module + +DESCRIPTION=3D"API & CLI access to the CPAN mirrors" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D"virtual/perl-Archive-Extract + virtual/perl-IPC-Cmd + virtual/perl-Log-Message + virtual/perl-Locale-Maketext-Simple + virtual/perl-Module-Pluggable + virtual/perl-Object-Accessor + virtual/perl-Package-Constants + virtual/perl-Parse-CPAN-Meta + virtual/perl-File-Fetch + virtual/perl-Module-Loaded + virtual/perl-Term-UI" +DEPEND=3D"${RDEPEND}" + +SRC_TEST=3Ddo diff --git a/perl-core/CPANPLUS/ChangeLog b/perl-core/CPANPLUS/ChangeLog index cc447e3..3e2bd48 100644 --- a/perl-core/CPANPLUS/ChangeLog +++ b/perl-core/CPANPLUS/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*CPANPLUS-0.910.200 (10 Mar 2011) + + 10 Mar 2011; Kent Fredric +CPANPLUS-0.910.200.= ebuild: + Bump + *CPANPLUS-0.901.0 (10 Mar 2011) *CPANPLUS-0.900.700 (10 Mar 2011) *CPANPLUS-0.900.500 (10 Mar 2011)