summaryrefslogtreecommitdiff
path: root/app-laptop/tp_smapi
diff options
context:
space:
mode:
authorGhiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro>2016-10-26 15:49:42 +0000
committerGhiunhan Mamut (aka V3n3RiX) <venerix@rogentos.ro>2016-10-26 15:49:42 +0000
commit05c0c98b21b71501d39eb7dc02e3d01ce3c7f146 (patch)
tree3e4808c3416ac98cab83a0c85d5c50a99888002f /app-laptop/tp_smapi
parent6f59c25a6454b4604edaaa604bdaf344f08f5111 (diff)
parentc7d3e18ec40d8a4ec7f0bd52c9c93e6b6df99527 (diff)
Merge branch 'master' into 'master'
Added safe and sound tp_smapi-dkms into Kogaion-Desktop See merge request !18
Diffstat (limited to 'app-laptop/tp_smapi')
-rw-r--r--app-laptop/tp_smapi/Manifest1
-rw-r--r--app-laptop/tp_smapi/tp_smapi-0.41-r10000.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-laptop/tp_smapi/Manifest b/app-laptop/tp_smapi/Manifest
new file mode 100644
index 00000000..425ca7eb
--- /dev/null
+++ b/app-laptop/tp_smapi/Manifest
@@ -0,0 +1 @@
+DIST tp_smapi-0.41.tar.gz 38852 SHA256 6aef02b92d10360ac9be0db29ae390636be55017990063a092a285c70b54e666 SHA512 924a11cdf64bc151d069d4f61ca476cf006773291f363b21a80ce091f560a78c4828d2e522e646a5b133c58149a37cb5c2432a165e92e6980eb510b9488c728e WHIRLPOOL 10c74811148934a49b2d2b65cd65d366c58de03682c02d6b82694b4831634a25f2da9986b0493e28b372abf7ada692ee8ea85b2881b823b0cb7b35b73f348d6e
diff --git a/app-laptop/tp_smapi/tp_smapi-0.41-r10000.ebuild b/app-laptop/tp_smapi/tp_smapi-0.41-r10000.ebuild
new file mode 100644
index 00000000..48cce801
--- /dev/null
+++ b/app-laptop/tp_smapi/tp_smapi-0.41-r10000.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/tp_smapi/ http://tpctl.sourceforge.net/"
+SRC_URI="mirror://github/evgeni/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="=sys-kernel/${PN}-dkms-${PV}"
+RDEPEND="${DEPEND}"
+
+src_compile(){
+ :
+}
+
+src_install() {
+ :
+}