summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-29 08:22:50 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-29 08:22:50 +0000
commita8f11d9b2f76c868db4d31a82dd9199bd93b1fb0 (patch)
tree661f531f67045e20653faa625f1177800925f772 /dev-perl/Log-Log4perl
parentVersion bump (diff)
downloadgentoo-2-a8f11d9b2f76c868db4d31a82dd9199bd93b1fb0.tar.gz
gentoo-2-a8f11d9b2f76c868db4d31a82dd9199bd93b1fb0.tar.bz2
gentoo-2-a8f11d9b2f76c868db4d31a82dd9199bd93b1fb0.zip
Version bump
(Portage version: 2.2_rc42/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.25.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index 74963bd05624..afa1f845a277 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.54 2009/09/18 18:27:43 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.55 2009/09/29 08:22:50 tove Exp $
+
+*Log-Log4perl-1.25 (29 Sep 2009)
+
+ 29 Sep 2009; Torsten Veller <tove@gentoo.org> +Log-Log4perl-1.25.ebuild:
+ Version bump
18 Sep 2009; Torsten Veller <tove@gentoo.org> Log-Log4perl-1.24.ebuild:
Stable on amd64 (#283969)
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.25.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.25.ebuild
new file mode 100644
index 000000000000..69d4bca8569a
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.25.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.25.ebuild,v 1.1 2009/09/29 08:22:50 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="MSCHILLI"
+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 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Time-HiRes"
+DEPEND="${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
+
+SRC_TEST="do"