Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: metadata.xml ChangeLog libsoup-2.36.1.ebuild
Date: Sun, 30 Oct 2011 02:34:01
Message-Id: 20111030023350.99F842004C@flycatcher.gentoo.org
1 tetromino 11/10/30 02:33:50
2
3 Modified: metadata.xml ChangeLog
4 Added: libsoup-2.36.1.ebuild
5 Log:
6 Bump to 2.36.1 from the gnome overlay.
7 Notable changes: lots of https and caching improvements; supports NTLM single sign-on using samba's ntlm_auth.
8
9 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 net-libs/libsoup/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/metadata.xml?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/metadata.xml?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/metadata.xml?r1=1.2&r2=1.3
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/metadata.xml,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- metadata.xml 20 Jun 2010 14:05:16 -0000 1.2
25 +++ metadata.xml 30 Oct 2011 02:33:50 -0000 1.3
26 @@ -5,5 +5,7 @@
27 <use>
28 <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
29 for introspection</flag>
30 + <flag name="samba">Use <pkg>net-fs/samba</pkg> for NTLM Single
31 + Sign-On</flag>
32 </use>
33 </pkgmetadata>
34
35
36
37 1.263 net-libs/libsoup/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.263&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.263&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.262&r2=1.263
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
46 retrieving revision 1.262
47 retrieving revision 1.263
48 diff -u -r1.262 -r1.263
49 --- ChangeLog 18 Sep 2011 11:35:49 -0000 1.262
50 +++ ChangeLog 30 Oct 2011 02:33:50 -0000 1.263
51 @@ -1,6 +1,14 @@
52 # ChangeLog for net-libs/libsoup
53 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.262 2011/09/18 11:35:49 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.263 2011/10/30 02:33:50 tetromino Exp $
56 +
57 +*libsoup-2.36.1 (30 Oct 2011)
58 +
59 + 30 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
60 + +libsoup-2.36.1.ebuild, metadata.xml:
61 + Bump to 2.36.1 from the gnome overlay.
62 + Notable changes: lots of https and caching improvements; supports NTLM single
63 + sign-on using samba's ntlm_auth.
64
65 18 Sep 2011; Raúl Porcel <armin76@g.o> libsoup-2.34.3.ebuild:
66 alpha/ia64/sh/sparc stable wrt #376793
67
68
69
70 1.1 net-libs/libsoup/libsoup-2.36.1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.36.1.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.36.1.ebuild?rev=1.1&content-type=text/plain
74
75 Index: libsoup-2.36.1.ebuild
76 ===================================================================
77 # Copyright 1999-2011 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.36.1.ebuild,v 1.1 2011/10/30 02:33:50 tetromino Exp $
80
81 EAPI="4"
82 GCONF_DEBUG="yes"
83 GNOME2_LA_PUNT="yes"
84
85 inherit autotools eutils gnome2
86
87 DESCRIPTION="An HTTP library implementation in C"
88 HOMEPAGE="http://live.gnome.org/LibSoup"
89
90 LICENSE="LGPL-2"
91 SLOT="2.4"
92 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
93 IUSE="debug doc +introspection samba ssl test"
94
95 # glib-networking-2.29.18 needed to avoid a tls bug, see NEWS file
96 RDEPEND=">=dev-libs/glib-2.30.0:2
97 >=dev-libs/libxml2-2:2
98 >=net-libs/glib-networking-2.30.0[ssl?]
99 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
100 samba? ( net-fs/samba )"
101 DEPEND="${RDEPEND}
102 >=dev-util/pkgconfig-0.9
103 >=dev-util/gtk-doc-am-1.10
104 doc? ( >=dev-util/gtk-doc-1.10 )"
105 # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
106 # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
107 # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
108 # dev-lang/php[apache2,xmlrpc]
109 # net-misc/curl
110 # net-libs/glib-networking[ssl])"
111
112 pkg_setup() {
113 # Set invalid apache module dir until apache tests are ready, bug #326957
114 DOCS="AUTHORS NEWS README"
115 G2CONF="${G2CONF}
116 --disable-static
117 --disable-tls-check
118 --without-gnome
119 --with-apache-module-dir="${T}"
120 $(use_enable introspection)
121 $(use_with samba ntlm-auth ${EPREFIX}/usr/bin/ntlm_auth)"
122 }
123
124 src_configure() {
125 # FIXME: we need addpredict to workaround bug #324779 until
126 # root cause (bug #249496) is solved
127 addpredict /usr/share/snmp/mibs/.index
128 gnome2_src_configure
129 }
130
131 src_prepare() {
132 gnome2_src_prepare
133
134 if ! use test; then
135 # don't waste time building tests (bug #226271)
136 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
137 || die "sed failed"
138 fi
139
140 # Patch *must* be applied conditionally (see patch for details)
141 if use doc; then
142 # Fix bug 268592 (upstream #573685) (build fails without gnome && doc)
143 epatch "${FILESDIR}/${PN}-2.34.2-fix-build-without-gnome-with-doc.patch"
144 eautoreconf
145 fi
146 }