diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-11 00:33:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-11 00:33:31 +0100 |
commit | ff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch) | |
tree | 393b3bd8a65eb3ec464babab42da8d9ec88851c3 /sys-power/intel-thermald/intel-thermald-1.04.ebuild | |
parent | 4c05e04608db666140daaa94499f5f90521a2cc4 (diff) |
cleanup
Diffstat (limited to 'sys-power/intel-thermald/intel-thermald-1.04.ebuild')
-rw-r--r-- | sys-power/intel-thermald/intel-thermald-1.04.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
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" -} |