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 106CD158020 for ; Sun, 4 Dec 2022 14:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D82E084A; Sun, 4 Dec 2022 14:50:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C3378E084A for ; Sun, 4 Dec 2022 14:50:54 +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 C8D0D34130B for ; Sun, 4 Dec 2022 14:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BCCB7CE for ; Sun, 4 Dec 2022 14:50:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1670165362.3d2b088e2d091a5a1caf16cca5bd7a0d45d09961.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnma/libnma-1.10.4-r1.ebuild X-VCS-Directories: net-libs/libnma/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3d2b088e2d091a5a1caf16cca5bd7a0d45d09961 X-VCS-Branch: master Date: Sun, 4 Dec 2022 14:50:50 +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: 95bf7106-2a3f-488c-94cb-c86b0160aa3d X-Archives-Hash: 707ab55cf8ab93d71065223766792b79 commit: 3d2b088e2d091a5a1caf16cca5bd7a0d45d09961 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 4 14:35:31 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 4 14:49:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2b088e net-libs/libnma: Fix crash when trying to configure EAP using profiles Closes: https://bugs.gentoo.org/882419 Signed-off-by: Pacho Ramos gentoo.org> net-libs/libnma/libnma-1.10.4-r1.ebuild | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/net-libs/libnma/libnma-1.10.4-r1.ebuild b/net-libs/libnma/libnma-1.10.4-r1.ebuild new file mode 100644 index 000000000000..965eae62dbe5 --- /dev/null +++ b/net-libs/libnma/libnma-1.10.4-r1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson xdg vala + +DESCRIPTION="NetworkManager GUI library" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +# pkcs11 default enabled as it's a small dep often already present by libnma users, and it was default enabled as IUSE=+gcr in nm-applet before +IUSE="gtk-doc +introspection +pkcs11 vala" +REQUIRED_USE="vala? ( introspection )" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +DEPEND=" + >=gui-libs/gtk-4.0:4 + app-text/iso-codes + net-misc/mobile-broadband-provider-info + >=dev-libs/glib-2.38:2 + >=x11-libs/gtk+-3.12:3[introspection?] + >=net-misc/networkmanager-1.7[introspection?] + pkcs11? ( >=app-crypt/gcr-4.0.0:4 ) + introspection? ( >=dev-libs/gobject-introspection-1.56:= ) +" +RDEPEND="${DEPEND} + !