summaryrefslogtreecommitdiff
path: root/app-laptop/i8kutils
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-laptop/i8kutils
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'app-laptop/i8kutils')
-rw-r--r--app-laptop/i8kutils/Manifest1
-rw-r--r--app-laptop/i8kutils/files/i8kmon.init19
-rw-r--r--app-laptop/i8kutils/files/i8kmon.service9
-rw-r--r--app-laptop/i8kutils/i8kutils-1.43.ebuild49
-rw-r--r--app-laptop/i8kutils/metadata.xml15
5 files changed, 0 insertions, 93 deletions
diff --git a/app-laptop/i8kutils/Manifest b/app-laptop/i8kutils/Manifest
deleted file mode 100644
index ed59d0a09817..000000000000
--- a/app-laptop/i8kutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST i8kutils-1.43.tar.xz 29184 BLAKE2B 3489de1993267eb8aaca1dc00e6c19f68be14b5351715828eee9d4e6abbedbcd3faa58aba5e764de4bbf6cfa41e0a64d011d1d5ea904b261fa3f9842a4501bab SHA512 eed2db9e5864b0dc24e22302ce2abaa54415520a920cfa0be08068b8316a3c2c04b3565cc84164e36fb7ae5bb8b77be55ae179255e03ecd86ea664d85cece456
diff --git a/app-laptop/i8kutils/files/i8kmon.init b/app-laptop/i8kutils/files/i8kmon.init
deleted file mode 100644
index ed41a2a0a553..000000000000
--- a/app-laptop/i8kutils/files/i8kmon.init
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- after modules
-}
-
-command="/usr/bin/i8kmon"
-command_args="--nouserconfig"
-command_background=true
-pidfile="/run/${RC_SVCNAME}.pid"
-
-start_pre() {
- if [ ! -e /proc/i8k ]; then
- eerror "The dell-smm-hwmon (i8k) driver is not loaded or installed"
- return 1
- fi
-}
diff --git a/app-laptop/i8kutils/files/i8kmon.service b/app-laptop/i8kutils/files/i8kmon.service
deleted file mode 100644
index 3b80f46334af..000000000000
--- a/app-laptop/i8kutils/files/i8kmon.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Dell laptop thermal monitoring
-ConditionPathExists=/proc/i8k
-
-[Service]
-ExecStart=/usr/bin/i8kmon -d
-
-[Install]
-WantedBy=multi-user.target
diff --git a/app-laptop/i8kutils/i8kutils-1.43.ebuild b/app-laptop/i8kutils/i8kutils-1.43.ebuild
deleted file mode 100644
index 82620db160af..000000000000
--- a/app-laptop/i8kutils/i8kutils-1.43.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd toolchain-funcs
-
-DESCRIPTION="Dell Inspiron and Latitude utilities"
-HOMEPAGE="https://launchpad.net/i8kutils"
-SRC_URI="https://launchpad.net/i8kutils/trunk/${PV}/+download/${P/-/_}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-lang/tcl
- sys-power/acpi
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-pkg_pretend() {
- # Check for required dell-smm-hwmon (formerly i8k) driver
- if ! linux_config_exists; then
- eerror "Unable to check your kernel for dell-smm-hwmon (i8k) support"
- else
- CONFIG_CHECK="~I8K"
- ERROR_I8K="You must have the dell_smm_hwmon driver compiled into your"
- ERROR_I8K+=" kernel or loaded as a module to use i8kutils' utilities"
- check_extra_config
- fi
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin i8k{ctl,fan,mon}
- doman i8k{ctl,mon}.1
- newdoc README.i8kutils README
- insinto /etc
- doins i8kmon.conf
-
- newinitd "${FILESDIR}/i8kmon.init" i8kmon
- systemd_dounit debian/i8kmon.service
-}
diff --git a/app-laptop/i8kutils/metadata.xml b/app-laptop/i8kutils/metadata.xml
deleted file mode 100644
index ee92d81191ec..000000000000
--- a/app-laptop/i8kutils/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>myrvogna@electrosphe.re</email>
- <name>Octiabrina Terrien-Puig</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="launchpad">i8kutils</remote-id>
- </upstream>
-</pkgmetadata>