summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-21 11:52:10 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-21 11:52:10 +1300
commit3b88b18e90a11238cea26e3e6be9dbe18ef36c40 (patch)
treeff1d795d274a56660ec9fb40d188f00e965d58b7 /dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild
parentdev-perl/Net-DNS: Bump to version 1.80.0 (diff)
downloadgentoo-3b88b18e90a11238cea26e3e6be9dbe18ef36c40.tar.gz
gentoo-3b88b18e90a11238cea26e3e6be9dbe18ef36c40.tar.bz2
gentoo-3b88b18e90a11238cea26e3e6be9dbe18ef36c40.zip
dev-perl/Log-Log4perl: Bump to version 1.490.0
Upstream: - Fix bugs calling syswrite with utf8, which fails on 5.24 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild')
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild
new file mode 100644
index 000000000000..5367545583c3
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.490.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=1.49
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Log4j implementation for Perl"
+HOMEPAGE="http://log4perl.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-File-Path-2.60.600
+ >=virtual/perl-File-Spec-0.820.0
+ virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.450.0 )
+"