mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-fs/mdevd: drop 0.1.8.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST mdevd-0.1.8.0.tar.gz 38079 BLAKE2B 38dedb81f8d9691da64f25c1de358771ce9f851da881c9920e11e7ae2c553fff56077469a8887f07c40afd2e4e526922b4f28af4aef36f1ac4b6e17599cf2258 SHA512 f70a8baaa832e3ad379f01b81d3511f169460a6034bc40f278c91419ce2453da3fec3ea91e5b6cf00adecc068bf3e408b61decedb70b500d7809a8cd827a0811
|
||||
DIST mdevd-0.1.8.1.tar.gz 38115 BLAKE2B 4a5e8c65f5ea409bfb2766bc2dc1cd3caed7f197affd8be93420caf52585d09212869fa34fab6b3f0493feab7a6213ac9385d936b8b161a0f1f3a608a3161a8c SHA512 8ae414f90dc74c4cbe194c3ff4cf4b5d57875cfc1006d4348d2dcd33e7310a7760cbfdc6b4020f7d3ff81ad2c1b1904334ae1fd2559affec9ca0c3127d770ea2
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 2024-2026 Gentoo Authors
|
||||
# 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 ~arm64"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user