logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 87c49fe0bce5effcdd4e8ccd8d257f2bfd2563df
parent 2fd50a435c126ade9689f5c2abb67fb82907b9ea
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 27 Apr 2023 21:56:36 +0200

net-libs/glib-networking: drop 9999

Diffstat:

Dnet-libs/glib-networking/glib-networking-9999.ebuild59-----------------------------------------------------------
1 file changed, 0 insertions(+), 59 deletions(-)

diff --git a/net-libs/glib-networking/glib-networking-9999.ebuild b/net-libs/glib-networking/glib-networking-9999.ebuild @@ -1,59 +0,0 @@ -# Copyright 2018-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 gnome2-utils meson xdg multilib-minimal - -DESCRIPTION="Network-related giomodules for glib" -HOMEPAGE="https://gitlab.gnome.org/GNOME/${PN}" -EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/glib-networking.git" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="gnome gnutls +libproxy +openssl test ssl" -KEYWORDS="-amd64" - -REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" - -DEPEND=" - >=dev-libs/glib-2.67.0:2[${MULTILIB_USEDEP}] - libproxy? ( >=net-libs/libproxy-0.3.1:=[${MULTILIB_USEDEP}] ) - gnutls? ( >=net-libs/gnutls-3.4.6:=[${MULTILIB_USEDEP}] ) - openssl? ( dev-libs/openssl:0=[${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 -}