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 4005915800A for ; Wed, 16 Aug 2023 22:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F64D2BC045; Wed, 16 Aug 2023 22:32:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29F842BC045 for ; Wed, 16 Aug 2023 22:32:19 +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 72351340931 for ; Wed, 16 Aug 2023 22:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2E59FCB for ; Wed, 16 Aug 2023 22:32:14 +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: <1692225121.bcb7895235b09157912d66b8e3ee0db80df9722c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.2.ebuild X-VCS-Directories: net-vpn/networkmanager-openvpn/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bcb7895235b09157912d66b8e3ee0db80df9722c X-VCS-Branch: master Date: Wed, 16 Aug 2023 22:32:14 +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: 82e58866-d6f5-47ac-9ca8-cb1bf4712581 X-Archives-Hash: b9ace460b469ab6869fd4c141d798f0a commit: bcb7895235b09157912d66b8e3ee0db80df9722c Author: Matt Turner gentoo org> AuthorDate: Wed Aug 16 22:26:53 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 16 22:32:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb78952 net-vpn/networkmanager-openvpn: Drop old versions Signed-off-by: Matt Turner gentoo.org> .../networkmanager-openvpn-1.10.2.ebuild | 54 ---------------------- 1 file changed, 54 deletions(-) diff --git a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.2.ebuild b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.2.ebuild deleted file mode 100644 index c05945d34a29..000000000000 --- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.10.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -GNOME_ORG_MODULE="NetworkManager-${PN##*-}" - -inherit gnome2 - -DESCRIPTION="NetworkManager OpenVPN plugin" -HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="gtk test" -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-libs/glib-2.34:2 - >=net-misc/networkmanager-1.7.0 - >=net-vpn/openvpn-2.1 - gtk? ( - >=app-crypt/libsecret-0.18 - - >=net-libs/libnma-1.8.0 - >=x11-libs/gtk+-3.4:3 - - >=gui-libs/gtk-4.0:4 - >=net-libs/libnma-1.8.36 - ) -" - -RDEPEND=" - ${DEPEND} - acct-group/nm-openvpn - acct-user/nm-openvpn -" - -BDEPEND=" - >=sys-devel/gettext-0.19 - virtual/pkgconfig -" - -src_configure() { - # --localstatedir=/var needed per bug #536248 - gnome2_src_configure \ - --localstatedir=/var \ - --disable-more-warnings \ - --disable-static \ - --with-dist-version=Gentoo \ - $(use_with gtk gnome) \ - $(use_with gtk gtk4) -}