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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BBEA1382C5 for ; Mon, 8 Jun 2020 09:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 972AAE0891; Mon, 8 Jun 2020 09:26:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68168E0891 for ; Mon, 8 Jun 2020 09:26:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 022A834DCA4 for ; Mon, 8 Jun 2020 09:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A72051F9 for ; Mon, 8 Jun 2020 09:26:18 +0000 (UTC) From: "Volkmar W. Pogatzki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Volkmar W. Pogatzki" Message-ID: <1591608325.98d0e9252dc7558c4b62ac0141f842e66ec04a16.VolkmarPogatzki@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/eiwd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/eiwd/eiwd-1.6.1.ebuild net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild net-wireless/eiwd/eiwd-9999.ebuild net-wireless/eiwd/metadata.xml X-VCS-Directories: net-wireless/eiwd/ X-VCS-Committer: VolkmarPogatzki X-VCS-Committer-Name: Volkmar W. Pogatzki X-VCS-Revision: 98d0e9252dc7558c4b62ac0141f842e66ec04a16 X-VCS-Branch: dev Date: Mon, 8 Jun 2020 09:26:18 +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: 7e11113f-79d2-4ac6-aeba-ea399ad226a4 X-Archives-Hash: 8a60f144abd51615d556b8c4c295da12 commit: 98d0e9252dc7558c4b62ac0141f842e66ec04a16 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jun 8 09:25:25 2020 +0000 Commit: Volkmar W. Pogatzki pogatzki net> CommitDate: Mon Jun 8 09:25:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98d0e925 net-wireless/eiwd: more USE flags Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> net-wireless/eiwd/eiwd-1.6.1.ebuild | 6 +++++- net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild | 6 +++++- net-wireless/eiwd/eiwd-9999.ebuild | 6 +++++- net-wireless/eiwd/metadata.xml | 16 ++++++++++++++-- 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/net-wireless/eiwd/eiwd-1.6.1.ebuild b/net-wireless/eiwd/eiwd-1.6.1.ebuild index 89de5dd..cf05d7d 100644 --- a/net-wireless/eiwd/eiwd-1.6.1.ebuild +++ b/net-wireless/eiwd/eiwd-1.6.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/dylanaraps/eiwd/releases/download/${MY_PV}/${MY_P}.t LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+resolvconf +system-ell" +IUSE="+client +monitor ofono +resolvconf +system-ell wired" DEPEND="system-ell? ( >=dev-libs/ell-0.31 )" RDEPEND="${DEPEND} @@ -31,7 +31,11 @@ src_configure() { local myeconfargs=( --sysconfdir="${EPREFIX}"/etc/iwd --localstatedir="${EPREFIX}"/var --disable-dbus + $(use_enable client) + $(use_enable monitor) + $(use_enable ofono) $(use_enable system-ell external-ell) + $(use_enable wired) ) econf "${myeconfargs[@]}" } diff --git a/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild b/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild index d349a96..a70d3ef 100644 --- a/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild +++ b/net-wireless/eiwd/eiwd-1.7_pre20200416.ebuild @@ -17,7 +17,7 @@ EGIT_COMMIT="7b5545a" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="+resolvconf +system-ell" +IUSE="+client +monitor ofono +resolvconf +system-ell wired" DEPEND="system-ell? ( >=dev-libs/ell-0.31 )" RDEPEND="${DEPEND} @@ -42,7 +42,11 @@ src_configure() { local myeconfargs=( --sysconfdir="${EPREFIX}"/etc/iwd --localstatedir="${EPREFIX}"/var --disable-dbus + $(use_enable client) + $(use_enable monitor) + $(use_enable ofono) $(use_enable system-ell external-ell) + $(use_enable wired) ) econf "${myeconfargs[@]}" } diff --git a/net-wireless/eiwd/eiwd-9999.ebuild b/net-wireless/eiwd/eiwd-9999.ebuild index af4ac27..6f3e886 100644 --- a/net-wireless/eiwd/eiwd-9999.ebuild +++ b/net-wireless/eiwd/eiwd-9999.ebuild @@ -16,7 +16,7 @@ EGIT_COMMIT="7b5545a" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="+resolvconf +system-ell" +IUSE="+client +monitor ofono +resolvconf +system-ell wired" DEPEND="system-ell? ( >=dev-libs/ell-0.31 )" RDEPEND="${DEPEND} @@ -37,7 +37,11 @@ src_configure() { local myeconfargs=( --sysconfdir="${EPREFIX}"/etc/iwd --localstatedir="${EPREFIX}"/var --disable-dbus + $(use_enable client) + $(use_enable monitor) + $(use_enable ofono) $(use_enable system-ell external-ell) + $(use_enable wired) ) econf "${myeconfargs[@]}" } diff --git a/net-wireless/eiwd/metadata.xml b/net-wireless/eiwd/metadata.xml index 31efe3f..9fb3446 100644 --- a/net-wireless/eiwd/metadata.xml +++ b/net-wireless/eiwd/metadata.xml @@ -6,11 +6,23 @@ dylanaraps/eiwd - - Use the system-wide dev-libs/ellinstead of bundled. + + Enable iwctl client tool + + + Enable iwmon monitor tool + + + Enable support for oFono SIM authentication Use resolvconf to handle /etc/resolv.conf updates + + Use the system-wide dev-libs/ellinstead of bundled. + + + Enable ethernet authentication daemon +