summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-27 07:48:02 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-27 07:48:02 +0000
commit5947b961cf3f10fcb8581578592fc40ec1e0ad84 (patch)
tree14bf838ff4b5a5f930248abe4c041c606da797db
parentVersion bump (diff)
downloadgentoo-2-5947b961cf3f10fcb8581578592fc40ec1e0ad84.tar.gz
gentoo-2-5947b961cf3f10fcb8581578592fc40ec1e0ad84.tar.bz2
gentoo-2-5947b961cf3f10fcb8581578592fc40ec1e0ad84.zip
Version bump
(Portage version: 2.2_rc27/cvs/Linux i686)
-rw-r--r--dev-perl/Log-Log4perl/ChangeLog9
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.21.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index d4a96e68e684..e00f4d53b012 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.43 2008/12/30 16:12:10 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.44 2009/03/27 07:48:02 tove Exp $
+
+*Log-Log4perl-1.21 (27 Mar 2009)
+
+ 27 Mar 2009; Torsten Veller <tove@gentoo.org> +Log-Log4perl-1.21.ebuild:
+ Version bump
30 Dec 2008; Torsten Veller <tove@gentoo.org> -Log-Log4perl-1.18.ebuild,
-Log-Log4perl-1.19.ebuild:
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.21.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.21.ebuild
new file mode 100644
index 000000000000..f120e2e2dc27
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.21.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.21.ebuild,v 1.1 2009/03/27 07:48:02 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"