summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2010-06-05 23:45:58 +1200
committerKent Fredric <kentfredric@gmail.com>2010-06-05 23:45:58 +1200
commit7d065830c3498d9197abaa549ccaea8920155b3b (patch)
treefd1c5c83dcf8f22680a6ee4ea0340bc839886bf1 /dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild
parentUser: bump to 1.9, EAPI=3, SRC_TEST=do (diff)
downloadperl-overlay-7d065830c3498d9197abaa549ccaea8920155b3b.tar.gz
perl-overlay-7d065830c3498d9197abaa549ccaea8920155b3b.tar.bz2
perl-overlay-7d065830c3498d9197abaa549ccaea8920155b3b.zip
MooseX::Log::Log4perl : Bump to 0.42
(Portage version: 2.2_rc67/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild')
-rw-r--r--dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild
new file mode 100644
index 000000000..c8f37b6bc
--- /dev/null
+++ b/dev-perl/MooseX-Log-Log4perl/MooseX-Log-Log4perl-0.42.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=LAMMEL
+inherit perl-module
+
+DESCRIPTION="A Logging Role for Moose based on Log::Log4perl"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ >=dev-perl/Moose-0.65
+ >=dev-perl/Log-Log4perl-1.13
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ dev-perl/IO-stringy
+ virtual/perl-Test-Simple
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"