summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@mailbox.tu-berlin.de>2012-11-17 21:26:34 +0100
committerandy <andy@mailbox.tu-berlin.de>2012-11-17 21:26:34 +0100
commit383cc833d77ba0b290c773f7911a1dfcbfd13fa2 (patch)
treed73ecbaa2978c1b5ad046a163cbebc95a37be0de /sys-apps
parentadded xvcd:The Xilinx Virtual Cable Daemon for ftdi (diff)
downloadandy-383cc833d77ba0b290c773f7911a1dfcbfd13fa2.tar.gz
andy-383cc833d77ba0b290c773f7911a1dfcbfd13fa2.tar.bz2
andy-383cc833d77ba0b290c773f7911a1dfcbfd13fa2.zip
removed thinkfan
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/thinkfan/Manifest2
-rw-r--r--sys-apps/thinkfan/thinkfan-0.7.1.ebuild31
2 files changed, 0 insertions, 33 deletions
diff --git a/sys-apps/thinkfan/Manifest b/sys-apps/thinkfan/Manifest
deleted file mode 100644
index 9f4d540..0000000
--- a/sys-apps/thinkfan/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST thinkfan-0.7.1.tar.gz 21413 RMD160 4eeb2ead090732ae800f750778544c6258295a50 SHA1 65a32b8413159a6e7435e940cc1aa587db9646e6 SHA256 f771d4c0c398ce3df6305a7b8ed2cf2e7955d9afda8d63b06ab684c1c79d986e
-EBUILD thinkfan-0.7.1.ebuild 893 RMD160 4f6a788683d65e3aa956c19290635164ed0ffb3c SHA1 21a47c8d6e80305e910d672c7b1abf0e66077aef SHA256 e402b9114a544cf79209dec20d8cab4012d7c0e55de6e8eea542df88c5e14df3
diff --git a/sys-apps/thinkfan/thinkfan-0.7.1.ebuild b/sys-apps/thinkfan/thinkfan-0.7.1.ebuild
deleted file mode 100644
index 25b792e..0000000
--- a/sys-apps/thinkfan/thinkfan-0.7.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi"
-HOMEPAGE="http://thinkfan.sourceforge.net"
-SRC_URI="mirror://sourceforge/project/${PN}/${P}.tar.gz"
-
-LICENSE="CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- dosbin thinkfan || die
-
- exeinto /etc/init.d
- newexe rcscripts/thinkfan.gentoo thinkfan || die
-
- dodoc README thinkfan.conf.sysfs thinkfan.conf.thinkpad ChangeLog || die
- if [[ ! -f /proc/acpi/ibm/fan ]]; then
- elog "thinkpad_acpi procfs entries don't seem to exist." \
- "You'll need to use the generic sysfs hwmon interface. See README."
- else
- elog "This seems to be a Thinkpad. You should use the IBM" \
- "interface. See README."
- fi
-}