summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/thinkfan/thinkfan-0.7.1.ebuild')
-rw-r--r--sys-apps/thinkfan/thinkfan-0.7.1.ebuild31
1 files changed, 0 insertions, 31 deletions
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
-}