diff options
-rw-r--r-- | dev-perl/Log-Log4perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Log-Log4perl/Log-Log4perl-1.380.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog index de263f267583..c20a15dcc320 100644 --- a/dev-perl/Log-Log4perl/ChangeLog +++ b/dev-perl/Log-Log4perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Log-Log4perl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.83 2012/09/02 16:01:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.84 2012/09/30 07:49:44 tove Exp $ + +*Log-Log4perl-1.380.0 (30 Sep 2012) + + 30 Sep 2012; Torsten Veller <tove@gentoo.org> +Log-Log4perl-1.380.0.ebuild: + Version bump 02 Sep 2012; Torsten Veller <tove@gentoo.org> -Log-Log4perl-1.28.ebuild, -Log-Log4perl-1.330.0.ebuild, -Log-Log4perl-1.340.0.ebuild: diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.380.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.380.0.ebuild new file mode 100644 index 000000000000..9603b8aa5b7a --- /dev/null +++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.380.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 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.380.0.ebuild,v 1.1 2012/09/30 07:49:44 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MSCHILLI +MODULE_VERSION=1.38 +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 ~ppc ~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" |