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 1SO566-0007QY-MU for garchives@archives.gentoo.org; Sat, 28 Apr 2012 10:41:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA26E0920; Sat, 28 Apr 2012 10:40:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B7DEE08FE for ; Sat, 28 Apr 2012 10:40:03 +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 93B311B405B for ; Sat, 28 Apr 2012 10:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 803A9E5434 for ; Sat, 28 Apr 2012 10:39:59 +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: <1335609037.3ce596d3f6aab48a7a7c98a2bc869d9f0549756e.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.912.600.ebuild perl-core/CPANPLUS/ChangeLog X-VCS-Directories: perl-core/CPANPLUS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3ce596d3f6aab48a7a7c98a2bc869d9f0549756e X-VCS-Branch: master Date: Sat, 28 Apr 2012 10:39:59 +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: 6252129c-e95d-4d55-8708-616f5cdf7f47 X-Archives-Hash: 98ca651fcda7ebe14e6f73ddcb251f15 commit: 3ce596d3f6aab48a7a7c98a2bc869d9f0549756e Author: Kent Fredric gmail com> AuthorDate: Sat Apr 28 00:59:41 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 28 10:30:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3ce596d3 [newversion] CPANPLUS-0.912.600 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- perl-core/CPANPLUS/CPANPLUS-0.912.600.ebuild | 105 ++++++++++++++++++++= ++++++ perl-core/CPANPLUS/ChangeLog | 5 + 2 files changed, 110 insertions(+), 0 deletions(-) diff --git a/perl-core/CPANPLUS/CPANPLUS-0.912.600.ebuild b/perl-core/CPA= NPLUS/CPANPLUS-0.912.600.ebuild new file mode 100644 index 0000000..439c339 --- /dev/null +++ b/perl-core/CPANPLUS/CPANPLUS-0.912.600.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.9126 +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 6b722d4..c03a25f 100644 --- a/perl-core/CPANPLUS/ChangeLog +++ b/perl-core/CPANPLUS/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*CPANPLUS-0.912.600 (28 Apr 2012) + + 28 Apr 2012; Kent Fredric +CPANPLUS-0.912.600.= ebuild: + Version Bump + *CPANPLUS-0.912.400 (09 Apr 2012) =20 09 Apr 2012; Kent Fredric +CPANPLUS-0.912.400.= ebuild: