From eba018cbf76e1e06693bad1ffea482f1b0e85324 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Jul 2017 14:17:27 +0100 Subject: fix possible circular deps --- app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild (limited to 'app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild') diff --git a/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild b/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild new file mode 100644 index 00000000..d05a8588 --- /dev/null +++ b/app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="IBM ThinkPad SMAPI BIOS driver dummy package" +HOMEPAGE="https://github.com/evgeni/${PN}" +SRC_URI="${HOMEPAGE}/releases/download/tp-smapi/${PV}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="~sys-kernel/${PN}-dkms-${PV}" +RDEPEND="${DEPEND}" + +src_compile(){ + : +} + +src_install() { + : +} -- cgit v1.2.3