sys-apps/coolercontrol-liqctld: drop 2.2.0

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-06-24 13:39:20 +02:00
parent 8bb8899d46
commit 5a996201bc
2 changed files with 0 additions and 40 deletions

View File

@@ -1,2 +1 @@
DIST coolercontrol-2.2.0.tar.bz2 15848078 BLAKE2B d6e332ed01e8399020f243322f908fef964799368c4e3118483bf117d45d9ecc107062f583c03cbabc7f44251dd4285a82a4f19d152444e790666ee2b1f67e15 SHA512 ff7c87d8d22d5063605820a17fe0f6c5a559f067cabf8980027d3a1c936101df6979711738697c7b6007ea988a6c9f3f1dae44e8be5335410de37127d0eeab4a
DIST coolercontrol-2.2.1.tar.bz2 15866674 BLAKE2B aace4917a7c778de60f10387f0a90777479fdcdcbcabcc584e32c570dfe683a75015c31f3793acc91c7d503bdef4cccbea8c3f19fb7e752ba6e77ad58906ea23 SHA512 435a7a6f1ee0f14061f482df16f28adc0f40c9f35add6703e2953c7682897d77204fc7d45a04ea39d2715be104895bb8ed7d4fc59a1a8e024cd18f5d576b3a42

View File

@@ -1,39 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 systemd
DESCRIPTION="Monitor and control your cooling and other devices (liqctld)"
HOMEPAGE="https://gitlab.com/coolercontrol/coolercontrol"
SRC_URI="
https://gitlab.com/coolercontrol/coolercontrol/-/archive/${PV}/coolercontrol-${PV}.tar.bz2
"
S="${WORKDIR}/coolercontrol-${PV}/${PN}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-misc/liquidctl[${PYTHON_USEDEP}]
dev-python/fastapi[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
dev-python/uvicorn[${PYTHON_USEDEP}]
"
src_prepare() {
pushd .. >/dev/null || die
default
popd >/dev/null || die
}
python_install_all() {
doinitd ../packaging/openrc/init.d/coolercontrol-liqctld
doconfd ../packaging/openrc/conf.d/coolercontrol-liqctld
systemd_dounit ../packaging/systemd/coolercontrol-liqctld.service
}