diff options
author | 2011-02-27 07:10:24 +0000 | |
---|---|---|
committer | 2011-02-27 07:10:24 +0000 | |
commit | 1f9fed82f5b8247055b873fc791df39734676495 (patch) | |
tree | c8813bb942dd3ff56944df9b14ea420978bda500 /dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild | |
parent | [bump] perl-core/Math-BigInt-FastCalc-0.280.0 (diff) | |
download | historical-1f9fed82f5b8247055b873fc791df39734676495.tar.gz historical-1f9fed82f5b8247055b873fc791df39734676495.tar.bz2 historical-1f9fed82f5b8247055b873fc791df39734676495.zip |
[bump] dev-perl/Log-Log4perl-1.320.0
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild')
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild new file mode 100644 index 000000000000..d267c8a3e81b --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.320.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.320.0.ebuild,v 1.1 2011/02/27 07:10:24 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.32 +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" |