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 D98A7158064 for ; Wed, 8 May 2024 17:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AA1BE2B6D; Wed, 8 May 2024 17:08:13 +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 A009EE2B6D for ; Wed, 8 May 2024 17:08:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 475583431CF for ; Wed, 8 May 2024 17:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF861A3B for ; Wed, 8 May 2024 17:08:06 +0000 (UTC) From: "Mazunki Hoksaas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mazunki Hoksaas" Message-ID: <1715188081.c4f0844c0bdea28a01b1df1f0ecdd8313ac81d99.rolferen@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-power/amdfan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/amdfan/Manifest sys-power/amdfan/amdfan-0.1.27.ebuild X-VCS-Directories: sys-power/amdfan/ X-VCS-Committer: rolferen X-VCS-Committer-Name: Mazunki Hoksaas X-VCS-Revision: c4f0844c0bdea28a01b1df1f0ecdd8313ac81d99 X-VCS-Branch: dev Date: Wed, 8 May 2024 17:08:06 +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: d2866799-d253-4147-bf08-110a7ee2dbb9 X-Archives-Hash: 3fb8f5647d9b6510159584d82e8f8e88 commit: c4f0844c0bdea28a01b1df1f0ecdd8313ac81d99 Author: Mazunki Hoksaas gmail com> AuthorDate: Wed May 8 17:05:48 2024 +0000 Commit: Mazunki Hoksaas gmail com> CommitDate: Wed May 8 17:08:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4f0844c sys-power/amdfan: drop 0.1.27 Signed-off-by: Mazunki Hoksaas gmail.com> sys-power/amdfan/Manifest | 1 - sys-power/amdfan/amdfan-0.1.27.ebuild | 44 ----------------------------------- 2 files changed, 45 deletions(-) diff --git a/sys-power/amdfan/Manifest b/sys-power/amdfan/Manifest index e97e1a3cd2..dae0c403fc 100644 --- a/sys-power/amdfan/Manifest +++ b/sys-power/amdfan/Manifest @@ -1,2 +1 @@ -DIST amdfan-0.1.27.tar.gz 81422 BLAKE2B ab910e8a051f5c8a976425c30c141bc025ecea551f2390e625a36ee767c6a9a106eb4aee9dee5177824d46a2608201888c26672b614972d96598513625db898e SHA512 0a58aea4e53d830470d051292fe966fcf2d5b5094adb9181bf847d7f4467f2fda1e6a87e501c873337b0720ba84a3f7966a92832ed156b96b416107e232b22b0 DIST amdfan-0.1.28.tar.gz 81901 BLAKE2B 84e461a2f230e560c80badd99ec658774e5b46785a78387d6906d8ebe8a855f1e421a33872246af2a96ff06790615ad47a7d3d248e97a615c78a4ff9de8f641e SHA512 214b4940e747a8c8c0083d1cd90e78a3080e6b6b56031fff42f6bdca867e47ba81defb490e7704786f6e2a2c9634d990d53cbcfbc24c2c43d4ec9691023c06d8 diff --git a/sys-power/amdfan/amdfan-0.1.27.ebuild b/sys-power/amdfan/amdfan-0.1.27.ebuild deleted file mode 100644 index 85805d5f13..0000000000 --- a/sys-power/amdfan/amdfan-0.1.27.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 systemd - -DESCRIPTION="Updated AMD Fan control utility forked from amdgpu-fan and updated. " -HOMEPAGE="https://mcgillij.dev/pages/amdfan.html" -SRC_URI="https://github.com/mcgillij/amdfan/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] -" -DEPEND="${PYTHON_DEPS}" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DOCS=( README.md ) - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare -} - -python_install_all() { - distutils-r1_python_install_all - systemd_dounit src/amdfan/amdfan.service -} - -python_test() { - "${EPYTHON}" -m unittest discover tests || die -}