summaryrefslogtreecommitdiff
path: root/sys-power
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /sys-power
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/intel-thermald/Manifest2
-rw-r--r--sys-power/intel-thermald/files/thermald20
-rw-r--r--sys-power/intel-thermald/intel-thermald-1.04.ebuild36
-rw-r--r--sys-power/intel-thermald/intel-thermald-1.2.01.ebuild36
4 files changed, 0 insertions, 94 deletions
diff --git a/sys-power/intel-thermald/Manifest b/sys-power/intel-thermald/Manifest
deleted file mode 100644
index 24d9a261..00000000
--- a/sys-power/intel-thermald/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST thermal_daemon-1.04.tar.gz 762947 SHA256 539ac34253e707daf15a60fd71544311d6081bd67f5f07735e9ce0562f9469da SHA512 15935e9bfbfe690168d598b133f7925a5ad48dee4747c1cd4e558a26b1b066eff1d48e45b33a7dfa6eee2a8634d8a6f0dd05e71acb2d02c848c4eb10225dad1f WHIRLPOOL aee26d718fc3b43f24a23976d60e5c5568d91ee8e8ee28760dcf445d5af0b328ea795b552dc268511275b5af7d94653e28fc6a1884807fb4822eaea273c07ebd
-DIST thermal_daemon-1.2.01.tar.gz 68891 SHA256 14d80566a28e0406371e3e5b50fc339f9a6710a2c03acef9e722f0ddc93ebd6e SHA512 241dbaa20dcd7f00e3530857978a21d1a369bb018bd37333c6da6f01490fe1669247673de7e25a762120f5a498d43109cc6ac9e89c464bd97881a393b86297a3 WHIRLPOOL 6f945475e45517308418808d1b7bcb725c7daeb76561e024f3dd3888144389ccf2adfd032455a77043d2fdba11c7835cda28911b30a7edc8ddcbc3eb5c296011
diff --git a/sys-power/intel-thermald/files/thermald b/sys-power/intel-thermald/files/thermald
deleted file mode 100644
index 6857f60f..00000000
--- a/sys-power/intel-thermald/files/thermald
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/bin/thermald"
-command_args="--dbus-enable"
-start_stop_daemon_args="--quiet"
-
-
-# start() {
-# ebegin "Starting thermald"
-#
-# start-stop-daemon --start --quiet /usr/bin/thermald --no-daemon --dbus-enable
-# }
-#
-# stop() {
-# ebegin "Stopping thermald"
-# start-stop-daemon --stop --quiet --pidfile "${DISTCCD_PIDFILE}"
-# eend $?
-# } \ No newline at end of file
diff --git a/sys-power/intel-thermald/intel-thermald-1.04.ebuild b/sys-power/intel-thermald/intel-thermald-1.04.ebuild
deleted file mode 100644
index 23256f0f..00000000
--- a/sys-power/intel-thermald/intel-thermald-1.04.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit systemd autotools
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon"
-SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> thermal_daemon-${PV}.tar.gz"
-
-LICENSE="GPL2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-S=${WORKDIR}/thermal_daemon-${PV}
-
-DEPEND="dev-libs/dbus-glib
- dev-libs/libxml2"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf --with-systemdsystemunitdir=$(systemd_get_unitdir)
-}
-
-src_install() {
- default
-
- dobin tools/thermald_set_pref.sh
- doinitd "${FILESDIR}/thermald"
-}
diff --git a/sys-power/intel-thermald/intel-thermald-1.2.01.ebuild b/sys-power/intel-thermald/intel-thermald-1.2.01.ebuild
deleted file mode 100644
index 6bb1a79a..00000000
--- a/sys-power/intel-thermald/intel-thermald-1.2.01.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit systemd autotools
-
-DESCRIPTION="Thermal daemon for Intel architectures"
-HOMEPAGE="https://01.org/linux-thermal-daemon"
-SRC_URI="https://github.com/01org/thermal_daemon/archive/v${PV}.tar.gz -> thermal_daemon-${PV}.tar.gz"
-
-LICENSE="GPL2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-S=${WORKDIR}/thermal_daemon-${PV}
-
-DEPEND="dev-libs/dbus-glib
- dev-libs/libxml2"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf --with-systemdsystemunitdir=$(systemd_get_unitdir)
-}
-
-src_install() {
- default
-
- dobin tools/thermald_set_pref.sh
- doinitd "${FILESDIR}/thermald"
-}