Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: libsoup-2.42.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:53:29
Message-Id: 20130328175326.2CE912171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:53:26
2
3 Modified: ChangeLog
4 Added: libsoup-2.42.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.299 net-libs/libsoup/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.299&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?rev=1.299&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/ChangeLog?r1=1.298&r2=1.299
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
20 retrieving revision 1.298
21 retrieving revision 1.299
22 diff -u -r1.298 -r1.299
23 --- ChangeLog 25 Feb 2013 08:55:44 -0000 1.298
24 +++ ChangeLog 28 Mar 2013 17:53:26 -0000 1.299
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/libsoup
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.298 2013/02/25 08:55:44 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.299 2013/03/28 17:53:26 pacho Exp $
30 +
31 +*libsoup-2.42.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +libsoup-2.42.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 25 Feb 2013; Zac Medico <zmedico@g.o> libsoup-2.40.2.ebuild,
37 libsoup-2.40.3.ebuild:
38
39
40
41 1.1 net-libs/libsoup/libsoup-2.42.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.42.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libsoup/libsoup-2.42.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libsoup-2.42.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.42.0.ebuild,v 1.1 2013/03/28 17:53:26 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
56
57 inherit gnome2 python-any-r1
58
59 DESCRIPTION="An HTTP library implementation in C"
60 HOMEPAGE="http://live.gnome.org/LibSoup"
61
62 LICENSE="LGPL-2+"
63 SLOT="2.4"
64 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"
65 IUSE="debug +introspection samba ssl test gnome"
66
67 RDEPEND=">=dev-libs/glib-2.35.0:2
68 >=dev-libs/libxml2-2:2
69 dev-db/sqlite:3
70 >=net-libs/glib-networking-2.30.0[ssl?]
71 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
72 samba? ( net-fs/samba )"
73 DEPEND="${RDEPEND}
74 ${PYTHON_DEPS}
75 >=dev-util/intltool-0.35
76 >=dev-util/gtk-doc-am-1.10
77 sys-devel/gettext
78 virtual/pkgconfig"
79 # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
80 # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
81 # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
82 # dev-lang/php[apache2,xmlrpc]
83 # net-misc/curl
84 # net-libs/glib-networking[ssl])"
85
86 src_prepare() {
87 if ! use test; then
88 # don't waste time building tests (bug #226271)
89 sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
90 || die "sed failed"
91 fi
92
93 gnome2_src_prepare
94 }
95
96 src_configure() {
97 # Disable apache tests until they are usable on Gentoo, bug #326957
98 gnome2_src_configure \
99 --disable-static \
100 --disable-tls-check \
101 $(use_with gnome) \
102 --without-apache-httpd \
103 $(use_enable introspection) \
104 $(use_with samba ntlm-auth ${EPREFIX}/usr/bin/ntlm_auth)
105
106 # FIXME: we need addpredict to workaround bug #324779 until
107 # root cause (bug #249496) is solved
108 addpredict /usr/share/snmp/mibs/.index
109 gnome2_src_configure
110 }