Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Log-Log4perl: Log-Log4perl-1.320.0.ebuild ChangeLog
Date: Sun, 27 Feb 2011 07:10:34
Message-Id: 20110227071024.993A020054@flycatcher.gentoo.org
1 tove 11/02/27 07:10:24
2
3 Modified: ChangeLog
4 Added: Log-Log4perl-1.320.0.ebuild
5 Log:
6 [bump] dev-perl/Log-Log4perl-1.320.0
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.71 dev-perl/Log-Log4perl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 1 Sep 2010 06:59:20 -0000 1.70
24 +++ ChangeLog 27 Feb 2011 07:10:24 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Log-Log4perl
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.70 2010/09/01 06:59:20 tove Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/ChangeLog,v 1.71 2011/02/27 07:10:24 tove Exp $
31 +
32 +*Log-Log4perl-1.320.0 (27 Feb 2011)
33 +
34 + 27 Feb 2011; Torsten Veller <tove@g.o> +Log-Log4perl-1.320.0.ebuild:
35 + Version bump
36
37 *Log-Log4perl-1.30 (01 Sep 2010)
38
39
40
41
42 1.1 dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Log-Log4perl-1.320.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Log4perl/Log-Log4perl-1.320.0.ebuild,v 1.1 2011/02/27 07:10:24 tove Exp $
52
53 EAPI=3
54
55 MODULE_AUTHOR=MSCHILLI
56 MODULE_VERSION=1.32
57 inherit perl-module
58
59 DESCRIPTION="Log::Log4perl is a Perl port of the widely popular log4j logging package."
60 HOMEPAGE="http://log4perl.sourceforge.net/"
61
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
64 IUSE="test"
65
66 RDEPEND="virtual/perl-Time-HiRes"
67 DEPEND="${RDEPEND}
68 test? ( virtual/perl-Test-Simple )"
69
70 SRC_TEST="do"