mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-apps/coolercontrol-liqctld: drop 2.2.1
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
DIST coolercontrol-2.2.1.tar.bz2 15866674 BLAKE2B aace4917a7c778de60f10387f0a90777479fdcdcbcabcc584e32c570dfe683a75015c31f3793acc91c7d503bdef4cccbea8c3f19fb7e752ba6e77ad58906ea23 SHA512 435a7a6f1ee0f14061f482df16f28adc0f40c9f35add6703e2953c7682897d77204fc7d45a04ea39d2715be104895bb8ed7d4fc59a1a8e024cd18f5d576b3a42
|
|
||||||
DIST coolercontrol-2.2.2.tar.bz2 15870398 BLAKE2B ee26c65b702f934a2a2bc25b1443a0050596c6b10a7c11c40b4391a84aee2cc8d7d4063b082e9ebf39f002aa413c1a023030aebbf23c4a0fb346fa0e6a0a54a2 SHA512 550e323368ecf5131b96544173d36bf05d9e3b2c925d557146f0a3c325b70563fbec19e03918c0398a60749748e3e00d40a25669209009dca37dc2fdec3bbacc
|
DIST coolercontrol-2.2.2.tar.bz2 15870398 BLAKE2B ee26c65b702f934a2a2bc25b1443a0050596c6b10a7c11c40b4391a84aee2cc8d7d4063b082e9ebf39f002aa413c1a023030aebbf23c4a0fb346fa0e6a0a54a2 SHA512 550e323368ecf5131b96544173d36bf05d9e3b2c925d557146f0a3c325b70563fbec19e03918c0398a60749748e3e00d40a25669209009dca37dc2fdec3bbacc
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user