Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: ChangeLog libsoup-gnome-2.30.2.ebuild
Date: Thu, 07 Oct 2010 21:05:45
Message-Id: 20101007204747.C215620051@flycatcher.gentoo.org
1 ssuominen 10/10/07 20:47:47
2
3 Modified: ChangeLog libsoup-gnome-2.30.2.ebuild
4 Log:
5 ppc64 stable wrt #324077
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.37 net-libs/libsoup-gnome/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 11 Sep 2010 18:25:02 -0000 1.36
23 +++ ChangeLog 7 Oct 2010 20:47:47 -0000 1.37
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-libs/libsoup-gnome
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.36 2010/09/11 18:25:02 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.37 2010/10/07 20:47:47 ssuominen Exp $
29 +
30 + 07 Oct 2010; Samuli Suominen <ssuominen@g.o>
31 + libsoup-gnome-2.30.2.ebuild:
32 + ppc64 stable wrt #324077
33
34 11 Sep 2010; Joseph Jezak <josejx@g.o> libsoup-gnome-2.30.2.ebuild:
35 Marked ppc for bug #324077.
36
37
38
39 1.8 net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild?r1=1.7&r2=1.8
44
45 Index: libsoup-gnome-2.30.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- libsoup-gnome-2.30.2.ebuild 11 Sep 2010 18:25:02 -0000 1.7
52 +++ libsoup-gnome-2.30.2.ebuild 7 Oct 2010 20:47:47 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild,v 1.7 2010/09/11 18:25:02 josejx Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.30.2.ebuild,v 1.8 2010/10/07 20:47:47 ssuominen Exp $
58
59 EAPI="2"
60
61 @@ -16,7 +16,7 @@
62
63 LICENSE="LGPL-2"
64 SLOT="2.4"
65 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-solaris"
66 +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-solaris"
67 # Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that
68 IUSE="debug doc +introspection"
69
70 @@ -33,14 +33,13 @@
71
72 S=${WORKDIR}/${MY_P}
73
74 -DOCS="AUTHORS NEWS README"
75 -
76 pkg_setup() {
77 G2CONF="${G2CONF}
78 --disable-static
79 $(use_enable introspection)
80 --with-libsoup-system
81 --with-gnome"
82 + DOCS="AUTHORS NEWS README"
83 }
84
85 src_configure() {