* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/MooseX-Log-Log4perl/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: db71839c43f3966bd4b037744fabc22a8544299e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 08:27:58 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 08:27:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=db71839c
[newversion] MooseX-Log-Log4perl-0.430.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/MooseX-Log-Log4perl/ChangeLog | 6 +++
.../MooseX-Log-Log4perl-0.430.0.ebuild | 36 ++++++++++++++++++++
2 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooseX-Log-Log4perl/ChangeLog b/dev-perl/MooseX-Log-Log4perl/ChangeLog
index 19c37fb..95ffa6a 100644
--- a/dev-perl/MooseX-Log-Log4perl/ChangeLog
+++ b/dev-perl/MooseX-Log-Log4perl/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Log-Log4perl-0.430.0 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +MooseX-Log-Log4perl-0.430.0.ebuild:
+ Version Bump
+
*MooseX-Log-Log4perl-0.420.0 (27 Aug 2011)
*MooseX-Log-Log4perl-0.400.0 (27 Aug 2011)
diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild
new file mode 100644
index 0000000..4ca3c6b
--- /dev/null
+++ b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.430.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=LAMMEL
+MODULE_VERSION=0.43
+inherit perl-module
+
+DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Any::Moose 0.12)
+ >=dev-perl/Any-Moose-0.12 $(comment 0.120.0)
+
+ $(comment Log::Log4perl 1.13)
+ >=dev-perl/Log-Log4perl-1.13 $(comment 1.130.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment IO::Scalar)
+ dev-perl/IO-stringy
+
+ $(comment Test::More)
+ virtual/perl-Test-Simple
+
+ $(comment Moose 0.65)
+ >=dev-perl/Moose-0.65 $(comment 0.650.0)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/MooseX-Log-Log4perl/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 0dd8a436e2c51368829781156766c1945b927ce1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 08:16:29 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 08:16:29 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0dd8a436
[migrate] MooseX-Log-Log4perl
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/MooseX-Log-Log4perl/ChangeLog | 10 +++++++++-
...0.ebuild => MooseX-Log-Log4perl-0.400.0.ebuild} | 3 ++-
...2.ebuild => MooseX-Log-Log4perl-0.420.0.ebuild} | 3 ++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-perl/MooseX-Log-Log4perl/ChangeLog b/dev-perl/MooseX-Log-Log4perl/ChangeLog
index 13b597e..19c37fb 100644
--- a/dev-perl/MooseX-Log-Log4perl/ChangeLog
+++ b/dev-perl/MooseX-Log-Log4perl/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/MooseX-Log-Log4perl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*MooseX-Log-Log4perl-0.420.0 (27 Aug 2011)
+*MooseX-Log-Log4perl-0.400.0 (27 Aug 2011)
+
+ 27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ -MooseX-Log-Log4perl-0.40.ebuild, -MooseX-Log-Log4perl-0.42.ebuild,
+ +MooseX-Log-Log4perl-0.400.0.ebuild, +MooseX-Log-Log4perl-0.420.0.ebuild:
+ Migrate to new version Scheme
+
*MooseX-Log-Log4perl-0.42 (05 Jun 2010)
05 Jun 2010; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.40.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild
similarity index 87%
rename from dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.40.ebuild
rename to dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild
index 25b6cf0..4b3bfa2 100644
--- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.40.ebuild
+++ b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.400.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=LAMMEL
+MODULE_VERSION="0.40"
inherit perl-module
DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild
similarity index 87%
rename from dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild
rename to dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild
index c8f37b6..e2a71ff 100644
--- a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild
+++ b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.420.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=LAMMEL
+MODULE_VERSION="0.42"
inherit perl-module
DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-16 0:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/MooseX-Log-Log4perl/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-16 0:26 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox