summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-01-23 00:25:00 +0100
committerMichael Weber <xmw@gentoo.org>2017-01-23 00:25:00 +0100
commit63cfd2e28c6ff283a366b022287ee72f60cfea23 (patch)
tree0d9db9653a31c94fc6d559850993d9578d201df8 /app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild
parentx11-wm/xpra: Drop old versions (bug 604956). (diff)
downloadgentoo-63cfd2e28c6ff283a366b022287ee72f60cfea23.tar.gz
gentoo-63cfd2e28c6ff283a366b022287ee72f60cfea23.tar.bz2
gentoo-63cfd2e28c6ff283a366b022287ee72f60cfea23.zip
app-laptop/thinkfan: Drop old versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild')
-rw-r--r--app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild b/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild
deleted file mode 100644
index 64f673064d9c..000000000000
--- a/app-laptop/thinkfan/thinkfan-0.9_beta2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils readme.gentoo systemd
-
-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="atasmart"
-
-DEPEND="atasmart? ( dev-libs/libatasmart )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.8.1-openrc.patch
- sed -e '/^set(CMAKE_C_FLAGS/d' \
- -i CMakeLists.txt || die
-}
-
-src_configure() {
- mycmakeargs+=(
- "-DCMAKE_BUILD_TYPE:STRING=Debug"
- "$(cmake-utils_use_use atasmart ATASMART)"
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- dosbin "${BUILD_DIR}"/${PN}
-
- newinitd rcscripts/${PN}.gentoo ${PN}
- systemd_dounit rcscripts/${PN}.service
-
- doman ${PN}.1
- dodoc ChangeLog NEWS README \
- examples/${PN}.conf.{complex,simple}
- readme.gentoo_create_doc
-}
-
-DOC_CONTENTS="Please read the documentation and copy an
-appropriate file to /etc/thinkfan.conf."