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: libsoup-2.34.1.ebuild ChangeLog
Date: Fri, 29 Apr 2011 18:09:44
Message-Id: 20110429180930.04B7A20054@flycatcher.gentoo.org
1 nirbheek 11/04/29 18:09:29
2
3 Modified: ChangeLog
4 Added: libsoup-2.34.1.ebuild
5 Log:
6 Move libsoup-2.34.1 from the gnome overlay, introspection unmasked. Keywords were dropped, see bug 365331
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.249 net-libs/libsoup/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.249&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.249&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.248&r2=1.249
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
20 retrieving revision 1.248
21 retrieving revision 1.249
22 diff -u -r1.248 -r1.249
23 --- ChangeLog 15 Apr 2011 16:18:32 -0000 1.248
24 +++ ChangeLog 29 Apr 2011 18:09:29 -0000 1.249
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-libs/libsoup
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.248 2011/04/15 16:18:32 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.249 2011/04/29 18:09:29 nirbheek Exp $
30 +
31 +*libsoup-2.34.1 (29 Apr 2011)
32 +
33 + 29 Apr 2011; Nirbheek Chauhan <nirbheek@g.o>
34 + +libsoup-2.34.1.ebuild:
35 + Move libsoup-2.34.1 from the gnome overlay, introspection unmasked.
36 + Keywords were dropped, see bug 365331
37
38 15 Apr 2011; Jeremy Olexa <darkside@g.o> libsoup-2.32.2.ebuild:
39 Add prefix keywords as tested in the overlay
40
41
42
43 1.1 net-libs/libsoup/libsoup-2.34.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.34.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.34.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libsoup-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/libsoup-2.34.1.ebuild,v 1.1 2011/04/29 18:09:29 nirbheek Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="yes"
56 GNOME2_LA_PUNT="yes"
57
58 inherit autotools eutils gnome2
59
60 DESCRIPTION="An HTTP library implementation in C"
61 HOMEPAGE="http://live.gnome.org/LibSoup"
62
63 LICENSE="LGPL-2"
64 SLOT="2.4"
65 KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
66 IUSE="debug doc +introspection ssl test"
67
68 RDEPEND=">=dev-libs/glib-2.27.5:2
69 >=dev-libs/libxml2-2:2
70 net-libs/glib-networking[ssl?]
71 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
72 DEPEND="${RDEPEND}
73 >=dev-util/pkgconfig-0.9
74 >=dev-util/gtk-doc-am-1.10
75 doc? ( >=dev-util/gtk-doc-1.10 )"
76 # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
77 # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
78 # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
79 # dev-lang/php[apache2,xmlrpc]
80 # net-misc/curl
81 # net-libs/glib-networking[ssl])"
82
83 pkg_setup() {
84 # Set invalid apache module dir until apache tests are ready, bug #326957
85 DOCS="AUTHORS NEWS README"
86 G2CONF="${G2CONF}
87 --disable-static
88 --disable-tls-check
89 --without-gnome
90 --with-apache-module-dir="${T}"
91 $(use_enable introspection)"
92 }
93
94 src_configure() {
95 # FIXME: we need addpredict to workaround bug #324779 until
96 # root cause (bug #249496) is solved
97 addpredict /usr/share/snmp/mibs/.index
98 gnome2_src_configure
99 }
100
101 src_prepare() {
102 gnome2_src_prepare
103
104 if ! use test; then
105 # don't waste time building tests (bug #226271)
106 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
107 || die "sed failed"
108 fi
109
110 # Patch *must* be applied conditionally (see patch for details)
111 if use doc; then
112 # Fix bug 268592 (upstream #573685) (build fails without gnome && doc)
113 epatch "${FILESDIR}/${PN}-2.30.1-fix-build-without-gnome-with-doc.patch"
114 eautoreconf
115 fi
116 }