diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-12 19:01:15 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-12 19:01:15 +0000 |
commit | 005ccd0862f30774199a49117477f557145410cb (patch) | |
tree | fbb0b849e2138366c6c81b68f16e9060904503ba /dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-005ccd0862f30774199a49117477f557145410cb.tar.gz gentoo-2-005ccd0862f30774199a49117477f557145410cb.tar.bz2 gentoo-2-005ccd0862f30774199a49117477f557145410cb.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild')
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild new file mode 100644 index 000000000000..2d0b9f180745 --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 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.11.ebuild,v 1.1 2007/06/12 19:01:15 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging package." +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHILLI/${P}.tar.gz" +HOMEPAGE="http://log4perl.sourceforge.net/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" |