From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D02513835A for ; Sun, 14 Feb 2021 20:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B439DE0907; Sun, 14 Feb 2021 20:35:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C41BE0907 for ; Sun, 14 Feb 2021 20:35:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E20D335D8C for ; Sun, 14 Feb 2021 20:35:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B34BC49 for ; Sun, 14 Feb 2021 20:35:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1613334903.4c970cab7a7396a27221233b55b0ceaa9b73ccff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/thinkfan/Manifest app-laptop/thinkfan/thinkfan-0.9.3.ebuild X-VCS-Directories: app-laptop/thinkfan/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c970cab7a7396a27221233b55b0ceaa9b73ccff X-VCS-Branch: master Date: Sun, 14 Feb 2021 20:35:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 777d5061-3ab4-47a3-ae70-c805d10615da X-Archives-Hash: b8259b45eadee586ed12690b19571619 commit: 4c970cab7a7396a27221233b55b0ceaa9b73ccff Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 14 20:33:00 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 14 20:35:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c970cab app-laptop/thinkfan: Drop 0.9.3 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-laptop/thinkfan/Manifest | 1 - app-laptop/thinkfan/thinkfan-0.9.3.ebuild | 50 ------------------------------- 2 files changed, 51 deletions(-) diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest index d4062ea1542..e3c97f7e981 100644 --- a/app-laptop/thinkfan/Manifest +++ b/app-laptop/thinkfan/Manifest @@ -1,2 +1 @@ -DIST thinkfan-0.9.3.tar.gz 39527 BLAKE2B e6a6d09493d94b4de9ada20dcc4b0251c5f2c148f7faa7f69c04fe2a279a9cfe253a0ea1a01fe94ed108e8731e2ba01edef5df10dfb887ea961a356dff733854 SHA512 d2a29f9cae636c22b66958f8ec50cb60a162d745c3967257bb5e20cc9e152894d4e8a66f897ffa4e49353eba4a42e3499bb9e554719974284089a46cfc6280d7 DIST thinkfan-1.0.2.tar.gz 77653 BLAKE2B 1b40553380f9b873883f0dc587665f24cd2e07de7a7e743cb9f99a3282f380da2258265a612b1c97d2945fed31aee0d6cbc30ea2a18c0b212e877e7635eda336 SHA512 d9133538096a7c5757f599adfebc8217aa7334a102573d6757f03b5c012a09d600be923930fd9d62f4afa591f5eb7a70a1c328004bddef85494d1a7ce56b648f diff --git a/app-laptop/thinkfan/thinkfan-0.9.3.ebuild b/app-laptop/thinkfan/thinkfan-0.9.3.ebuild deleted file mode 100644 index ca8dc1c1515..00000000000 --- a/app-laptop/thinkfan/thinkfan-0.9.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils readme.gentoo-r1 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() { - cmake-utils_src_prepare - - sed -e "s:#!/sbin/runscript:#!/sbin/openrc-run:" \ - -i rcscripts/thinkfan.gentoo - - sed -e "s:share/doc/${PN}:share/doc/${PF}:" \ - -e "s:thinkfan.1:src/thinkfan.1:" \ - -i CMakeLists.txt -} - -src_configure() { - local mycmakeargs+=( - "-DCMAKE_BUILD_TYPE:STRING=Debug" - "-DUSE_ATASMART=$(usex 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."