summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-25 10:09:35 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-25 10:09:35 +0000
commite7d41644094d6c3b1cec08adb11f1d3608a161f3 (patch)
tree2674bb10e7363d161a10f7dc99c7647ad55da655 /dev-perl/Log-Log4perl
parentBump (diff)
downloadgentoo-2-e7d41644094d6c3b1cec08adb11f1d3608a161f3.tar.gz
gentoo-2-e7d41644094d6c3b1cec08adb11f1d3608a161f3.tar.bz2
gentoo-2-e7d41644094d6c3b1cec08adb11f1d3608a161f3.zip
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
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.420.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index e64e01b4f2a6..846cd6841284 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.87 2013/01/06 19:00:30 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.88 2013/08/25 10:09:35 patrick Exp $
+
+*Log-Log4perl-1.420.0 (25 Aug 2013)
+
+ 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Log-Log4perl-1.420.0.ebuild:
+ Bump
06 Jan 2013; Torsten Veller <tove@gentoo.org> -Log-Log4perl-1.370.0.ebuild,
-Log-Log4perl-1.380.0.ebuild, -Log-Log4perl-1.390.0.ebuild:
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild
new file mode 100644
index 000000000000..a75c1dec704a
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.420.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 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.420.0.ebuild,v 1.1 2013/08/25 10:09:35 patrick Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=1.42
+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"