commit: 78c708e54730f9cf5db573289fdaac9e2d9512d1
parent d013cec23f2cd942ff8cfad3429a5276acf07d02
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 28 Dec 2025 22:05:51 +0100
sys-fs/mdevd: add 0.1.8.0, drop 0.1.6.3
Diffstat:
3 files changed, 38 insertions(+), 37 deletions(-)
diff --git a/sys-fs/mdevd/Manifest b/sys-fs/mdevd/Manifest
@@ -1,2 +1,2 @@
-DIST mdevd-0.1.6.3.tar.gz 33088 BLAKE2B c98d93e8190dcbe38ce506db1c063dcf97ef23a3604ef06f3ba767518a62f2ef1502e47dc63b1ff002a468bbdebcc71d17b1773e1be693014ccb75cafb9d49ef SHA512 2962be689858117960aa5b332bbc7ca31c2d6592bae1c10acb35a7d66e4bf093cc70d2966649b742ce10ab3ac252b49a4b86b2c548355544aae65ca6214cdaf1
DIST mdevd-0.1.7.0.tar.gz 37377 BLAKE2B b2ecaa10e676ee76b7ae60fe4a1fddf1c3687b5910171663e2f82327ac4e4034c887847fc31ca5578976ebe727aecde8432afd14c6b96178509f5c142b212cf0 SHA512 b50750afbba81c5168348acc2b38ba28abe0ac19bf4ea49c04f68eec1269a079642bccbed0acb1ef5da4848aea20c5f71c2711945eb2218ab79d570ffecdce57
+DIST mdevd-0.1.8.0.tar.gz 38079 BLAKE2B 38dedb81f8d9691da64f25c1de358771ce9f851da881c9920e11e7ae2c553fff56077469a8887f07c40afd2e4e526922b4f28af4aef36f1ac4b6e17599cf2258 SHA512 f70a8baaa832e3ad379f01b81d3511f169460a6034bc40f278c91419ce2453da3fec3ea91e5b6cf00adecc068bf3e408b61decedb70b500d7809a8cd827a0811
diff --git a/sys-fs/mdevd/mdevd-0.1.6.3.ebuild b/sys-fs/mdevd/mdevd-0.1.6.3.ebuild
@@ -1,36 +0,0 @@
-# Copyright 2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="small daemon managing kernel hotplug events, similarly to udevd"
-HOMEPAGE="https://skarnet.org/software/mdevd/"
-SRC_URI="https://skarnet.org/software/mdevd/${P}.tar.gz"
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/skalibs-2.14.0.0:="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README doc/ examples )
-
-src_configure() {
- econf \
- --with-sysdeps=/usr/$(get_libdir)/skalibs/ \
- --enable-shared \
- --disable-static
-
- # TODO: --enable-nsss
-}
-
-src_compile() {
- emake AR=$(tc-getAR) RANLIB=$(tc-getRANLIB)
-}
-
-pkg_postinst() {
- optfeature "For +/-/& command directives in mdev.conf" dev-lang/execline
-}
diff --git a/sys-fs/mdevd/mdevd-0.1.8.0.ebuild b/sys-fs/mdevd/mdevd-0.1.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024-2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature toolchain-funcs
+
+DESCRIPTION="small daemon managing kernel hotplug events, similarly to udevd"
+HOMEPAGE="https://skarnet.org/software/mdevd/"
+SRC_URI="https://skarnet.org/software/mdevd/${P}.tar.gz"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/skalibs-2.14.5.0:="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README doc/ examples )
+
+src_configure() {
+ econf \
+ --with-sysdeps=/usr/$(get_libdir)/skalibs/ \
+ --enable-shared \
+ --disable-allstatic \
+ --with-pkgconfig
+
+ # TODO: --enable-nsss
+}
+
+src_compile() {
+ emake AR=$(tc-getAR) RANLIB=$(tc-getRANLIB)
+}
+
+pkg_postinst() {
+ optfeature "For +/-/& command directives in mdev.conf" dev-lang/execline
+}