net-vpn/networkmanager-strongswan: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 26 Apr 2020 14:35:48 +0000 (17:35 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 26 Apr 2020 14:57:00 +0000 (17:57 +0300)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-vpn/networkmanager-strongswan/metadata.xml
net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.5-r1.ebuild [deleted file]

index c61eaedb88a038ed40a8e2192ab36a0fe9fbeadc..3e3880cf1051b6865a81d9f69852c5ba0bd25fd5 100644 (file)
@@ -5,7 +5,4 @@
                <email>conikost@gentoo.org</email>
                <name>Conrad Kostecki</name>
        </maintainer>
-       <use>
-               <flag name="glib">Enable libnm-glib compatibility.</flag>
-       </use>
 </pkgmetadata>
diff --git a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.5-r1.ebuild b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.5-r1.ebuild
deleted file mode 100644 (file)
index 9946b63..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="NetworkManager"
-MY_P="${P/networkmanager/${MY_PN}}"
-
-DESCRIPTION="NetworkManager StrongSwan plugin"
-HOMEPAGE="https://www.strongswan.org/"
-SRC_URI="https://download.strongswan.org/${MY_PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+glib"
-
-RDEPEND="
-       app-crypt/libsecret
-       gnome-extra/nm-applet
-       net-misc/networkmanager
-       net-vpn/strongswan[networkmanager]
-       x11-libs/gtk+:3
-       glib? ( gnome-extra/nm-applet[gtk]
-               <net-misc/networkmanager-1.19 )
-"
-
-DEPEND="
-       ${RDEPEND}
-       dev-util/intltool
-"
-
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       local myeconfargs=(
-               # Don't enable all warnings, as some are treated as errors and the compilation will fail
-               --disable-more-warnings
-               --disable-static
-               $(usex glib '' --without-libnm-glib)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}