diff options
author | Michael Weber <xmw@gentoo.org> | 2012-04-19 22:30:17 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-04-19 22:30:17 +0000 |
commit | d529211f34178015f32e440e76d63f4dea81742a (patch) | |
tree | d751ca068dd5626f6aa08bb28636e2f2351f1192 /app-laptop | |
parent | Version bump, now with thesaurus too. (diff) | |
download | gentoo-2-d529211f34178015f32e440e76d63f4dea81742a.tar.gz gentoo-2-d529211f34178015f32e440e76d63f4dea81742a.tar.bz2 gentoo-2-d529211f34178015f32e440e76d63f4dea81742a.zip |
Remove old version.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/thinkfan/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/thinkfan/thinkfan-0.7.3.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
diff --git a/app-laptop/thinkfan/ChangeLog b/app-laptop/thinkfan/ChangeLog index 5f528bf057c9..5a6dc0db93ee 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.3 2012/04/19 22:01:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/ChangeLog,v 1.4 2012/04/19 22:30:17 xmw Exp $ + + 19 Apr 2012; Michael Weber <xmw@gentoo.org> -thinkfan-0.7.3.ebuild: + Remove old version. 19 Apr 2012; Jeff Horelick <jdhore@gentoo.org> thinkfan-0.8_alpha2.ebuild: marked x86 per bug 412593 diff --git a/app-laptop/thinkfan/thinkfan-0.7.3.ebuild b/app-laptop/thinkfan/thinkfan-0.7.3.ebuild deleted file mode 100644 index 2cbe58e9c6fb..000000000000 --- a/app-laptop/thinkfan/thinkfan-0.7.3.ebuild +++ /dev/null @@ -1,39 +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.7.3.ebuild,v 1.1 2012/02/13 02:27:50 xmw 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}"/${P}-makefile.patch \ - "${FILESDIR}"/${P}-openrc.patch - tc-export CC -} - -src_install() { - dosbin ${PN} - - newinitd rcscripts/thinkfan.gentoo ${PN} - - doman ${PN}.1 - dodoc ChangeLog NEWS README ${PN}.conf.{sysfs,thinkpad} -} - -pkg_postinst() { - elog "Please read the documentation and copy an" - elog "appropriate file to /etc/thinkfan.conf." -} |