2026-06-22 07:01:14 UTC

This commit is contained in:
Repository mirror & CI
2026-06-22 07:01:14 +00:00
parent 5be242c24a
commit 0cb5fd3203
30 changed files with 211 additions and 70 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/uv-build[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] verify-provenance? ( dev-python/pypi-attestations )
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=A plain, file-based note-taking CLI
EAPI=8
HOMEPAGE=https://stiermid.github.io/nnote/ https://github.com/stiermid/nnote https://pypi.org/project/nnote/
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/click[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?,python_targets_python3_15(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_15? ( dev-lang/python:3.15 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/n/nnote/nnote-0.3.4.tar.gz verify-provenance? ( https://pypi.org/integrity/nnote/v0.3.4/nnote-0.3.4.tar.gz/provenance -> nnote-0.3.4.tar.gz.provenance )
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=1d1b132647c541d487fa1b8fa6c5a74f

View File

@@ -1,6 +1,6 @@
BDEPEND=sys-apps/help2man virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( dev-util/cmocka )
DEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( app-arch/zip dev-util/cmocka )
DESCRIPTION=Tool to communicate with Qualcomm System On a Chip bootroms
EAPI=8
HOMEPAGE=https://github.com/linux-msm/qdl
@@ -8,9 +8,9 @@ INHERIT=meson
IUSE=test
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( dev-util/cmocka )
RDEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( app-arch/zip dev-util/cmocka )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/linux-msm/qdl/archive/refs/tags/v2.7.tar.gz -> qdl-2.7.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f
_md5_=1f183d4f4ae1df689761ef8f581d25e5
_md5_=21ff3df863fbffce0a21d6135e519c14

View File

@@ -1,6 +1,6 @@
BDEPEND=sys-apps/help2man virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( dev-util/cmocka )
DEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( app-arch/zip dev-util/cmocka )
DESCRIPTION=Tool to communicate with Qualcomm System On a Chip bootroms
EAPI=8
HOMEPAGE=https://github.com/linux-msm/qdl
@@ -8,8 +8,8 @@ INHERIT=git-r3 meson
IUSE=test
LICENSE=BSD
PROPERTIES=live
RDEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( dev-util/cmocka )
RDEPEND=dev-libs/libusb:1 dev-libs/libxml2:= dev-libs/libzip:= test? ( app-arch/zip dev-util/cmocka )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=git-r3 2f8cdb10b033f92c3136aa6488a31c98 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f
_md5_=72adf1eaa1f2b525b439319e8700f057
_md5_=c29602b1a067341b8434ab1335457086

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-ml/alcotest-1.3.0:= ~dev-ml/ocamlformat-rpc-lib-0.29.0:= >=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/cmdliner-1.1.0:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= >=dev-ml/fpath-0.7.3:= >=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/camlp-streams:= dev-lang/ocaml:=[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/cmdliner-1.1.0:= dev-ml/dune-build-info:= dev-ml/either:= dev-ml/fix:= >=dev-ml/fpath-0.7.3:= >=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/camlp-streams:= dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/0.29.0
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.29.0.tar.gz -> ocamlformat-lib-0.29.0.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 dune bca6089ec4118f02802b8cee78a748c5
_md5_=6b9a44d2261ed654a6994e52154ccd17

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:=[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:=[ocamlopt?] dev-ml/dune:=
RESTRICT=test
SLOT=0/0.29.0
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.29.0.tar.gz -> ocamlformat-rpc-lib-0.29.0.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 dune bca6089ec4118f02802b8cee78a748c5
_md5_=66ecc38129533382b0da9b1968624489

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/defusedxml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[jpeg,lcms,webp,zlib,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=media-libs/libheif-1.19.0:=[x265] media-libs/opencv[png,python,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=media-libs/libheif-1.19.0:= >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/setuptools[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
DESCRIPTION=Python interface for libheif library
EAPI=8
HOMEPAGE=https://github.com/bigcat88/pillow_heif https://pypi.org/project/pillow-heif/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=media-libs/libheif-1.19.0:= python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pillow-heif/pillow_heif-1.4.0.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 18a01bee4e486884d7457cfacde74099 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=7acc366909a98397fe6c5c09c4bec31f

View File

@@ -10,4 +10,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/docker/docker-language-server/archive/refs/tags/v0.20.1.tar.gz -> docker-language-server-0.20.1.tar.gz https://github.com/ingenarel/guru-depfiles/releases/download/docker-language-server-0.20.1-deps.tar.xz/docker-language-server-0.20.1-go-mod-deps.tar.xz -> docker-language-server-0.20.1-deps.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 optfeature 538bce96e5589935b57e178e8635f301
_md5_=db71340b5a5c46a98bf994fbe5247de1
_md5_=f871d4431213db5f6c8626e52a45379c

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-ml/cmdliner-1.2.0:= ~dev-ml/ocamlformat-rpc-lib-0.26.2:= >=dev-ml/alcotest-1.3.0:= >=dev-util/ocp-indent-1.8.1:= ) dev-lang/ocaml dev-ml/dune
DEFINED_PHASES=compile install test
DEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=Auto-formatter for OCaml code
EAPI=8
HOMEPAGE=https://github.com/ocaml-ppx/ocamlformat
INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= dev-lang/ocaml:=[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 a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 dune bca6089ec4118f02802b8cee78a748c5
_md5_=202d8015ddd1163e89a842e2fba411ce

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-ml/cmdliner-1.2.0:= ~dev-ml/ocamlformat-rpc-lib-0.29.0:= >=dev-ml/alcotest-1.3.0:= >=dev-util/ocp-indent-1.8.1:= ) dev-lang/ocaml dev-ml/dune
DEFINED_PHASES=compile install prepare test
DEPEND=>=dev-ml/cmdliner-1.1.0:= >=dev-ml/csexp-1.4.0:= ~dev-ml/ocamlformat-lib-0.29.0:= >=dev-ml/re-1.10.3:= dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=Auto-formatter for OCaml code
EAPI=8
HOMEPAGE=https://github.com/ocaml-ppx/ocamlformat
INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-ml/cmdliner-1.1.0:= >=dev-ml/csexp-1.4.0:= ~dev-ml/ocamlformat-lib-0.29.0:= >=dev-ml/re-1.10.3:= dev-lang/ocaml:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/0.29.0
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.29.0.tar.gz -> ocamlformat-0.29.0.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 dune bca6089ec4118f02802b8cee78a748c5
_md5_=b5e9602ebe56f530e73059f1115b0b4b

View File

@@ -12,6 +12,6 @@ LICENSE=GPL-3+
RDEPEND=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 ) dev-libs/glib:2 gui-libs/gtk:4 gui-libs/libadwaita:1 python_single_target_python3_12? ( dev-python/pygobject:3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject:3[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject:3[python_targets_python3_14(-)] )
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/0.8.0/Refine-0.8.0.tar.bz2
SRC_URI=https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/0.8.0/Refine-0.8.0.tar.bz2 -> Refine-0.8.0.tar.bz2
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=96bf799beac02091a3604236fe95838f
_md5_=53b10618802bb5e8d03e1e5f50c299de

File diff suppressed because one or more lines are too long

View File

@@ -1,17 +1,17 @@
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
DEPEND=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_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
DESCRIPTION=GTK+ Himitsu prompter for Wayland
EAPI=8
HOMEPAGE=https://git.sr.ht/~sircmpwn/hiprompt-gtk-py
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=meson python-single-r1 xdg
IUSE=python_single_target_python3_12 python_single_target_python3_13
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
KEYWORDS=~amd64 ~arm64 ~riscv
LICENSE=GPL-3
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
RDEPEND=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_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
SRC_URI=https://git.sr.ht/~sircmpwn/hiprompt-gtk-py/archive/0.8.0.tar.gz -> hiprompt-gtk-py-0.8.0.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=e820ffc5185460e9357502fe801a4c4d
_md5_=87cab0c1efbb4f712ac50512f7c86c26

View File

@@ -1,16 +1,16 @@
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
DEPEND=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_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
DESCRIPTION=GTK+ Himitsu prompter for Wayland
EAPI=8
HOMEPAGE=https://git.sr.ht/~sircmpwn/hiprompt-gtk-py
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=meson python-single-r1 xdg git-r3
IUSE=python_single_target_python3_12 python_single_target_python3_13
IUSE=python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 )
RDEPEND=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_12? ( dev-python/pygobject[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pygobject[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pygobject[python_targets_python3_14(-)] ) x11-libs/gtk+:3[introspection] >=gui-libs/gtk-layer-shell-0.5.0[introspection]
REQUIRED_USE=^^ ( python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
SLOT=0
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=7e2ef577536b9767b5ddafb1af4a8fbd
_md5_=82e717fdcb2d8d70d2e733558c9fffbc

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-libs/appstream-glib dev-util/blueprint-compiler dev-lang/typescript dev-build/meson virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install postinst postrm preinst test
DEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=gui-libs/gtk-4.5:4 >=dev-libs/gjs-1.71.0 >=app-misc/geoclue-2.3.1:2.0 >=gui-libs/libadwaita-1.4_alpha:1= media-libs/gstreamer media-libs/gst-plugins-bad media-libs/gst-plugins-base media-libs/gst-plugins-good
DESCRIPTION=Play audio files
EAPI=8
HOMEPAGE=https://gitlab.gnome.org/GNOME/decibels
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=gnome.org gnome2-utils meson xdg
KEYWORDS=~amd64
LICENSE=GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0
RDEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-1.82.0-r2:= >=gui-libs/gtk-4.5:4 >=dev-libs/gjs-1.71.0 >=app-misc/geoclue-2.3.1:2.0 >=gui-libs/libadwaita-1.4_alpha:1= media-libs/gstreamer media-libs/gst-plugins-bad media-libs/gst-plugins-base media-libs/gst-plugins-good gnome-base/gsettings-desktop-schemas
SLOT=0
SRC_URI=mirror://gnome/sources/decibels/49/decibels-49.6.1.tar.xz
_eclasses_=gnome.org e1b4f392dbfedfb8974b71b017937f08 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=d9b4b0640137539d952e5521b7c365dc

View File

@@ -1,14 +1,15 @@
BDEPEND=virtual/pkgconfig || ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) llvm_slot_22? ( llvm-core/clang:22 )
BDEPEND=llvm_slot_19? ( llvm-core/clang:19 ) llvm_slot_20? ( llvm-core/clang:20 ) llvm_slot_21? ( llvm-core/clang:21 ) llvm_slot_22? ( llvm-core/clang:22 ) virtual/pkgconfig || ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
DEPEND=llvm_slot_19? ( llvm-runtimes/compiler-rt-sanitizers:19[libfuzzer] ) llvm_slot_20? ( llvm-runtimes/compiler-rt-sanitizers:20[libfuzzer] ) llvm_slot_21? ( llvm-runtimes/compiler-rt-sanitizers:21[libfuzzer] ) llvm_slot_22? ( llvm-runtimes/compiler-rt-sanitizers:22[libfuzzer] )
DESCRIPTION=A beautiful and configurable TUI client for MPD
EAPI=8
HOMEPAGE=https://mierak.github.io/rmpc/
INHERIT=llvm-r2 cargo shell-completion git-r3
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=llvm-r2 cargo shell-completion desktop xdg git-r3
IUSE=+llvm_slot_21 llvm_slot_19 llvm_slot_20 llvm_slot_22 debug
LICENSE=BSD Apache-2.0 BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-3+ MIT UoI-NCSA openssl Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB
PROPERTIES=live
REQUIRED_USE=^^ ( llvm_slot_19 llvm_slot_20 llvm_slot_21 llvm_slot_22 )
SLOT=0
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 d0f9b3164877aa250943c25b016e475e flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=dad69aaeca50a6b43b33207bd7404fbf
_eclasses_=llvm-utils e7edb4086e31c8537574b263d899f826 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multilib fc812e8eb2170022c28272d80a1f9e77 llvm-r2 d0f9b3164877aa250943c25b016e475e flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 983bdde2432d878045ca2524b9ff935d bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16 desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=7fec3f12bb30bb34c12f277b2bd494b6

View File

@@ -1,4 +1,4 @@
BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip virtual/pkgconfig
BDEPEND=>=dev-lang/go-1.26.2 >=dev-lang/go-1.24.11:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install postinst test unpack
DESCRIPTION=Fast and lightweight DNS proxy as ad-blocker with many features written in Go
EAPI=8
@@ -11,6 +11,6 @@ LICENSE=Apache-2.0 AGPL-3 BSD-2 BSD ISC MIT MPL-2.0
RDEPEND=acct-user/blocky acct-group/blocky
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/0xERR0R/blocky/archive/v0.30.0.tar.gz -> blocky-0.30.0.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/blocky-0.30.0/deps.tar.xz -> blocky-0.30.0-deps.tar.xz
SRC_URI=https://github.com/0xERR0R/blocky/archive/v0.32.1.tar.gz -> blocky-0.32.1.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/blocky-0.32.1/deps.tar.xz -> blocky-0.32.1-deps.tar.xz
_eclasses_=fcaps c94316d02a37fb5cbe79b7d41c729119 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba systemd a964c0cbe818b5729da1dbfcee5be861 bash-completion-r1 9e91505e030725688d1e953321a47501 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=f8b3db09b76c79335346c830e4910b55
_md5_=e3b24467d6e9b4df8e602463fa33100b

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sci-electronics/verilator ) sys-libs/ncurses:0=
DEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sci-electronics/verilator ) app-arch/zstd:= sys-libs/ncurses:0=
DESCRIPTION=The fast free Verilog/SystemVerilog simulator
EAPI=8
HOMEPAGE=https://circt.llvm.org https://github.com/llvm/circt
@@ -8,10 +8,10 @@ INHERIT=cmake python-r1
IUSE=test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64 ~arm64 ~riscv ~x86
LICENSE=Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sci-electronics/verilator ) sys-libs/ncurses:0=
RDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-python/psutil[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sci-electronics/verilator ) app-arch/zstd:= sys-libs/ncurses:0=
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/llvm/circt/archive/refs/tags/firtool-1.140.0.tar.gz -> circt-1.140.0.tar.gz https://github.com/llvm/llvm-project/archive/b7c1a6f8b447fba6fff47d309eb7ba1bc22e8c53.tar.gz -> llvm-project-b7c1a6f8b447fba6fff47d309eb7ba1bc22e8c53.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf
_md5_=d351f05f0981efde8f2e5017d2bb3404
_md5_=4480204f2272b5b5592a4a8fa6e53008

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=Free version of the FlexBV boardview and schematic software
EAPI=8
HOMEPAGE=https://pldaniels.com/flexbv5/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=FlexBV-Free-EULA
RDEPEND=media-libs/fontconfig media-libs/libsdl2 sys-libs/zlib virtual/opengl
RESTRICT=mirror test strip
SLOT=0
SRC_URI=https://pldaniels.com/flexbv5/releases/flexbv-free-5.3156-linux-x86_64.tar.gz
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=76e67c53f3f0f4b49390a1f751d48094

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst unpack
DESCRIPTION=Linux SDL/ImGui edition software for viewing .brd files.
EAPI=8
HOMEPAGE=https://openboardview.org
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg optfeature
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-db/sqlite:3 media-libs/fontconfig media-libs/libsdl2 sys-libs/zlib x11-libs/gtk+:3
RESTRICT=strip test
SLOT=0
SRC_URI=https://github.com/OpenBoardView/OpenBoardView/releases/download/10.0.0/openboardview_10.0.0-1_amd64.deb
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 optfeature 538bce96e5589935b57e178e8635f301
_md5_=449e86b53d60550813a31e426a375c54

File diff suppressed because one or more lines are too long

View File

@@ -12,4 +12,4 @@ RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.4.1.tar.gz -> chawan-0.4.1.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399
_md5_=e50f98fa3afafb7bb47d65c4815dc2b0
_md5_=6c5d903db0011f42686c3fd287520ba2

View File

@@ -12,4 +12,4 @@ RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.4.2.tar.gz -> chawan-0.4.2.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399
_md5_=e50f98fa3afafb7bb47d65c4815dc2b0
_md5_=6c5d903db0011f42686c3fd287520ba2

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-lang/nim virtual/pkgconfig
DEFINED_PHASES=configure prepare
DEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
DESCRIPTION=TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
EAPI=9
HOMEPAGE=https://chawan.net
INHERIT=toolchain-funcs multiprocessing
IUSE=lto
KEYWORDS=~amd64
LICENSE=Unlicense
RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
SRC_URI=https://git.sr.ht/~bptato/chawan/archive/v0.4.3.tar.gz -> chawan-0.4.3.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399
_md5_=6c5d903db0011f42686c3fd287520ba2

View File

@@ -11,4 +11,4 @@ PROPERTIES=live
RDEPEND=app-arch/brotli dev-libs/openssl net-libs/libssh2
SLOT=0
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=163c165a6175a97ccf7607b2361c44a8
_md5_=5a6c65470b956de62d06c68d8e07a876

View File

@@ -12,4 +12,4 @@ RESTRICT=binchecks strip
SLOT=0
SRC_URI=https://github.com/somepaulo/MoreWaita/archive/refs/tags/v49.tar.gz -> MoreWaita-49.tar.gz
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f
_md5_=01c90157802b0d624bdfb78a0c0ce8af
_md5_=284bab01adcd6b4c5acc21f1c1808f00

View File

@@ -11,4 +11,4 @@ RDEPEND=x11-themes/adwaita-icon-theme
RESTRICT=binchecks strip
SLOT=0
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 18a01bee4e486884d7457cfacde74099 sysroot 4c36abaf94ebd3ab32f8abea9a444121 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson 12065b402c6d78a2aec926ed8dfd964f git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=01c90157802b0d624bdfb78a0c0ce8af
_md5_=284bab01adcd6b4c5acc21f1c1808f00

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=An unofficial GTK3 port of libadwaita
EAPI=8
HOMEPAGE=https://github.com/lassekongo83/adw-gtk3
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg
KEYWORDS=~amd64 ~arm64
LICENSE=LGPL-2.1
RESTRICT=binchecks strip
SLOT=0
SRC_URI=https://github.com/lassekongo83/adw-gtk3/releases/download/v6.5/adw-gtk3v6.5.tar.xz
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=baf4e3c1d8c49a879a4e2bd0bd298938

View File

@@ -425,6 +425,7 @@ app-text/lizard 1.21.3 1.22.1 1.23.0: A simple code complexity analyser, support
app-text/lorien-bin 0.6.0-r2: Infinite canvas drawing/whiteboarding. Made with Godot.
app-text/lsp 0.5.0_rc4 9999: The least significant pager
app-text/markdown-oxide 0.25.10 0.25.11: PKM Markdown Language Server
app-text/nnote 0.3.4: A plain, file-based note-taking CLI
app-text/notekit 0.2.0: Write your notes in instantly-formatted Markdown
app-text/owo 0.1.0: OwO-ifies text via regex
app-text/pandoc-crossref-bin 0.3.17.0f: Pandoc filter for cross-references
@@ -715,8 +716,8 @@ dev-ml/ocaml-tsort 2.2.0: Easy to use and user-friendly topological sort
dev-ml/ocaml-version 3.6.7 3.6.8 3.6.9: Library to parse and enumerate releases of the OCaml compiler
dev-ml/ocaml-yaml 3.2.0: Parse and generate YAML 1.1/1.2 files
dev-ml/ocamlc-loc 3.16.0-r1: 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/ocamlformat-lib 0.26.2 0.29.0: OCamlFormat is a tool to automatically format OCaml code in a uniform style
dev-ml/ocamlformat-rpc-lib 0.26.2 0.29.0: Auto-formatter for OCaml code (RPC mode)
dev-ml/odate 0.7: Date & Duration Library
dev-ml/otoml 1.0.5: TOML parsing, manipulation, and pretty-printing library
dev-ml/psq 0.2.0-r2 0.2.1: Functional Priority Search Queues for OCaml
@@ -914,7 +915,7 @@ dev-python/parsel 1.10.0: Utility to extract data from XML/HTML documents using
dev-python/pem 23.1.0-r1: Easy PEM file parsing in Python
dev-python/persist-queue 0.8.1 1.0.0 1.1.0: A thread-safe disk based persistent queue in Python
dev-python/phx-class-registry 4.1.0-r1: An intersection of the Registry and Factory pattern
dev-python/pillow-heif 1.3.0: Python interface for libheif library
dev-python/pillow-heif 1.3.0 1.4.0: Python interface for libheif library
dev-python/pillow-jxl-plugin 1.3.7: Pillow plugin for JPEG-XL, using Rust for bindings.
dev-python/pipdeptree 2.34.0: Utility for displaying installed packages in a dependency tree
dev-python/pipenv 2026.6.1: Python Development Workflow for Humans
@@ -1154,7 +1155,7 @@ dev-util/mock 6.7: Simple chroot build environment manager for building RPMs
dev-util/mock-core-configs 44.2: Mock core config files basic chroots
dev-util/neocmakelsp 0.10.2 0.10.3: Another CMake LSP
dev-util/nvchecker 2.19 2.20: New version checker for software releases
dev-util/ocamlformat 0.26.2 0.26.2-r1: Auto-formatter for OCaml code
dev-util/ocamlformat 0.26.2-r1 0.29.0: Auto-formatter for OCaml code
dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors like Emacs and Vim.
dev-util/ols 2026.01 2026.03 9999: Language server for Odin Programming language
dev-util/opencode-bin 1.1.48 1.2.6 1.15.12: The open source coding agent
@@ -1301,7 +1302,7 @@ games-util/steamtinkerlaunch 12.12 9999: Wrapper script for Steam custom launch
games-util/umu-launcher 1.4.0: Unified launcher for Windows games on Linux
games-util/xivlauncher 1.3.1: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
games-util/xone 0.5.5 0.5.6 0.5.7 0.5.8: Linux kernel driver for Xbox One and Xbox Series X|S accessories
gnome-extra/Refine 0.8.0: Tweak various aspects of GNOME
gnome-extra/Refine 0.8.0-r1: Tweak various aspects of GNOME
gnome-extra/commit 4.1-r1 4.2 4.3: Commit message editor
gnome-extra/extension-manager 0.6.3-r1 0.6.5 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions
gnome-extra/iio-sensor-proxy 3.7 3.8 3.9: IIO sensors to D-Bus proxy
@@ -1577,6 +1578,7 @@ media-sound/bespokesynth 1.2.1 1.3.0: Software modular synth
media-sound/callaudiod 0.1.10 0.1.99: Call audio routing daemon
media-sound/corrscope 0.10.0-r1 0.10.1: Advanced oscilloscope audio visualizer specializing in chiptune
media-sound/cyanrip 0.9.3.1: Fully featured CD ripping program able to take out most of the tedium
media-sound/decibels 49.6.1: Play audio files
media-sound/deep-filter 0.5.6-r2: Noise supression using deep filtering
media-sound/drumgizmo 0.9.20-r1 9999: Audio sampler plugin and stand-alone app that simulates a real drum kit
media-sound/dzr 251115 260308 260315: DZR: the command line deezer.com player
@@ -1615,7 +1617,7 @@ media-sound/plexamp 4.13.0: A dedicated music player for your Plex media library
media-sound/qbitmplayer 3.1.2 3.2.0-r1 3.3.1: Music Player written in C++ & Qt.
media-sound/qloud 1.4.2: Tool to measure loudspeaker frequency and step responses and distortions
media-sound/qobuz-player 0.10.0 2026.05.03 2026.06.12: Tui, web and rfid player for Qobuz
media-sound/rmpc 0.9.0 0.10.0 0.11.0 9999: A beautiful and configurable TUI client for MPD
media-sound/rmpc 0.9.0 0.10.0 0.11.0-r1 9999: A beautiful and configurable TUI client for MPD
media-sound/rsgain 3.5.1-r1 3.5.3-r1: Really Simple replay Gain calculator for tagging audio files
media-sound/shortwave 5.0.0 5.1.0: An internet radio player
media-sound/songrec 0.7.3: An open-source Shazam client for Linux, written in Rust.
@@ -1700,7 +1702,7 @@ net-dialup/syncterm 1.1 9999: BBS (bulletin board system) terminal
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
net-dialup/tio 3.9: Simple TTY terminal application
net-dns/AdGuardHome 0.107.71 0.107.76 0.107.77: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
net-dns/blocky 0.30.0 0.31.0 0.32.0 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-dns/blocky 0.31.0 0.32.0 0.32.1 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-dns/noip-duc 3.3.0: No-IP Dynamic Update Client (https://www.noip.com)
net-dns/technitium-dns 13.6 14.3 15.0.1 15.1 15.2: Open-source, self-hosted authoritative and recursive DNS+DHCP server.
net-fs/httpdirfs 1.2.7: Filesystem to mount HTTP directory listings, with a permanent cache
@@ -1917,10 +1919,12 @@ sci-electronics/cocotb 1.9.2 2.0.1-r1: Python-based chip (RTL) verification
sci-electronics/cocotb-bus 0.3.0: Reusable testbenching tools and bus interfaces for cocotb
sci-electronics/coil64 2.4.39-r1: Coil64 is inductance coil calculator
sci-electronics/dsview 1.3.2-r2 9999: An open source multi-function instrument
sci-electronics/flexbv-free-bin 5.3156: Free version of the FlexBV boardview and schematic software
sci-electronics/kactus2 3.13.3 9999: A open source IP-XACT-based tool
sci-electronics/liblxi 1.20: Implementation of the LAN eXtensions for Instrumentation (LXI)
sci-electronics/logic-bin 2.4.43 2.4.44: Saleae logic analyzer
sci-electronics/lxi-tools 2.7: Tools to access devices with LXI
sci-electronics/openboardview-bin 10.0.0: Linux SDL/ImGui edition software for viewing .brd files.
sci-electronics/qucs-s 26.1.1: Quite universal circuit simulator with SPICE
sci-electronics/sby 0.64 0.65: Front-end for Yosys-based formal hardware verification flows
sci-electronics/slang 11.0-r1 9999: SystemVerilog compiler and language services
@@ -2131,7 +2135,7 @@ www-apps/whisparr-eros 3.3.1.579 3.3.3.683: Adult movie organizer/manager for us
www-apps/zola 0.22.1-r2 0.22.1-r3: A fast static site generator with everything built-in
www-client/badwolf 1.4.0-r2 9999-r1: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh 1.8.2 1.8.3: A fully-modern text-based browser, rendering to TTY and browsers
www-client/chawan 0.4.1 0.4.2 9999: TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
www-client/chawan 0.4.1 0.4.2 0.4.3 9999: TUI web browser; supports CSS, images, JavaScript, and multiple web protocols
www-client/helium-bin 0.12.3.1 0.12.5.1 0.13.2.1: Private, fast, and honest web browser based on Chromium
www-client/mullvad-browser-bin 15.0.14: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
@@ -2204,7 +2208,7 @@ x11-terms/tym 3.5.1-r2: Lua-configurable terminal emulator
x11-terms/weltschmerz 1.9.0: A terminal emulator in Vala
x11-terms/wezterm-nightly-bin 99999999: A GPU-accelerated cross-platform terminal emulator and multiplexer
x11-themes/MoreWaita 49 9999: An expanded Adwaita-styled companion icon theme
x11-themes/adw-gtk3 5.6 5.10: The theme from libadwaita ported to GTK-3
x11-themes/adw-gtk3 5.6 5.10 6.5: An unofficial GTK3 port of libadwaita
x11-themes/adwaita-dark-amoled 9999: GTK-3/4 theme: black background, blue accent
x11-themes/apple-cursor 2.0.1: Free & Open source macOS Cursors.
x11-themes/arc-darkest-colors 0_pre20200818 0_pre20201112: Flat, dark-mode theme with transparent elements

View File

@@ -1 +1 @@
Sun, 21 Jun 2026 13:46:02 +0000
Mon, 22 Jun 2026 07:01:14 +0000