Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-06-08 10:05:08 +00:00
6 changed files with 30 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
DIST NotEnoughProduction-0.0.3.zip 12160202 BLAKE2B 664627887f6a7188f821085e65f8e62ea8457ecded96efc79675826501fde998d669180fc38c34736da47df6071b2b901ad18e88928c33f77f79b772e59cf74a SHA512 f7500a97b2ef02867048feca89a5b1f449eb62ae742538b9e197f9db6a4663e9c9796ab079bb189f63e9bb71f2a7f7f1fdaf4a354b47b62c36eaa3c00a905124
DIST NotEnoughProduction-0.0.4.zip 12155569 BLAKE2B e277d0f6fdbb46c56daaeb8b1ca8debad7d9897ade544a2a58d7a1fd4580f56643b42610701f88be14de1dbc408053dff72be1884367b32538ad44392c896db2 SHA512 8539d49820f4bd945e48d4498fc5d97626d84b265c27bee67817f2b86614e245c9eae4ed2b4a03703593b8bb1d6ba2572efdf3c9a9fcd996b9505f4e3c4ccc29
DIST NotEnoughProduction-128.png 10575 BLAKE2B 0dcc96c74f03eb38ef017b229fc6389a549c76a34fa2a370910176baf33be7ece26a3d22093375c99cf918b41c7623a988111e870f806cd952731a76f10dd39d SHA512 f126ca7af3e2b5e09be559a0d4a431ba73655c0cb65576300431c2cc9469ad2f43a4dfcfc5c9a132c10c41e56b1945ea6a5b37adf6e01e1db4cfb9e109120c14
DIST NotEnoughProduction-16.png 879 BLAKE2B c95d0de65e4267f90c603caa01c4d76e09dc80156eb89f78093c95be36bb24e0fffeea5193bd0df46d427a0e89b9de4577f9f040d6a166fea23f3e9b2d34ea8d SHA512 0993cc377a0b7b1147521e0e1ea1a480dacab9ec091abede1005602ce35009d662a1baca3f8057580d24601a35f4ac29b279d56d5d0d78fe58d9e69efe5bbda4
DIST NotEnoughProduction-32.png 2092 BLAKE2B 014b92f7e990a516bfc226bba7e34d6aa637df25508025475347e24fa56ccb92d71d6f7ab6c964df658b74898fab550d5ecb090a4fd47f7221e530c9e432bfe3 SHA512 89a032e2853055bd68bcbce59633b55d58afee79b7a7804f60c0c1421b107dd0ce4a29ad5bbcf4c51db68009796e1ffc08da18d087ef419f22de8e9691c01328

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>