From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51597158062 for ; Sun, 12 Mar 2023 02:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70623E0817; Sun, 12 Mar 2023 02:01:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D335E0817 for ; Sun, 12 Mar 2023 02:01:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75AA7340E1E for ; Sun, 12 Mar 2023 02:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40E5D8DD for ; Sun, 12 Mar 2023 02:01:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1678586463.81439d551b9d15a3f969f2f84ad0e9a2348029d9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-pptp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/networkmanager-pptp/Manifest net-vpn/networkmanager-pptp/networkmanager-pptp-1.2.12.ebuild X-VCS-Directories: net-vpn/networkmanager-pptp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 81439d551b9d15a3f969f2f84ad0e9a2348029d9 X-VCS-Branch: master Date: Sun, 12 Mar 2023 02:01:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f54980a7-8571-4b2b-aa07-7643ef5a2be0 X-Archives-Hash: c275846cfdc475c45f9be3ddc8948295 commit: 81439d551b9d15a3f969f2f84ad0e9a2348029d9 Author: Guillermo Joandet gmail com> AuthorDate: Sat Mar 11 22:52:31 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 12 02:01:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81439d55 net-vpn/networkmanager-pptp: Version bump to 1.2.12 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30063 Signed-off-by: Matt Turner gentoo.org> net-vpn/networkmanager-pptp/Manifest | 1 + .../networkmanager-pptp-1.2.12.ebuild | 56 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/net-vpn/networkmanager-pptp/Manifest b/net-vpn/networkmanager-pptp/Manifest index 063d99d30541..4edb6e05169f 100644 --- a/net-vpn/networkmanager-pptp/Manifest +++ b/net-vpn/networkmanager-pptp/Manifest @@ -1 +1,2 @@ DIST NetworkManager-pptp-1.2.10.tar.xz 400760 BLAKE2B 47fe1da3f173f91a7b4b0993e59feb20db10707c119e4270b51730b9e171431025d428f5dd76db66eee0df76f4509d2cd3b44d69af3c8b89a4d07e02ef028410 SHA512 712f6f79642d82b729eaf6a6d03ea62c0c09e0b151af01f02dfca1dfa142aadefd84ab16bb04424e85698ed69f1674520a50620dbf9e49f52e67822b476db9a3 +DIST NetworkManager-pptp-1.2.12.tar.xz 452116 BLAKE2B b2453c154ab6d9a027e2585b8439d99e12ea1e0066a59cab257e6c771c96448484e1922fafa6d6a5db0833660ee69cea9bfe632c53c59cb63e7b745669e0c79f SHA512 da6619ba637dd38dda6584c2bd0ed03763ceedcc573f5730517a2c1013a2e0a83d743c1ad332cd42fe658b6bcd601bd4c3bed2d54d5a64bebb16528d73a3f00b diff --git a/net-vpn/networkmanager-pptp/networkmanager-pptp-1.2.12.ebuild b/net-vpn/networkmanager-pptp/networkmanager-pptp-1.2.12.ebuild new file mode 100644 index 000000000000..415ed210e03b --- /dev/null +++ b/net-vpn/networkmanager-pptp/networkmanager-pptp-1.2.12.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GNOME_ORG_MODULE="NetworkManager-${PN##*-}" + +inherit gnome2 + +DESCRIPTION="NetworkManager PPTP VPN plugin" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/VPN" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk" + +RDEPEND=" + >=net-misc/networkmanager-1.2.0:= + >=dev-libs/dbus-glib-0.74 + >=dev-libs/glib-2.34:2 + net-dialup/ppp:= + net-dialup/pptpclient + gtk? ( + >=x11-libs/gtk+-3.4:3 + + >=app-crypt/libsecret-0.18 + + >=gui-libs/gtk-4.0:4 + >=net-libs/libnma-1.8.36 + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-libs/glib + dev-util/gdbus-codegen + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf + # Same hack as net-dialup/pptpd to get proper plugin dir for ppp, bug #519986 + local PPPD_VER=`best_version net-dialup/ppp` + PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR} + PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision + myconf="${myconf} --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}" + + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --with-dist-version=Gentoo \ + $(use_with gtk gnome) \ + $(use_with gtk gtk4) \ + ${myconf} +}