Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/log4cxx: log4cxx-0.10.0.ebuild
Date: Wed, 24 Feb 2010 12:55:20
Message-Id: E1NkGlq-0005Xa-H6@stork.gentoo.org
1 ssuominen 10/02/24 12:55:18
2
3 Modified: log4cxx-0.10.0.ebuild
4 Log:
5 Fix last of repoman issues too: thirdpartymirrors
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-libs/log4cxx/log4cxx-0.10.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild?r1=1.8&r2=1.9
14
15 Index: log4cxx-0.10.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- log4cxx-0.10.0.ebuild 24 Feb 2010 12:52:35 -0000 1.8
22 +++ log4cxx-0.10.0.ebuild 24 Feb 2010 12:55:18 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.8 2010/02/24 12:52:35 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.9 2010/02/24 12:55:18 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils
31 @@ -9,7 +9,7 @@
32
33 DESCRIPTION="Library of C++ classes for flexible logging to files, syslog and other destinations"
34 HOMEPAGE="http://logging.apache.org/log4cxx/"
35 -SRC_URI="http://www.apache.org/dist/logging/${PN}/${PV}/${MY_P}.tar.gz"
36 +SRC_URI="mirror://apache/logging/${PN}/${PV}/${MY_P}.tar.gz"
37
38 LICENSE="Apache-2.0"
39 SLOT="0"