aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2020-04-28 22:31:55 +0200
committerGerion Entrup <gerion.entrup@flump.de>2020-04-28 22:31:55 +0200
commita6fe7203ed52692bb3dd1269f76b0e1ef4de97e4 (patch)
treeec47d6d218ac38b40b36440fd80fe29a238118b7
parentnet-im/prosody-modules: add bookmarks2 (diff)
downloadgerislay-a6fe7203.tar.gz
gerislay-a6fe7203.tar.bz2
gerislay-a6fe7203.zip
sys-kernel/hwmon-it87: add
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r--sys-kernel/hwmon-it87/Manifest2
-rw-r--r--sys-kernel/hwmon-it87/hwmon-it87-9999.ebuild25
-rw-r--r--sys-kernel/hwmon-it87/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/sys-kernel/hwmon-it87/Manifest b/sys-kernel/hwmon-it87/Manifest
new file mode 100644
index 0000000..ef8da33
--- /dev/null
+++ b/sys-kernel/hwmon-it87/Manifest
@@ -0,0 +1,2 @@
+EBUILD hwmon-it87-9999.ebuild 575 BLAKE2B 60a33387892b9e8ad1830f601b693162115d3c5c825a705c927ff9bd54c45738dc411068efef010c9c04d616b6ec129721cd95783bfbdba4d170d33e6407e866 SHA512 1094384dab8d6b13f172e569d15516455923bd925b527c7cf5584917a87103160c1957fa83ac865896a097234cce5d4e4c6ad9d436393279d9d3d1fd075d9cd2
+MISC metadata.xml 859 BLAKE2B e7d68ca938be2e19deb9e5001e20137c9a872725351e2254da90b1e583213c8e89e72d85bd8b355aec2f3145f28e358e8ee86c0325c618adf0da089000cae03e SHA512 d20fc38a99c762a85319fb024a19f1b995abf77c3c20104edd0828df88766ef901e91f7f214727b27d4c3eba28437c75db4f7c04abeb4188d05e65d411e008aa
diff --git a/sys-kernel/hwmon-it87/hwmon-it87-9999.ebuild b/sys-kernel/hwmon-it87/hwmon-it87-9999.ebuild
new file mode 100644
index 0000000..3da4e62
--- /dev/null
+++ b/sys-kernel/hwmon-it87/hwmon-it87-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils git-r3 linux-mod linux-info
+
+DESCRIPTION="Dead but better out of tree it87 module"
+HOMEPAGE="https://github.com/koenkooi/it87"
+EGIT_REPO_URI="https://github.com/koenkooi/it87"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CONFIG_CHECK="HWMON HWMON_VID !PPC !SENSORS_IT87"
+MODULE_NAMES="it87(kernel/drivers/hwmon:${S})"
+
+pkg_setup() {
+ linux-mod_pkg_setup
+
+ BUILD_TARGETS="clean modules"
+ BUILD_PARAMS="KVERSION=${KV_FULL} CC=$(tc-getCC)"
+}
diff --git a/sys-kernel/hwmon-it87/metadata.xml b/sys-kernel/hwmon-it87/metadata.xml
new file mode 100644
index 0000000..afaf57f
--- /dev/null
+++ b/sys-kernel/hwmon-it87/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gerion.entrup@flump.de</email>
+ <name>Gerion Entrup</name>
+ </maintainer>
+</pkgmetadata>