commit:     343f0b4e399c393cce11eee0d44721da23417b2c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 14:35:55 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 14:50:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343f0b4e

net-libs/libsoup: Version bump to 2.72.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/libsoup/Manifest              |   1 +
 net-libs/libsoup/libsoup-2.72.0.ebuild | 102 +++++++++++++++++++++++++++++++++
 net-libs/libsoup/metadata.xml          |   1 +
 profiles/arch/amd64/package.use.mask   |   1 +
 profiles/arch/base/package.use.mask    |   1 +
 profiles/arch/x86/package.use.mask     |   1 +
 6 files changed, 107 insertions(+)

diff --git a/net-libs/libsoup/Manifest b/net-libs/libsoup/Manifest
index 44c7c0730b2..7411aac6ea7 100644
--- a/net-libs/libsoup/Manifest
+++ b/net-libs/libsoup/Manifest
@@ -1 +1,2 @@
 DIST libsoup-2.70.0.tar.xz 1494220 BLAKE2B 
f6bf30c741c7919a31598132ca65c0081d074e7c90d915f3598cb986e1f51f5354538f76dc7117a94d946bd8cd5fe8477ead689f343797757224014932061d28
 SHA512 
c3e2a963f4b38b2eee5d772b68a325c076fde19c26413bb3ada91824d3c7e108fbc325bfdc49a28141a641233485d3044d18142720c2aebaa7cc820f8718159b
+DIST libsoup-2.72.0.tar.xz 1477940 BLAKE2B 
e63a26aa29a4a34c4e4b0a2713818db52b206b04b56d99391648351f87a62dc3455020e8eb0312ef17b2b7d047a7d5731905ecc214085afd4eff25fefa30782b
 SHA512 
ca16772d0d318c4be0c4859db1e32baffa2231b4732f3bf9814aa405febde86395a0fb8bfa1635d70a7b5853d2567403920b9b0d0f5c3c179294352af27e91de

diff --git a/net-libs/libsoup/libsoup-2.72.0.ebuild 
b/net-libs/libsoup/libsoup-2.72.0.ebuild
new file mode 100644
index 00000000000..e832e552fd6
--- /dev/null
+++ b/net-libs/libsoup/libsoup-2.72.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org meson multilib-minimal vala xdg
+
+DESCRIPTION="HTTP client/server library for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/libsoup";
+
+LICENSE="LGPL-2.1+"
+SLOT="2.4"
+
+# 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
+IUSE="brotli gssapi gtk-doc +introspection samba ssl sysprof test +vala"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+DEPEND="
+       >=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]
+       >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
+       >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+       brotli? ( >=app-arch/brotli-1.0.6-r1:=[${MULTILIB_USEDEP}] )
+       >=net-libs/libpsl-0.20[${MULTILIB_USEDEP}]
+       sysprof? ( >=dev-util/sysprof-capture-3.38:4[${MULTILIB_USEDEP}] )
+       sys-libs/zlib
+       gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
+       introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+       samba? ( net-fs/samba )
+"
+RDEPEND="${DEPEND}
+       >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
+"
+BDEPEND="
+       dev-util/glib-utils
+       gtk-doc? ( >=dev-util/gtk-doc-1.20
+               app-text/docbook-xml-dtd:4.1.2 )
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+       vala? ( $(vala_depend) )
+"
+#      test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
+#              
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
+#              
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
+#              dev-lang/php[apache2,xmlrpc]
+#              net-misc/curl
+#              net-libs/glib-networking[ssl])"
+
+PATCHES=(
+       # Disable apache tests until they are usable on Gentoo, bug #326957
+       "${FILESDIR}"/disable-apache-tests.patch
+)
+
+src_prepare() {
+       use vala && vala_src_prepare
+       xdg_src_prepare
+       # https://gitlab.gnome.org/GNOME/libsoup/issues/159 - could work with 
libnss-myhostname
+       sed -e '/hsts/d' -i tests/meson.build || die
+}
+
+src_configure() {
+       # FIXME: we need addpredict to workaround bug #324779 until
+       # root cause (bug #249496) is solved
+       # But necessary while apache tests are disabled
+       #addpredict /usr/share/snmp/mibs/.index
+
+       multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+       local emesonargs=(
+               $(meson_feature gssapi)
+               -Dkrb5_config="${CHOST}-krb5-config"
+               $(meson_feature samba ntlm)
+               $(meson_feature brotli)
+               -Dntlm_auth="${EPREFIX}/usr/bin/ntlm_auth"
+               -Dtls_check=false # disables check, we still rdep on 
glib-networking
+               -Dgnome=false
+               -Dintrospection=$(multilib_native_usex introspection enabled 
disabled)
+               -Dvapi=$(multilib_native_usex vala enabled disabled)
+               -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
+               $(meson_use test tests)
+               -Dinstalled_tests=false
+               $(meson_feature sysprof)
+       )
+       meson_src_configure
+}
+
+multilib_src_compile() {
+       meson_src_compile
+}
+
+multilib_src_test() {
+       meson_src_test
+}
+
+multilib_src_install() {
+       meson_src_install
+}

diff --git a/net-libs/libsoup/metadata.xml b/net-libs/libsoup/metadata.xml
index 7b6e2d42204..042b1814e4f 100644
--- a/net-libs/libsoup/metadata.xml
+++ b/net-libs/libsoup/metadata.xml
@@ -10,5 +10,6 @@
                <flag name="gssapi">Enable GSSAPI support</flag>
                <flag name="samba">Use <pkg>net-fs/samba</pkg> for NTLM Single
                        Sign-On</flag>
+               <flag name="sysprof">Enable profiling data capture support 
using <pkg>dev-util/sysprof-capture</pkg></flag>
        </use>
 </pkgmetadata>

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index c48a826701e..0a05a79d252 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -96,6 +96,7 @@ dev-libs/gjs -sysprof
 dev-libs/glib -sysprof
 gnome-extra/cjs -sysprof
 x11-libs/gtk+ -sysprof
+net-libs/libsoup -sysprof
 
 # Andreas Sturmlechner <[email protected]> (2020-02-26)
 # Vulkan is available on amd64.

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index aa33a1056eb..b314718a518 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -76,6 +76,7 @@ dev-libs/gjs sysprof
 dev-libs/glib sysprof
 gnome-extra/cjs sysprof
 x11-libs/gtk+ sysprof
+net-libs/libsoup sysprof
 
 # Andreas Sturmlechner <[email protected]> (2020-02-26)
 # Vulkan support is only available on few selected arches atm.

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 56c816808f5..446fff67ed8 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -116,6 +116,7 @@ dev-libs/gjs -sysprof
 dev-libs/glib -sysprof
 gnome-extra/cjs -sysprof
 x11-libs/gtk+ -sysprof
+net-libs/libsoup -sysprof
 
 # Andreas Sturmlechner <[email protected]> (2020-02-26)
 # Vulkan is available on x86.

Reply via email to