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: Mon, 15 Jun 2015 23:46:59 +0000 (UTC) [thread overview]
Message-ID: <1434410799.72f82cd8eb8faff9fa10f89d1b540ab54536d9d9.kent@gentoo> (raw)
commit: 72f82cd8eb8faff9fa10f89d1b540ab54536d9d9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 23:26:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 23:26:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=72f82cd8
[bump] Pod-Elemental-0.103.4, remove old
Package-Manager: portage-2.2.17
.../Pod-Elemental/Pod-Elemental-0.102.362.ebuild | 76 ----------------------
.../Pod-Elemental/Pod-Elemental-0.103.4.ebuild | 39 +++++++++++
2 files changed, 39 insertions(+), 76 deletions(-)
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
deleted file mode 100644
index a39f33b..0000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.102362
-inherit perl-module
-
-DESCRIPTION='work with nestable Pod 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() {
- # Encode
- echo virtual/perl-Encode
- # Mixin::Linewise::Readers
- echo dev-perl/Mixin-Linewise
- # Moose
- echo dev-perl/Moose
- # Moose::Autobox 0.10 ( 0.100.0 )
- echo \>=dev-perl/Moose-Autobox-0.100.0
- # Moose::Role 0.90 ( 0.900.0 )
- echo \>=dev-perl/Moose-0.900.0
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::Types
- echo dev-perl/MooseX-Types
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # Pod::Eventual::Simple 0.004 ( 0.4.0 )
- echo \>=dev-perl/Pod-Eventual-0.4.0
- # String::RewritePrefix
- echo dev-perl/String-RewritePrefix
- # String::Truncate
- echo dev-perl/String-Truncate
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # Sub::Exporter::ForMethods
- echo dev-perl/Sub-Exporter-ForMethods
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Differences
- echo dev-perl/Test-Differences
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # strict
- echo dev-lang/perl
- # utf8
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Differences
- echo dev-perl/Test-Differences
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
new file mode 100644
index 0000000..814399b
--- /dev/null
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.103004
+inherit perl-module
+
+DESCRIPTION='work with nestable Pod elements'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ dev-perl/Class-Load
+ virtual/perl-Encode
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Mixin-Linewise
+ >=dev-perl/Moose-0.900.0
+ dev-perl/MooseX-Types
+ >=dev-perl/Pod-Eventual-0.4.0
+ dev-perl/String-RewritePrefix
+ dev-perl/String-Truncate
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-ForMethods
+ dev-perl/namespace-autoclean
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ virtual/perl-Data-Dumper
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ dev-perl/Test-Deep
+ dev-perl/Test-Differences
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
next reply other threads:[~2015-06-15 23:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 23:46 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-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-08-27 10:04 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=1434410799.72f82cd8eb8faff9fa10f89d1b540ab54536d9d9.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