From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-libreswan/
Date: Tue, 22 Oct 2024 15:55:14 +0000 (UTC) [thread overview]
Message-ID: <1729612505.3d0e0c82f764791bc4ef039544dbf990982afb0e.graaff@gentoo> (raw)
commit: 3d0e0c82f764791bc4ef039544dbf990982afb0e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 15:54:32 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 15:55:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e0c82
net-vpn/networkmanager-libreswan: add 1.2.24
Closes: https://bugs.gentoo.org/941442
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
net-vpn/networkmanager-libreswan/Manifest | 1 +
.../networkmanager-libreswan-1.2.24.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/net-vpn/networkmanager-libreswan/Manifest b/net-vpn/networkmanager-libreswan/Manifest
index 717b29d508bb..9f084966cb7a 100644
--- a/net-vpn/networkmanager-libreswan/Manifest
+++ b/net-vpn/networkmanager-libreswan/Manifest
@@ -1,2 +1,3 @@
DIST NetworkManager-libreswan-1.2.16.tar.xz 406668 BLAKE2B 58008ed6b6e45a0cb26ec7cd59180f5be99bfd6959fb9cbcdf3dd62139e3fbe785fccb3fdcbe9f1d1387700b97ae539020d5036804c99d6bd95dd6fd22c625e0 SHA512 1e775a525df5ae6dafa2ccc04af345e5cc04d74ea9f532614f4fd2b388c1016940a1db8347ac670fe396f075b5c9234afea59e777ecbd6ce647db9f3247cd7ad
DIST NetworkManager-libreswan-1.2.22.tar.xz 426628 BLAKE2B 7f4709d5ee2d44a491a5b53a441a2f8e64e7f41c8635fdc3f19cbe4af5201f073ef816e7bc8fa27aba6cb80468660a294f0d464062e88ef9e7dcc9985b8091e0 SHA512 80885a276344ab512fb7b3d4b9932525787006781f3c8e0ab93343b78172f1d971c7753df53f21db8f45ea873469d80fc1e12f8d56d6e05d31a536069ff46e16
+DIST NetworkManager-libreswan-1.2.24.tar.xz 432692 BLAKE2B c0f4777c0fbfae58fda3d43321375d76eaa2a56cb63262535f98969f69c1be6456c6fbad5db07346018eeccc0d4364945eb8a19861b809643071aa9f34cfeeaf SHA512 8b7c8d7736b3ffcb27d6e28c9073f0cad5098decc41342643dd7392c361a7d2664bdac17ca895b14c9b224d330637d4f5d095f242b06e3d312b00803993c6e5c
diff --git a/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.24.ebuild b/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.24.ebuild
new file mode 100644
index 000000000000..a0d7b2c0d812
--- /dev/null
+++ b/net-vpn/networkmanager-libreswan/networkmanager-libreswan-1.2.24.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
+
+inherit gnome2
+
+DESCRIPTION="NetworkManager libreswan plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/VPN"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=dev-libs/libnl-3.2.8:3
+ >=net-misc/networkmanager-1.2.0:=
+ net-vpn/libreswan
+ gtk? (
+ app-crypt/libsecret
+
+ >=x11-libs/gtk+-3.4:3
+
+ >=gui-libs/gtk-4.0:4
+ >=gnome-extra/nm-applet-1.2.0
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/gettext
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local myconf=(
+ --disable-more-warnings
+ --disable-static
+ --with-dist-version=Gentoo
+ $(use_with gtk gnome)
+ $(use_with gtk gtk4)
+ )
+ gnome2_src_configure "${myconf[@]}"
+}
next reply other threads:[~2024-10-22 15:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 15:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 19:00 [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-libreswan/ Hans de Graaff
2024-10-12 6:31 Hans de Graaff
2024-10-12 6:31 Hans de Graaff
2022-04-08 21:21 Matt Turner
2022-04-08 21:21 Matt Turner
2021-04-27 20:45 Sam James
2021-04-27 19:38 Sam James
2021-02-06 9:59 Mart Raudsepp
2019-11-30 13:25 Mart Raudsepp
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 0:58 Thomas Deutschmann
2019-08-01 11:23 Mart Raudsepp
2019-07-28 17:41 Mart Raudsepp
2019-04-24 21:33 Thomas Deutschmann
2019-04-23 19:23 Mikle Kolyada
2019-03-22 13:29 Mart Raudsepp
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=1729612505.3d0e0c82f764791bc4ef039544dbf990982afb0e.graaff@gentoo \
--to=graaff@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