mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
net-vpn/networkmanager-openvpn: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST NetworkManager-openvpn-1.10.0.tar.xz 698340 BLAKE2B 3061aa0525897fe1321ac2843f1dd07b34d6f322b32db9811cb66afd7784d5a50c877ce91d5620d80fa33a74832486426c742f186fb86626bda862c4513d830d SHA512 f7c3b44cf2b7651ac940d3d0547ca3a38d0af415cf580d9fde3780b2320ba022710c2cc1efeddcbc983a7d3e02ab869b36d44ca2ae05df3443f06471d405c679
|
||||
DIST NetworkManager-openvpn-1.10.2.tar.xz 701652 BLAKE2B c6cef27e57320dc68c168248981f54d2a8eb0a2b19524e11b2c25da04dc98f2a4e00e07b9b83d92d1654c26685d46d8f152c95462e4d73f853872fa3553735bb SHA512 469aa4eeab169ccabd04b18b425ab2f8ad095e19c80dfca528855e1c66314e3ac129145ce5e62f5ccbb7a01cd7ba7f657571c3f4ec57b15ecb95aeaa765f5c4a
|
||||
DIST NetworkManager-openvpn-1.8.18.tar.xz 592488 BLAKE2B 01880d834b8eee62d66a81652cc3a6904afc0ad926193b9f346298bfc66fb05922d49a19bfa2c788f76026df1a052e2c0727021ded22ba63545ab669a9250296 SHA512 4cdbd6e6fc6ae1849b45e18bbad29748ee7a538c753901f871de350f08d861acb24770ec74dfb288136b0307b36e6ca784f51f982ade26babaa60e4a1e2f31fd
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="NetworkManager OpenVPN plugin"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn https://gitlab.gnome.org/GNOME/NetworkManager-openvpn"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE="gtk test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.34:2
|
||||
dev-libs/libxml2:2
|
||||
>=net-misc/networkmanager-1.7.0:=
|
||||
>=net-vpn/openvpn-2.1
|
||||
gtk? (
|
||||
>=app-crypt/libsecret-0.18
|
||||
|
||||
>=net-libs/libnma-1.7.0
|
||||
>=x11-libs/gtk+-3.4:3
|
||||
|
||||
>=gui-libs/gtk-4.0:4
|
||||
>=net-libs/libnma-1.8.36
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-group/nm-openvpn
|
||||
acct-user/nm-openvpn
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.35
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
# --localstatedir=/var needed per bug #536248
|
||||
gnome2_src_configure \
|
||||
--localstatedir=/var \
|
||||
--disable-more-warnings \
|
||||
--disable-static \
|
||||
--with-dist-version=Gentoo \
|
||||
$(use_with gtk gnome) \
|
||||
$(use_with gtk gtk4) \
|
||||
--without-libnm-glib
|
||||
}
|
||||
Reference in New Issue
Block a user