* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2012-02-23 13:55 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-23 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 2438b5f1c80975aeaf6c679fb728329237badcb2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 12:51:12 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 12:51:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2438b5f1
[migrate] Log-Any-Adapter to x.y.z
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Log-Any-Adapter/ChangeLog | 8 +++++++-
...r-0.03.ebuild => Log-Any-Adapter-0.30.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index f8a9c62..ca260ac 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Log-Any-Adapter
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Any-Adapter-0.30.0 (23 Feb 2012)
+
+ 23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Log-Any-Adapter-0.03.ebuild, +Log-Any-Adapter-0.30.0.ebuild:
+ Migrate to x.y.z
+
*Log-Any-Adapter-0.03 (13 Aug 2010)
13 Aug 2010; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.03.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
similarity index 86%
rename from dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.03.ebuild
rename to dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
index 373dda6..cdf875c 100644
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.03.ebuild
+++ b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION="0.03"
inherit perl-module
DESCRIPTION="Log anywhere"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2012-02-27 21:01 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 890122c6d8e8da2aea66e0263fb6e311f684d34c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 18:34:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 18:34:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=890122c6
[newversion] Log-Any-Adapter-0.70.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Log-Any-Adapter/ChangeLog | 6 +++
.../Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild | 40 ++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index ca260ac..c7d6ad1 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Any-Adapter-0.70.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Any-Adapter-0.70.0.ebuild:
+ Version Bump
+
*Log-Any-Adapter-0.30.0 (23 Feb 2012)
23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
new file mode 100644
index 0000000..8480d35
--- /dev/null
+++ b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='Tell Log::Any where to send its logs'
+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 virtual/perl-Carp
+ # Devel::GlobalDestruction
+ echo dev-perl/Devel-GlobalDestruction
+ # Guard
+ echo dev-perl/Guard
+ # Log::Any
+ echo dev-perl/Log-Any
+}
+perl_meta_test() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2012-07-25 18:30 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
To: gentoo-commits
commit: db0c6e85e2a0fdd0b124607549487492f39b139c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 15:32:33 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 15:32:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=db0c6e85
[newversion] Log-Any-Adapter-0.80.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Log-Any-Adapter/ChangeLog | 6 +++
.../Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild | 42 ++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index c7d6ad1..f7a45fc 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Any-Adapter-0.80.0 (25 Jul 2012)
+
+ 25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Any-Adapter-0.80.0.ebuild:
+ Version Bump
+
*Log-Any-Adapter-0.70.0 (27 Feb 2012)
27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
new file mode 100644
index 0000000..94beadc
--- /dev/null
+++ b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION='Tell Log::Any where to send its logs'
+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() {
+ # Capture::Tiny
+ echo dev-perl/Capture-Tiny
+ # Carp
+ # echo virtual/perl-Carp
+ # Devel::GlobalDestruction
+ echo dev-perl/Devel-GlobalDestruction
+ # Guard
+ echo dev-perl/Guard
+ # Log::Any
+ echo dev-perl/Log-Any
+}
+perl_meta_test() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: cbb82046af2b625e584dc40977f2d1139c071823
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 10:21:43 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 10:21:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cbb82046
[metadata] update Log-Any-Adapter, +cpan-module: Log::Any::Adapter::{File,Stderr,Stdout}
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Log-Any-Adapter/ChangeLog | 3 +++
dev-perl/Log-Any-Adapter/metadata.xml | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index f7a45fc..738c2b1 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+ Update metadata.xml ( +Log::Any::Adapter::{File,Stderr,Stdout} )
+
*Log-Any-Adapter-0.80.0 (25 Jul 2012)
25 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Any-Adapter/metadata.xml b/dev-perl/Log-Any-Adapter/metadata.xml
index 94d6660..1ba2955 100644
--- a/dev-perl/Log-Any-Adapter/metadata.xml
+++ b/dev-perl/Log-Any-Adapter/metadata.xml
@@ -10,6 +10,9 @@
<remote-id type="cpan">Log-Any-Adapter</remote-id>
<remote-id type="cpan-module">Log::Any::Adapter</remote-id>
<remote-id type="cpan-module">Log::Any::Adapter::Base</remote-id>
+ <remote-id type="cpan-module">Log::Any::Adapter::File</remote-id>
+ <remote-id type="cpan-module">Log::Any::Adapter::Stderr</remote-id>
+ <remote-id type="cpan-module">Log::Any::Adapter::Stdout</remote-id>
<remote-id type="cpan-module">Log::Any::Manager</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2012-09-15 23:19 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-09-15 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 5ebe40354b77e3c68ace2b2786f1db69483c2167
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 15 23:16:38 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 15 23:17:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ebe4035
[newversion] Log-Any-Adapter-0.90.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Log-Any-Adapter/ChangeLog | 6 +++
.../Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild | 42 ++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index 738c2b1..51a8f5b 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Any-Adapter-0.90.0 (15 Sep 2012)
+
+ 15 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+ +Log-Any-Adapter-0.90.0.ebuild:
+ Version Bump
+
08 Aug 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
Update metadata.xml ( +Log::Any::Adapter::{File,Stderr,Stdout} )
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild
new file mode 100644
index 0000000..ffe7963
--- /dev/null
+++ b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Tell Log::Any where to send its logs'
+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() {
+ # Capture::Tiny
+ echo dev-perl/Capture-Tiny
+ # Carp
+ # echo virtual/perl-Carp
+ # Devel::GlobalDestruction
+ echo dev-perl/Devel-GlobalDestruction
+ # Guard
+ echo dev-perl/Guard
+ # Log::Any
+ echo dev-perl/Log-Any
+}
+perl_meta_test() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2013-02-10 12:18 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-02-10 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 1bdc9abf2da8d6645491eab0cef3121fa2b987ed
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 06:49:59 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 06:49:59 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1bdc9abf
[newversion] Log-Any-Adapter-0.110.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Log-Any-Adapter/ChangeLog | 8 +++-
.../Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild | 44 ++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/ChangeLog b/dev-perl/Log-Any-Adapter/ChangeLog
index 73c8afd..cf6494f 100644
--- a/dev-perl/Log-Any-Adapter/ChangeLog
+++ b/dev-perl/Log-Any-Adapter/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Log-Any-Adapter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Log-Any-Adapter-0.110.0 (10 Feb 2013)
+
+ 10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Log-Any-Adapter-0.110.0.ebuild:
+ Version Bump
+
*Log-Any-Adapter-0.100.0 (28 Oct 2012)
28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild
new file mode 100644
index 0000000..a97a444
--- /dev/null
+++ b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.110.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JSWARTZ
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION='Tell Log::Any where to send its logs'
+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() {
+ # Capture::Tiny 0.12 ( 0.120.0 )
+ echo \>=dev-perl/Capture-Tiny-0.120.0
+ # Carp
+ echo dev-lang/perl
+ # Devel::GlobalDestruction
+ echo dev-perl/Devel-GlobalDestruction
+ # Guard
+ echo dev-perl/Guard
+ # IO::File
+ echo virtual/perl-IO
+ # Log::Any
+ echo dev-perl/Log-Any
+}
+perl_meta_test() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/
@ 2015-06-08 18:40 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-06-08 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 1f1bb88cda50f70cc16d8e823a1f4fdd2a1006c2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 18:33:01 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 18:33:01 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1f1bb88c
[cleanup] Log-Any-Adapter: remove old versions
Package-Manager: portage-2.2.17
.../Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild | 42 ----------------------
.../Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild | 25 -------------
.../Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild | 40 ---------------------
.../Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild | 42 ----------------------
.../Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild | 42 ----------------------
5 files changed, 191 deletions(-)
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild
deleted file mode 100644
index a561013..0000000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.100.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-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() {
- # Capture::Tiny 0.12 ( 0.120.0 )
- echo \>=dev-perl/Capture-Tiny-0.120.0
- # Carp
- echo dev-lang/perl
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Guard
- echo dev-perl/Guard
- # Log::Any
- echo dev-perl/Log-Any
-}
-perl_meta_test() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
deleted file mode 100644
index cdf875c..0000000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.30.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION="0.03"
-inherit perl-module
-
-DESCRIPTION="Log anywhere"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=dev-perl/Log-Any-0.10
- dev-perl/Scope-Guard
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
deleted file mode 100644
index 8480d35..0000000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.70.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-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 virtual/perl-Carp
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Guard
- echo dev-perl/Guard
- # Log::Any
- echo dev-perl/Log-Any
-}
-perl_meta_test() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
deleted file mode 100644
index 94beadc..0000000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.80.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-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() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Carp
- # echo virtual/perl-Carp
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Guard
- echo dev-perl/Guard
- # Log::Any
- echo dev-perl/Log-Any
-}
-perl_meta_test() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild b/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild
deleted file mode 100644
index ffe7963..0000000
--- a/dev-perl/Log-Any-Adapter/Log-Any-Adapter-0.90.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Tell Log::Any where to send its logs'
-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() {
- # Capture::Tiny
- echo dev-perl/Capture-Tiny
- # Carp
- # echo virtual/perl-Carp
- # Devel::GlobalDestruction
- echo dev-perl/Devel-GlobalDestruction
- # Guard
- echo dev-perl/Guard
- # Log::Any
- echo dev-perl/Log-Any
-}
-perl_meta_test() {
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-08 18:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 10:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Any-Adapter/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-08 18:40 Kent Fredric
2013-02-10 12:18 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-23 13:55 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox