logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: d14244a45b1958cfc0ad1b74cc9817ec84af072f
parent: dac89c71faa2dbaf0f78037590c08e3e3c5ae44c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Jul 2020 05:40:29 +0200

net-libs/glib-networking: Bump to 2.64.3

Diffstat:

Mnet-libs/glib-networking/Manifest2+-
Dnet-libs/glib-networking/glib-networking-2.62.3.ebuild62--------------------------------------------------------------
Anet-libs/glib-networking/glib-networking-2.64.3.ebuild62++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/net-libs/glib-networking/Manifest b/net-libs/glib-networking/Manifest @@ -1 +1 @@ -DIST glib-networking-2.62.3.tar.xz 183996 BLAKE2B 3841a355fe485f30970ab571fbe7ae73c8351cdcdad5021809fcac4663bca31b309a0921d07b2551c428ac154da2290e377da0299e66b2b099dfb556f387d18b SHA512 6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1 +DIST glib-networking-2.64.3.tar.xz 189760 BLAKE2B 5f067aacd0d7724367eabf961d81fba9d77a7057cc60ffc7bada0f55a7eff0bcc2388e8298792636c77252b9494a6a7d36bcfd227bdfbbf66e5d45cf77dfc1bb SHA512 01251f7f95d1c331e883d5ee7857bad0c0d6308991e437ff54ed63e718bb30a12e872755e0611e2bf6ccb2a01c52ba865fe0d94ac69dbab37d74afe063a0590d diff --git a/net-libs/glib-networking/glib-networking-2.62.3.ebuild b/net-libs/glib-networking/glib-networking-2.62.3.ebuild @@ -1,62 +0,0 @@ -# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2-utils meson xdg multilib-minimal - -DESCRIPTION="Network-related giomodules for glib" -HOMEPAGE="https://gitlab.gnome.org/GNOME/${PN}" -SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="gnome gnutls +libproxy libressl +openssl test ssl" -KEYWORDS="~amd64" - -REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" - -DEPEND=" - >=dev-libs/glib-2.60:2[${MULTILIB_USEDEP}] - libproxy? ( >=net-libs/libproxy-0.3.1:=[${MULTILIB_USEDEP}] ) - gnutls? ( >=net-libs/gnutls-3.4.6:=[${MULTILIB_USEDEP}] ) - openssl? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) - ) -" - -multilib_src_configure() { - local emesonargs=( - $(meson_feature gnutls) - $(meson_feature openssl) - $(meson_feature libproxy) - $(meson_feature gnome gnome_proxy) - -Dinstalled_tests=false - -Dstatic_modules=false - ) - - meson_src_configure -} - -multilib_src_compile() { - meson_src_compile -} - -multilib_src_install() { - meson_src_install -} - -multilib_src_test() { - meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - multilib_foreach_abi gnome2_giomodule_cache_update -} - -pkg_postrm() { - xdg_pkg_postrm - multilib_foreach_abi gnome2_giomodule_cache_update -} diff --git a/net-libs/glib-networking/glib-networking-2.64.3.ebuild b/net-libs/glib-networking/glib-networking-2.64.3.ebuild @@ -0,0 +1,62 @@ +# Copyright 2018-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson xdg multilib-minimal + +DESCRIPTION="Network-related giomodules for glib" +HOMEPAGE="https://gitlab.gnome.org/GNOME/${PN}" +SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +SLOT="0" +IUSE="gnome gnutls +libproxy libressl +openssl test ssl" +KEYWORDS="~amd64" + +REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" + +DEPEND=" + >=dev-libs/glib-2.60:2[${MULTILIB_USEDEP}] + libproxy? ( >=net-libs/libproxy-0.3.1:=[${MULTILIB_USEDEP}] ) + gnutls? ( >=net-libs/gnutls-3.4.6:=[${MULTILIB_USEDEP}] ) + openssl? ( + !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) + ) +" + +multilib_src_configure() { + local emesonargs=( + $(meson_feature gnutls) + $(meson_feature openssl) + $(meson_feature libproxy) + $(meson_feature gnome gnome_proxy) + -Dinstalled_tests=false + -Dstatic_modules=false + ) + + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} + +multilib_src_test() { + meson_src_test +} + +pkg_postinst() { + xdg_pkg_postinst + multilib_foreach_abi gnome2_giomodule_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + multilib_foreach_abi gnome2_giomodule_cache_update +}