Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-strongswan/
Date: Wed, 12 Feb 2020 18:34:07
Message-Id: 1581532413.9bc88fe74513d8cae9a58e2f2d50ae196292179e.conikost@gentoo
1 commit: 9bc88fe74513d8cae9a58e2f2d50ae196292179e
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 18:33:33 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:33:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc88fe7
7
8 net-vpn/networkmanager-strongswan: drop old version
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-vpn/networkmanager-strongswan/Manifest | 1 -
14 .../networkmanager-strongswan-1.4.4-r1.ebuild | 50 ----------------------
15 2 files changed, 51 deletions(-)
16
17 diff --git a/net-vpn/networkmanager-strongswan/Manifest b/net-vpn/networkmanager-strongswan/Manifest
18 index 737051011c4..a3b829ecb52 100644
19 --- a/net-vpn/networkmanager-strongswan/Manifest
20 +++ b/net-vpn/networkmanager-strongswan/Manifest
21 @@ -1,2 +1 @@
22 -DIST NetworkManager-strongswan-1.4.4.tar.bz2 305677 BLAKE2B 24d99cd3f3844b6ffd47d076153ff8f80a92e575ca7f8da01141be2a48c39a759ee60e17ccdd4928e3c625fa9caae39d8f3cf2c76481adbcdda91fd00ee9e8a2 SHA512 e3e2dd9f5b961255f897ca1912f9deb34ac62628ff40289ff0f8f3900746482f2f32d390c64b88c10f10b8a99388e27099abedb7157d77c173524dc763a32155
23 DIST NetworkManager-strongswan-1.4.5.tar.bz2 306689 BLAKE2B c00a45eede846b927ea63c97d8fec75ceae296fe0f32aa61c87438adbb4bb0108c61c5b6e056dc8973f8bab6a51f8c63443695816a03b9c360565cb880b2d6f5 SHA512 b1c8958ec40065ec251f625ac69707d3e86e2d3b0466bd33a23edbdabefa952582ee066fc7e61bfd5921ed8340a7233353a219cff50fdc279a67c8269920cb86
24
25 diff --git a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.4-r1.ebuild b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.4-r1.ebuild
26 deleted file mode 100644
27 index 931f582aa93..00000000000
28 --- a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.4.4-r1.ebuild
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -MY_PN="NetworkManager"
37 -MY_P="${P/networkmanager/${MY_PN}}"
38 -
39 -DESCRIPTION="NetworkManager StrongSwan plugin"
40 -HOMEPAGE="https://www.strongswan.org/"
41 -SRC_URI="https://download.strongswan.org/${MY_PN}/${MY_P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="+glib"
47 -
48 -RDEPEND="
49 - app-crypt/libsecret
50 - gnome-extra/nm-applet
51 - net-misc/networkmanager
52 - net-vpn/strongswan[networkmanager]
53 - x11-libs/gtk+:3
54 -"
55 -
56 -DEPEND="
57 - ${RDEPEND}
58 - dev-util/intltool
59 -"
60 -
61 -BDEPEND="virtual/pkgconfig"
62 -
63 -S="${WORKDIR}/${MY_P}"
64 -
65 -src_configure() {
66 - local myeconfargs=(
67 - # Don't enable all warnings, as some are treated as errors and the compilation will fail
68 - --disable-more-warnings
69 - --disable-static
70 - $(usex glib '' --without-libnm-glib)
71 - )
72 -
73 - econf "${myeconfargs[@]}"
74 -}
75 -
76 -src_install() {
77 - default
78 -
79 - find "${D}" -name '*.la' -delete || die
80 -}