Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/
Date: Mon, 31 May 2021 02:00:14
Message-Id: 1622426300.df85c9619fdca60f48268630d560e63dd12516fc.mattst88@gentoo
1 commit: df85c9619fdca60f48268630d560e63dd12516fc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 23:54:39 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 01:58:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df85c961
7
8 net-libs/libsoup: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/libsoup/Manifest | 1 -
13 net-libs/libsoup/libsoup-2.70.0.ebuild | 100 ---------------------------------
14 2 files changed, 101 deletions(-)
15
16 diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
17 index 7411aac6ea7..391ae6cd343 100644
18 --- a/net-libs/libsoup/Manifest
19 +++ b/net-libs/libsoup/Manifest
20 @@ -1,2 +1 @@
21 -DIST libsoup-2.70.0.tar.xz 1494220 BLAKE2B f6bf30c741c7919a31598132ca65c0081d074e7c90d915f3598cb986e1f51f5354538f76dc7117a94d946bd8cd5fe8477ead689f343797757224014932061d28 SHA512 c3e2a963f4b38b2eee5d772b68a325c076fde19c26413bb3ada91824d3c7e108fbc325bfdc49a28141a641233485d3044d18142720c2aebaa7cc820f8718159b
22 DIST libsoup-2.72.0.tar.xz 1477940 BLAKE2B e63a26aa29a4a34c4e4b0a2713818db52b206b04b56d99391648351f87a62dc3455020e8eb0312ef17b2b7d047a7d5731905ecc214085afd4eff25fefa30782b SHA512 ca16772d0d318c4be0c4859db1e32baffa2231b4732f3bf9814aa405febde86395a0fb8bfa1635d70a7b5853d2567403920b9b0d0f5c3c179294352af27e91de
23
24 diff --git a/net-libs/libsoup/libsoup-2.70.0.ebuild b/net-libs/libsoup/libsoup-2.70.0.ebuild
25 deleted file mode 100644
26 index fb3e4306956..00000000000
27 --- a/net-libs/libsoup/libsoup-2.70.0.ebuild
28 +++ /dev/null
29 @@ -1,100 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -VALA_USE_DEPEND="vapigen"
35 -
36 -inherit gnome.org meson multilib-minimal vala xdg
37 -
38 -DESCRIPTION="HTTP client/server library for GNOME"
39 -HOMEPAGE="https://wiki.gnome.org/Projects/libsoup"
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="2.4"
43 -
44 -# TODO: Default enable brotli at some point? But in 2.70.0 not advertised to servers yet - https://gitlab.gnome.org/GNOME/libsoup/issues/146
45 -IUSE="brotli gssapi gtk-doc +introspection samba ssl test +vala"
46 -RESTRICT="!test? ( test )"
47 -REQUIRED_USE="vala? ( introspection )"
48 -
49 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
50 -
51 -DEPEND="
52 - >=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]
53 - >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
54 - >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
55 - brotli? ( >=app-arch/brotli-1.0.6-r1:=[${MULTILIB_USEDEP}] )
56 - >=net-libs/libpsl-0.20[${MULTILIB_USEDEP}]
57 - sys-libs/zlib
58 - gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
59 - introspection? ( >=dev-libs/gobject-introspection-1.54:= )
60 - samba? ( net-fs/samba )
61 -"
62 -RDEPEND="${DEPEND}
63 - >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
64 -"
65 -BDEPEND="
66 - dev-util/glib-utils
67 - gtk-doc? ( >=dev-util/gtk-doc-1.20
68 - app-text/docbook-xml-dtd:4.1.2 )
69 - >=sys-devel/gettext-0.19.8
70 - virtual/pkgconfig
71 - vala? ( $(vala_depend) )
72 -"
73 -# test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
74 -# apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
75 -# apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
76 -# dev-lang/php[apache2,xmlrpc]
77 -# net-misc/curl
78 -# net-libs/glib-networking[ssl])"
79 -
80 -PATCHES=(
81 - # Disable apache tests until they are usable on Gentoo, bug #326957
82 - "${FILESDIR}"/disable-apache-tests.patch
83 -)
84 -
85 -src_prepare() {
86 - use vala && vala_src_prepare
87 - xdg_src_prepare
88 - # https://gitlab.gnome.org/GNOME/libsoup/issues/159 - could work with libnss-myhostname
89 - sed -e '/hsts/d' -i tests/meson.build || die
90 -}
91 -
92 -src_configure() {
93 - # FIXME: we need addpredict to workaround bug #324779 until
94 - # root cause (bug #249496) is solved
95 - # But necessary while apache tests are disabled
96 - #addpredict /usr/share/snmp/mibs/.index
97 -
98 - multilib-minimal_src_configure
99 -}
100 -
101 -multilib_src_configure() {
102 - local emesonargs=(
103 - $(meson_feature gssapi)
104 - -Dkrb5_config="${CHOST}-krb5-config"
105 - $(meson_feature samba ntlm)
106 - $(meson_feature brotli)
107 - -Dntlm_auth="${EPREFIX}/usr/bin/ntlm_auth"
108 - -Dtls_check=false # disables check, we still rdep on glib-networking
109 - -Dgnome=false
110 - -Dintrospection=$(multilib_native_usex introspection enabled disabled)
111 - -Dvapi=$(multilib_native_usex vala enabled disabled)
112 - -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
113 - $(meson_use test tests)
114 - -Dinstalled_tests=false
115 - )
116 - meson_src_configure
117 -}
118 -
119 -multilib_src_compile() {
120 - meson_src_compile
121 -}
122 -
123 -multilib_src_test() {
124 - meson_src_test
125 -}
126 -
127 -multilib_src_install() {
128 - meson_src_install
129 -}