diff options
author | Torsten Veller <tove@gentoo.org> | 2011-11-05 10:01:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-11-05 10:01:53 +0000 |
commit | e19674b7e0b4e61dba93b8ac67f1d4cd317e4d86 (patch) | |
tree | e4927942f049f83e8a069b600065cbbd54e4368d /dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild | |
parent | Stable on amd64 wrt bug #389439 (diff) | |
download | historical-e19674b7e0b4e61dba93b8ac67f1d4cd317e4d86.tar.gz historical-e19674b7e0b4e61dba93b8ac67f1d4cd317e4d86.tar.bz2 historical-e19674b7e0b4e61dba93b8ac67f1d4cd317e4d86.zip |
[bump] dev-perl/Log-Log4perl-1.340.0cd
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild')
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild new file mode 100644 index 000000000000..48b282884095 --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.340.0.ebuild,v 1.1 2011/11/05 10:01:53 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.34 +inherit perl-module + +DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging package." +HOMEPAGE="http://log4perl.sourceforge.net/" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="virtual/perl-Time-HiRes" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |