summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-01 22:42:01 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-01 22:42:01 +0000
commitc40fc02d48c2a09e39721639c2fa6bf2412115d9 (patch)
tree17b337319fc80a2b724d2230db1e19d52fa6d7ad /dev-perl
parentVersion bump (diff)
downloadgentoo-2-c40fc02d48c2a09e39721639c2fa6bf2412115d9.tar.gz
gentoo-2-c40fc02d48c2a09e39721639c2fa6bf2412115d9.tar.bz2
gentoo-2-c40fc02d48c2a09e39721639c2fa6bf2412115d9.zip
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Log-Log4perl/ChangeLog10
-rw-r--r--dev-perl/Log-Log4perl/Log-Log4perl-1.460.0.ebuild28
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-perl/Log-Log4perl/ChangeLog b/dev-perl/Log-Log4perl/ChangeLog
index efaba90a634f..4cd2306ec12a 100644
--- a/dev-perl/Log-Log4perl/ChangeLog
+++ b/dev-perl/Log-Log4perl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Log-Log4perl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.94 2014/10/19 07:27:45 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.95 2015/04/01 22:42:01 dilfridge Exp $
+
+*Log-Log4perl-1.460.0 (01 Apr 2015)
+
+ 01 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Log-Log4perl-1.460.0.ebuild:
+ Version bump
19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -Log-Log4perl-1.360.0.ebuild,
-Log-Log4perl-1.400.0.ebuild:
diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.460.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.460.0.ebuild
new file mode 100644
index 000000000000..0f7da59640ff
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.460.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 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.460.0.ebuild,v 1.1 2015/04/01 22:42:01 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MSCHILLI
+MODULE_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Log4j implementation for Perl"
+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-File-Path-2.60.600
+ >=virtual/perl-File-Spec-0.820.0
+ virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.450.0 )
+"
+
+SRC_TEST="do"