mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -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 @@
|
||||
DIST NetworkManager-openvpn-1.8.12.tar.xz 597216 BLAKE2B 55ccb3139b1be9d1894d3651d60ce0f2167a24efbb24a9870eb4bb683a91603ae5f5149ed9aca8307cf608140c075a7b19bdfef68b1dbfe0729c117f084bb904 SHA512 1b8adf926426f866f7509a07c24203d6b584627aba4f8e2b1b00fa897bf0d7155009d566c3440565d1ee0e938694dd8d6746f37f62d493864d16eae007590b22
|
||||
DIST NetworkManager-openvpn-1.8.14.tar.xz 611084 BLAKE2B c986f85a6af93b88bc73a0e111cf712948e1434aff35b1df5c86a7afa6092acfc637e0e9031f170107c2856cf4f907bcc36543769ee531a1407bef69a9fbd0a3 SHA512 6775be9667c722cb2eec23354b950ff29b739119615a3f8c9730ad597427def716e9911a4232d014df78e88f5e4968f359e0aecacd81183db65586e2bc6ca0e7
|
||||
DIST NetworkManager-openvpn-1.8.16.tar.xz 613848 BLAKE2B 17d01a83181eef42b30181bfc54c45dbedf6275c0112d5d24b5873e82cb41727d1ea79486b690f62229a59559e568d7d9186bd85c743b0f5b118445a35d6b595 SHA512 970b8a5aa6cbe29bab8c079657921f836d8b12234eaf378e6ead9ededee80b1ee97f315ef1037de49699e3cf9498cc667b60812892b857fbce2782a774d8caaf
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="NetworkManager OpenVPN plugin"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE="gtk test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.32: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
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-group/nm-openvpn
|
||||
acct-user/nm-openvpn
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.35
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Test will fail if the machine doesn't have a particular locale installed
|
||||
# FAIL: (tls-import-data) unexpected 'ca' secret value, upstream bug #742708
|
||||
sed '/test_non_utf8_import (plugin, test_dir)/ d' \
|
||||
-i properties/tests/test-import-export.c || die "sed failed"
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
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) \
|
||||
--without-libnm-glib
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="NetworkManager OpenVPN plugin"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 x86"
|
||||
IUSE="gtk test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.32: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
|
||||
)
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
acct-group/nm-openvpn
|
||||
acct-user/nm-openvpn
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.35
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Test will fail if the machine doesn't have a particular locale installed
|
||||
# FAIL: (tls-import-data) unexpected 'ca' secret value, upstream bug #742708
|
||||
sed '/test_non_utf8_import (plugin, test_dir)/ d' \
|
||||
-i properties/tests/test-import-export.c || die "sed failed"
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
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) \
|
||||
--without-libnm-glib
|
||||
}
|
||||
Reference in New Issue
Block a user