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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A329158094 for ; Sun, 31 Jul 2022 22:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01F55E1070; Sun, 31 Jul 2022 22:52:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCDC7E1070 for ; Sun, 31 Jul 2022 22:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02AE8340E5A for ; Sun, 31 Jul 2022 22:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F81F500 for ; Sun, 31 Jul 2022 22:52:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1659307904.eca012345e60192ef2b9f2e9cb3b066a99f91b2a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/mbpfan/Manifest app-laptop/mbpfan/mbpfan-2.1.1.ebuild X-VCS-Directories: app-laptop/mbpfan/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: eca012345e60192ef2b9f2e9cb3b066a99f91b2a X-VCS-Branch: master Date: Sun, 31 Jul 2022 22:52:01 +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: 02b412d3-0b18-4565-85a4-0d9465ba1058 X-Archives-Hash: 073b7e97b7fceafe4aa943008b4ef574 commit: eca012345e60192ef2b9f2e9cb3b066a99f91b2a Author: David Seifert gentoo org> AuthorDate: Sun Jul 31 22:51:44 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 31 22:51:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca01234 app-laptop/mbpfan: drop 2.1.1 Signed-off-by: David Seifert gentoo.org> app-laptop/mbpfan/Manifest | 1 - app-laptop/mbpfan/mbpfan-2.1.1.ebuild | 43 ----------------------------------- 2 files changed, 44 deletions(-) diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest index 4a597c58c6d4..cd7d919845c7 100644 --- a/app-laptop/mbpfan/Manifest +++ b/app-laptop/mbpfan/Manifest @@ -1,2 +1 @@ -DIST mbpfan-2.1.1.tar.gz 40637 BLAKE2B bdd17a9a883cc9af3cb7d55a2c8594c435fb367f0c6b5dec2b3da85747e2c2af591ed1dabf082cbbc31ac92ce5b2dc5194d8a50836c87cd784f238322ab09d9f SHA512 c1bf81c5e2f2f4f710a8455c65f10dc2dc2255319a7dbf4367c31884eece8d9909d28f3a00e5fc4d964d65254b36202a2a2b666d0ef04ea04153baded6039449 DIST mbpfan-2.2.1.tar.gz 40455 BLAKE2B 0932919b4808fa41d64c326f0d202650be25798ca692b4c17cc94a88f3287ccdd10d74c27f95ac8ef7d900f0067b3c40dc8798d99210b89c01b8cb0d63187b98 SHA512 ce358047910bd6996e1d47fe08e1825863e043fc9a33b3c4922ea537e58dd7508fc45c651816125e7b32472cbb3d06afa4a487daba5b910a8580623def938a71 diff --git a/app-laptop/mbpfan/mbpfan-2.1.1.ebuild b/app-laptop/mbpfan/mbpfan-2.1.1.ebuild deleted file mode 100644 index 565655fb2b27..000000000000 --- a/app-laptop/mbpfan/mbpfan-2.1.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit linux-info systemd toolchain-funcs - -DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros" -HOMEPAGE="https://github.com/dgraziotin/mbpfan" -LICENSE="GPL-3+" -SLOT="0" -RESTRICT="test" # will fail if the hardware is unavailable, not useful - -if [[ "${PV}" = 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git" -else - SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP" - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${ED}" install - - # Remove the empty systemd unit directory - # It doesn't actually install the unit file - rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die - # Actually install the sytstemd unit file - systemd_dounit ${PN}.service - # Install openrc init file - newinitd ${PN}.init.gentoo ${PN} - - # make install doesn't install the docs in the right place - rm -rf "${ED%/}/usr/share/doc/${PN}" || die - - einstalldocs -}