sys-power/ncpufreqd: Remove last-rited pkg

Closes: https://bugs.gentoo.org/744019
Closes: https://bugs.gentoo.org/739806
Closes: https://bugs.gentoo.org/712088
Closes: https://bugs.gentoo.org/683112

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19635
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jakov Smolic 2021-02-24 21:47:14 +01:00 committed by Sam James
parent 8c73dc60ed
commit 4148441d07
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
4 changed files with 0 additions and 43 deletions

View File

@ -201,12 +201,6 @@ dev-libs/libressl
~app-editors/emacs-27.1.92
~app-editors/emacs-27.1.93
# Azamat H. Hackimov <azamat.hackimov@gmail.com> (2021-01-26)
# Dead upstream (last release 2007), unmaintained, multiple issues,
# no reverse dependencies.
# Removal in 30 days. Bug #744019
sys-power/ncpufreqd
# Marek Szuba <marecki@gentoo.org> (2021-01-21)
# Masked for testing and further work - the golang-vcs-snapshot variant
# seems to be incompatible with revdeps using go-module, the variant

View File

@ -1 +0,0 @@
DIST ncpufreqd-2.4.tar.xz 9552 BLAKE2B 9eb3c48d5cd3f530c639bf56aedecd6ed76ea523189ef6ae4141fcfe9f62b76ee1ba0820e01831c4e14f91517c17cc38238d273dd6ff2e48a798d70ca6596058 SHA512 9532604ac4245157152a3990e13225aae335e8b1bb22eca2299a30eee76d9305511ac2176fefb469d8aa573f32a3f46adb6b75e799498bc9577e1616cd5fc362

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="bitbucket">nelchael/ncpufreqd</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,28 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Daemon controlling CPU speed and temperature"
HOMEPAGE="https://bitbucket.org/nelchael/ncpufreqd"
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
app-arch/xz-utils
virtual/logger"
RDEPEND="${DEPEND}"
src_install() {
cmake-utils_src_install
doinitd gentoo-init.d/ncpufreqd
einstalldocs
}