From 8e9c784311f73da20b8e44c3cf91ad8e9b9c88fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Jun 2024 10:46:37 +0100 Subject: app-laptop/tp_smapi : EAPI bump --- app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild (limited to 'app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild') diff --git a/app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild b/app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild new file mode 100644 index 00000000..7b0e0f72 --- /dev/null +++ b/app-laptop/tp_smapi/tp_smapi-0.44-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="IBM ThinkPad SMAPI BIOS driver" +HOMEPAGE="https://github.com/linux-thinkpad/tp_smapi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +IUSE="" + +RDEPEND=" + ~sys-kernel/${PN}-dkms-${PV} + " +DEPEND="${RDEPEND}" + +S=${FILESDIR} + +src_prepare() { + default + : +} + +src_compile() { + : +} + +src_install() { + newinitd "${FILESDIR}/${PN}-0.40-initd" smapi + newconfd "${FILESDIR}/${PN}-0.40-confd" smapi +} -- cgit v1.2.3