Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/xmlrpc-c: ChangeLog xmlrpc-c-1.18.02.ebuild
Date: Wed, 29 Apr 2009 09:08:48
Message-Id: E1Lz5mS-00088x-OX@stork.gentoo.org
1 loki_val 09/04/29 09:08:40
2
3 Modified: ChangeLog xmlrpc-c-1.18.02.ebuild
4 Log:
5 Drop tools useflag by default. Pulls in too many external deps.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.81 dev-libs/xmlrpc-c/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.81&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?rev=1.81&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog?r1=1.80&r2=1.81
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v
18 retrieving revision 1.80
19 retrieving revision 1.81
20 diff -u -r1.80 -r1.81
21 --- ChangeLog 27 Apr 2009 01:12:27 -0000 1.80
22 +++ ChangeLog 29 Apr 2009 09:08:40 -0000 1.81
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-libs/xmlrpc-c
25 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.80 2009/04/27 01:12:27 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/ChangeLog,v 1.81 2009/04/29 09:08:40 loki_val Exp $
28 +
29 + 29 Apr 2009; Peter Alfredsen <loki_val@g.o>
30 + xmlrpc-c-1.18.02.ebuild:
31 + Drop tools useflag by default. Pulls in too many external deps.
32
33 *xmlrpc-c-1.18.02 (27 Apr 2009)
34
35
36
37
38 1.2 dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild?r1=1.1&r2=1.2
43
44 Index: xmlrpc-c-1.18.02.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xmlrpc-c-1.18.02.ebuild 27 Apr 2009 01:12:27 -0000 1.1
51 +++ xmlrpc-c-1.18.02.ebuild 29 Apr 2009 09:08:40 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild,v 1.1 2009/04/27 01:12:27 loki_val Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlrpc-c/xmlrpc-c-1.18.02.ebuild,v 1.2 2009/04/29 09:08:40 loki_val Exp $
57
58 EAPI=2
59
60 @@ -11,7 +11,7 @@
61 HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
62
63 KEYWORDS=" ~amd64 ~arm ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
64 -IUSE="+curl +cxx +tools +cgi abyss threads"
65 +IUSE="+curl +cxx tools +cgi abyss threads"
66 LICENSE="BSD"
67 SLOT="0"