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:11
Message-Id: 1467546079.b55c4d13a337d4b30a10108506c253b95b4d24ae.pacho@gentoo
1 commit: b55c4d13a337d4b30a10108506c253b95b4d24ae
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 10:45:16 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 11:41:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55c4d13
7
8 net-libs/libsoup: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/libsoup/Manifest | 1 -
13 net-libs/libsoup/libsoup-2.48.1.ebuild | 94 ----------------------------------
14 2 files changed, 95 deletions(-)
15
16 diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
17 index 4b4d8d7..da2eb46 100644
18 --- a/net-libs/libsoup/Manifest
19 +++ b/net-libs/libsoup/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libsoup-2.48.1.tar.xz 1707612 SHA256 9b0d14b36e36a3131a06c6e3aa7245716e6904e3e636df81c0b6c8bd3f646f9a SHA512 c0f652189c9a72bc2110ae1bb54dc7b26a437b3c7055795ec203081efaa97244731459cc115aadaba2c832689f3a4e839200be59453ec26f09202214ff50c19a WHIRLPOOL 10b3f3ff7fc1ded3e66a8b9b14359a50661bd61ecfe16e8bcb93baef5f22f905b20bd67fa1bbeca875f7bf698a7ee16857b1280b5f92916b2d94a1f075ff806c
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
25 diff --git a/net-libs/libsoup/libsoup-2.48.1.ebuild b/net-libs/libsoup/libsoup-2.48.1.ebuild
26 deleted file mode 100644
27 index 5398621..0000000
28 --- a/net-libs/libsoup/libsoup-2.48.1.ebuild
29 +++ /dev/null
30 @@ -1,94 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="yes"
37 -GNOME2_LA_PUNT="yes"
38 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
39 -
40 -inherit gnome2 multilib-minimal python-any-r1
41 -
42 -DESCRIPTION="An HTTP library implementation in C"
43 -HOMEPAGE="https://wiki.gnome.org/LibSoup"
44 -
45 -LICENSE="LGPL-2+"
46 -SLOT="2.4"
47 -IUSE="debug +introspection samba ssl test"
48 -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"
49 -
50 -RDEPEND="
51 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
52 - >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
53 - >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
54 - >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
55 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
56 - samba? ( net-fs/samba )
57 -"
58 -DEPEND="${RDEPEND}
59 - ${PYTHON_DEPS}
60 - >=dev-util/intltool-0.35
61 - >=dev-util/gtk-doc-am-1.10
62 - sys-devel/gettext
63 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
64 - test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )
65 -"
66 -# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
67 -# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
68 -# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
69 -# dev-lang/php[apache2,xmlrpc]
70 -# net-misc/curl
71 -# net-libs/glib-networking[ssl])"
72 -
73 -# They hang for some unknown reason, bug #537836, also bug #326957 is pending
74 -RESTRICT="test"
75 -
76 -RDEPEND="${RDEPEND}
77 - abi_x86_32? (
78 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r8
79 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
80 - )
81 -"
82 -
83 -src_prepare() {
84 - if ! use test; then
85 - # don't waste time building tests (bug #226271)
86 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \
87 - || die "sed failed"
88 - fi
89 -
90 - # FIXME: does not behave as expected
91 - sed -e 's|\(g_test_add.*\)|/*\1*/|' \
92 - -i tests/socket-test.c || die
93 -
94 - gnome2_src_prepare
95 -}
96 -
97 -src_configure() {
98 - # FIXME: we need addpredict to workaround bug #324779 until
99 - # root cause (bug #249496) is solved
100 - addpredict /usr/share/snmp/mibs/.index
101 -
102 - multilib-minimal_src_configure
103 -}
104 -
105 -multilib_src_configure() {
106 - # Disable apache tests until they are usable on Gentoo, bug #326957
107 - ECONF_SOURCE=${S} \
108 - gnome2_src_configure \
109 - --disable-static \
110 - --disable-tls-check \
111 - --without-gnome \
112 - --without-apache-httpd \
113 - $(multilib_native_use_enable introspection) \
114 - $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)
115 -
116 - if multilib_is_native_abi; then
117 - # fix gtk-doc
118 - ln -s "${S}"/docs/reference/html docs/reference/html || die
119 - fi
120 -}
121 -
122 -multilib_src_install() {
123 - gnome2_src_install
124 -}