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-Transformer-WikiDoc/
Date: Tue, 28 Feb 2012 12:02:16 +0000 (UTC)	[thread overview]
Message-ID: <1330427278.1068e9919fcd8318337f3a544e7531361ba68b0b.kent@gentoo> (raw)

commit:     1068e9919fcd8318337f3a544e7531361ba68b0b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 11:07:58 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 11:07:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1068e991

[newversion] Pod-Elemental-Transformer-WikiDoc-0.93.2

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Pod-Elemental-Transformer-WikiDoc/ChangeLog    |    8 +++-
 ...Pod-Elemental-Transformer-WikiDoc-0.93.2.ebuild |   56 ++++++++++++++++++++
 2 files changed, 63 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Pod-Elemental-Transformer-WikiDoc/ChangeLog b/dev-perl/Pod-Elemental-Transformer-WikiDoc/ChangeLog
index a8c1106..191a52c 100644
--- a/dev-perl/Pod-Elemental-Transformer-WikiDoc/ChangeLog
+++ b/dev-perl/Pod-Elemental-Transformer-WikiDoc/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Pod-Elemental-Transformer-WikiDoc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Pod-Elemental-Transformer-WikiDoc-0.93.2 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Pod-Elemental-Transformer-WikiDoc-0.93.2.ebuild:
+  Version Bump
+
   29 May 2011; Torsten Veller <tove@gentoo.org>
   Pod-Elemental-Transformer-WikiDoc-0.93.1.ebuild:
   Change version scheme: dev-perl/Pod-Elemental-Transformer-WikiDoc

diff --git a/dev-perl/Pod-Elemental-Transformer-WikiDoc/Pod-Elemental-Transformer-WikiDoc-0.93.2.ebuild b/dev-perl/Pod-Elemental-Transformer-WikiDoc/Pod-Elemental-Transformer-WikiDoc-0.93.2.ebuild
new file mode 100644
index 0000000..de8e161
--- /dev/null
+++ b/dev-perl/Pod-Elemental-Transformer-WikiDoc/Pod-Elemental-Transformer-WikiDoc-0.93.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.093002
+inherit perl-module
+
+DESCRIPTION='a transformer to replace "wikidoc" data regions with Pod5 elements'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Moose
+	echo dev-perl/Moose
+	# Moose::Autobox 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Moose-Autobox-0.100.0
+	# Pod::Elemental 0.092941 ( 0.92.941 )
+	echo \>=dev-perl/Pod-Elemental-0.92.941
+	# Pod::Elemental::Transformer
+	echo dev-perl/Pod-Elemental
+	# Pod::Elemental::Types
+	echo dev-perl/Pod-Elemental
+	# Pod::Weaver::Role::Dialect
+	echo dev-perl/Pod-Weaver
+	# Pod::WikiDoc 0.18 ( 0.180.0 )
+	echo \>=dev-perl/Pod-WikiDoc-0.180.0
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+}
+perl_meta_test() {
+	# Pod::Elemental
+	echo dev-perl/Pod-Elemental
+	# Pod::Elemental::Transformer::Pod5
+	echo dev-perl/Pod-Elemental
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



             reply	other threads:[~2012-02-28 12:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28 12:02 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 17:46 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental-Transformer-WikiDoc/ Torsten Veller
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-22 14:35 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-22 14:35 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=1330427278.1068e9919fcd8318337f3a544e7531361ba68b0b.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