net-wireless/eiwd: more USE flags

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
This commit is contained in:
Volkmar W. Pogatzki
2020-06-08 11:25:25 +02:00
parent de932a540b
commit 98d0e9252d
4 changed files with 29 additions and 5 deletions

View File

@@ -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[@]}"
}

View File

@@ -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[@]}"
}

View File

@@ -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[@]}"
}

View File

@@ -6,11 +6,23 @@
<remote-id type="github">dylanaraps/eiwd</remote-id>
</upstream>
<use>
<flag name="system-ell">
Use the system-wide <pkg>dev-libs/ell</pkg>instead of bundled.
<flag name='client'>
Enable iwctl client tool
</flag>
<flag name='monitor'>
Enable iwmon monitor tool
</flag>
<flag name='ofono'>
Enable support for oFono SIM authentication
</flag>
<flag name="resolvconf">
Use resolvconf to handle /etc/resolv.conf updates
</flag>
<flag name="system-ell">
Use the system-wide <pkg>dev-libs/ell</pkg>instead of bundled.
</flag>
<flag name='wired'>
Enable ethernet authentication daemon
</flag>
</use>
</pkgmetadata>