From e2254b7d738dbf58b145f8f6884f69c982ad579e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 17 Nov 2016 18:35:06 +1300 Subject: 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 --- dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild') 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 ) +" -- cgit v1.2.3-65-gdbad