summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-12 15:38:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-12 15:38:25 +0000
commit42b011cf5f48891fa94c63a46a242fd23ba7b70c (patch)
tree5c17698c66c482899a73594f8d1c0f0a54959355 /net-libs
parentafae41a16c5705fd35eee941b64db21f01e5ee55 (diff)
drop some deprecated or unmaintaned packages
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnm-glib/Manifest1
-rw-r--r--net-libs/libnm-glib/libnm-glib-1.18.10-r2.ebuild92
2 files changed, 0 insertions, 93 deletions
diff --git a/net-libs/libnm-glib/Manifest b/net-libs/libnm-glib/Manifest
deleted file mode 100644
index e9c2ad9c..00000000
--- a/net-libs/libnm-glib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST NetworkManager-1.18.10.tar.xz 4888372 BLAKE2B f2f5655de1add7d374341d0a47145f57dcf4f3fcfc0ff1d16d23edcfc8ed4b9e697fb5bb1556cd8949230ed6f39b43cb9e191bbd558c9d7a3f5a997e586cc50a SHA512 00f28f3a783b0ce957869302eb0574a35f149bab2176849b154eec30ccc35e93f905d00b1e8f33ce34d7cfccd97ef72ac77c374c10e9ce7ea5acf295a53461c5
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]
-}