From c8ff7baafb02c16ce50b1ca2c75f735e701bafa3 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 24 Feb 2015 10:16:46 +0200 Subject: Added intel-thermald --- sys-power/Manifest | 2 -- sys-power/files/thermald | 20 ------------ sys-power/intel-thermald-1.04.ebuild | 36 ---------------------- sys-power/intel-thermald-1.2.01.ebuild | 36 ---------------------- sys-power/intel-thermald/Manifest | 2 ++ sys-power/intel-thermald/files/thermald | 20 ++++++++++++ .../intel-thermald/intel-thermald-1.04.ebuild | 36 ++++++++++++++++++++++ .../intel-thermald/intel-thermald-1.2.01.ebuild | 36 ++++++++++++++++++++++ 8 files changed, 94 insertions(+), 94 deletions(-) delete mode 100644 sys-power/Manifest delete mode 100644 sys-power/files/thermald delete mode 100644 sys-power/intel-thermald-1.04.ebuild delete mode 100644 sys-power/intel-thermald-1.2.01.ebuild create mode 100644 sys-power/intel-thermald/Manifest create mode 100644 sys-power/intel-thermald/files/thermald create mode 100644 sys-power/intel-thermald/intel-thermald-1.04.ebuild create mode 100644 sys-power/intel-thermald/intel-thermald-1.2.01.ebuild diff --git a/sys-power/Manifest b/sys-power/Manifest deleted file mode 100644 index 24d9a261..00000000 --- a/sys-power/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/files/thermald b/sys-power/files/thermald deleted file mode 100644 index 6857f60f..00000000 --- a/sys-power/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-1.04.ebuild b/sys-power/intel-thermald-1.04.ebuild deleted file mode 100644 index 23256f0f..00000000 --- a/sys-power/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-1.2.01.ebuild b/sys-power/intel-thermald-1.2.01.ebuild deleted file mode 100644 index 6bb1a79a..00000000 --- a/sys-power/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" -} diff --git a/sys-power/intel-thermald/Manifest b/sys-power/intel-thermald/Manifest new file mode 100644 index 00000000..24d9a261 --- /dev/null +++ b/sys-power/intel-thermald/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 00000000..6857f60f --- /dev/null +++ b/sys-power/intel-thermald/files/thermald @@ -0,0 +1,20 @@ +#!/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 new file mode 100644 index 00000000..23256f0f --- /dev/null +++ b/sys-power/intel-thermald/intel-thermald-1.04.ebuild @@ -0,0 +1,36 @@ +# 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 new file mode 100644 index 00000000..6bb1a79a --- /dev/null +++ b/sys-power/intel-thermald/intel-thermald-1.2.01.ebuild @@ -0,0 +1,36 @@ +# 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" +} -- cgit v1.2.3