mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-vpn/networkmanager-fortisslvpn: drop 1.3.90, 1.4.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST NetworkManager-fortisslvpn-1.3.90.tar.xz 375416 BLAKE2B d2e07a2f79685cb600b6c0abca52a54911ff41534c152e9c5befe25d436757ba517d84cc474ff5c200ae62ca019296871fc29dc8342788295b3e59be55fa8198 SHA512 98b3e524cbb33c8dcdb325b10d227f88534948d98ca8009f770e48b87d42637762ba5343f081ac583b77c3387cb47f2660be0f60430ede237f812a2af8d9a7aa
|
||||
DIST NetworkManager-fortisslvpn-1.4.0.tar.xz 381964 BLAKE2B 11cbcd0077a6636feaf04fc191bb78b269f1fcb13ae5ebc3f2d1fe239570e9955406b5f2ff76f6ea0f297e3425e6dac816a0a79f2c2a0723bae51e9fe42fa34d SHA512 94e96f204262825f3d525c96b5f135b31d9a3bb382bd2baf3fafdceb08768321331d4bd4f6af8879a8818e3bad854cdf057c9915e0ac9aee09d17e83b9d12d54
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
GNOME2_EAUTORECONF="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="NetworkManager Fortinet SSLVPN compatible plugin"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="gtk"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=net-misc/networkmanager-1.2:=
|
||||
gtk? (
|
||||
>=app-crypt/libsecret-0.18
|
||||
media-libs/harfbuzz
|
||||
>=net-libs/libnma-1.2.0
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
>=x11-libs/gtk+-3.4:3
|
||||
x11-libs/pango
|
||||
)
|
||||
"
|
||||
RDEPEND="${RDEPEND}
|
||||
net-dialup/ppp
|
||||
>=net-vpn/openfortivpn-1.2.0"
|
||||
BDEPEND=">=dev-util/gdbus-codegen-2.80.5-r1
|
||||
>=sys-devel/gettext-0.19
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Fix deprecated location, #709450
|
||||
sed -i 's|/appdata|/metainfo|g' Makefile.{in,am} || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-static \
|
||||
--with-dist-version=Gentoo \
|
||||
--localstatedir=/var \
|
||||
$(use_with gtk gnome) \
|
||||
--without-libnm-glib
|
||||
}
|
||||
@@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
GNOME2_EAUTORECONF="yes"
|
||||
|
||||
inherit gnome2
|
||||
|
||||
DESCRIPTION="NetworkManager Fortinet SSLVPN compatible plugin"
|
||||
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="gtk"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=net-misc/networkmanager-1.2:=
|
||||
gtk? (
|
||||
>=app-crypt/libsecret-0.18
|
||||
gui-libs/gtk:4
|
||||
media-libs/harfbuzz
|
||||
>=net-libs/libnma-1.2.0
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/pango
|
||||
)
|
||||
"
|
||||
RDEPEND="${RDEPEND}
|
||||
net-dialup/ppp
|
||||
>=net-vpn/openfortivpn-1.2.0"
|
||||
BDEPEND=">=dev-util/gdbus-codegen-2.80.5-r1
|
||||
>=sys-devel/gettext-0.19
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Fix deprecated location, #709450
|
||||
sed -i 's|/appdata|/metainfo|g' Makefile.{in,am} || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CONFIG_SHELL="${BROOT}"/bin/bash gnome2_src_configure \
|
||||
--disable-static \
|
||||
--with-dist-version=Gentoo \
|
||||
--localstatedir=/var \
|
||||
$(use_with gtk gnome) \
|
||||
$(use_with gtk gtk4) \
|
||||
--without-libnm-glib
|
||||
}
|
||||
Reference in New Issue
Block a user