From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-fortisslvpn/
Date: Tue, 3 Aug 2021 07:09:56 +0000 (UTC) [thread overview]
Message-ID: <1627974589.957c34e186c6c981210728715adf9891a9873813.juippis@gentoo> (raw)
commit: 957c34e186c6c981210728715adf9891a9873813
Author: Alessandro Calori <4807085+axelgenus <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Jun 19 08:52:52 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 07:09:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957c34e1
net-vpn/networkmanager-fortisslvpn: bumped to version 1.3.90
Signed-off-by: Alessandro Calorì <alessandro.calori <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/21371
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-vpn/networkmanager-fortisslvpn/Manifest | 1 +
.../networkmanager-fortisslvpn-1.3.90.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/net-vpn/networkmanager-fortisslvpn/Manifest b/net-vpn/networkmanager-fortisslvpn/Manifest
index 85302a12bd5..3c8331f41f6 100644
--- a/net-vpn/networkmanager-fortisslvpn/Manifest
+++ b/net-vpn/networkmanager-fortisslvpn/Manifest
@@ -1,2 +1,3 @@
DIST NetworkManager-fortisslvpn-1.2.10.tar.xz 366700 BLAKE2B 5160d5947fe391b53a0293db4727baa0e6c453da0985abb999503a8f4c67a03c3159652c216e9982414d5db718af6c8a2aa6ac00aa627801949d4f96403f0ade SHA512 8b4d100403f3bdd557394a6cadd94e24afffd97a584f8c58cb4008be2834bd8c12c3f293c03c0f111ede54fe18058e3ef41218fd33d2dd564147f255d76e4252
DIST NetworkManager-fortisslvpn-1.2.8.tar.xz 325100 BLAKE2B 9449bbec99ee50c2c0b9cc1a74d8714e71995c17d2c1fa206134b71a1ea448be8fd86711ce0743f38e86ccd330eb7bc7e4cb57c2093001ac1b301b00e5c8f25e SHA512 5a602b872b1efbd8d9ed2f32d05ec8560f0a923dfdf58e7a775010ee2182790b8cbe7c2a6c8d1198eba47c66fddecf178e1c454d1ac74c10a63c75c603eeafc8
+DIST NetworkManager-fortisslvpn-1.3.90.tar.xz 375416 BLAKE2B d2e07a2f79685cb600b6c0abca52a54911ff41534c152e9c5befe25d436757ba517d84cc474ff5c200ae62ca019296871fc29dc8342788295b3e59be55fa8198 SHA512 98b3e524cbb33c8dcdb325b10d227f88534948d98ca8009f770e48b87d42637762ba5343f081ac583b77c3387cb47f2660be0f60430ede237f812a2af8d9a7aa
diff --git a/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.3.90.ebuild b/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.3.90.ebuild
new file mode 100644
index 00000000000..986464f7b32
--- /dev/null
+++ b/net-vpn/networkmanager-fortisslvpn/networkmanager-fortisslvpn-1.3.90.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 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"
+
+RDEPEND="
+ >=net-misc/networkmanager-1.2:=
+ >=dev-libs/glib-2.32:2
+ net-dialup/ppp:=
+ >=net-vpn/openfortivpn-1.2.0
+ gtk? (
+ >=app-crypt/libsecret-0.18
+ >=net-libs/libnma-1.2.0
+ >=x11-libs/gtk+-3.4:3
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/gdbus-codegen
+ >=sys-devel/gettext-0.19
+ virtual/pkgconfig"
+
+src_prepare() {
+ sed -i 's/\/appdata/\/metainfo/g' Makefile.am
+
+ eapply_user
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --with-dist-version=Gentoo \
+ --localstatedir=/var \
+ $(use_with gtk gnome) \
+ --without-libnm-glib
+}
next reply other threads:[~2021-08-03 7:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-03 7:09 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-28 7:11 [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-fortisslvpn/ Joonas Niilola
2023-05-12 15:36 Joonas Niilola
2023-04-23 4:46 Sam James
2022-11-08 23:16 Sam James
2022-11-08 8:30 Sam James
2022-08-30 13:23 Andreas Sturmlechner
2021-10-20 0:21 Sam James
2021-08-03 7:09 Joonas Niilola
2020-06-07 20:28 Mart Raudsepp
2020-04-20 19:57 Mart Raudsepp
2020-04-19 18:15 Mart Raudsepp
2020-04-19 18:15 Mart Raudsepp
2020-03-13 8:40 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1627974589.957c34e186c6c981210728715adf9891a9873813.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox