summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-06-01 19:01:44 +0000
committerTorsten Veller <tove@gentoo.org>2011-06-01 19:01:44 +0000
commit16b539f7e5557594cfa748be7855fae397c7b1a7 (patch)
treecf01c27146842bd42b3d24763d19e92faa73e2c1 /dev-perl/Log-Log4perl
parentMarking ktraderclient-4.6.2 ppc for bug 354033 (diff)
downloadgentoo-2-16b539f7e5557594cfa748be7855fae397c7b1a7.tar.gz
gentoo-2-16b539f7e5557594cfa748be7855fae397c7b1a7.tar.bz2
gentoo-2-16b539f7e5557594cfa748be7855fae397c7b1a7.zip
[bump] dev-perl/Log-Log4perl-1.330.0
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Log-Log4perl')
-rw-r--r--dev-perl/Log-Log4perl/ChangeLog7
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.330.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index be60ed4e2d25..a3caf47d0ea5 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.72 2011/04/03 06:07:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.73 2011/06/01 19:01:44 tove Exp $
+
+*Log-Log4perl-1.330.0 (01 Jun 2011)
+
+ 01 Jun 2011; Torsten Veller <tove@gentoo.org> +Log-Log4perl-1.330.0.ebuild:
+ Version bump
03 Apr 2011; Torsten Veller <tove@gentoo.org> -Log-Log4perl-1.29.ebuild,
-Log-Log4perl-1.30.ebuild:
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"