summaryrefslogtreecommitdiff
path: root/app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:17:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:17:27 +0100
commiteba018cbf76e1e06693bad1ffea482f1b0e85324 (patch)
tree05d9926c056ba0431ba18f1ed786adc22e321810 /app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild
parentce5d9369ef8851bbbfd2629532ccea5db7aea8d5 (diff)
fix possible circular deps
Diffstat (limited to 'app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild')
-rw-r--r--app-laptop/tp_smapi/tp_smapi-0.42-r10000.ebuild27
1 files changed, 0 insertions, 27 deletions
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() {
- :
-}