summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-02-27 07:10:24 +0000
committerTorsten Veller <tove@gentoo.org>2011-02-27 07:10:24 +0000
commit6d607c591048a2c2629003272e23770f2845a909 (patch)
tree7391f4e0cbe12397abaabc0e59d645c9f08efb61 /dev-perl
parent[bump] perl-core/Math-BigInt-FastCalc-0.280.0 (diff)
downloadgentoo-2-6d607c591048a2c2629003272e23770f2845a909.tar.gz
gentoo-2-6d607c591048a2c2629003272e23770f2845a909.tar.bz2
gentoo-2-6d607c591048a2c2629003272e23770f2845a909.zip
[bump] dev-perl/Log-Log4perl-1.320.0
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Log-Log4perl/ChangeLog9
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index 1e3b42ee291b..a2ae64437891 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.70 2010/09/01 06:59:20 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.71 2011/02/27 07:10:24 tove Exp $
+
+*Log-Log4perl-1.320.0 (27 Feb 2011)
+
+ 27 Feb 2011; Torsten Veller <tove@gentoo.org> +Log-Log4perl-1.320.0.ebuild:
+ Version bump
*Log-Log4perl-1.30 (01 Sep 2010)
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"