* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2011-04-11 23:49 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-11 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 6c322eecf17405879c56b65352d1c12226687eb4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 11 23:31:50 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 11 23:31:50 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c322eec
[new] Log-Contextual-0.3.40
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Log-Contextual/ChangeLog | 10 ++++++++
.../Log-Contextual/Log-Contextual-0.3.40.ebuild | 24 ++++++++++++++++++++
dev-perl/Log-Contextual/metadata.xml | 9 +++++++
3 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
new file mode 100644
index 0000000..af6a349
--- /dev/null
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Log-Contextual
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Log-Contextual-0.3.40 (11 Apr 2011)
+
+ 11 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.3.40.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
new file mode 100644
index 0000000..38e5be1
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.00304
+inherit perl-module
+
+DESCRIPTION="Simple logging interface with a contextual log"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ dev-perl/Data-Dumper-Concise
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/metadata.xml b/dev-perl/Log-Contextual/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Log-Contextual/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2011-04-20 20:15 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-04-20 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 4c6d6a71db7d271a58481dc5b64496c315894058
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 20:13:28 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 20:13:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c6d6a71
[fix] Log-Contextual , $(comment didnt exist
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Log-Contextual/ChangeLog | 4 ++++
.../Log-Contextual/Log-Contextual-0.3.40.ebuild | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index af6a349..135386f 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ Log-Contextual-0.3.40.ebuild:
+ Fix: broken due to missing comment function
+
*Log-Contextual-0.3.40 (11 Apr 2011)
11 Apr 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
index 38e5be1..ddeac9f 100644
--- a/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
@@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+comment() { echo ''; }
COMMON_DEPEND="
dev-perl/Data-Dumper-Concise
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2011-07-31 17:06 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-07-31 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 4cdac4ac6227ccb7aa557eff1dbe1b0d5de3d54d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 10:54:23 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 10:54:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4cdac4ac
[newversion] Log-Contextual-0.3.50
(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Log-Contextual/ChangeLog | 6 ++++
.../Log-Contextual/Log-Contextual-0.3.50.ebuild | 25 ++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 135386f..0d0acb2 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.3.50 (31 Jul 2011)
+
+ 31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.3.50.ebuild:
+ Version Bump
+
20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
Log-Contextual-0.3.40.ebuild:
Fix: broken due to missing comment function
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
new file mode 100644
index 0000000..02fda3d
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.00305
+inherit perl-module
+
+DESCRIPTION="Simple logging interface with a contextual log"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ dev-perl/Data-Dumper-Concise
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2011-08-26 18:49 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2011-08-26 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 9c5f675b5ee30f9ce2a8c9253d4f21b998c71699
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 18:13:35 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 18:13:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c5f675b
[newversion] Log-Contextual-0.4.1
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/Log-Contextual/ChangeLog | 6 ++++
.../Log-Contextual/Log-Contextual-0.4.1.ebuild | 26 ++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 0d0acb2..e7bb3a1 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.4.1 (26 Aug 2011)
+
+ 26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.4.1.ebuild:
+ Version Bump
+
*Log-Contextual-0.3.50 (31 Jul 2011)
31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild
new file mode 100644
index 0000000..52ecec6
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.004001
+inherit perl-module
+
+DESCRIPTION="Simple logging interface with a contextual log"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ dev-perl/Data-Dumper-Concise
+ >=dev-perl/Exporter-Declare-0.105.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2012-04-06 20:43 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 23480189efc401192dca9a7b9d3904570bf43870
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 6 16:08:44 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 16:08:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=23480189
[newversion] Log-Contextual-0.4.100
(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Log-Contextual/ChangeLog | 8 +++-
.../Log-Contextual/Log-Contextual-0.4.100.ebuild | 44 ++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index e7bb3a1..7cdff82 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Log-Contextual
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.4.100 (06 Apr 2012)
+
+ 06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.4.100.ebuild:
+ Version Bump
+
*Log-Contextual-0.4.1 (26 Aug 2011)
26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
new file mode 100644
index 0000000..f46349e
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.004100
+inherit perl-module
+
+DESCRIPTION='Simple logging interface with a contextual log'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Data::Dumper::Concise
+ echo dev-perl/Data-Dumper-Concise
+ # Exporter::Declare 0.105 ( 0.105.0 )
+ echo \>=dev-perl/Exporter-Declare-0.105.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2012-07-26 2:09 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-07-26 2:09 UTC (permalink / raw
To: gentoo-commits
commit: 66b2030126e68414495552a2faba41edbfe3af5a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 26 01:53:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 01:53:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66b20301
[newversion] Log-Contextual-0.4.201
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Log-Contextual/ChangeLog | 6 +++
.../Log-Contextual/Log-Contextual-0.4.201.ebuild | 44 ++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 7cdff82..2de6bdf 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.4.201 (26 Jul 2012)
+
+ 26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.4.201.ebuild:
+ Version Bump
+
*Log-Contextual-0.4.100 (06 Apr 2012)
06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild
new file mode 100644
index 0000000..25faa08
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.004201
+inherit perl-module
+
+DESCRIPTION='Simple logging interface with a contextual log'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Data::Dumper::Concise
+ echo dev-perl/Data-Dumper-Concise
+ # Exporter::Declare 0.105 ( 0.105.0 )
+ echo \>=dev-perl/Exporter-Declare-0.105.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 39c7dbc7b6919eef38018ff7bb4c4bdac3182229
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 04:51:49 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 04:51:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=39c7dbc7
[newversion] Log-Contextual-0.4.202
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Log-Contextual/ChangeLog | 6 +++
.../Log-Contextual/Log-Contextual-0.4.202.ebuild | 44 ++++++++++++++++++++
2 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 2de6bdf..b005ca9 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.4.202 (08 Aug 2012)
+
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.4.202.ebuild:
+ Version Bump
+
*Log-Contextual-0.4.201 (26 Jul 2012)
26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild
new file mode 100644
index 0000000..c17a992
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.004202
+inherit perl-module
+
+DESCRIPTION='Simple logging interface with a contextual log'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Data::Dumper::Concise
+ echo dev-perl/Data-Dumper-Concise
+ # Exporter::Declare 0.105 ( 0.105.0 )
+ echo \>=dev-perl/Exporter-Declare-0.105.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2013-02-23 22:54 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 94a892856ee160f644ff8b84fb90d470d97bf307
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:41:25 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:41:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=94a89285
[newversion] Log-Contextual-0.5.2
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Log-Contextual/ChangeLog | 8 +++-
.../Log-Contextual/Log-Contextual-0.5.2.ebuild | 46 ++++++++++++++++++++
dev-perl/Log-Contextual/metadata.xml | 4 ++
3 files changed, 57 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 537279c..55e1f18 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Log-Contextual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.5.2 (23 Feb 2013)
+
+ 23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.5.2.ebuild, metadata.xml:
+ Version Bump
+
*Log-Contextual-0.4.300 (28 Oct 2012)
28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild
new file mode 100644
index 0000000..da5b4d8
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.005002
+inherit perl-module
+
+DESCRIPTION='Simple logging interface with a contextual log'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Data::Dumper::Concise
+ echo dev-perl/Data-Dumper-Concise
+ # Exporter::Declare 0.106 ( 0.106.0 )
+ echo \>=dev-perl/Exporter-Declare-0.106.0
+ # Moo
+ echo dev-perl/Moo
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/metadata.xml b/dev-perl/Log-Contextual/metadata.xml
index b2fd4ca..6f8902f 100644
--- a/dev-perl/Log-Contextual/metadata.xml
+++ b/dev-perl/Log-Contextual/metadata.xml
@@ -9,6 +9,10 @@
<upstream>
<remote-id type="cpan">Log-Contextual</remote-id>
<remote-id type="cpan-module">Log::Contextual</remote-id>
+ <remote-id type="cpan-module">Log::Contextual::Role::Router</remote-id>
+ <remote-id type="cpan-module">Log::Contextual::Role::Router::SetLogger</remote-id>
+ <remote-id type="cpan-module">Log::Contextual::Role::Router::WithLogger</remote-id>
+ <remote-id type="cpan-module">Log::Contextual::Router</remote-id>
<remote-id type="cpan-module">Log::Contextual::SimpleLogger</remote-id>
<remote-id type="cpan-module">Log::Contextual::TeeLogger</remote-id>
<remote-id type="cpan-module">Log::Contextual::WarnLogger</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2013-04-28 14:06 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 807a4d9e077bde2d5186af80a25c35c050691177
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:34:25 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:34:25 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=807a4d9e
[newversion] Log-Contextual-0.5.3 (keymasked: tests fail)
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Log-Contextual/ChangeLog | 6 +++
.../Log-Contextual/Log-Contextual-0.5.3.ebuild | 46 ++++++++++++++++++++
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
index 55e1f18..f9de8af 100644
--- a/dev-perl/Log-Contextual/ChangeLog
+++ b/dev-perl/Log-Contextual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Contextual-0.5.3 (28 Apr 2013)
+
+ 28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+ +Log-Contextual-0.5.3.ebuild:
+ Version Bump
+
*Log-Contextual-0.5.2 (23 Feb 2013)
23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild
new file mode 100644
index 0000000..fc7a85b
--- /dev/null
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FREW
+MODULE_VERSION=0.005003
+inherit perl-module
+
+DESCRIPTION='Simple logging interface with a contextual log'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Data::Dumper::Concise
+ echo dev-perl/Data-Dumper-Concise
+ # Exporter::Declare 0.106 ( 0.106.0 )
+ echo \>=dev-perl/Exporter-Declare-0.106.0
+ # Moo
+ echo dev-perl/Moo
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="broken"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2014-10-11 18:46 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
To: gentoo-commits
commit: b5195a8303cdced8ff3800c5e01e887fd1050625
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:30:10 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:30:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b5195a83
[cleanup] dev-perl/Log-Contextual remove old
Package-Manager: portage-2.2.10
---
.../Log-Contextual/Log-Contextual-0.3.40.ebuild | 25 ------------
.../Log-Contextual/Log-Contextual-0.3.50.ebuild | 25 ------------
.../Log-Contextual/Log-Contextual-0.4.1.ebuild | 26 ------------
.../Log-Contextual/Log-Contextual-0.4.100.ebuild | 44 ---------------------
.../Log-Contextual/Log-Contextual-0.4.201.ebuild | 44 ---------------------
.../Log-Contextual/Log-Contextual-0.4.202.ebuild | 44 ---------------------
.../Log-Contextual/Log-Contextual-0.4.300.ebuild | 44 ---------------------
.../Log-Contextual/Log-Contextual-0.5.2.ebuild | 46 ----------------------
8 files changed, 298 deletions(-)
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
deleted file mode 100644
index ddeac9f..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.3.40.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.00304
-inherit perl-module
-
-DESCRIPTION="Simple logging interface with a contextual log"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- dev-perl/Data-Dumper-Concise
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
deleted file mode 100644
index 02fda3d..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.00305
-inherit perl-module
-
-DESCRIPTION="Simple logging interface with a contextual log"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
- dev-perl/Data-Dumper-Concise
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild
deleted file mode 100644
index 52ecec6..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.004001
-inherit perl-module
-
-DESCRIPTION="Simple logging interface with a contextual log"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- dev-perl/Data-Dumper-Concise
- >=dev-perl/Exporter-Declare-0.105.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
deleted file mode 100644
index f46349e..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.004100
-inherit perl-module
-
-DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Data::Dumper::Concise
- echo dev-perl/Data-Dumper-Concise
- # Exporter::Declare 0.105 ( 0.105.0 )
- echo \>=dev-perl/Exporter-Declare-0.105.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild
deleted file mode 100644
index 25faa08..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.004201
-inherit perl-module
-
-DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Data::Dumper::Concise
- echo dev-perl/Data-Dumper-Concise
- # Exporter::Declare 0.105 ( 0.105.0 )
- echo \>=dev-perl/Exporter-Declare-0.105.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild
deleted file mode 100644
index c17a992..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.4.202.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.004202
-inherit perl-module
-
-DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Data::Dumper::Concise
- echo dev-perl/Data-Dumper-Concise
- # Exporter::Declare 0.105 ( 0.105.0 )
- echo \>=dev-perl/Exporter-Declare-0.105.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.300.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.300.ebuild
deleted file mode 100644
index 8c0a428..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.4.300.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.004300
-inherit perl-module
-
-DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Data::Dumper::Concise
- echo dev-perl/Data-Dumper-Concise
- # Exporter::Declare 0.105 ( 0.105.0 )
- echo \>=dev-perl/Exporter-Declare-0.105.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild
deleted file mode 100644
index da5b4d8..0000000
--- a/dev-perl/Log-Contextual/Log-Contextual-0.5.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.005002
-inherit perl-module
-
-DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::Fatal
- echo dev-perl/Test-Fatal
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Data::Dumper::Concise
- echo dev-perl/Data-Dumper-Concise
- # Exporter::Declare 0.106 ( 0.106.0 )
- echo \>=dev-perl/Exporter-Declare-0.106.0
- # Moo
- echo dev-perl/Moo
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/
@ 2014-10-11 18:46 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 3f5d848ecb8419608428f681aa542899580cba68
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:31:18 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:31:18 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3f5d848e
[fixup] dev-perl/Log-Contextual KEYWORD, SRC_TEST=broken to RESTRICT=test
Package-Manager: portage-2.2.10
---
dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild
index fc7a85b..f944d25 100644
--- a/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild
+++ b/dev-perl/Log-Contextual/Log-Contextual-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -7,9 +7,9 @@ MODULE_VERSION=0.005003
inherit perl-module
DESCRIPTION='Simple logging interface with a contextual log'
-LICENSE=" || ( Artistic GPL-2 )"
+RESTRICT=test
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_configure() {
# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
@@ -43,4 +43,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="broken"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-10-11 18:46 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 14:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-10-11 18:46 Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-02-23 22:54 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-07-26 2:09 Kent Fredric
2012-04-06 20:43 Kent Fredric
2011-08-26 18:49 Kent Fredric
2011-07-31 17:06 Kent Fredric
2011-04-20 20:15 Kent Fredric
2011-04-11 23:49 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox