diff options
author | Amir Ghassemi Nasr <Ameretat.Reith@gmail.com> | 2016-12-07 09:50:30 +0330 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-21 11:46:24 +0100 |
commit | 6926ce4c261c9c47751768d1366ad8d09be48c1d (patch) | |
tree | 64ab1cb1193a96e25ee74d9275378fd8170c2aaa | |
parent | 5aa0a6fb66d4b0b40996bef893ca3b2dbdbe05bf (diff) | |
download | gentoo-6926ce4c261c9c47751768d1366ad8d09be48c1d.tar.gz gentoo-6926ce4c261c9c47751768d1366ad8d09be48c1d.tar.xz |
app-laptop/thinkfan: drop 0.9.2 since 0.9.2-r1 is stable.
Closes: https://github.com/gentoo/gentoo/pull/3019
-rw-r--r-- | app-laptop/thinkfan/thinkfan-0.9.2.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/app-laptop/thinkfan/thinkfan-0.9.2.ebuild b/app-laptop/thinkfan/thinkfan-0.9.2.ebuild deleted file mode 100644 index 865e858b286..00000000000 --- a/app-laptop/thinkfan/thinkfan-0.9.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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}" - -S="${WORKDIR}" - -src_prepare() { - sed -e "s:share/doc/${PN}:share/doc/${P}:" \ - -i CMakeLists.txt -} - -src_configure() { - mycmakeargs+=( - "-DCMAKE_BUILD_TYPE:STRING=Debug" - "$(cmake-utils_use_use atasmart ATASMART)" - ) - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - newinitd rcscripts/${PN}.gentoo ${PN} - systemd_dounit rcscripts/${PN}.service - - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please read the documentation and copy an -appropriate file to /etc/thinkfan.conf." |