From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-strongswan/
Date: Sat, 08 Mar 2025 23:21:28 +0000 (UTC) [thread overview]
Message-ID: <1741476063.297697a2f972eb937a367a463c3b603b36b4cb9f.conikost@gentoo> (raw)
commit: 297697a2f972eb937a367a463c3b603b36b4cb9f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 23:06:17 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 23:21:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297697a2
net-vpn/networkmanager-strongswan: add 1.6.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-vpn/networkmanager-strongswan/Manifest | 1 +
.../networkmanager-strongswan-1.6.1.ebuild | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/net-vpn/networkmanager-strongswan/Manifest b/net-vpn/networkmanager-strongswan/Manifest
index fdec9837b72b..449f3a963f8c 100644
--- a/net-vpn/networkmanager-strongswan/Manifest
+++ b/net-vpn/networkmanager-strongswan/Manifest
@@ -1 +1,2 @@
DIST NetworkManager-strongswan-1.6.0.tar.bz2 302787 BLAKE2B 2c54f9f13ab61d4a265dd6639cba93089a211f0b75cb976f638a4f5a6565b1386b273a9e80fca90c6581706592e3c396790143e910d2ecac574380eed278b325 SHA512 ecfae6c100f9344d07a9d67f01894edbd509178698ad3bce6f8c1ccdd53e08baca4e95c10f7f72991b163042f9cc19d876bcf71ab8b2efb10a25c5e00fe03572
+DIST NetworkManager-strongswan-1.6.1.tar.bz2 345825 BLAKE2B f32596ba2cafb6e4abec22e56be7aaefd3adac4b155259107fa6317c1b9e5f1b5d72fe5c9a6e1b922ffd76cfe9d69a27cf9fda63ceca0c5403ffd51c7e9ac883 SHA512 eec4251e8d90f5689f95693402c5bb68bf8c350238a236c2e9134f4fcadee2e7010b097a87eade4d833b1ecacfed2030293c5a6d0c79b6bde363d9c94100afc7
diff --git a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.6.1.ebuild b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.6.1.ebuild
new file mode 100644
index 000000000000..17e43a1ea2bd
--- /dev/null
+++ b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.6.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="gtk4"
+
+RDEPEND="
+ app-crypt/libsecret
+ >=net-libs/libnma-1.1.0
+ net-misc/networkmanager
+ >=net-vpn/strongswan-5.8.3[networkmanager]
+ !gtk4? ( x11-libs/gtk+:3 )
+ gtk4? (
+ net-libs/libnma
+ gui-libs/gtk:4
+ )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+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
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+
+ find "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-03-08 23:21 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-08 23:21 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-29 19:57 [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-strongswan/ Conrad Kostecki
2025-06-29 19:57 Conrad Kostecki
2025-06-29 19:57 Conrad Kostecki
2025-03-28 20:48 Conrad Kostecki
2023-09-13 2:15 Sam James
2022-12-06 9:11 Sam James
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-05-22 23:15 Conrad Kostecki
2020-09-02 12:39 Conrad Kostecki
2020-09-01 20:47 Sam James
2020-08-30 1:32 Thomas Deutschmann
2020-05-19 21:35 Conrad Kostecki
2020-04-26 14:57 Mart Raudsepp
2020-04-26 14:16 Agostino Sarubbo
2020-04-22 14:16 Mikle Kolyada
2020-04-19 18:15 Mart Raudsepp
2020-04-19 18:15 Mart Raudsepp
2020-03-12 22:48 Conrad Kostecki
2020-02-12 18:34 Conrad Kostecki
2020-02-12 15:10 Agostino Sarubbo
2019-12-16 9:45 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-09-24 13:11 Joonas Niilola
2019-04-13 19:10 Agostino Sarubbo
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=1741476063.297697a2f972eb937a367a463c3b603b36b4cb9f.conikost@gentoo \
--to=conikost@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