2026-01-10 14:16:18 UTC

This commit is contained in:
Repository mirror & CI
2026-01-10 14:16:18 +00:00
parent d5c59b952d
commit 3b5d4b53c7
18 changed files with 122 additions and 58 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets]
DESCRIPTION=Monitor and control your cooling and other devices
EAPI=8
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake desktop xdg
KEYWORDS=~amd64
LICENSE=GPL-3+ CC0-1.0
RDEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets] sys-apps/coolercontrold
SLOT=0
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrol-3.1.1.tar.gz
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake f66e839e5b60b399ae9d51fb6e6247d3 desktop 7b6f6e9d65093966fbc8475399c5dd4e xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=028dd17350cb3dfdd948c5e8ba2dfe3b

View File

@@ -1,16 +1,16 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.86:* >=dev-lang/rust-1.86:* ) virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) )
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
EAPI=8
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
INHERIT=cargo eapi9-ver optfeature python-single-r1 systemd
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT UoI-NCSA Unicode-3.0 ZLIB
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) )
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) )
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) )
SLOT=0
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.0.2/downloads/packages/coolercontrol-3.0.2.tar.gz https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.0.2/downloads/packages/coolercontrold-vendor.tar.gz -> coolercontrold-3.0.2-vendor.tar.gz
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 optfeature 538bce96e5589935b57e178e8635f301 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=9a6fa06a575ea92f3e665b14072e0e92
_md5_=89a0139434e8783ea279244622398dcb

View File

@@ -0,0 +1,16 @@
BDEPEND=|| ( >=dev-lang/rust-bin-1.86:* >=dev-lang/rust-1.86:* ) virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
EAPI=8
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
INHERIT=cargo eapi9-ver optfeature python-single-r1 systemd
IUSE=liquidctl debug python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT UoI-NCSA Unicode-3.0 ZLIB
RDEPEND=app-arch/zstd:= liquidctl? ( python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_11? ( app-misc/liquidctl[python_targets_python3_11(-)] ) python_single_target_python3_12? ( app-misc/liquidctl[python_targets_python3_12(-)] ) python_single_target_python3_13? ( app-misc/liquidctl[python_targets_python3_13(-)] ) python_single_target_python3_14? ( app-misc/liquidctl[python_targets_python3_14(-)] ) )
REQUIRED_USE=liquidctl? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) )
SLOT=0
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrol-3.1.1.tar.gz https://gitlab.com/coolercontrol/coolercontrol/-/releases/3.1.1/downloads/packages/coolercontrold-vendor.tar.gz -> coolercontrold-3.1.1-vendor.tar.gz
_eclasses_=toolchain-funcs 30214924c0c3b92ec7dbf24fc70d60d3 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 20da14430886f3de143eb101684fcf62 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo aeba1d272f6c2e000912e11d8cf626eb eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 optfeature 538bce96e5589935b57e178e8635f301 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=a334c64d9ded360ad24e4b0e0d72100d