Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/
Date: Sun, 03 Jul 2016 11:42:12
Message-Id: 1467546089.9d69302db8b474c0fb0652d73dd09ff5acad47c8.pacho@gentoo
1 commit: 9d69302db8b474c0fb0652d73dd09ff5acad47c8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 10:46:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:41:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d69302d
7
8 net-libs/libsoup: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/libsoup/Manifest | 1 +
13 net-libs/libsoup/libsoup-2.54.1.ebuild | 88 ++++++++++++++++++++++++++++++++++
14 net-libs/libsoup/metadata.xml | 1 +
15 3 files changed, 90 insertions(+)
16
17 diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
18 index da2eb46..71e51f4 100644
19 --- a/net-libs/libsoup/Manifest
20 +++ b/net-libs/libsoup/Manifest
21 @@ -1,2 +1,3 @@
22 DIST libsoup-2.50.0.tar.xz 1755052 SHA256 1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b SHA512 5004baac41feb2c4a7c4f8e68e0a2aac91ae115518e5bb7b58bc7f85dc7675611de82ad21d6a2f779daf2fc7496ab802e7d6dcd5eca91186b221664db37819e2 WHIRLPOOL 09f2cdc9804a4785e1f6a8d9e8adefab549fcb6de1506e2c0fa7af9ee3af531a26a55909ab917c7f08076e99bff3f992516125d12baeb5fce22c918e81a4636e
23 DIST libsoup-2.52.2.tar.xz 1764308 SHA256 db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc SHA512 866942d8db43a19630f39db12b22058cf31ef0c56f337e6c5790f5b881aaa768d4dbece1d2fe0d9560a82ae0f362365c19aa9b0d05afeb45bc5774f6713f51b2 WHIRLPOOL f0f7ac95d49f21d0bb92968d6d3de596a08aea0519db82089b6c476916d96c3c44e0871a8d3102f5f0b176294ce6f1582d52e6cfcd65bb74ad0c7c4ab8f020a4
24 +DIST libsoup-2.54.1.tar.xz 1793108 SHA256 47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef02dd633 SHA512 7bbcdd8c0995afee0715f6757d91b1f1c115cc55e8941f3795b27f89c533d832b3a2fbd469755a385a4e5dd00513d84cb2834d8cb194fc2651bb5895cf278871 WHIRLPOOL 8b126d4d0bef96be33817acb54f5ad3e42ac321edd22d821ff247b03b53e221803b3a54db158f51192fd84169935cbb3083e555c698afbb2a1657258d6d36776
25
26 diff --git a/net-libs/libsoup/libsoup-2.54.1.ebuild b/net-libs/libsoup/libsoup-2.54.1.ebuild
27 new file mode 100644
28 index 0000000..0d8b961
29 --- /dev/null
30 +++ b/net-libs/libsoup/libsoup-2.54.1.ebuild
31 @@ -0,0 +1,88 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +GNOME2_LA_PUNT="yes"
38 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
39 +VALA_USE_DEPEND="vapigen"
40 +
41 +inherit gnome2 multilib-minimal python-any-r1 vala
42 +
43 +DESCRIPTION="An HTTP library implementation in C"
44 +HOMEPAGE="https://wiki.gnome.org/Projects/libsoup"
45 +
46 +LICENSE="LGPL-2+"
47 +SLOT="2.4"
48 +
49 +IUSE="debug gssapi +introspection samba ssl test vala"
50 +REQUIRED_IUSE="vala? ( introspection )"
51 +
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
53 +
54 +RDEPEND="
55 + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
56 + >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
57 + >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
58 + >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
59 + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
60 + samba? ( net-fs/samba )
61 +"
62 +DEPEND="${RDEPEND}
63 + ${PYTHON_DEPS}
64 + >=dev-util/intltool-0.35
65 + >=dev-util/gtk-doc-am-1.10
66 + sys-devel/gettext
67 + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
68 + test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )
69 + vala? ( $(vala_depend) )
70 +"
71 +# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
72 +# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
73 +# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
74 +# dev-lang/php[apache2,xmlrpc]
75 +# net-misc/curl
76 +# net-libs/glib-networking[ssl])"
77 +
78 +src_prepare() {
79 + if ! use test; then
80 + # don't waste time building tests (bug #226271)
81 + sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
82 + || die "sed failed"
83 + fi
84 +
85 + use vala && vala_src_prepare
86 + gnome2_src_prepare
87 +}
88 +
89 +src_configure() {
90 + # FIXME: we need addpredict to workaround bug #324779 until
91 + # root cause (bug #249496) is solved
92 + addpredict /usr/share/snmp/mibs/.index
93 +
94 + multilib-minimal_src_configure
95 +}
96 +
97 +multilib_src_configure() {
98 + # Disable apache tests until they are usable on Gentoo, bug #326957
99 + ECONF_SOURCE=${S} \
100 + gnome2_src_configure \
101 + --disable-static \
102 + --disable-tls-check \
103 + --without-gnome \
104 + --without-apache-httpd \
105 + $(usex debug --enable-debug=yes ' ') \
106 + $(multilib_native_use_with gssapi) \
107 + $(multilib_native_use_enable introspection) \
108 + $(multilib_native_use_enable vala) \
109 + $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)
110 +
111 + if multilib_is_native_abi; then
112 + # fix gtk-doc
113 + ln -s "${S}"/docs/reference/html docs/reference/html || die
114 + fi
115 +}
116 +
117 +multilib_src_install() {
118 + gnome2_src_install
119 +}
120
121 diff --git a/net-libs/libsoup/metadata.xml b/net-libs/libsoup/metadata.xml
122 index a4047ee..b01383c 100644
123 --- a/net-libs/libsoup/metadata.xml
124 +++ b/net-libs/libsoup/metadata.xml
125 @@ -6,6 +6,7 @@
126 <name>Gentoo GNOME Desktop</name>
127 </maintainer>
128 <use>
129 + <flag name="gssapi">Enable GSSAPI support</flag>
130 <flag name="samba">Use <pkg>net-fs/samba</pkg> for NTLM Single
131 Sign-On</flag>
132 </use>