* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 5f8a7f5d5bded1e4e709f58983211b590d0cdaa7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 09:33:57 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 09:33:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5f8a7f5d
[newversion] Catalyst-Log-Log4perl-1.50.0
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Log-Log4perl-1.50.0.ebuild | 42 ++++++++++++++++++++
dev-perl/Catalyst-Log-Log4perl/ChangeLog | 6 +++
2 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.50.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.50.0.ebuild
new file mode 100644
index 0000000..4360cb3
--- /dev/null
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.50.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION='DEPRECATED (see Log::Log4perl::Catalyst)'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_runtime() {
+ # Catalyst 5.60 ( 5.600.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.600.0
+ # Data::Dump
+ echo dev-perl/Data-Dump
+ # Log::Log4perl 1.04 ( 1.40.0 )
+ echo \>=dev-perl/Log-Log4perl-1.04
+ # MRO::Compat
+ echo dev-perl/MRO-Compat
+ # Params::Validate
+ echo dev-perl/Params-Validate
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Log-Log4perl/ChangeLog b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
index 1887f6c..04448b1 100644
--- a/dev-perl/Catalyst-Log-Log4perl/ChangeLog
+++ b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Log-Log4perl-1.50.0 (11 Nov 2011)
+
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Log-Log4perl-1.50.0.ebuild:
+ Version Bump
+
*Catalyst-Log-Log4perl-1.40.0 (11 Nov 2011)
*Catalyst-Log-Log4perl-1.30.0 (11 Nov 2011)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: b615fa3e94c533a50efcf6cdf5e4788242ad3a17
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 09:29:17 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 09:29:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b615fa3e
[migrate] Catalyst-Log-Log4perl
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
....ebuild => Catalyst-Log-Log4perl-1.30.0.ebuild} | 3 ++-
....ebuild => Catalyst-Log-Log4perl-1.40.0.ebuild} | 3 ++-
dev-perl/Catalyst-Log-Log4perl/ChangeLog | 10 +++++++++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.03.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
similarity index 86%
rename from dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.03.ebuild
rename to dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
index 1905a4f..da6a179 100644
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.03.ebuild
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="1.03"
inherit perl-module
DESCRIPTION="Log::Log4perl logging for Catalyst"
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.04.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
similarity index 86%
rename from dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.04.ebuild
rename to dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
index 944f6d9..51cbff2 100644
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.04.ebuild
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="1.04"
inherit perl-module
DESCRIPTION="Log::Log4perl logging for Catalyst"
diff --git a/dev-perl/Catalyst-Log-Log4perl/ChangeLog b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
index 7577b6c..1887f6c 100644
--- a/dev-perl/Catalyst-Log-Log4perl/ChangeLog
+++ b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Catalyst-Log-Log4perl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Log-Log4perl-1.40.0 (11 Nov 2011)
+*Catalyst-Log-Log4perl-1.30.0 (11 Nov 2011)
+
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Log-Log4perl-1.03.ebuild, -Catalyst-Log-Log4perl-1.04.ebuild,
+ +Catalyst-Log-Log4perl-1.30.0.ebuild, +Catalyst-Log-Log4perl-1.40.0.ebuild:
+ migrate to x.y.z
+
*Catalyst-Log-Log4perl-1.04 (02 Nov 2009)
02 Nov 2009; Michele Beltrame <m@cattlegrid.info>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: ec2363c43eed514fff6a94523ab5e39b83380d16
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:32:23 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:32:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec2363c4
[fixdep] Catalyst-Log-Log4perl -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Log-Log4perl-1.30.0.ebuild | 2 +-
.../Catalyst-Log-Log4perl-1.40.0.ebuild | 2 +-
dev-perl/Catalyst-Log-Log4perl/ChangeLog | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
index da6a179..0cd07d6 100644
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Catalyst-Runtime-5.600
+ >=dev-perl/Catalyst-Runtime-5.600.0
>=dev-perl/Log-Log4perl-0.49
dev-perl/Params-Validate
dev-perl/Sub-Install
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
index 51cbff2..b5e1860 100644
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-perl/Catalyst-Runtime-5.600
+ >=dev-perl/Catalyst-Runtime-5.600.0
>=dev-perl/Log-Log4perl-1.04
dev-perl/Params-Validate
dev-perl/Data-Dump
diff --git a/dev-perl/Catalyst-Log-Log4perl/ChangeLog b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
index 04448b1..f985b73 100644
--- a/dev-perl/Catalyst-Log-Log4perl/ChangeLog
+++ b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+ Catalyst-Log-Log4perl-1.30.0.ebuild, Catalyst-Log-Log4perl-1.40.0.ebuild:
+ Fixdep Catalyst-Runtime
+
*Catalyst-Log-Log4perl-1.50.0 (11 Nov 2011)
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/
@ 2012-06-23 14:09 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-23 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 90fc1a9017ef1039e0f27eeb5508b8725d43332b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 22 10:17:58 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 22 10:17:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90fc1a90
[newversion] BOBTFISH/Catalyst-Log-Log4perl-1.60.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Catalyst-Log-Log4perl-1.60.0.ebuild | 44 ++++++++++++++++++++
dev-perl/Catalyst-Log-Log4perl/ChangeLog | 8 +++-
2 files changed, 51 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.60.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.60.0.ebuild
new file mode 100644
index 0000000..fbda395
--- /dev/null
+++ b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.60.0.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=BOBTFISH
+MODULE_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION='DEPRECATED (see Log::Log4perl::Catalyst)'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Catalyst 5.60 ( 5.600.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.600.0
+ # Data::Dump
+ echo dev-perl/Data-Dump
+ # Log::Log4perl 1.04 ( 1.40.0 )
+ echo \>=dev-perl/Log-Log4perl-1.04
+ # MRO::Compat
+ echo dev-perl/MRO-Compat
+ # Params::Validate
+ echo dev-perl/Params-Validate
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Log-Log4perl/ChangeLog b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
index f985b73..a38f0ba 100644
--- a/dev-perl/Catalyst-Log-Log4perl/ChangeLog
+++ b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-Log-Log4perl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Log-Log4perl-1.60.0 (22 Jun 2012)
+
+ 22 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Log-Log4perl-1.60.0.ebuild:
+ Version Bump
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
Catalyst-Log-Log4perl-1.30.0.ebuild, Catalyst-Log-Log4perl-1.40.0.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/
@ 2014-08-26 19:06 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-08-26 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 1e2827def922dfab217ec84dbc86419c2dc63586
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:10:28 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:10:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1e2827de
[clean] dev-perl/Catalyst-Log-Log4perl Remove old EAPI versions
Package-Manager: portage-2.2.10
---
.../Catalyst-Log-Log4perl-1.30.0.ebuild | 23 ----------------------
.../Catalyst-Log-Log4perl-1.40.0.ebuild | 22 ---------------------
dev-perl/Catalyst-Log-Log4perl/ChangeLog | 6 +++++-
3 files changed, 5 insertions(+), 46 deletions(-)
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
deleted file mode 100644
index 0cd07d6..0000000
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.30.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="1.03"
-inherit perl-module
-
-DESCRIPTION="Log::Log4perl logging for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
- >=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/Log-Log4perl-0.49
- dev-perl/Params-Validate
- dev-perl/Sub-Install
- dev-perl/Data-Dump
- dev-perl/MRO-Compat
-"
diff --git a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild b/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
deleted file mode 100644
index b5e1860..0000000
--- a/dev-perl/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-1.40.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="1.04"
-inherit perl-module
-
-DESCRIPTION="Log::Log4perl logging for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
- >=dev-perl/Catalyst-Runtime-5.600.0
- >=dev-perl/Log-Log4perl-1.04
- dev-perl/Params-Validate
- dev-perl/Data-Dump
- dev-perl/MRO-Compat
-"
diff --git a/dev-perl/Catalyst-Log-Log4perl/ChangeLog b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
index a38f0ba..26a981d 100644
--- a/dev-perl/Catalyst-Log-Log4perl/ChangeLog
+++ b/dev-perl/Catalyst-Log-Log4perl/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Catalyst-Log-Log4perl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Log-Log4perl-1.30.0.ebuild, -Catalyst-Log-Log4perl-1.40.0.ebuild:
+ Remove old EAPI versions
+
*Catalyst-Log-Log4perl-1.60.0 (22 Jun 2012)
22 Jun 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-26 19:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 14:38 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Log-Log4perl/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:06 Kent Fredric
2012-06-23 14:09 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-11-11 14:38 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox