Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: libsoup-gnome-2.34.1.ebuild ChangeLog
Date: Fri, 29 Apr 2011 17:58:44
Message-Id: 20110429175825.2B00320057@flycatcher.gentoo.org
1 nirbheek 11/04/29 17:58:25
2
3 Modified: ChangeLog
4 Added: libsoup-gnome-2.34.1.ebuild
5 Log:
6 Move libsoup-gnome-2.34.1 from the gnome overlay, introspection unmasked
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 net-libs/libsoup-gnome/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 22 Mar 2011 19:42:53 -0000 1.47
24 +++ ChangeLog 29 Apr 2011 17:58:25 -0000 1.48
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-libs/libsoup-gnome
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.47 2011/03/22 19:42:53 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.48 2011/04/29 17:58:25 nirbheek Exp $
30 +
31 +*libsoup-gnome-2.34.1 (29 Apr 2011)
32 +
33 + 29 Apr 2011; Nirbheek Chauhan <nirbheek@g.o>
34 + +libsoup-gnome-2.34.1.ebuild,
35 + +files/libsoup-gnome-2.34.1-system-lib.patch:
36 + Move libsoup-gnome-2.34.1 from the gnome overlay, introspection unmasked
37
38 22 Mar 2011; Brent Baude <ranger@g.o> libsoup-gnome-2.32.2.ebuild:
39 Marking libsoup-gnome-2.32.2 ppc stable for bug 353436
40
41
42
43 1.1 net-libs/libsoup-gnome/libsoup-gnome-2.34.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.34.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.34.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libsoup-gnome-2.34.1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/libsoup-gnome-2.34.1.ebuild,v 1.1 2011/04/29 17:58:25 nirbheek Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="yes"
56 GNOME2_LA_PUNT="yes"
57
58 inherit autotools eutils gnome2
59
60 MY_PN=${PN/-gnome}
61 MY_P=${MY_PN}-${PV}
62
63 DESCRIPTION="GNOME plugin for libsoup"
64 HOMEPAGE="http://live.gnome.org/LibSoup"
65 SRC_URI="${SRC_URI//-gnome}"
66
67 LICENSE="LGPL-2"
68 SLOT="2.4"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-solaris"
70 IUSE="debug doc +introspection"
71
72 RDEPEND="~net-libs/libsoup-${PV}
73 || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 )
74 dev-db/sqlite:3
75 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
76 DEPEND="${RDEPEND}
77 >=dev-util/pkgconfig-0.9
78 >=dev-util/gtk-doc-am-1.10
79 doc? ( >=dev-util/gtk-doc-1.10 )"
80
81 S=${WORKDIR}/${MY_P}
82
83 pkg_setup() {
84 G2CONF="${G2CONF}
85 --disable-static
86 --disable-tls-check
87 $(use_enable introspection)
88 --with-libsoup-system
89 --with-gnome"
90 DOCS="AUTHORS NEWS README"
91 }
92
93 src_configure() {
94 # FIXME: we need addpredict to workaround bug #324779 until
95 # root cause (bug #249496) is solved
96 addpredict /usr/share/snmp/mibs/.index
97 gnome2_src_configure
98 }
99
100 src_prepare() {
101 gnome2_src_prepare
102
103 # Use lib present on the system
104 epatch "${FILESDIR}"/${PN}-2.34.1-system-lib.patch
105 eautoreconf
106 }