summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-23 23:18:19 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-23 23:18:19 +0000
commit1fd7ec9c74efc8475e6e547fcaded3fe554efee5 (patch)
treef5784f8c0275dc05dad4aff867f5b427111b6d75 /app-laptop
parentTests should now work for python-3 and remove obsolete workarounds for tests ... (diff)
downloadgentoo-2-1fd7ec9c74efc8475e6e547fcaded3fe554efee5.tar.gz
gentoo-2-1fd7ec9c74efc8475e6e547fcaded3fe554efee5.tar.bz2
gentoo-2-1fd7ec9c74efc8475e6e547fcaded3fe554efee5.zip
Drop old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/thinkfan/ChangeLog5
-rw-r--r--app-laptop/thinkfan/thinkfan-0.8_alpha2.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/app-laptop/thinkfan/ChangeLog b/app-laptop/thinkfan/ChangeLog
index caf22aed7861..ecf11d883ff3 100644
--- a/app-laptop/thinkfan/ChangeLog
+++ b/app-laptop/thinkfan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-laptop/thinkfan
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.7 2012/06/20 06:42:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.8 2012/06/23 23:18:19 xmw Exp $
+
+ 23 Jun 2012; Michael Weber <xmw@gentoo.org> -thinkfan-0.8_alpha2.ebuild:
+ Drop old
20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> thinkfan-0.8.0.ebuild:
marked x86 per bug 421989
diff --git a/app-laptop/thinkfan/thinkfan-0.8_alpha2.ebuild b/app-laptop/thinkfan/thinkfan-0.8_alpha2.ebuild
deleted file mode 100644
index 5fe4817d1c35..000000000000
--- a/app-laptop/thinkfan/thinkfan-0.8_alpha2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/thinkfan-0.8_alpha2.ebuild,v 1.3 2012/04/19 22:01:18 jdhore Exp $
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="simple fan control program for thinkpads"
-HOMEPAGE="http://thinkfan.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.7.3-makefile.patch \
- "${FILESDIR}"/${PN}-0.7.3-openrc.patch
- tc-export CC
-}
-
-src_install() {
- dosbin ${PN}
-
- newinitd rcscripts/thinkfan.gentoo ${PN}
-
- doman ${PN}.1
- dodoc ChangeLog NEWS README \
- examples/${PN}.conf.{complex,sysfs,thinkpad}
-}
-
-pkg_postinst() {
- elog "Please read the documentation and copy an"
- elog "appropriate file to /etc/thinkfan.conf."
-}