summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-11-17 18:35:06 +1300
committerKent Fredric <kentnl@gentoo.org>2016-11-17 18:35:25 +1300
commite2254b7d738dbf58b145f8f6884f69c982ad579e (patch)
tree279803129cdd513f236aa0ca4ce953d2bc2c2c48 /dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
parentnet-im/qtox: bump version to v1.6.0 and remove outdated versions (diff)
downloadgentoo-e2254b7d738dbf58b145f8f6884f69c982ad579e.tar.gz
gentoo-e2254b7d738dbf58b145f8f6884f69c982ad579e.tar.bz2
gentoo-e2254b7d738dbf58b145f8f6884f69c982ad579e.zip
dev-perl/Log-Log4perl: Bump to version 1.480.0
- Added USE=examples Upstream: - Fixed issue with Semaphores in Synchronized logger - header_text now works with syswrite - Code reflowed slightly to avoid issues when checked into CVS Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild')
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
new file mode 100644
index 000000000000..2f53204a5e1f
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=1.48
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Log4j implementation for Perl"
+HOMEPAGE="http://log4perl.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~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 )
+"