2024-07-28 21:33:43 UTC

This commit is contained in:
Repository mirror & CI
2024-07-28 21:33:43 +00:00
parent 8792001ebd
commit 6bb264743f
15 changed files with 106 additions and 45 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,13 +1,13 @@
BDEPEND=>=virtual/rust-1.74 >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install test unpack
BDEPEND=>=virtual/rust-1.75.0 >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst test unpack
DESCRIPTION=Unofficial Bitwarden CLI
EAPI=8
HOMEPAGE=https://git.tozt.net/rbw
INHERIT=cargo shell-completion git-r3
INHERIT=cargo optfeature shell-completion git-r3
IUSE=debug
LICENSE=MIT Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016 openssl
PROPERTIES=live
RDEPEND=app-crypt/pinentry
SLOT=0
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 68a6453cb41148db1da01fa2267527f0 cargo 67ea64209e3442a3a0e095f048d43a62 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=ba5ba4b988221c8fa65c63cc73e29403
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 68a6453cb41148db1da01fa2267527f0 cargo 67ea64209e3442a3a0e095f048d43a62 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=f3e11838efadff716d9178c747a29bdd

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-ml/alcotest-1.3.0:= ~dev-ml/ocamlformat-rpc-lib-0.26.2:= >=dev-util/ocp-indent-1.8.1:= ) dev-lang/ocaml dev-ml/dune
DEFINED_PHASES=compile install test
DEPEND=>=dev-ml/base-0.12.0:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= dev-ml/fpath:= >=dev-ml/menhir-20201216:= >=dev-ml/ocaml-version-3.5.0:= >=dev-util/ocp-indent-1.8.0:= dev-ml/stdio:= >=dev-ml/uuseg-10.0.0:= >=dev-ml/uutf-1.0.1:= >=dev-ml/csexp-1.4.0:= dev-ml/astring:= dev-ml/result:= dev-ml/camlp-streams:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=OCamlFormat is a tool to automatically format OCaml code in a uniform style.
EAPI=8
HOMEPAGE=https://opam.ocaml.org/packages/ocamlformat-lib https://github.com/ocaml-ppx/ocamlformat
INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=MIT LGPL-2.1-with-linking-exception
RDEPEND=>=dev-ml/base-0.12.0:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= dev-ml/fpath:= >=dev-ml/menhir-20201216:= >=dev-ml/ocaml-version-3.5.0:= >=dev-util/ocp-indent-1.8.0:= dev-ml/stdio:= >=dev-ml/uuseg-10.0.0:= >=dev-ml/uutf-1.0.1:= >=dev-ml/csexp-1.4.0:= dev-ml/astring:= dev-ml/result:= dev-ml/camlp-streams:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/0.26.2
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.26.2.tar.gz -> ocamlformat-lib-0.26.2.tar.gz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe dune 339df00cc31668d437589817d093748d
_md5_=c335a06764a2c3a36f8c3704de81fdbf

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-lang/ocaml dev-ml/dune
DEFINED_PHASES=compile install test
DEPEND=>=dev-ml/csexp-1.4.0:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=Auto-formatter for OCaml code (RPC mode)
EAPI=8
HOMEPAGE=https://opam.ocaml.org/packages/ocamlformat-rpc-lib https://github.com/ocaml-ppx/ocamlformat
INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-ml/csexp-1.4.0:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/0.26.2
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.26.2.tar.gz -> ocamlformat-rpc-lib-0.26.2.tar.gz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe dune 339df00cc31668d437589817d093748d
_md5_=91f3b1d6eed4f43ba3eb95b4f43aa751

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/opencv[png,python,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( !test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:=[x265] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
BDEPEND=test? ( dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/opencv[png,python,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( !test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-libs/libheif-1.17.6:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-libs/libheif-1.17.6:=[x265] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Python interface for libheif library
@@ -8,10 +8,10 @@ INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=!test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/libheif:=[x265] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
RDEPEND=!test? ( dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-libs/libheif-1.17.6:= ) test? ( dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-libs/libheif-1.17.6:=[x265] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pillow-heif/pillow_heif-0.15.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/p/pillow-heif/pillow_heif-0.18.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f0b78ae4202308a8f9286dc1dcb60d27
_md5_=fa7aca4f039a0ed254cf6547d6d16526

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( dev-ml/alcotest:= ) dev-lang/ocaml dev-ml/dune
BDEPEND=test? ( >=dev-ml/cmdliner-1.2.0:= ~dev-ml/ocamlformat-rpc-lib-0.26.2:= ) dev-lang/ocaml dev-ml/dune
DEFINED_PHASES=compile install test
DEPEND=dev-ml/cmdliner:= dev-ml/csexp:= dev-ml/re:= dev-ml/base:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= dev-ml/fpath:= dev-ml/menhir:= dev-ml/ocaml-version:= dev-util/ocp-indent:= dev-ml/stdio:= dev-ml/uuseg:= dev-ml/uutf:= dev-ml/astring:= dev-ml/camlp-streams:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
DEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=Auto-formatter for OCaml code
EAPI=8
HOMEPAGE=https://github.com/ocaml-ppx/ocamlformat
@@ -8,9 +8,9 @@ INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-ml/cmdliner:= dev-ml/csexp:= dev-ml/re:= dev-ml/base:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= dev-ml/fpath:= dev-ml/menhir:= dev-ml/ocaml-version:= dev-util/ocp-indent:= dev-ml/stdio:= dev-ml/uuseg:= dev-ml/uutf:= dev-ml/astring:= dev-ml/camlp-streams:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
RDEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/0.26.2
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.26.2.tar.gz -> ocamlformat-0.26.2.tar.gz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe dune 339df00cc31668d437589817d093748d
_md5_=11f0b52940d835326cab7d21b972dfb0
_md5_=88025100d1f9572229eee56c758c2258

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=AGPL-3+
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango
SLOT=0
SRC_URI=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.1-beta/freetube_0.21.1_amd64.deb
SRC_URI=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.1-beta/freetube_0.21.1_amd64.deb -> freetube-bin-0.21.1_beta.deb
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=5065ad90b619d7376c36f97008ea39c9
_md5_=060ce43b6c3a628768c4eb1c6a735f25

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=A private YouTube desktop client
EAPI=8
HOMEPAGE=https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop unpacker xdg
KEYWORDS=~amd64
LICENSE=AGPL-3+
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango
SLOT=0
SRC_URI=https://github.com/FreeTubeApp/FreeTube/releases/download/v0.21.2-beta/freetube_0.21.2_amd64.deb -> freetube-bin-0.21.2_beta.deb
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=b9721535e1278604600b10bc027d2b1f

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-python/breathe dev-python/sphinx virtual/pkgconfig test? ( app-arch/createrepo_c dev-util/cppunit ) app-alternatives/ninja >=dev-build/cmake-3.20.5
BDEPEND=dev-python/breathe dev-python/sphinx virtual/pkgconfig test? ( app-arch/rpm app-arch/createrepo_c dev-util/cppunit ) app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=app-arch/rpm-4.17.0 dev-cpp/sdbus-c++:= dev-cpp/toml11 >=dev-db/sqlite-3.35.0:3 >=dev-libs/glib-2.46.0:2 dev-libs/json-c:= dev-libs/libfmt:= >=dev-libs/librepo-1.17.1 >=dev-libs/libsolv-0.7.25 dev-libs/libxml2 sys-apps/util-linux >=sys-libs/libmodulemd-2.11.2 systemd? ( sys-apps/systemd:= )
DESCRIPTION=Command-line package manager
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/dnf5/archive/refs/tags/5.2.5.0.tar.gz -> dnf5-5.2.5.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 258a4691fd43b8cd5814cb1acbb3c7df
_md5_=162b05475119aa9999c6b4e4c9dcb60b
_md5_=f4ae3d5ebaf7f4814097ef8f0b530436

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Updated AMD Fan control utility forked from amdgpu-fan and updated.
EAPI=8
HOMEPAGE=https://mcgillij.dev/pages/amdfan.html
INHERIT=distutils-r1 systemd autotools
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mcgillij/amdfan/archive/refs/tags/0.2.1.tar.gz -> amdfan-0.2.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 systemd c8b03e8df84486aa991d4396686e8942 gnuconfig a397adda6984a4c423e28ac274c1ba98 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0
_md5_=1d1889ff70bdd367a226f74938d65e03

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_11(-)?] ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=Updated AMD Fan control utility forked from amdgpu-fan and updated.
EAPI=8
HOMEPAGE=https://mcgillij.dev/pages/amdfan.html
INHERIT=distutils-r1 systemd autotools
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/mcgillij/amdfan/archive/refs/tags/0.2.1.tar.gz -> amdfan-0.2.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 systemd c8b03e8df84486aa991d4396686e8942 gnuconfig a397adda6984a4c423e28ac274c1ba98 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0
_md5_=92b9a3da01e38a1239dee40e5ee61f3d

View File

@@ -11,4 +11,4 @@ RDEPEND=x11-libs/libX11
SLOT=0
SRC_URI=https://dl.suckless.org/tools/slstatus-1.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 portability 225656ad6c6594fe3b0187bdd50707fb savedconfig b9131abe556ad2ea96c01b06d658d363
_md5_=874a6611c88c51fcf6c0734abc0665d5
_md5_=f33d58e2a7aea6d0e8a86b709f6ef3c7

View File

@@ -114,7 +114,7 @@ app-admin/overmind 2.2.2-r1 2.4.0: Process manager for Procfile-based applicatio
app-admin/pass-audit 1.2 1.2-r1: A pass extension for auditing your password repository.
app-admin/pass-update 2.2.1: pass extension that provides an easy flow for updating passwords
app-admin/pulumi-bin 3.122.0 3.124.0 3.127.0: Infrastructure as code in any programming language
app-admin/rbw 1.11.1 9999: Unofficial Bitwarden CLI
app-admin/rbw 1.11.1-r1 1.12.0 9999: Unofficial Bitwarden CLI
app-admin/s-tui 1.1.6: Stress-Terminal UI monitoring tool
app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
app-admin/terragrunt-bin 0.38.6 0.45.4 0.50.8: A thin wrapper for Terraform
@@ -589,6 +589,8 @@ dev-ml/lwt-dllist 1.0.1: Mutable doubly-linked list with Lwt iterators
dev-ml/ocaml-syntax-shims 1.0.0: Backport new syntax to older compilers
dev-ml/ocaml-version 3.6.7: Library to parse and enumerate releases of the OCaml compiler
dev-ml/ocamlc-loc 3.13.1: Parse ocaml compiler output into structured form
dev-ml/ocamlformat-lib 0.26.2: OCamlFormat is a tool to automatically format OCaml code in a uniform style.
dev-ml/ocamlformat-rpc-lib 0.26.2: Auto-formatter for OCaml code (RPC mode)
dev-ml/pecu 0.6: Implementation of quoted-printable encoder/decoder from RFC2045
dev-ml/ppx_yojson_conv_lib 0.17.0: Runtime lib for ppx_yojson_conv
dev-ml/psq 0.2.0-r2 0.2.1: Functional Priority Search Queues for OCaml
@@ -747,7 +749,7 @@ dev-python/pem 23.1.0: Easy PEM file parsing in Python
dev-python/persist-queue 0.8.1 1.0.0: A thread-safe disk based persistent queue in Python
dev-python/pg8000 1.29.4: PostgreSQL interface library
dev-python/phx-class-registry 4.0.6-r1 4.1.0: An intersection of the Registry and Factory pattern
dev-python/pillow-heif 0.15.0: Python interface for libheif library
dev-python/pillow-heif 0.18.0: Python interface for libheif library
dev-python/playsound 1.3.0: Single function module with no dependencies for playing sounds
dev-python/plexapi 4.15.14 4.15.15: Python bindings for the Plex API.
dev-python/plotext 5.3.0: Plotting on terminal
@@ -1420,7 +1422,7 @@ net-misc/curlie 1.7.2: Curlie is a frontend to curl that adds the ease of use of
net-misc/cve-client 1.1.0 9999: CLI-based client / toolbox for CVE.org
net-misc/eg25-manager 0.4.2: Daemon for managing the Quectel EG25 modem
net-misc/fedigroup 1.0.6 1.0.8: Emulate group accounts on Mastodon/Pleroma
net-misc/freetube-bin 0.21.1: A private YouTube desktop client
net-misc/freetube-bin 0.21.1_beta 0.21.2_beta: A private YouTube desktop client
net-misc/gdown 5.1.0 5.2.0: Google Drive public file/folder downloader
net-misc/gdrive 3.9.0 3.9.1: Google Drive CLI Client
net-misc/gemget 1.9.0: Command line downloader for the Gemini protocol
@@ -1635,7 +1637,7 @@ sys-libs/libfixposix 0.4.3 0.5.1: Thin wrapper over POSIX syscalls
sys-libs/libnvidia-container 1.14.6 9999: NVIDIA container runtime library
sys-libs/nss-tls 1.0 1.1-r1 9999: A DNS over HTTPS resolver for glibc
sys-libs/solo-udev-rules 4.1.5: udev rules for the Solo FIDO2 & U2F USB+NFC security key
sys-power/amdfan 0.1.28 0.2.1-r1: Updated AMD Fan control utility forked from amdgpu-fan and updated.
sys-power/amdfan 0.1.28 0.2.1-r2: Updated AMD Fan control utility forked from amdgpu-fan and updated.
sys-power/auto-cpufreq 2.1.0 2.1.0-r1: Automatic CPU speed & power optimizer for Linux
sys-power/envycontrol 3.4.0 9999: Easy GPU switching for Nvidia Optimus laptops under Linux
sys-power/fan2go 0.8.1: A simple daemon providing dynamic fan speed control
@@ -1717,7 +1719,7 @@ x11-misc/picom-jonaburg 9999: A lightweight compositor for X11 (previously a com
x11-misc/pywal 3.3.0: Tool that generates color schemes from images
x11-misc/rofi-emoji 3.3.0 3.4.1: Emoji selector plugin for Rofi
x11-misc/selx 1.2.0: Minimal X11 rectangle selection tool
x11-misc/slstatus 1.0: Status monitor for window managers that use WM_NAME/stdin to fill the status bar
x11-misc/slstatus 1.0-r1: Status monitor for window managers that use WM_NAME/stdin to fill the status bar
x11-misc/tbsm 0.5 0.6 0.7: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
x11-misc/xbanish 1.8 1.8_p20230519: Banish the mouse cursor when typing, show it again when the mouse moves
x11-misc/xob 0.2 0.3: A lightweight overlay volume (or anything) bar for the X Window System

View File

@@ -1 +1 @@
Sun, 28 Jul 2024 17:48:58 +0000
Sun, 28 Jul 2024 21:33:43 +0000