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-r10000.ebuild | 27 ------------------------- app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild | 27 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild create mode 100644 app-laptop/tp_smapi/tp_smapi-0.42-r1706.ebuild (limited to 'app-laptop/tp_smapi') diff --git a/app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild b/app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild deleted file mode 100644 index cbe01ba8..00000000 --- a/app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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() { - : -} 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