Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-openvpn/
Date: Tue, 03 Jan 2023 14:08:22
Message-Id: 1672754873.25d62862cd0229e61576290407800fddd2fe3b10.mattst88@gentoo
1 commit: 25d62862cd0229e61576290407800fddd2fe3b10
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 03:59:18 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 14:07:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d62862
7
8 net-vpn/networkmanager-openvpn: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-vpn/networkmanager-openvpn/Manifest | 1 -
13 .../networkmanager-openvpn-1.10.0.ebuild | 55 ----------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/net-vpn/networkmanager-openvpn/Manifest b/net-vpn/networkmanager-openvpn/Manifest
17 index c1802f077e34..38f65abb6cb7 100644
18 --- a/net-vpn/networkmanager-openvpn/Manifest
19 +++ b/net-vpn/networkmanager-openvpn/Manifest
20 @@ -1,2 +1 @@
21 -DIST NetworkManager-openvpn-1.10.0.tar.xz 698340 BLAKE2B 3061aa0525897fe1321ac2843f1dd07b34d6f322b32db9811cb66afd7784d5a50c877ce91d5620d80fa33a74832486426c742f186fb86626bda862c4513d830d SHA512 f7c3b44cf2b7651ac940d3d0547ca3a38d0af415cf580d9fde3780b2320ba022710c2cc1efeddcbc983a7d3e02ab869b36d44ca2ae05df3443f06471d405c679
22 DIST NetworkManager-openvpn-1.10.2.tar.xz 701652 BLAKE2B c6cef27e57320dc68c168248981f54d2a8eb0a2b19524e11b2c25da04dc98f2a4e00e07b9b83d92d1654c26685d46d8f152c95462e4d73f853872fa3553735bb SHA512 469aa4eeab169ccabd04b18b425ab2f8ad095e19c80dfca528855e1c66314e3ac129145ce5e62f5ccbb7a01cd7ba7f657571c3f4ec57b15ecb95aeaa765f5c4a
23
24 diff --git a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild
25 deleted file mode 100644
26 index f017262cfa07..000000000000
27 --- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.0.ebuild
28 +++ /dev/null
29 @@ -1,55 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="NetworkManager OpenVPN plugin"
40 -HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn https://gitlab.gnome.org/GNOME/NetworkManager-openvpn"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 x86"
45 -IUSE="gtk test"
46 -RESTRICT="!test? ( test )"
47 -
48 -DEPEND="
49 - >=dev-libs/glib-2.34:2
50 - dev-libs/libxml2:2
51 - >=net-misc/networkmanager-1.7.0:=
52 - >=net-vpn/openvpn-2.1
53 - gtk? (
54 - >=app-crypt/libsecret-0.18
55 -
56 - >=net-libs/libnma-1.8.0
57 - >=x11-libs/gtk+-3.4:3
58 -
59 - >=gui-libs/gtk-4.0:4
60 - >=net-libs/libnma-1.8.36
61 - )
62 -"
63 -
64 -RDEPEND="
65 - ${DEPEND}
66 - acct-group/nm-openvpn
67 - acct-user/nm-openvpn
68 -"
69 -
70 -BDEPEND="
71 - >=sys-devel/gettext-0.19
72 - virtual/pkgconfig
73 -"
74 -
75 -src_configure() {
76 - # --localstatedir=/var needed per bug #536248
77 - gnome2_src_configure \
78 - --localstatedir=/var \
79 - --disable-more-warnings \
80 - --disable-static \
81 - --with-dist-version=Gentoo \
82 - $(use_with gtk gnome) \
83 - $(use_with gtk gtk4)
84 -}