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/Pod-Elemental/
Date: Sat, 27 Aug 2011 10:04:28 +0000 (UTC)	[thread overview]
Message-ID: <23179d45eb9db820d0d1c671aaad1a887082ebf3.kent@gentoo> (raw)

commit:     23179d45eb9db820d0d1c671aaad1a887082ebf3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 09:23:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 09:23:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=23179d45

[newversion] Pod-Elemental-0.102.361

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

---
 dev-perl/Pod-Elemental/ChangeLog                   |    6 ++
 .../Pod-Elemental/Pod-Elemental-0.102.361.ebuild   |   87 ++++++++++++++++++++
 2 files changed, 93 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 3836da9..cad1f3d 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Elemental-0.102.361 (27 Aug 2011)
+
+  27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Pod-Elemental-0.102.361.ebuild:
+  Version Bump
+
 *Pod-Elemental-0.102.360 (29 May 2011)
 
   29 May 2011; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
new file mode 100644
index 0000000..97670ed
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.102361
+inherit perl-module
+
+DESCRIPTION="work with nestable Pod elements"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Encode)
+	virtual/perl-Encode
+
+	$(comment Mixin::Linewise::Readers)
+	dev-perl/Mixin-Linewise
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment Moose::Autobox 0.10)
+	>=dev-perl/Moose-Autobox-0.10 $(comment 0.100.0)
+
+	$(comment Moose::Role 0.90)
+	>=dev-perl/Moose-0.90
+
+	$(comment Moose::Util::TypeConstraints)
+	dev-perl/Moose
+
+	$(comment MooseX::Types)
+	$(comment MooseX::Types::Moose)
+	dev-perl/MooseX-Types
+
+	$(comment Pod::Eventual::Simple 0.004)
+	>=dev-perl/Pod-Eventual-0.004 $(comment 0.4.0)
+
+	$(comment String::RewritePrefix)
+	dev-perl/String-RewritePrefix
+
+	$(comment String::Truncate)
+	dev-perl/String-Truncate
+
+	$(comment Sub::Exporter)
+	dev-perl/Sub-Exporter
+
+	$(comment Sub::Exporter::ForMethods)
+	dev-perl/Sub-Exporter-ForMethods
+
+	$(comment Test::Deep)
+	dev-perl/Test-Deep
+
+	$(comment Test::Differences)
+	dev-perl/Test-Differences
+
+	$(comment namespace::autoclean)
+	dev-perl/namespace-autoclean
+
+	$(comment utf8)
+"
+DEPEND="
+	${COMMON_DEPEND}
+	$(comment BUILD)
+	$(comment Data::Dumper)
+
+	$(comment Test::Deep)
+	dev-perl/Test-Deep
+
+	$(comment Test::Differences)
+	dev-perl/Test-Differences
+
+	$(comment Test::More 0.96)
+	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+
+	$(comment CONFIGURE)
+	$(comment ExtUtils::Makemaker 6.56)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



             reply	other threads:[~2011-08-27 10:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-27 10:04 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 23:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/ Kent Fredric
2015-06-15 23:46 Kent Fredric
2015-06-09 10:13 Kent Fredric
2013-02-07 15:06 Kent Fredric
2012-05-07  5:19 Kent Fredric
2011-12-05 22:55 Kent Fredric
2011-05-29 17:46 Torsten Veller

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=23179d45eb9db820d0d1c671aaad1a887082ebf3.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