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 9BA261581D3 for ; Wed, 15 May 2024 16:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94452E2AC2; Wed, 15 May 2024 16:55:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 7036CE2AC2 for ; Wed, 15 May 2024 16:55:37 +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 149DD33BEED for ; Wed, 15 May 2024 16:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 573861AD5 for ; Wed, 15 May 2024 16:55:33 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792116.c46fc4bcb8daa5c94b335c0ede472a9967660750.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-power/auto-cpufreq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/auto-cpufreq/Manifest sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild X-VCS-Directories: sys-power/auto-cpufreq/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c46fc4bcb8daa5c94b335c0ede472a9967660750 X-VCS-Branch: dev Date: Wed, 15 May 2024 16:55:33 +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: 763a6376-261d-4e76-aceb-19a805b3feea X-Archives-Hash: 23e3a78143dcd2097c53f5c5ce730f69 commit: c46fc4bcb8daa5c94b335c0ede472a9967660750 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:37:12 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c46fc4bc sys-power/auto-cpufreq: drop 1.9.6 Closes: https://bugs.gentoo.org/931484 Signed-off-by: Julien Roy jroy.ca> sys-power/auto-cpufreq/Manifest | 1 - sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild | 82 ------------------------ 2 files changed, 83 deletions(-) diff --git a/sys-power/auto-cpufreq/Manifest b/sys-power/auto-cpufreq/Manifest index d01430a9cd..93513f7c46 100644 --- a/sys-power/auto-cpufreq/Manifest +++ b/sys-power/auto-cpufreq/Manifest @@ -1,2 +1 @@ -DIST auto-cpufreq-1.9.6.tar.gz 28393 BLAKE2B a4204cdfe549743c6781c4cf26c97133e488735d806d97205af2d956500b7b867c1635f6f20ee9940d9b98377b20fc83a31953099319e4e245a381754e35e8ee SHA512 55892a4ed27fbc8ffad8b67c9cfa9f70e510342bb2c4fbf8b84c8e4da0a4ca51940f34e02a052f97efdc41085cf4ff8db5323328a1b7ce948d9a87338a209798 DIST auto-cpufreq-2.1.0.tar.gz 211221 BLAKE2B ee376e44b31cd93ae37c3a800fd1b7e89af3b696e1d128d2bc8d335b1240d2e2b0d5aa0e90cd1465185bfff9cee02069ee1d46120be014b1dc61ce056308d4a1 SHA512 e01e6f03e7fcd3e0640ebd829234a07043c8d88bd1feabbcc6df463007b2e93410935394257bc28ed1297b294292425adfe4079a3dff0ec5636c23c3cbdd9ee0 diff --git a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild b/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild deleted file mode 100644 index 0d5cde33e7..0000000000 --- a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) - -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 systemd - -DESCRIPTION="Automatic CPU speed & power optimizer for Linux" -HOMEPAGE="https://github.com/AdnanHodzic/auto-cpufreq" -SRC_URI="https://github.com/AdnanHodzic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="systemd" - -RDEPEND=" - dev-python/psutil - dev-python/click - dev-python/distro -" - -DEPEND="${RDEPEND}" - -DOCS=( README.md ) -PATCHES=( "${FILESDIR}/${PN}-remove-setuptools_git_versioning.patch" ) - -src_prepare() { - sed -i 's|usr/local|usr|g' "scripts/${PN}.service" "scripts/${PN}-openrc" auto_cpufreq/core.py || die - distutils-r1_src_prepare -} - -python_install() { - distutils-r1_python_install - - exeinto "/usr/share/${PN}/scripts" - doexe scripts/cpufreqctl.sh - - if use systemd; then - systemd_douserunit "scripts/${PN}.service" - else - doinitd "scripts/${PN}-openrc" - mv "${D}/etc/init.d/${PN}-openrc" "${D}/etc/init.d/${PN}" || die - fi -} - -pkg_postinst() { - touch /var/log/auto-cpufreq.log - - elog "" - elog "Enable auto-cpufreq daemon service at boot:" - if use systemd; then - elog "systemctl enable --now auto-cpufreq" - else - elog "rc-update add auto-cpufreq default" - fi - elog "" - elog "To view live log, run:" - elog "auto-cpufreq --stats" -} - -pkg_postrm() { - # Remove auto-cpufreq log file - if [ -f "/var/log/auto-cpufreq.log" ]; then - rm /var/log/auto-cpufreq.log || die - fi - - # Remove auto-cpufreq's cpufreqctl binary - # it overwrites cpufreqctl.sh - if [ -f "/usr/bin/cpufreqctl" ]; then - rm /usr/bin/cpufreqctl || die - fi - - # Restore original cpufreqctl binary if backup was made - if [ -f "/usr/bin/cpufreqctl.auto-cpufreq.bak" ]; then - mv /usr/bin/cpufreqctl.auto-cpufreq.bak /usr/bin/cpufreqctl || die - fi -} 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 F34A51581D3 for ; Wed, 15 May 2024 17:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB66DE2ABF; Wed, 15 May 2024 17:00:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id BA827E2ABF for ; Wed, 15 May 2024 17:00:36 +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 D3DF8343003 for ; Wed, 15 May 2024 17:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD771AD9 for ; Wed, 15 May 2024 17:00:32 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715792116.c46fc4bcb8daa5c94b335c0ede472a9967660750.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-power/auto-cpufreq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/auto-cpufreq/Manifest sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild X-VCS-Directories: sys-power/auto-cpufreq/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: c46fc4bcb8daa5c94b335c0ede472a9967660750 X-VCS-Branch: master Date: Wed, 15 May 2024 17:00:32 +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: dd00ace0-d392-4c0d-829e-2a1e87944839 X-Archives-Hash: f150caf85c380ed13d44764eba451efe Message-ID: <20240515170032.sh4SATzek0mJbgsN_JeGLnfHD6h0mKXUtIAv2tYvE6Q@z> commit: c46fc4bcb8daa5c94b335c0ede472a9967660750 Author: Julien Roy jroy ca> AuthorDate: Wed May 15 16:37:12 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed May 15 16:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c46fc4bc sys-power/auto-cpufreq: drop 1.9.6 Closes: https://bugs.gentoo.org/931484 Signed-off-by: Julien Roy jroy.ca> sys-power/auto-cpufreq/Manifest | 1 - sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild | 82 ------------------------ 2 files changed, 83 deletions(-) diff --git a/sys-power/auto-cpufreq/Manifest b/sys-power/auto-cpufreq/Manifest index d01430a9cd..93513f7c46 100644 --- a/sys-power/auto-cpufreq/Manifest +++ b/sys-power/auto-cpufreq/Manifest @@ -1,2 +1 @@ -DIST auto-cpufreq-1.9.6.tar.gz 28393 BLAKE2B a4204cdfe549743c6781c4cf26c97133e488735d806d97205af2d956500b7b867c1635f6f20ee9940d9b98377b20fc83a31953099319e4e245a381754e35e8ee SHA512 55892a4ed27fbc8ffad8b67c9cfa9f70e510342bb2c4fbf8b84c8e4da0a4ca51940f34e02a052f97efdc41085cf4ff8db5323328a1b7ce948d9a87338a209798 DIST auto-cpufreq-2.1.0.tar.gz 211221 BLAKE2B ee376e44b31cd93ae37c3a800fd1b7e89af3b696e1d128d2bc8d335b1240d2e2b0d5aa0e90cd1465185bfff9cee02069ee1d46120be014b1dc61ce056308d4a1 SHA512 e01e6f03e7fcd3e0640ebd829234a07043c8d88bd1feabbcc6df463007b2e93410935394257bc28ed1297b294292425adfe4079a3dff0ec5636c23c3cbdd9ee0 diff --git a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild b/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild deleted file mode 100644 index 0d5cde33e7..0000000000 --- a/sys-power/auto-cpufreq/auto-cpufreq-1.9.6.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) - -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 systemd - -DESCRIPTION="Automatic CPU speed & power optimizer for Linux" -HOMEPAGE="https://github.com/AdnanHodzic/auto-cpufreq" -SRC_URI="https://github.com/AdnanHodzic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="systemd" - -RDEPEND=" - dev-python/psutil - dev-python/click - dev-python/distro -" - -DEPEND="${RDEPEND}" - -DOCS=( README.md ) -PATCHES=( "${FILESDIR}/${PN}-remove-setuptools_git_versioning.patch" ) - -src_prepare() { - sed -i 's|usr/local|usr|g' "scripts/${PN}.service" "scripts/${PN}-openrc" auto_cpufreq/core.py || die - distutils-r1_src_prepare -} - -python_install() { - distutils-r1_python_install - - exeinto "/usr/share/${PN}/scripts" - doexe scripts/cpufreqctl.sh - - if use systemd; then - systemd_douserunit "scripts/${PN}.service" - else - doinitd "scripts/${PN}-openrc" - mv "${D}/etc/init.d/${PN}-openrc" "${D}/etc/init.d/${PN}" || die - fi -} - -pkg_postinst() { - touch /var/log/auto-cpufreq.log - - elog "" - elog "Enable auto-cpufreq daemon service at boot:" - if use systemd; then - elog "systemctl enable --now auto-cpufreq" - else - elog "rc-update add auto-cpufreq default" - fi - elog "" - elog "To view live log, run:" - elog "auto-cpufreq --stats" -} - -pkg_postrm() { - # Remove auto-cpufreq log file - if [ -f "/var/log/auto-cpufreq.log" ]; then - rm /var/log/auto-cpufreq.log || die - fi - - # Remove auto-cpufreq's cpufreqctl binary - # it overwrites cpufreqctl.sh - if [ -f "/usr/bin/cpufreqctl" ]; then - rm /usr/bin/cpufreqctl || die - fi - - # Restore original cpufreqctl binary if backup was made - if [ -f "/usr/bin/cpufreqctl.auto-cpufreq.bak" ]; then - mv /usr/bin/cpufreqctl.auto-cpufreq.bak /usr/bin/cpufreqctl || die - fi -}