From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Dispatchouli/
Date: Tue, 7 Apr 2015 00:31:23 +0000 (UTC) [thread overview]
Message-ID: <1428365619.b3f0235260dae21615179f856d2f34e8d658aee0.kent@gentoo> (raw)
commit: b3f0235260dae21615179f856d2f34e8d658aee0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 7 00:13:39 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 7 00:13:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b3f02352
[bump] Log-Dispatchouli-2.12.0
Package-Manager: portage-2.2.17
.../Log-Dispatchouli-2.12.0.ebuild | 41 ++++++++++++
.../Log-Dispatchouli/Log-Dispatchouli-2.6.0.ebuild | 76 ----------------------
2 files changed, 41 insertions(+), 76 deletions(-)
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.12.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.12.0.ebuild
new file mode 100644
index 0000000..7058a92
--- /dev/null
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.12.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=2.012
+inherit perl-module
+
+DESCRIPTION='a simple wrapper around Log::Dispatch'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Log::Dispatch::File -> Log-Dispatch
+# Log::Dispatch::Screen -> Log-Dispatch
+# Log::Dispatch::Syslog -> Log-Dispatch
+# Scalar::Util - Scalar-List-Utils
+# File::Spec::Functions -> File-Spec
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+ dev-perl/Log-Dispatch
+ dev-perl/Log-Dispatch-Array
+ dev-perl/Params-Util
+ virtual/perl-Scalar-List-Utils
+ dev-perl/String-Flogger
+ dev-perl/Sub-Exporter
+ >=dev-perl/Sub-Exporter-GlobExporter-0.2.0
+ >=virtual/perl-Sys-Syslog-0.160.0
+ >=dev-perl/Try-Tiny-0.40.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.6.0.ebuild b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.6.0.ebuild
deleted file mode 100644
index 8e319d8..0000000
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-2.6.0.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=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.006
-inherit perl-module
-
-DESCRIPTION='a simple wrapper around Log::Dispatch'
-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() {
- # Carp
- # echo dev-lang/perl
- # File::Spec
- echo virtual/perl-File-Spec
- # Log::Dispatch
- echo dev-perl/log-dispatch
- # Log::Dispatch::Array
- echo dev-perl/Log-Dispatch-Array
- # Log::Dispatch::File
- echo dev-perl/log-dispatch
- # Log::Dispatch::Screen
- echo dev-perl/log-dispatch
- # Log::Dispatch::Syslog
- echo dev-perl/log-dispatch
- # Params::Util
- echo dev-perl/Params-Util
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # String::Flogger
- echo dev-perl/String-Flogger
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # Sub::Exporter::GlobExporter 0.002 ( 0.2.0 )
- echo \>=dev-perl/Sub-Exporter-GlobExporter-0.2.0
- # Sys::Syslog 0.16 ( 0.160.0 )
- echo \>=virtual/perl-Sys-Syslog-0.160.0
- # Try::Tiny 0.04 ( 0.40.0 )
- echo \>=dev-perl/Try-Tiny-0.40.0
- # overload
- echo dev-lang/perl
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.96
- # base
- # echo virtual/perl-base
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
next reply other threads:[~2015-04-07 0:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-07 0:31 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 12:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Dispatchouli/ Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-04-28 14:06 Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-09 6:45 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=1428365619.b3f0235260dae21615179f856d2f34e8d658aee0.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