public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/perl5i/
Date: Wed, 25 Jul 2012 18:30:24 +0000 (UTC)	[thread overview]
Message-ID: <1343235558.9c8336dbadd3b63ba9f7e4460c0d14cdec3ad354.kent@gentoo> (raw)

commit:     9c8336dbadd3b63ba9f7e4460c0d14cdec3ad354
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 16:59:18 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 16:59:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c8336db

[newversion] perl5i-2.10.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/perl5i/ChangeLog            |    5 ++
 dev-perl/perl5i/perl5i-2.10.0.ebuild |  112 ++++++++++++++++++++++++++++++++++
 2 files changed, 117 insertions(+), 0 deletions(-)

diff --git a/dev-perl/perl5i/ChangeLog b/dev-perl/perl5i/ChangeLog
index 39c4e45..a1a096f 100644
--- a/dev-perl/perl5i/ChangeLog
+++ b/dev-perl/perl5i/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl5i-2.10.0 (25 Jul 2012)
+
+  25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +perl5i-2.10.0.ebuild:
+  Version Bump
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com> perl5i-2.6.0.ebuild,
   perl5i-2.6.1.ebuild, perl5i-2.9.1.ebuild:
   Normalize dep on JSON and Capture-Tiny

diff --git a/dev-perl/perl5i/perl5i-2.10.0.ebuild b/dev-perl/perl5i/perl5i-2.10.0.ebuild
new file mode 100644
index 0000000..580677e
--- /dev/null
+++ b/dev-perl/perl5i/perl5i-2.10.0.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=MSCHWERN
+MODULE_VERSION=v2.10.0
+inherit perl-module
+
+DESCRIPTION='Fix as much of Perl 5 as possible in one pragma'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.36 ( 0.360.0 )
+	echo \>=virtual/perl-Module-Build-0.36.00
+}
+perl_meta_build() {
+	# ExtUtils::CBuilder 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-ExtUtils-CBuilder-0.26.00
+	# IPC::Open3
+	echo dev-lang/perl
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Test::Output 0.16 ( 0.160.0 )
+	echo \>=dev-perl/Test-Output-0.16
+	# Test::Warn 0.11 ( 0.110.0 )
+	echo \>=dev-perl/Test-Warn-0.11
+}
+perl_meta_runtime() {
+	# CLASS 1.00 ( 1.0.0 )
+	echo \>=dev-perl/CLASS-1.0.0
+	# Capture::Tiny 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Capture-Tiny-0.60.0
+	# Carp::Fix::1_25 1.000000 ( 1.0.0 )
+	echo \>=dev-perl/Carp-Fix-1_25-1.0.0
+	# Child 0.009 ( 0.9.0 )
+	echo \>=dev-perl/Child-0.9.0
+	# DateTime 0.47 ( 0.470.0 )
+	echo \>=dev-perl/DateTime-0.47
+	# DateTime::Format::Epoch 0.11 ( 0.110.0 )
+	echo \>=dev-perl/DateTime-Format-Epoch-0.110.0
+	# DateTime::TimeZone::Tzfile 0.002 ( 0.2.0 )
+	echo \>=dev-perl/DateTime-TimeZone-Tzfile-0.2.0
+	# Devel::Declare::MethodInstaller::Simple 0.006007 ( 0.6.7 )
+	echo \>=dev-perl/Devel-Declare-0.6.7
+	# Digest::MD5 2.36 ( 2.360.0 )
+	echo \>=virtual/perl-Digest-MD5-2.36
+	# Digest::SHA 5.45 ( 5.450.0 )
+	echo \>=virtual/perl-Digest-SHA-5.45
+	# File::chdir 0.1002 ( 0.100.200 )
+	echo \>=dev-perl/File-chdir-0.100.200
+	# Hash::Merge::Simple 0.04 ( 0.40.0 )
+	echo \>=dev-perl/Hash-Merge-Simple-0.40.0
+	# IPC::System::Simple 1.18 ( 1.180.0 )
+	echo \>=dev-perl/IPC-System-Simple-1.18
+	# JSON 2.17 ( 2.170.0 )
+	echo \>=dev-perl/JSON-2.170.0
+	# List::MoreUtils 0.22 ( 0.220.0 )
+	echo \>=dev-perl/List-MoreUtils-0.220.0
+	# Modern::Perl 1.03 ( 1.30.0 )
+	echo \>=dev-perl/Modern-Perl-1.30.0
+	# Module::Load 0.16 ( 0.160.0 )
+	echo \>=virtual/perl-Module-Load-0.160.0
+	# Object::ID v0.1.0 ( 0.1.0 )
+	echo \>=dev-perl/Object-ID-0.1.0
+	# Perl6::Caller 0.100 ( 0.100.0 )
+	echo \>=dev-perl/Perl6-Caller-0.100.0
+	# Taint::Util 0.06 ( 0.60.0 )
+	echo \>=dev-perl/Taint-Util-0.60.0
+	# Text::Wrap 2009.0305 ( 2009.30.500 )
+	echo \>=virtual/perl-Text-Tabs+Wrap-2009.30.500
+	# Try::Tiny 0.02 ( 0.20.0 )
+	echo \>=dev-perl/Try-Tiny-0.20.0
+	# Want 0.18 ( 0.180.0 )
+	echo \>=dev-perl/Want-0.180.0
+	# YAML::Any 0.70 ( 0.700.0 )
+	echo \>=dev-perl/yaml-0.70
+	# autobox 2.70 ( 2.700.0 )
+	echo \>=dev-perl/autobox-2.700.0
+	# autobox::Core 1.0 ( 1.0.0 )
+	echo \>=dev-perl/autobox-Core-1.0.0
+	# autobox::List::Util 20090629 ( 20090629.0.0 )
+	echo \>=dev-perl/autobox-List-Util-20090629.0.0
+	# autobox::dump 20090426 ( 20090426.0.0 )
+	echo \>=dev-perl/autobox-dump-20090426.0.0
+	# autodie 2.12 ( 2.120.0 )
+	echo \>=dev-perl/autodie-2.120.0
+	# autovivification 0.06 ( 0.60.0 )
+	echo \>=dev-perl/autovivification-0.60.0
+	# indirect 0.24 ( 0.240.0 )
+	echo \>=dev-perl/indirect-0.240.0
+	# parent 0.221 ( 0.221.0 )
+	echo \>=virtual/perl-parent-0.221
+	# perl v5.10.0 ( 5.10.0 )
+	echo \>=dev-lang/perl-5.10.0
+	# true::VERSION 0.16 ( 0.160.0 )
+	echo \>=dev-perl/true-0.160.0
+	# utf8::all 0.002 ( 0.2.0 )
+	echo \>=dev-perl/utf8-all-0.2.0
+	# version 0.77 ( 0.770.0 )
+	echo \>=virtual/perl-version-0.77
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2012-07-25 18:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-25 18:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26  4:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/perl5i/ Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-05-01 22:23 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-02-29 12:06 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-04-12  1:10 Kent Fredric
2011-04-12  1:10 Kent Fredric
2011-03-26  5:17 Kent Fredric
2011-03-22  9:45 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343235558.9c8336dbadd3b63ba9f7e4460c0d14cdec3ad354.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox