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 1S0pM4-0000HN-Bw for garchives@archives.gentoo.org; Fri, 24 Feb 2012 07:14:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 934CDE0C97; Fri, 24 Feb 2012 07:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5234FE0BD4 for ; Fri, 24 Feb 2012 07:13:30 +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 747C11B403B for ; Fri, 24 Feb 2012 07:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7C02E541E for ; Fri, 24 Feb 2012 07:13:26 +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: <1330044026.b73af72320b8626fdce8ee7972d9b4897fa72519.kent@gentoo> 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.911.900.ebuild perl-core/CPANPLUS/ChangeLog perl-core/CPANPLUS/metadata.xml X-VCS-Directories: perl-core/CPANPLUS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b73af72320b8626fdce8ee7972d9b4897fa72519 X-VCS-Branch: master Date: Fri, 24 Feb 2012 07:13:26 +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: 8eaad8c5-9968-4ea2-8d34-168e760c38af X-Archives-Hash: 2c649c74bb66409b9f12ba58d457c1b1 commit: b73af72320b8626fdce8ee7972d9b4897fa72519 Author: Kent Fredric gmail com> AuthorDate: Fri Feb 24 00:40:26 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 24 00:40:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db73af723 [newversion] perl-core/CPANPLUS-0.911.900 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- perl-core/CPANPLUS/CPANPLUS-0.911.900.ebuild | 105 ++++++++++++++++++++= ++++++ perl-core/CPANPLUS/ChangeLog | 8 ++- perl-core/CPANPLUS/metadata.xml | 1 + 3 files changed, 113 insertions(+), 1 deletions(-) diff --git a/perl-core/CPANPLUS/CPANPLUS-0.911.900.ebuild b/perl-core/CPA= NPLUS/CPANPLUS-0.911.900.ebuild new file mode 100644 index 0000000..e0e02a9 --- /dev/null +++ b/perl-core/CPANPLUS/CPANPLUS-0.911.900.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DBINGOS +MODULE_VERSION=3D0.9119 +inherit perl-module + +DESCRIPTION=3D'Ameliorated interface to the CPAN' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"cpantest md5 signature storable sqlite_backend selfupgrade" +REQUIRED_USE=3D" + cpantest? ( selfupgrade ) + md5? ( selfupgrade ) + signature? ( selfupgrade ) + storable? ( selfupgrade ) + sqlite_backend? ( selfupgrade ) +" + +# See Selfupdate.pm in the dist +# All values here come from there.=20 + +perl_feature_cpantest() { + # Test::Reporter 1.34 + echo \>=3Ddev-perl/Test-Reporter-1.34 + # Parse::CPAN::Meta 1.4200 + echo \>=3Dvirtual/perl-Parse-CPAN-Meta-1.420 +} +perl_feature_md5() { + # Digest::SHA + echo virtual/perl-Digest-SHA +} +perl_feature_signature() { + # gpg + echo app-crypt/gnupg + # Module::Signature 0.06 + echo \>=3Ddev-perl/Module-Signature-0.06 +} +perl_feature_storable() { + # Storable + echo virtual/perl-Storable +} +perl_feature_sqlite_backend() { + # DBIx::Simple + echo dev-perl/DBIx-Simple + # DBD::SQLite + echo dev-perl/DBD-SQLite +} +perl_feature_selfupgrade() { + echo "sqlite_backend? ( $( perl_feature_sqlite_backend ) )" + echo "storable? ( $( perl_feature_storable ) )" + echo "signature? ( $( perl_feature_signature ) )" + echo "md5? ( $( perl_feature_md5 ) )" + echo "cpantest? ( $( perl_feature_cpantest ) )" + + # File::Fetch 0.15_02 + echo \>=3Dvirtual/perl-File-Fetch-0.16 + # File::Spec 0.82 + echo \>=3Dvirtual/perl-File-Spec-0.82 + # IPC::Cmd 0.36 + echo \>=3Dvirtual/perl-IPC-Cmd-0.360.0 + # Locale::Maketext::Simple 0.01 + echo \>=3Dvirtual/perl-Locale-Maketext-Simple-0.10.0 + # Log::Message 0.01 + echo \>=3Dvirtual/perl-Log-Message-0.01 + # Module::Load 0.10=20 + echo \>=3Dvirtual/perl-Module-Load-0.100.0 + # Module::Load::Conditional 0.38 / 0.380.0 + echo \>=3Dvirtual/perl-Module-Load-Conditional-0.380 + # version 0.77 + echo \>=3Dvirtual/perl-version-0.77 + # Params::Check 0.22 + echo \>=3Dvirtual/perl-Params-Check-0.22 + # Package::Constants 0.01 + echo \>=3Dvirtual/perl-Package-Constants-0.10.0 + # Term::UI 0.18 + echo \>=3Dvirtual/perl-Term-UI-0.18 + # Test::Harness 2.62 + echo \>=3Dvirtual/perl-Test-Harness-2.62 + # Test::Simple 0.47 + echo \>=3Dvirtual/perl-Test-Simple-0.47 + # Archive::Extract 0.16 + echo \>=3Dvirtual/perl-Archive-Extract-0.160.0 + # Archive::Tar 1.23 + echo \>=3Dvirtual/perl-Archive-Tar-1.23 + # IO::Zlib 1.04 + echo \>=3Dvirtual/perl-IO-Zlib-1.40.0 + # Object::Accessor 0.34 + echo \>=3Dvirtual/perl-Object-Accessor-0.34 + # Module::CoreList 2.22 + echo \>=3Dvirtual/perl-Module-CoreList-2.22 + # Module::Pluggable 2.4 + echo \>=3Dvirtual/perl-Module-Pluggable-2.400.0 + # Module::Loaded 0.01 + echo \>=3Dvirtual/perl-Module-Loaded-0.10.0 + # Parse::CPAN::Meta 1.4200 + echo \>=3Dvirtual/perl-Parse-CPAN-Meta-1.420 + # ExtUtils::Install 1.42 + echo \>=3Dvirtual/perl-ExtUtils-Install-1.42 +} +DEPEND=3D"selfupgrade? ( $( perl_feature_selfupgrade ) )" +RDEPEND=3D"selfupgrade? ( $( perl_feature_selfupgrade ) )" +SRC_TEST=3D"do" diff --git a/perl-core/CPANPLUS/ChangeLog b/perl-core/CPANPLUS/ChangeLog index e01cd5c..bf803cf 100644 --- a/perl-core/CPANPLUS/ChangeLog +++ b/perl-core/CPANPLUS/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for perl-core/CPANPLUS -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*CPANPLUS-0.911.900 (24 Feb 2012) + + 24 Feb 2012; Kent Fredric +CPANPLUS-0.911.900.= ebuild, + metadata.xml: + Version Bump + *CPANPLUS-0.911.0 (02 Sep 2011) =20 02 Sep 2011; Kent Fredric +CPANPLUS-0.911.0.eb= uild: diff --git a/perl-core/CPANPLUS/metadata.xml b/perl-core/CPANPLUS/metadat= a.xml index d189b8d..76bbce8 100644 --- a/perl-core/CPANPLUS/metadata.xml +++ b/perl-core/CPANPLUS/metadata.xml @@ -12,5 +12,6 @@ Install support for the "Storable" backend Install support for using SQLite as a ca= che for CPANPLUS + Pull more dependencies by emulating a "self= upgrade" scenario