diff options
author | Torsten Veller <tove@gentoo.org> | 2011-06-01 19:01:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-06-01 19:01:44 +0000 |
commit | 90286beab56649ec57eb12d3a1dbec4e521d065a (patch) | |
tree | bdc8c905b083ec5a261e508497530f97bfb9266b /dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild | |
parent | Marking ktraderclient-4.6.2 ppc for bug 354033 (diff) | |
download | historical-90286beab56649ec57eb12d3a1dbec4e521d065a.tar.gz historical-90286beab56649ec57eb12d3a1dbec4e521d065a.tar.bz2 historical-90286beab56649ec57eb12d3a1dbec4e521d065a.zip |
[bump] dev-perl/Log-Log4perl-1.330.0
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild')
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild new file mode 100644 index 000000000000..9f90fba3c20a --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.330.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.330.0.ebuild,v 1.1 2011/06/01 19:01:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.33 +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" |