Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.46.0.ebuild
Date: Sun, 27 Apr 2014 17:45:06
Message-Id: 20140427174503.8E1852004B@flycatcher.gentoo.org
1 eva 14/04/27 17:45:03
2
3 Modified: ChangeLog
4 Added: libsoup-2.46.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.331 net-libs/libsoup/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.331&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.331&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.330&r2=1.331
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
20 retrieving revision 1.330
21 retrieving revision 1.331
22 diff -u -r1.330 -r1.331
23 --- ChangeLog 27 Apr 2014 08:25:59 -0000 1.330
24 +++ ChangeLog 27 Apr 2014 17:45:03 -0000 1.331
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/libsoup
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.330 2014/04/27 08:25:59 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.331 2014/04/27 17:45:03 eva Exp $
30 +
31 +*libsoup-2.46.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +libsoup-2.46.0.ebuild:
34 + Version bump for Gnome 3.12.
35
36 27 Apr 2014; Pacho Ramos <pacho@g.o>
37 -files/libsoup-2.42.1-ipv6-tests.patch, -libsoup-2.38.1.ebuild,
38
39
40
41 1.1 net-libs/libsoup/libsoup-2.46.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.46.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.46.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libsoup-2.46.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.46.0.ebuild,v 1.1 2014/04/27 17:45:03 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python{2_6,2_7} )
56
57 inherit gnome2 python-any-r1
58
59 DESCRIPTION="An HTTP library implementation in C"
60 HOMEPAGE="https://wiki.gnome.org/LibSoup"
61
62 LICENSE="LGPL-2+"
63 SLOT="2.4"
64 IUSE="debug +introspection samba ssl test"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
66
67 RDEPEND="
68 >=dev-libs/glib-2.38:2
69 >=dev-libs/libxml2-2:2
70 dev-db/sqlite:3
71 >=net-libs/glib-networking-2.30.0[ssl?]
72 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
73 samba? ( net-fs/samba )
74 "
75 DEPEND="${RDEPEND}
76 ${PYTHON_DEPS}
77 >=dev-util/intltool-0.35
78 >=dev-util/gtk-doc-am-1.10
79 sys-devel/gettext
80 virtual/pkgconfig
81 "
82 # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
83 # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
84 # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
85 # dev-lang/php[apache2,xmlrpc]
86 # net-misc/curl
87 # net-libs/glib-networking[ssl])"
88
89 src_prepare() {
90 if ! use test; then
91 # don't waste time building tests (bug #226271)
92 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
93 || die "sed failed"
94 fi
95
96 # FIXME: does not behave as expected
97 sed -e 's|\(g_test_add.*\)|/*\1*/|' \
98 -i tests/socket-test.c || die
99
100 gnome2_src_prepare
101 }
102
103 src_configure() {
104 # FIXME: we need addpredict to workaround bug #324779 until
105 # root cause (bug #249496) is solved
106 addpredict /usr/share/snmp/mibs/.index
107
108 # Disable apache tests until they are usable on Gentoo, bug #326957
109 gnome2_src_configure \
110 --disable-static \
111 --disable-tls-check \
112 --without-gnome \
113 --without-apache-httpd \
114 $(use_enable introspection) \
115 $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)
116 }