From d293ca6678d6b962dac574dc708e923789cc155f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Jan 2021 23:17:21 +0000 Subject: sys-fs/vhba : autoload the required kernel module at boot --- sys-fs/vhba/vhba-20190831-r2.ebuild | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 sys-fs/vhba/vhba-20190831-r2.ebuild (limited to 'sys-fs/vhba/vhba-20190831-r2.ebuild') diff --git a/sys-fs/vhba/vhba-20190831-r2.ebuild b/sys-fs/vhba/vhba-20190831-r2.ebuild new file mode 100644 index 00000000..035f7a1f --- /dev/null +++ b/sys-fs/vhba/vhba-20190831-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit eutils udev + +MY_P=vhba-module-${PV} +DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" +HOMEPAGE="http://cdemu.org" +SRC_URI="mirror://sourceforge/cdemu/${MY_P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + ~sys-kernel/${PN}-dkms-${PV} + virtual/udev" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + default + : +} + +src_compile() { + : +} + +src_install() { + dodoc AUTHORS ChangeLog README + + dodir "$(get_udevdir)"/rules.d + insinto "$(get_udevdir)"/rules.d + newins "${FILESDIR}/${PN}"-udev 69-vhba.rules + + dodir /etc/modules-load.d + insinto /etc/modules-load.d + newins "${FILESDIR}/${PN}"-kmod vhba.conf +} -- cgit v1.2.3