diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-12 15:38:25 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-12 15:38:25 +0000 |
commit | 42b011cf5f48891fa94c63a46a242fd23ba7b70c (patch) | |
tree | 5c17698c66c482899a73594f8d1c0f0a54959355 /net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild | |
parent | afae41a16c5705fd35eee941b64db21f01e5ee55 (diff) |
drop some deprecated or unmaintaned packages
Diffstat (limited to 'net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild')
-rw-r--r-- | net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild b/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild deleted file mode 100644 index e2ad6d75..00000000 --- a/net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils multilib-minimal - -DESCRIPTION="Legacy NetworkManager glib and util libraries" -HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="gnutls +nss" -REQUIRED_USE="|| ( nss gnutls )" -RESTRICT="test" -SRC_URI="https://download.gnome.org/sources/NetworkManager/1.18/NetworkManager-${PV}.tar.xz" - -DEPEND=" - >=sys-apps/dbus-1.2[${MULTILIB_USEDEP}] - >=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}] - >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] - net-libs/libndp[${MULTILIB_USEDEP}] - sys-apps/util-linux[${MULTILIB_USEDEP}] - >=virtual/libudev-175:=[${MULTILIB_USEDEP}] - nss? ( >=dev-libs/nss-3.11:=[${MULTILIB_USEDEP}] ) - !nss? ( gnutls? ( - dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] - >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}] ) ) -" - -RDEPEND=" - ${DEPEND} - !<net-misc/networkmanager-1.19 -" - -BDEPEND=" - >=dev-util/intltool-0.40 - virtual/pkgconfig -" - -S="${WORKDIR}/NetworkManager-${PV}" - -multilib_src_configure() { - local myconf=( - --disable-bluez5-dun - --disable-concheck - --disable-json-validation - --disable-more-asserts - --disable-more-logging - --disable-ovs - --disable-polkit - --disable-polkit-agent - --disable-ppp - --disable-qt - --disable-rpath - --disable-teamdctl - --disable-wifi - --enable-introspection=no - --enable-more-warnings=no - --enable-vala=no - --with-consolekit=no - --with-crypto=$(usex nss gnutls) - --with-dbus-sys-dir=/etc/dbus-1/system.d - --with-dhclient=no - --with-dhcpcanon=no - --with-dhcpcd=no - --with-ebpf=no - --with-libnm-glib - --with-libpsl=no - --with-netconfig=no - --with-nmcli=no - --with-nmtui=no - --without-iwd - --without-libaudit - --without-modem-manager-1 - --without-ofono - --without-resolvconf - --without-wext - --with-selinux=no - --with-session-tracking=no - --with-suspend-resume=upower - --with-systemd-journal=no - --with-systemd-logind=no - --with-valgrind=no - ) - ECONF_SOURCE="${S}" econf "${myconf[@]}" -} - -multilib_src_install() { - dolib.so libnm-{glib,util}/.libs/libnm-*.so*[0-9] -} |