mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
2023-12-11 07:03:46 UTC
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[ncurses] ) python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[ncurses] ) python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=An HTTP log monitoring tool for your terminal
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/michael-lazar/Akita https://pypi.org/project/akita/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:=[ncurses] ) python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:=[ncurses] ) python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses] )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/michael-lazar/akita/archive/refs/tags/v0.1.4.tar.gz -> akita-0.1.4.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=eecdcaf66198d8b5ca6ef55dd255b0e2
|
||||
_md5_=ab62dd33fa15a6a54f3eebaf955596e3
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( 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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( 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/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Gentoo Linux updater
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Lab-Brat/gentoo_update
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Lab-Brat/gentoo_update/archive/refs/tags/0.2.2.tar.gz -> gentoo_update-0.2.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=9de07040f316ad900662c9a5fbd34074
|
||||
_md5_=f36d6b085c4d0ebc5ca703ba4a91f5b3
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Infrastructure as code in any programming language
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.pulumi.com/ https://github.com/pulumi/pulumi
|
||||
INHERIT=bash-completion-r1
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.92.0/pulumi-v3.92.0-linux-x64.tar.gz )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
|
||||
_md5_=d6600f8961b9348c7bc7cfcc8bfebe86
|
||||
@@ -6,6 +6,6 @@ INHERIT=bash-completion-r1
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.91.1/pulumi-v3.91.1-linux-x64.tar.gz )
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.95.0/pulumi-v3.95.0-linux-x64.tar.gz )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
|
||||
_md5_=d6600f8961b9348c7bc7cfcc8bfebe86
|
||||
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-arch/ouch-0.5.1
Normal file
15
metadata/md5-cache/app-arch/ouch-0.5.1
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/app-crypt/gnome-encfs-manager-1.9-r2
Normal file
16
metadata/md5-cache/app-crypt/gnome-encfs-manager-1.9-r2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=|| ( dev-lang/vala:0.56 ) sys-devel/libtool >=sys-devel/automake-1.11 appindicator? ( dev-libs/libappindicator ) x11-libs/gtk+:3 >=dev-libs/glib-2 gnome-base/gnome-keyring dev-libs/libgee dev-util/intltool x11-libs/libSM
|
||||
DEFINED_PHASES=configure postinst postrm preinst prepare
|
||||
DEPEND=gnome-base/dconf sys-fs/encfs sys-fs/fuse app-crypt/libsecret x11-libs/libICE dev-libs/glib:2 dev-libs/libappindicator:3 dev-libs/libgee:0.8= x11-libs/gtk+:3 x11-libs/libSM
|
||||
DESCRIPTION=An easy to use manager and mounter for encfs stashes
|
||||
EAPI=8
|
||||
HOMEPAGE=https://launchpad.net/gencfsm
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=vala xdg
|
||||
IUSE=+appindicator
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=gnome-base/dconf sys-fs/encfs sys-fs/fuse app-crypt/libsecret x11-libs/libICE dev-libs/glib:2 dev-libs/libappindicator:3 dev-libs/libgee:0.8= x11-libs/gtk+:3 x11-libs/libSM
|
||||
SLOT=0
|
||||
SRC_URI=https://launchpad.net/gencfsm/trunk/1.9/+download/gnome-encfs-manager_1.9.tar.xz -> gnome-encfs-manager-1.9.tar.xz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb vala e477903dbe0105930c51f170a592dc16 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=e1b4c079ba50ca5483ee67e1e8e3c05c
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,15 +0,0 @@
|
||||
BDEPEND=dev-util/cmake sys-devel/gcc virtual/pkgconfig >=virtual/rust-1.64 >=virtual/rust-1.53
|
||||
DEFINED_PHASES=compile configure install postinst postrm test unpack
|
||||
DEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:=
|
||||
DESCRIPTION=Lightning-fast and Powerful Code Editor written in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://lapce.dev/
|
||||
INHERIT=cargo desktop xdg-utils
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2.1 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB
|
||||
RDEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/lapce/lapce/archive/v0.3.0.tar.gz -> lapce-0.3.0.tar.gz https://github.com/lapce/lapce/releases/download/v0.3.0/vendor.tar.gz -> lapce-0.3.0-vendor.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8e446589282567c95e483e238d8dd120 desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=6b06a4ade865758f428f757d6fbe2d90
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=dev-util/cmake sys-devel/gcc virtual/pkgconfig >=virtual/rust-1.64 >=virtual/rust-1.53
|
||||
DEFINED_PHASES=compile configure install postinst postrm test unpack
|
||||
DEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:=
|
||||
DEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:= dev-libs/libgit2:=
|
||||
DESCRIPTION=Lightning-fast and Powerful Code Editor written in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://lapce.dev/
|
||||
@@ -8,8 +8,8 @@ INHERIT=cargo desktop xdg-utils
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2.1 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB
|
||||
RDEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:=
|
||||
RDEPEND=x11-libs/gtk+:3 media-libs/fontconfig sys-libs/zlib x11-libs/libxcb:= dev-libs/libgit2:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/lapce/lapce/archive/v0.3.0.tar.gz -> lapce-0.3.0.tar.gz https://github.com/lapce/lapce/releases/download/v0.3.0/vendor.tar.gz -> lapce-0.3.0-vendor.tar.gz
|
||||
SRC_URI=https://github.com/lapce/lapce/archive/v0.3.1.tar.gz -> lapce-0.3.1.tar.gz https://github.com/lapce/lapce/releases/download/v0.3.1/vendor.tar.gz -> lapce-0.3.1-vendor.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8e446589282567c95e483e238d8dd120 desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=9768ccb25118eca9e1df7703fe658b53
|
||||
_md5_=54603283ba6fcc537ea74819c5cf9469
|
||||
15
metadata/md5-cache/app-emulation/quickemu-4.9.2
Normal file
15
metadata/md5-cache/app-emulation/quickemu-4.9.2
Normal file
@@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=install setup
|
||||
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) >=app-emulation/qemu-6.0.0[gtk,sdl,spice] >=app-shells/bash-4.0:= app-cdr/cdrtools app-crypt/swtpm app-misc/jq net-misc/spice-gtk[gtk3] net-misc/wget net-misc/zsync sys-apps/usbutils sys-apps/util-linux || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) sys-process/procps x11-apps/xrandr x11-misc/xdg-user-dirs
|
||||
DESCRIPTION=Create and run optimised Windows, macOS and Linux desktop virtual machines
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/quickemu-project/quickemu
|
||||
INHERIT=python-single-r1
|
||||
IUSE=+python_single_target_python3_10
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) >=app-emulation/qemu-6.0.0[gtk,sdl,spice] >=app-shells/bash-4.0:= app-cdr/cdrtools app-crypt/swtpm app-misc/jq net-misc/spice-gtk[gtk3] net-misc/wget net-misc/zsync sys-apps/usbutils sys-apps/util-linux || ( sys-firmware/edk2-ovmf sys-firmware/edk2-ovmf-bin ) sys-process/procps x11-apps/xrandr x11-misc/xdg-user-dirs
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/quickemu-project/quickemu/archive/refs/tags/4.9.2.tar.gz -> quickemu-4.9.2.tar.gz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=00479f7ff4486146baed82fe809d379a
|
||||
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/app-misc/onefetch-2.19.0
Normal file
16
metadata/md5-cache/app-misc/onefetch-2.19.0
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/app-misc/watchexec-1.24.0
Normal file
14
metadata/md5-cache/app-misc/watchexec-1.24.0
Normal file
File diff suppressed because one or more lines are too long
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/rsteube/carapace-bin/archive/refs/tags/v0.28.3.tar.gz -> carapace-0.28.3.tar.gz https://gitlab.com/freijon_gentoo/app-shells/carapace/-/raw/main/carapace-0.28.3-deps.tar.xz
|
||||
SRC_URI=https://github.com/rsteube/carapace-bin/archive/refs/tags/v0.28.5.tar.gz -> carapace-0.28.5.tar.gz https://gitlab.com/freijon_gentoo/app-shells/carapace/-/raw/main/carapace-0.28.5-deps.tar.xz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0
|
||||
_md5_=4e9573b0ca93f3c5f5003c6ccdb3b70e
|
||||
12
metadata/md5-cache/dev-cpp/tomlplusplus-3.4.0
Normal file
12
metadata/md5-cache/dev-cpp/tomlplusplus-3.4.0
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=dev-util/cmake dev-util/meson >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DESCRIPTION=TOML config parser and serializer for C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/marzer/tomlplusplus.git
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/marzer/tomlplusplus/archive/refs/tags/v3.4.0.tar.gz -> tomlplusplus-3.4.0.tar.gz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383
|
||||
_md5_=60fb334f972b079d7c5eb105154b7e6a
|
||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_tar
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v0.4.3.tar.gz -> ManimPango-0.4.3.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=c185918d1cf1cbcc3228848e6915b690
|
||||
_md5_=a712acd9196d5b2536446cce761b84d4
|
||||
|
||||
16
metadata/md5-cache/dev-python/ManimPango-0.5.0
Normal file
16
metadata/md5-cache/dev-python/ManimPango-0.5.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=>=dev-python/cython-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango 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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/cython-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango 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=Binding for Pango, to use with Manim.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango
|
||||
INHERIT=distutils-r1
|
||||
IUSE=debug python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v0.5.0.tar.gz -> ManimPango-0.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=348c1d8701ad2eac008f6ee6d3937c9a
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Pure-Python implementation of the blurhash algorithm
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/blurhash/ https://github.com/halcy/blurhash-python
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/blurhash/blurhash-1.1.4.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=1564f350d7e541a7e6039c88112b74cf
|
||||
_md5_=25445a96975d6c3f78c658dec9e7707b
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-vcs/git dev-vcs/mercurial dev-python/testfixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-vcs/git dev-vcs/mercurial dev-python/testfixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Version-bump your software with a single command!
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/bump2version/ https://github.com/c4urself/bump2version
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
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 )
|
||||
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/b/bump2version/bump2version-1.0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=dd2125ed890e1986f61e4e94066522a2
|
||||
_md5_=d66c9600921c69949634cf83598944ab
|
||||
|
||||
17
metadata/md5-cache/dev-python/cloup-2.1.2
Normal file
17
metadata/md5-cache/dev-python/cloup-2.1.2
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DESCRIPTION=Click + option groups + constraints + aliases + help themes + ...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/janluke/cloup https://pypi.org/project/cloup/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/janluke/cloup/archive/refs/tags/v2.1.2.tar.gz -> cloup-2.1.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=5baae8eb18a5a0368bce84f99669f934
|
||||
@@ -4,14 +4,14 @@ DEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_pytho
|
||||
DESCRIPTION=Click + option groups + constraints + aliases + help themes + ...
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/janluke/cloup https://pypi.org/project/cloup/
|
||||
INHERIT=distutils-r1 pypi
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/janluke/cloup/archive/refs/tags/v3.0.2.tar.gz -> cloup-3.0.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=fbacde99ae5201f735c07a740664aeac
|
||||
SRC_URI=https://github.com/janluke/cloup/archive/refs/tags/v3.0.3.tar.gz -> cloup-3.0.3.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=43b7d92336ff3825f80f45207b032215
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A library and CLI tool for making gemini requests
|
||||
EAPI=8
|
||||
HOMEPAGE=https://notabug.org/tinyrabbit/gemcall/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/pycryptodome[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/pycryptodome[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/g/gemcall/gemcall-0.9.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=4e646d6baa2dc17b243cbbf853309f0d
|
||||
_md5_=eaf2be8a06fbd0b61dc2599ad5d2c455
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Encrypted Content Encoding for HTTP
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/http-ece/ https://github.com/martinthomson/encrypted-content-encoding
|
||||
HOMEPAGE=https://pypi.org/project/http-ece/ https://github.com/web-push-libs/encrypted-content-encoding
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/cryptography[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/cryptography[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 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/martinthomson/encrypted-content-encoding/archive/refs/tags/v1.1.0.tar.gz -> http-ece-1.1.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=209f1939bd4549b3fdd533cb3abfc062
|
||||
_md5_=000c4e40d41bdf101fea0ebd800d5be5
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/isosurfaces/ https://github.com/jared-hughes/isosurfaces
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/numpy[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/numpy[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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jared-hughes/isosurfaces/archive/refs/tags/v0.1.0.tar.gz -> isosurfaces-0.1.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=c8acc6caf033e13d3395e498b51979d9
|
||||
_md5_=22a8c097c78b9c53516bf4fb7c128e79
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit-core-3.9.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.3.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Transliterate Cyrillic to Latin in every possible way
|
||||
EAPI=8
|
||||
HOMEPAGE=https://dangry.ru/iuliia/ https://pypi.org/project/iuliia/ https://github.com/nalgeon/iuliia-py
|
||||
HOMEPAGE=https://iuliia.ru/ https://pypi.org/project/iuliia/ https://github.com/nalgeon/iuliia-py
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 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/i/iuliia/iuliia-0.11.5.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=451055360262ca6289cf03f4a34cbd49
|
||||
_md5_=958368c7c23f11e0043a55e6fbbb83c1
|
||||
|
||||
@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/zenlib-1.1.1
|
||||
DESCRIPTION=Python CPIO library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/PyCPIO
|
||||
HOMEPAGE=https://github.com/desultory/pycpio
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
@@ -11,6 +11,6 @@ LICENSE=GPL-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/desultory/pycpio/archive/refs/tags/0.5.6.tar.gz -> pycpio-0.5.6.tar.gz
|
||||
SRC_URI=https://github.com/desultory/pycpio/archive/refs/tags/0.6.0.tar.gz -> pycpio-0.6.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=79385bdf1658434f16bb750c127fb795
|
||||
_md5_=6c48c7213b0aee0c65925f5c4baa58e9
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/vcrpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] doc? ( || ( ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] ) ) )
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/vcrpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] ) ) )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Plugin for managing VCR.py cassettes
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/pytest-vcr/ https://github.com/ktosiek/pytest-vcr
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 doc
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/vcrpy[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/vcrpy[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ktosiek/pytest-vcr/archive/refs/tags/1.0.2.tar.gz -> pytest-vcr-1.0.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 docs 74475974eae5130ba3e19b31b8ae46b8
|
||||
_md5_=254516f98ab74ddf2883bab31747b3be
|
||||
_md5_=1f329b08cbaad3f499e4582764d77488
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=test? ( dev-python/aspectlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-benchmark[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-libs/olm virtual/python-cffi[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/aspectlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-libs/olm python_targets_python3_10? ( dev-python/cffi[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/cffi[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-5.3.0[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-5.3.0[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-libs/olm
|
||||
DESCRIPTION=Python bindings for dev-libs/olm
|
||||
@@ -8,10 +8,10 @@ INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-libs/olm virtual/python-cffi[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 )
|
||||
RDEPEND=dev-libs/olm python_targets_python3_10? ( dev-python/cffi[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/cffi[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.16/olm-3.2.16.tar.bz2
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=3dc74f0860c2b6e389b5b86513b2d688
|
||||
_md5_=0c50460f8df2ad8166d752029e059999
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Render reStructuredText documents to the terminal
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/rst2ansi/ https://github.com/Snaipe/python-rst2ansi
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/r/rst2ansi/rst2ansi-0.1.5.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=18e413b4099986c9fdd4473fcd0fce9b
|
||||
_md5_=b8122a9ae2ced07c83cb7fbff313e75b
|
||||
|
||||
17
metadata/md5-cache/dev-python/skia-pathops-0.8.0
Normal file
17
metadata/md5-cache/dev-python/skia-pathops-0.8.0
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=app-arch/unzip dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-util/gn dev-util/ninja test? ( >=dev-python/pytest-7.3.1[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-67.8.0-r1[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 bindings for the Skia Path Ops
|
||||
EAPI=8
|
||||
HOMEPAGE=https://skia.org/dev/present/pathops https://pypi.org/project/skia-pathops/ https://github.com/fonttools/skia-pathops
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
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 )
|
||||
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/37/15/fa6de52d9cb3a44158431d4cce870e7c2a56cdccedc8fa1262cbf61d4e1e/skia-pathops-0.8.0.post1.zip
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=b4b7eeca235e0a61e22562374bf528dd
|
||||
15
metadata/md5-cache/dev-python/sphinx-design-0.5.0
Normal file
15
metadata/md5-cache/dev-python/sphinx-design-0.5.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=doc? ( >=dev-python/sphinx-5.3.0 ) 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/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A sphinx extension for designing beautiful, view size responsive web components
|
||||
EAPI=8
|
||||
HOMEPAGE=https://sphinx-design.readthedocs.io https://github.com/executablebooks/sphinx-design
|
||||
INHERIT=distutils-r1
|
||||
IUSE=doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=<dev-python/myst-parser-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/furo-2022.06.04[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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/executablebooks/sphinx-design/archive/refs/tags/v0.5.0.tar.gz -> sphinx-design-0.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=ecb2ccb097479e57872c9cbebd32ad69
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Sphinx extension to add a warning banner
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/sphinx-version-warning/ https://github.com/humitos/sphinx-version-warning
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/sphinx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/sphinx[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/humitos/sphinx-version-warning/archive/refs/tags/1.1.2.tar.gz -> sphinx-version-warning-1.1.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=6c9e5a7c830d5cc155b888837b3977f7
|
||||
_md5_=dcfb0f86cc786caad1bfe8511f15b3f3
|
||||
|
||||
16
metadata/md5-cache/dev-python/sphinxext-opengraph-0.9.0
Normal file
16
metadata/md5-cache/dev-python/sphinxext-opengraph-0.9.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=doc? ( media-fonts/roboto dev-python/furo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/myst-parser[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-design[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/sphinx-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Sphinx extension to generate unique OpenGraph metadata
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/wpilibsuite/sphinxext-opengraph
|
||||
INHERIT=distutils-r1
|
||||
IUSE=doc test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=>=dev-python/sphinx-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/matplotlib[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/e7/b0/e261d13676a53f1909ff38edd41a5d83df84dace2625b2fe9e8a679d4ef3/sphinxext-opengraph-0.9.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=411ea5dfa9456b511693b00a9935059c
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Accessible themes for Pygments
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/tempus-themes/ https://gitlab.com/protesilaos/tempus-themes-generator
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=dev-python/pygments[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/pygments[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/tempus-themes/tempus-themes-2.3.0.20220206.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=fe5f030593fa8c6f755cd8321e184304
|
||||
_md5_=064c6ae94570d5b77dff742ce469251c
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-libs/quazip
|
||||
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
|
||||
DESCRIPTION=A basic launcher for Mupen64Plus
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dh4/mupen64plus-qt
|
||||
INHERIT=desktop qmake-utils
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-libs/quazip
|
||||
RDEPEND=dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dh4/mupen64plus-qt/archive/1.15.tar.gz -> mupen64plus-qt-1.15.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=9c2fc3232232d0f492507f8ecc15ae0f
|
||||
_md5_=3a0065a4e4f16d479ca45cbf714e6657
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=configure install prepare unpack
|
||||
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-libs/quazip
|
||||
DEPEND=>=games-emulation/mupen64plus-core-2.5 dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
|
||||
DESCRIPTION=A basic launcher for Mupen64Plus
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dh4/mupen64plus-qt
|
||||
INHERIT=desktop git-r3 qmake-utils
|
||||
LICENSE=BSD
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 dev-libs/quazip
|
||||
RDEPEND=dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtxml:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 || ( <dev-libs/quazip-1.3 >=dev-libs/quazip-1.3[qt5] )
|
||||
SLOT=0
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 5133e393e8717a3a093660f990801dc1 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=5ce1b0c36556029eaea84e37e19b06b3
|
||||
_md5_=5ef318f576b7fd04312bf0ff0d45af5a
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Colour your text / terminal to be more gay
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/gay/ https://github.com/ms-jpq/gay
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/g/gay/gay-1.2.9.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=5b4fa4d71b1780ab943c00a3f5df0aac
|
||||
_md5_=8ab31860d53a27b643eb563134d5ffa2
|
||||
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/esr/open-adventure/-/archive/1.16/open-adventure-1.16.tar.bz2
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-any-r1 f5169813d1619761b459800587005fd2
|
||||
_md5_=9a1ed3a4da6a8bbaf652e5da7a6bb1f6
|
||||
_md5_=0256837dfd2dee88dfd464517f119562
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=dev-libs/glib:2 dev-util/blueprint-compiler sys-devel/gettext virtual/pkgconfig >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst test
|
||||
DEPEND=dev-libs/glib:2 dev-libs/json-glib gui-libs/gtk:4[introspection] gui-libs/libadwaita:1[introspection] gui-libs/text-engine net-libs/libsoup:3.0
|
||||
DESCRIPTION=A native tool for browsing, installing, and managing GNOME Shell Extensions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mattjakeman.com/apps/extension-manager
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/json-glib gui-libs/gtk:4[introspection] gui-libs/libadwaita:1[introspection] gui-libs/text-engine net-libs/libsoup:3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mjakeman/extension-manager/archive/v0.3.2.tar.gz -> extension-manager-0.3.2.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=4977a32de1694edc1a28a94aa352a301
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/PyQt5 dev-qt/linguist-tools python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)] )
|
||||
BDEPEND=dev-python/PyQt5 dev-qt/linguist-tools python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_12(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DESCRIPTION=A system tray application for the weather status
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dglent/meteo-qt
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=distutils-r1 qmake-utils xdg
|
||||
IUSE=python_single_target_python3_10 python_single_target_python3_11
|
||||
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_single_target_python3_10? ( dev-python/PyQt5[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt5[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
|
||||
RDEPEND=python_single_target_python3_10? ( dev-python/PyQt5[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/PyQt5[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/PyQt5[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dglent/meteo-qt/archive/refs/tags/v3.3.tar.gz -> meteo-qt-3.3.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=cbab75dad0807d0099e0256a1a63cf62
|
||||
_md5_=01b05125feeac26cd941ee76db870c20
|
||||
|
||||
16
metadata/md5-cache/gui-apps/nwg-panel-0.9.19
Normal file
16
metadata/md5-cache/gui-apps/nwg-panel-0.9.19
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/i3ipc[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/dasbus[python_targets_python3_10(-)?,python_targets_python3_11(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell
|
||||
DESCRIPTION=GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-panel
|
||||
INHERIT=desktop distutils-r1 systemd xdg-utils
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/i3ipc[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/dasbus[python_targets_python3_10(-)?,python_targets_python3_11(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.19.tar.gz -> nwg-panel-0.9.19.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 systemd c8b03e8df84486aa991d4396686e8942 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=f8588c963565b22d7a586a0bd4dffc43
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.27.tar.gz -> nwg-shell-config-0.5.27.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.29.tar.gz -> nwg-shell-config-0.5.29.tar.gz
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 xdg-utils baea6080dd821f5562d715887954c9d3
|
||||
_md5_=9da10103a3b7bd326f0d306a61525e92
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -13,4 +13,4 @@ REQUIRED_USE=?? ( elogind systemd )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v1.2.5.tar.gz -> xdg-desktop-hyprland-1.2.5.tar.gz https://github.com/hyprwm/hyprland-protocols/archive/4d29e48433270a2af06b8bc711ca1fe5109746cd.tar.gz -> proto-subproject-1.2.5.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=eed3113550fbf9ab7823979f008a8cf7
|
||||
_md5_=c1b5b9f928be2b094ad77df97e9744de
|
||||
@@ -8,6 +8,6 @@ IUSE=X
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=OFL-1.1
|
||||
SLOT=0
|
||||
SRC_URI=https://www.latofonts.com/download/Lato2OFL.zip -> lato-2.zip
|
||||
SRC_URI=https://www.latofonts.com/files/Lato2OFL.zip -> lato-2.zip
|
||||
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb
|
||||
_md5_=67d943d433e399eead3e7a86cd3884e0
|
||||
_md5_=f496a792e2d910a9c6e285f0792402c6
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,14 +0,0 @@
|
||||
BDEPEND=test? ( media-libs/flac )
|
||||
DEFINED_PHASES=compile install prepare test unpack
|
||||
DESCRIPTION=Single-header FLAC audio decoder library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mackron/dr_libs/
|
||||
INHERIT=toolchain-funcs
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=|| ( MIT-0 public-domain )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=!test? ( https://raw.githubusercontent.com/mackron/dr_libs/353bdc08bd90b24832a5eb149b2c4fd770a650f6/dr_flac.h -> dr_flac-0.12.41.h ) test? ( https://github.com/mackron/dr_libs/archive/353bdc08bd90b24832a5eb149b2c4fd770a650f6.tar.gz -> dr_flac-0.12.41.gh.tar.gz https://github.com/ietf-wg-cellar/flac-test-files/archive/4a19dc2ddb9ee3ac083abaa99faa3a0b7230f833.tar.gz -> dr_flac-0.12.41-testbench.gh.tar.gz )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=9e87aba33372ea5b68bd77536c54889e
|
||||
14
metadata/md5-cache/media-libs/dr_flac-0.12.42
Normal file
14
metadata/md5-cache/media-libs/dr_flac-0.12.42
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=test? ( media-libs/flac )
|
||||
DEFINED_PHASES=compile install prepare test
|
||||
DESCRIPTION=Single-header FLAC audio decoder library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mackron/dr_libs/
|
||||
INHERIT=toolchain-funcs
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=|| ( MIT-0 public-domain )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mackron/dr_libs/archive/39ce69188eab79a913aa23423eef9da5f3dcd142.tar.gz -> dr_flac-0.12.42.gh.tar.gz test? ( https://github.com/ietf-wg-cellar/flac-test-files/archive/aa7b0c6cf32994c106ae517a08134c28a96ff5b2.tar.gz -> dr_flac-0.12.42-testbench.gh.tar.gz )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=de8dbbb2462283046edf7a602d9dc7f9
|
||||
@@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install prepare test unpack
|
||||
DESCRIPTION=Single-header MP3 audio decoder library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mackron/dr_libs/
|
||||
INHERIT=toolchain-funcs
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=|| ( MIT-0 public-domain )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=!test? ( https://raw.githubusercontent.com/mackron/dr_libs/1b0bc87c6b9b04052e6ef0117396dab8482c250e/dr_mp3.h -> dr_mp3-0.6.37.h ) test? ( https://github.com/mackron/dr_libs/archive/1b0bc87c6b9b04052e6ef0117396dab8482c250e.tar.gz -> dr_mp3-0.6.37.gh.tar.gz )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=561712860ca662525302319c54c92161
|
||||
13
metadata/md5-cache/media-libs/dr_mp3-0.6.38
Normal file
13
metadata/md5-cache/media-libs/dr_mp3-0.6.38
Normal file
@@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install prepare test
|
||||
DESCRIPTION=Single-header MP3 audio decoder library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mackron/dr_libs/
|
||||
INHERIT=toolchain-funcs
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=|| ( MIT-0 public-domain )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mackron/dr_libs/archive/01d23df76776faccee3bc456f685900dcc273b4c.tar.gz -> dr_mp3-0.6.38.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=24ae099247854e8438bdf7c953582303
|
||||
@@ -1,5 +1,5 @@
|
||||
BDEPEND=test? ( media-libs/libsndfile )
|
||||
DEFINED_PHASES=compile install prepare test unpack
|
||||
DEFINED_PHASES=compile install prepare test
|
||||
DESCRIPTION=Single-header WAV audio loader and writer library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/mackron/dr_libs/
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=|| ( MIT-0 public-domain )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=!test? ( https://raw.githubusercontent.com/mackron/dr_libs/d35a3bc5efd02455d98cbe12b94647136f09b42d/dr_wav.h -> dr_wav-0.13.32.h ) test? ( https://github.com/mackron/dr_libs/archive/d35a3bc5efd02455d98cbe12b94647136f09b42d.tar.gz -> dr_wav-0.13.32.gh.tar.gz )
|
||||
SRC_URI=https://github.com/mackron/dr_libs/archive/9eed1be421749ba68a87e5b4c3b10858f8580689.tar.gz -> dr_wav-0.13.13.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=f2dfdbca83c990a94a5b68320810ae63
|
||||
_md5_=cc4dd13e9b05261b110dd72d720e8907
|
||||
@@ -1,14 +1,14 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=app-arch/zstd:= media-libs/libjpeg-turbo:= media-libs/libwebp:=
|
||||
DEPEND=app-arch/zstd:= media-libs/libjpeg-turbo:= media-libs/libwebp:= media-libs/exiftool
|
||||
DESCRIPTION=World's Leading Open Source JPEG 2000 Codec
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GrokImageCompression/grok
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=AGPL-3 BSD-2
|
||||
RDEPEND=app-arch/zstd:= media-libs/libjpeg-turbo:= media-libs/libwebp:=
|
||||
RDEPEND=app-arch/zstd:= media-libs/libjpeg-turbo:= media-libs/libwebp:= media-libs/exiftool
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GrokImageCompression/grok/archive/refs/tags/v9.7.6.tar.gz -> grok-9.7.6.tar.gz
|
||||
SRC_URI=https://github.com/GrokImageCompression/grok/archive/refs/tags/v11.0.0.tar.gz -> grok-11.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=ad2246cbf4b09adfa6b35846413a89d0
|
||||
_md5_=8b86238fff3c17d17ce029b428d0f443
|
||||
@@ -6,8 +6,8 @@ EAPI=7
|
||||
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-VP9
|
||||
INHERIT=flag-o-matic cmake
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=AOM BSD-2
|
||||
LICENSE=BSD-2-with-patent
|
||||
SLOT=0/1
|
||||
SRC_URI=https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0.tar.gz -> svt-vp9-0.3.0.tar.gz
|
||||
SRC_URI=https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0.tar.gz -> svt-vp9-0.3.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=2f06be74b47b461b2661b446017896f2
|
||||
_md5_=8da9c0bda053d8f8de7dd1cff6dae4f7
|
||||
|
||||
@@ -5,8 +5,8 @@ DESCRIPTION=Scalable Video Technology for VP9 (SVT-VP9 Encoder)
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-VP9
|
||||
INHERIT=flag-o-matic cmake git-r3
|
||||
LICENSE=AOM BSD-2
|
||||
LICENSE=BSD-2-with-patent
|
||||
PROPERTIES=live
|
||||
SLOT=0/1
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 git-r3 5133e393e8717a3a093660f990801dc1
|
||||
_md5_=2f06be74b47b461b2661b446017896f2
|
||||
_md5_=90f06700c209cc68d2ddaadb47aff4e2
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=The Fraunhofer Versatile Video Decoder (VVdeC) is a fast H.266/VVC software decoder implementation.
|
||||
DESCRIPTION=VVdeC, the Fraunhofer Versatile Video Decoder
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-3-Clause-Clear
|
||||
LICENSE=Clear-BSD
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fraunhoferhhi/vvdec/archive/refs/tags/v2.1.2.tar.gz
|
||||
SRC_URI=https://github.com/fraunhoferhhi/vvdec/archive/refs/tags/v2.1.2.tar.gz -> vvdec-2.1.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=1f6c0da7b116231b8ac2b7a6e28940c6
|
||||
_md5_=f3d4cf233c68de10f36da0c5275a9efd
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient H.266/VVC encoder implementation.
|
||||
DESCRIPTION=VVenC, the Fraunhofer Versatile Video Encoder
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-3-Clause-Clear
|
||||
LICENSE=Clear-BSD
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.9.1.tar.gz
|
||||
SRC_URI=https://github.com/fraunhoferhhi/vvenc/archive/refs/tags/v1.9.1.tar.gz -> vvenc-1.9.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=1465fe0f4e6a37bd0734697089ea94b2
|
||||
_md5_=1d79c48c4546e33071e46bd80acb4f0d
|
||||
|
||||
15
metadata/md5-cache/media-sound/furnace-0.6
Normal file
15
metadata/md5-cache/media-sound/furnace-0.6
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=dev-libs/libfmt media-libs/alsa-lib media-libs/libglvnd media-libs/libsdl2 media-libs/libsndfile media-libs/portaudio media-libs/rtmidi sci-libs/fftw sys-libs/zlib x11-themes/hicolor-icon-theme jack? ( virtual/jack )
|
||||
DESCRIPTION=a multi-system chiptune tracker compatible with DefleMask modules
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/tildearrow/furnace
|
||||
INHERIT=cmake xdg-utils
|
||||
IUSE=jack
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/libfmt media-libs/alsa-lib media-libs/libglvnd media-libs/libsdl2 media-libs/libsndfile media-libs/portaudio media-libs/rtmidi sci-libs/fftw sys-libs/zlib x11-themes/hicolor-icon-theme jack? ( virtual/jack )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tildearrow/furnace/archive/refs/tags/v0.6.tar.gz -> furnace-0.6.tar.gz https://github.com/superctr/adpcm/archive/ef7a217154badc3b99978ac481b268c8aab67bd8.tar.gz -> furnace-0.6-adpcm-ef7a217.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=93749cdc4200aeb606049ab3db9ca88a
|
||||
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/media-sound/spotify-player-0.16.1
Normal file
16
metadata/md5-cache/media-sound/spotify-player-0.16.1
Normal file
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6 dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) dev-util/cmake media-video/ffmpeg media-video/mediainfo
|
||||
DEPEND=>dev-libs/quazip-1.3[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) dev-util/cmake media-video/ffmpeg media-video/mediainfo
|
||||
DESCRIPTION=Video metadata scraper
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.mediaelch.de/
|
||||
@@ -13,4 +13,4 @@ RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Komet/MediaElch/archive/v2.10.6.tar.gz -> mediaelch-2.10.6.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=9f255e24b6ae8325c3a5bc7ae782c1c7
|
||||
_md5_=8545b2fbad9a31dffd7c2ec5e55fac6a
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>dev-libs/quazip-1.2[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6 dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) dev-util/cmake media-video/ffmpeg media-video/mediainfo
|
||||
DEPEND=>dev-libs/quazip-1.2[qt5?,qt6] qt5? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5[widgets] dev-qt/qtopengl:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtxmlpatterns:5 ) qt6? ( dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,opengl,sql,widgets,xml] dev-qt/qtdeclarative:6 dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qttools:6 ) dev-util/cmake media-video/ffmpeg media-video/mediainfo
|
||||
DESCRIPTION=Video metadata scraper
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.mediaelch.de/
|
||||
@@ -11,4 +11,4 @@ PROPERTIES=live
|
||||
REQUIRED_USE=|| ( qt5 qt6 )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 git-r3 5133e393e8717a3a093660f990801dc1
|
||||
_md5_=637681ed911ddd53ef9655958f99f268
|
||||
_md5_=c93feb32dedb8c7986cbdd4dec05cfcf
|
||||
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=app-pda/libplist dev-libs/openssl media-libs/gstreamer media-libs/gst-plugins-bad media-libs/gst-plugins-base media-plugins/gst-plugins-libav vaapi? ( media-plugins/gst-plugins-vaapi ) net-dns/avahi[mdnsresponder-compat] X? ( x11-libs/libX11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/FDH2/UxPlay/archive/refs/tags/v1.65.3.tar.gz -> uxplay-1.65.3.tar.gz
|
||||
SRC_URI=https://github.com/FDH2/UxPlay/archive/refs/tags/v1.67.tar.gz -> uxplay-1.67.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271
|
||||
_md5_=19f1b15a7b759a0033bcd3828ba5a731
|
||||
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1
|
||||
RDEPEND=>=dev-libs/tfdn-1.7.0:=[ssl] X? ( x11-libs/libX11 ) bidi? ( dev-libs/fribidi ) gui? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) !gui? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.3/lagrange-1.17.3.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.3/lagrange-1.17.3.tar.gz.sig )
|
||||
SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.5/lagrange-1.17.5.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.17.5/lagrange-1.17.5.tar.gz.sig )
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 verify-sig 798e0173d334021f14ba78a786c37059 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=51be75375cd5390607f3dc4a1d61a5d1
|
||||
@@ -9,6 +9,6 @@ LICENSE=all-rights-reserved
|
||||
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/mesa net-print/cups sys-apps/dbus sys-apps/util-linux x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libxkbcommon x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
RESTRICT=bindist mirror strip test
|
||||
SLOT=0
|
||||
SRC_URI=https://dl-canary.discordapp.net/apps/linux/0.0.205/discord-canary-0.0.205.deb
|
||||
SRC_URI=https://dl-canary.discordapp.net/apps/linux/0.0.213/discord-canary-0.0.213.deb
|
||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 pax-utils 91d47e5d20627c717aa878b9167c62a8 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe unpacker aa6a4e924009232d8b78b31e932c30b5 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=9406ec2b6d96521bceb782a4e5b7185b
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( acct-user/mastoposter dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/emoji[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websockets[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] virtual/pkgconfig
|
||||
BDEPEND=test? ( acct-user/mastoposter dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/emoji[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/websockets[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Configurable reposter from Mastodon-compatible Fediverse servers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/mastoposter/ https://github.com/hatkidchan/mastoposter
|
||||
INHERIT=distutils-r1 pypi systemd
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=acct-user/mastoposter dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/emoji[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/websockets[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=acct-user/mastoposter dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/emoji[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/websockets[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 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/m/mastoposter/mastoposter-0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 pypi 2eecb475512bc76e5ea9192a681b9e6b systemd c8b03e8df84486aa991d4396686e8942
|
||||
_md5_=168383836ca78ffab7bf48bc6f2adc92
|
||||
_md5_=c40f314f79808300fd0427d76223f91a
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[socks5,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[socks5,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Google Drive direct download of big files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/gdown/ https://github.com/wkentaro/gdown
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
PROPERTIES=test_network
|
||||
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[socks5,python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/tqdm[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[socks5,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tqdm[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 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/wkentaro/gdown/archive/refs/tags/v4.7.1.tar.gz -> gdown-4.7.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9
|
||||
_md5_=50b1c2338894b6201f87855937ee3b41
|
||||
_md5_=527fd9fab09f8f71075a35e6eec252e1
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses] ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Command Line Lyrics fetcher for MPRIS media players
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Jugran/lyrics-in-terminal
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/dbus-python[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RDEPEND=dev-python/dbus-python[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10[ncurses] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses] )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Jugran/lyrics-in-terminal/archive/1.5.0.tar.gz -> lyrics-in-terminal-1.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=12a3c688f89f501e5551994c2c853c0a
|
||||
_md5_=474df19f2bd410399a88128df9bd0f54
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( dev-lang/vala:0.56 ) virtual/pkgconfig >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 gui-libs/gtk:4 >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5
|
||||
DESCRIPTION=Mastodon client, previously known as Tooth
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GeopJr/Tuba
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson vala xdg
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=CC-BY-3.0 GPL-3+
|
||||
RDEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 gui-libs/gtk:4 >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GeopJr/Tuba/archive/refs/tags/v0.2.0.tar.gz -> tuba-0.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=974436673eee47c119c07fee33c93268
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( dev-lang/vala:0.56 ) virtual/pkgconfig >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 >=gui-libs/gtk-4.3:4 >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5
|
||||
DESCRIPTION=Mastodon client, previously known as Tooth
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GeopJr/Tuba
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson vala xdg
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=CC-BY-3.0 GPL-3+
|
||||
RDEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 >=gui-libs/gtk-4.3:4 >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GeopJr/Tuba/archive/refs/tags/v0.3.2.tar.gz -> tuba-0.3.2.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=7e90cafb0f93a63b349968f741256b7e
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=|| ( dev-lang/vala:0.56 ) virtual/pkgconfig >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 >=gui-libs/gtk-4.3:4[gstreamer] >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5 >=app-text/gspell-1.12.1
|
||||
DESCRIPTION=Mastodon client, previously known as Tooth
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GeopJr/Tuba
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson vala xdg
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=CC-BY-3.0 GPL-3+
|
||||
RDEPEND=>=app-crypt/libsecret-0.20 >=dev-libs/glib-2.71.2 >=dev-libs/json-glib-1.4.4 >=dev-libs/libxml2-2.9.10 >=dev-libs/libgee-0.8.5 >=gui-libs/gtk-4.3:4[gstreamer] >=gui-libs/libadwaita-1.2 >=net-libs/libsoup-3 gui-libs/gtksourceview:5 >=app-text/gspell-1.12.1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GeopJr/Tuba/archive/refs/tags/v0.4.1.tar.gz -> tuba-0.4.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=4f05fe15e6e75d8a72aff060f06955af
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.17.0 >=dev-lang/go-1.18 app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install postinst setup unpack
|
||||
DEPEND=acct-user/yggdrasil acct-group/yggdrasil
|
||||
DESCRIPTION=An experiment in scalable routing as an encrypted IPv6 overlay network
|
||||
EAPI=8
|
||||
HOMEPAGE=https://yggdrasil-network.github.io/
|
||||
IDEPEND=filecaps? ( sys-libs/libcap )
|
||||
INHERIT=go-module linux-info systemd fcaps
|
||||
IUSE=+filecaps
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-3 MIT Apache-2.0 BSD ZLIB
|
||||
RESTRICT=mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v0.5.2.tar.gz -> yggdrasil-go-0.5.2.tar.gz https://codeberg.org/BratishkaErik/distfiles/media/branch/master/yggdrasil-go-0.5.2-vendor.tar.xz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 systemd c8b03e8df84486aa991d4396686e8942 fcaps c0a086b957a1b183a8d136eabf02f191
|
||||
_md5_=5da42f98cedf5d3ec165200040def955
|
||||
17
metadata/md5-cache/sci-electronics/kactus2-3.13.0
Normal file
17
metadata/md5-cache/sci-electronics/kactus2-3.13.0
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-lang/swig dev-qt/qttools:6[linguist,qdoc]
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare
|
||||
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 ) dev-qt/qtbase:6=[cups,gui,network,opengl,widgets,xml] dev-qt/qtsvg:6
|
||||
DESCRIPTION=A open source IP-XACT-based tool
|
||||
EAPI=8
|
||||
HOMEPAGE=https://research.tuni.fi/system-on-chip/tools/ https://github.com/kactus2/kactus2dev
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=python-r1 qmake-utils xdg
|
||||
IUSE=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-qt/qtbase:6=[cups,gui,network,opengl,widgets,xml] dev-qt/qtsvg:6
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kactus2/kactus2dev/archive/v3.13.0.tar.gz -> kactus2-3.13.0.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=e43f267c4fcccbad34ff0b53cb502deb
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=>=virtual/rust-1.37.0
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DESCRIPTION=Futuristic take on hexdump
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/sitkevij/hex
|
||||
INHERIT=cargo
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sitkevij/hex/archive/v0.4.0.tar.gz -> hex-0.4.0.tar.gz https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/assert_cmd/1.0.1/download -> assert_cmd-1.0.1.crate https://crates.io/api/v1/crates/atty/0.2.11/download -> atty-0.2.11.crate https://crates.io/api/v1/crates/bitflags/1.0.4/download -> bitflags-1.0.4.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/difference/2.0.0/download -> difference-2.0.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/libc/0.2.47/download -> libc-0.2.47.crate https://crates.io/api/v1/crates/no_color/0.1.0/download -> no_color-0.1.0.crate https://crates.io/api/v1/crates/predicates/1.0.5/download -> predicates-1.0.5.crate https://crates.io/api/v1/crates/predicates-core/1.0.0/download -> predicates-core-1.0.0.crate https://crates.io/api/v1/crates/predicates-tree/1.0.0/download -> predicates-tree-1.0.0.crate https://crates.io/api/v1/crates/redox_syscall/0.1.50/download -> redox_syscall-0.1.50.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/treeline/0.1.0/download -> treeline-0.1.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.5/download -> unicode-width-0.1.5.crate https://crates.io/api/v1/crates/vec_map/0.8.1/download -> vec_map-0.8.1.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/winapi/0.3.6/download -> winapi-0.3.6.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8e446589282567c95e483e238d8dd120
|
||||
_md5_=4540f2774acbd3e4c84ea649aba95602
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=>=virtual/rust-1.37.0
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DESCRIPTION=Futuristic take on hexdump
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/sitkevij/hex
|
||||
INHERIT=cargo
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sitkevij/hex/archive/v0.4.1.tar.gz -> hex-0.4.1.tar.gz https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/assert_cmd/1.0.1/download -> assert_cmd-1.0.1.crate https://crates.io/api/v1/crates/atty/0.2.11/download -> atty-0.2.11.crate https://crates.io/api/v1/crates/bitflags/1.0.4/download -> bitflags-1.0.4.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/difference/2.0.0/download -> difference-2.0.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/libc/0.2.47/download -> libc-0.2.47.crate https://crates.io/api/v1/crates/no_color/0.1.0/download -> no_color-0.1.0.crate https://crates.io/api/v1/crates/predicates/1.0.5/download -> predicates-1.0.5.crate https://crates.io/api/v1/crates/predicates-core/1.0.0/download -> predicates-core-1.0.0.crate https://crates.io/api/v1/crates/predicates-tree/1.0.0/download -> predicates-tree-1.0.0.crate https://crates.io/api/v1/crates/redox_syscall/0.1.50/download -> redox_syscall-0.1.50.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/treeline/0.1.0/download -> treeline-0.1.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.5/download -> unicode-width-0.1.5.crate https://crates.io/api/v1/crates/vec_map/0.8.1/download -> vec_map-0.8.1.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/winapi/0.3.6/download -> winapi-0.3.6.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 8e446589282567c95e483e238d8dd120
|
||||
_md5_=3631f49edd1c5d9254d4a9f497d05231
|
||||
14
metadata/md5-cache/sys-apps/hex-0.5.0
Normal file
14
metadata/md5-cache/sys-apps/hex-0.5.0
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/sys-apps/mission-center-0.4.1
Normal file
16
metadata/md5-cache/sys-apps/mission-center-0.4.1
Normal file
File diff suppressed because one or more lines are too long
@@ -1,17 +1,17 @@
|
||||
BDEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/gobject-introspection >=dev-util/meson-0.63 dev-util/blueprint-compiler >=dev-vcs/git-1.8.2.1[curl] >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/gobject-introspection >=dev-util/meson-0.63 dev-util/blueprint-compiler >=dev-vcs/git-1.8.2.1[curl] >=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
|
||||
DEPEND=dev-libs/wayland gui-libs/libadwaita >=gui-libs/gtk-4 gui-libs/egl-gbm virtual/rust virtual/udev x11-libs/libdrm
|
||||
DEPEND=>=dev-libs/appstream-0.16.4 >=x11-libs/pango-1.51.0 >=dev-libs/glib-2.77 >=dev-util/gdbus-codegen-2.77 dev-libs/wayland >=gui-libs/libadwaita-1.4.0 >=gui-libs/gtk-4.12.3 gui-libs/egl-gbm virtual/rust virtual/udev x11-libs/libdrm
|
||||
DESCRIPTION=Monitor your CPU, Memory, Disk, Network and GPU usage.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://missioncenter.io/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=git-r3 gnome2-utils meson python-any-r1 xdg
|
||||
IUSE=debug
|
||||
LICENSE=GPL-3+
|
||||
LICENSE=Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2 MIT Unicode-DFS-2016 Unlicense ZLIB
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/wayland gui-libs/libadwaita >=gui-libs/gtk-4 gui-libs/egl-gbm virtual/rust virtual/udev x11-libs/libdrm sys-apps/dmidecode
|
||||
RDEPEND=>=dev-libs/appstream-0.16.4 >=x11-libs/pango-1.51.0 >=dev-libs/glib-2.77 >=dev-util/gdbus-codegen-2.77 dev-libs/wayland >=gui-libs/libadwaita-1.4.0 >=gui-libs/gtk-4.12.3 gui-libs/egl-gbm virtual/rust virtual/udev x11-libs/libdrm sys-apps/dmidecode
|
||||
RESTRICT=network-sandbox
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Syllo/nvtop/archive/be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz -> nvtop-be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz
|
||||
SRC_URI=https://github.com/Syllo/nvtop/archive/45a1796375cd617d16167869bb88e5e69c809468.tar.gz -> nvtop-45a1796375cd617d16167869bb88e5e69c809468.tar.gz
|
||||
_eclasses_=git-r3 5133e393e8717a3a093660f990801dc1 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383 python-any-r1 f5169813d1619761b459800587005fd2 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=a4c14fc4478839baff70cff6c297d035
|
||||
_md5_=3387c02b0e0ea1710490193bc51f1028
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
BDEPEND=>=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=SeaGate's open source harddrive control utilities
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Seagate/openSeaChest
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MPL-2.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Seagate/openSeaChest/archive/refs/tags/v22.07.tar.gz -> openSeaChest-22.07.tar.gz https://api.github.com/repos/Seagate/opensea-common/tarball/a2155bb5d1f45e50cc2e0158ed183d15e12de6bd -> opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz https://api.github.com/repos/Seagate/opensea-operations/tarball/f9eab78b3cc349a74a1878b484ca27812506357b -> opensea-operations-f9eab78b3cc349a74a1878b484ca27812506357b.tar.gz https://api.github.com/repos/Seagate/opensea-transport/tarball/f09d599a992e4e12e2537e9e5592c8bdf799dc0a -> opensea-transport-f09d599a992e4e12e2537e9e5592c8bdf799dc0a.tar.gz https://api.github.com/repos/Seagate/wingetopt/tarball/a8c80ade25449464bc847d65420f41eb5262ff62 -> wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383
|
||||
_md5_=7e9cf2f4c059073ab40926901bff487b
|
||||
12
metadata/md5-cache/sys-apps/openSeaChest-23.12
Normal file
12
metadata/md5-cache/sys-apps/openSeaChest-23.12
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=>=dev-util/meson-1.2.1 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DESCRIPTION=SeaGate's open source harddrive control utilities
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Seagate/openSeaChest
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MPL-2.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Seagate/openSeaChest/releases/download/v23.12/SourceCode_With_Submodules.tar.xz -> openSeaChest-v23.12.tar.xz
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 meson 576e6bbef90e9753368f8b4ad0bd5383
|
||||
_md5_=87102c709bf70b90b7245bf97207b958
|
||||
13
metadata/md5-cache/sys-fs/dua-cli-2.22.0
Normal file
13
metadata/md5-cache/sys-fs/dua-cli-2.22.0
Normal file
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
BDEPEND=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_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=>=dev-python/zenlib-1.2.0 dev-python/pycpio
|
||||
DEPEND=>=dev-python/zenlib-1.2.0 >=dev-python/pycpio-0.6.0
|
||||
DESCRIPTION=Python based initramfs generator with TOML defintions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/desultory/ugrd
|
||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/0.12.1.tar.gz -> ugrd-0.12.1.tar.gz
|
||||
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic b97a0a7215b2f463a485ff0599ab30bb out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 39e7a84b06eff4efd9f2e0c3d1668b98 python-utils-r1 e989dbdcbb647bd8655857c1f95be244 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 ae136dc2e1c0006e9480d44a6c1886d9 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=28557a3317b1e0b4b04475f552735a21
|
||||
_md5_=f4f9caacaa969572a2883736aa038bbf
|
||||
16
metadata/md5-cache/x11-drivers/OpenTabletDriver-0.6.3.0
Normal file
16
metadata/md5-cache/x11-drivers/OpenTabletDriver-0.6.3.0
Normal file
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/x11-terms/rio-0.0.30
Normal file
16
metadata/md5-cache/x11-terms/rio-0.0.30
Normal file
File diff suppressed because one or more lines are too long
@@ -5,6 +5,7 @@ EAPI=8
|
||||
HOMEPAGE=https://raphamorim.io/rio/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.0.28.tar.gz -> rio-0.0.28.tar.gz
|
||||
_md5_=c6d407a82e271892a2fdc0faace8963b
|
||||
_md5_=e8c443c244edd186f581e6c1a61c1dd6
|
||||
|
||||
11
metadata/md5-cache/x11-terms/rio-terminfo-0.0.30
Normal file
11
metadata/md5-cache/x11-terms/rio-terminfo-0.0.30
Normal file
@@ -0,0 +1,11 @@
|
||||
BDEPEND=sys-libs/ncurses
|
||||
DEFINED_PHASES=compile install
|
||||
DESCRIPTION=Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
EAPI=8
|
||||
HOMEPAGE=https://raphamorim.io/rio/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.0.30.tar.gz -> rio-0.0.30.tar.gz
|
||||
_md5_=e8c443c244edd186f581e6c1a61c1dd6
|
||||
@@ -92,7 +92,7 @@ app-admin/oet 0.1.9 0.1.10 9999: Update your system into binpkgs in an overlay s
|
||||
app-admin/overmind 2.2.2-r1 2.4.0: Process manager for Procfile-based applications and tmux
|
||||
app-admin/pass-audit 1.2: A pass extension for auditing your password repository.
|
||||
app-admin/pass-update 2.1: pass extension that provides an easy flow for updating passwords
|
||||
app-admin/pulumi-bin 3.91.1 3.92.0 3.94.2: Infrastructure as code in any programming language
|
||||
app-admin/pulumi-bin 3.94.2 3.95.0: Infrastructure as code in any programming language
|
||||
app-admin/rbw 9999: unofficial bitwarden cli
|
||||
app-admin/s-tui 1.1.3-r1: Stress-Terminal UI monitoring tool
|
||||
app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
|
||||
@@ -102,7 +102,7 @@ app-arch/7zip 23.01: A free file archiver for extremely high compression
|
||||
app-arch/fuse-archive 0.1.14: Read-only FUSE file system for mounting archives and compressed files
|
||||
app-arch/libarchive-qt 2.0.6-r1 2.0.7 9999: A Qt based archiving solution with libarchive backend
|
||||
app-arch/microtar 0.1.0: A lightweight tar library written in ANSI C
|
||||
app-arch/ouch 0.4.2 0.5.0: A cli utility for easily compressing and decompressing files and directories.
|
||||
app-arch/ouch 0.4.2 0.5.1: A cli utility for easily compressing and decompressing files and directories.
|
||||
app-arch/unalz 0.65-r1: Extract ALZ archives
|
||||
app-arch/zarchive 0.1.2: Library for creating and reading zstd-compressed file archives (.zar)
|
||||
app-backup/b2 3.4.0 3.9.0: Command-line tool for BackBlaze's B2 product
|
||||
@@ -124,7 +124,7 @@ app-crypt/certbot-dns-desec 1.2.1: deSEC DNS Authenticator plugin for Certbot
|
||||
app-crypt/certbot-dns-rfc2136 2.6.0 2.7.1 2.7.2 2.7.3 2.7.4 9999: RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)
|
||||
app-crypt/clevis 19-r1: Automated Encryption Framework
|
||||
app-crypt/configuradorfnmt 1.0.1: Spanish government certificate request generator
|
||||
app-crypt/gnome-encfs-manager 1.9-r1: An easy to use manager and mounter for encfs stashes
|
||||
app-crypt/gnome-encfs-manager 1.9-r1 1.9-r2: An easy to use manager and mounter for encfs stashes
|
||||
app-crypt/ifcplugin-bin 3.1.1.0: Crypto Interface Web Browser Plugin
|
||||
app-crypt/intel-ipsec-mb 1.1 1.2 1.3 9999: Multi-Buffer Crypto for IPSec from Intel
|
||||
app-crypt/pinentry-bemenu 0.11.0 0.12.0: Pinentry based on bemenu
|
||||
@@ -160,7 +160,7 @@ app-editors/amp 0.6.2: A complete text editor for your terminal.
|
||||
app-editors/imhex 1.31.0: A hex editor for reverse engineers, programmers, and eyesight
|
||||
app-editors/kak-lsp 12.2.1: Kakoune Language Server Protocol Client
|
||||
app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating screenplays.
|
||||
app-editors/lapce 0.2.7 0.2.8 0.3.0 0.3.0-r1 9999: Lightning-fast and Powerful Code Editor written in Rust
|
||||
app-editors/lapce 0.3.1 9999: Lightning-fast and Powerful Code Editor written in Rust
|
||||
app-editors/mined 2015.25: A powerful text editor with extensive Unicode and CJK support
|
||||
app-editors/neovim-qt 0.2.17-r1: Neovim client library and GUI, in Qt5
|
||||
app-editors/pulsar-bin 1.110.0 1.111.0: A Community-led Hyper-Hackable Text Editor
|
||||
@@ -174,7 +174,7 @@ app-emulation/box64 0.2.2: Linux Userspace x86_64 Emulator with a twist
|
||||
app-emulation/box86 0.3.0: Linux Userspace x86 Emulator with a twist
|
||||
app-emulation/looking-glass 1_beta6 9999: A low latency KVM FrameRelay implementation for guests with VGA PCI Passthrough
|
||||
app-emulation/proton-ge-custom-bin 7.27 7.28 7.29: A fancy custom distribution of Valves Proton with various patches
|
||||
app-emulation/quickemu 4.8 4.9.1: Create and run optimised Windows, macOS and Linux desktop virtual machines
|
||||
app-emulation/quickemu 4.8 4.9.1 4.9.2: Create and run optimised Windows, macOS and Linux desktop virtual machines
|
||||
app-emulation/rars 1.6: RARS -- RISC-V Assembler and Runtime Simulator
|
||||
app-emulation/spice-html5 0.2.2 0.3.0-r1: Spice Javascript client
|
||||
app-emulation/wslu 4.1.1: A collection of utilities for Windows Subsystem for Linux
|
||||
@@ -239,7 +239,7 @@ app-misc/nonsense 0.7-r1: Generates random text from datafiles and templates
|
||||
app-misc/nwg-look 0.2.2 0.2.4 0.2.5: GTK3 settings editor adapted to work in the sway / wlroots environment
|
||||
app-misc/nwg-shell-wallpapers 1.1 1.3: Selection of wallpapers contributed to the nwg-shell project
|
||||
app-misc/oddjob 0.34.7: A D-Bus service which runs odd jobs on behalf of client applications
|
||||
app-misc/onefetch 2.18.1: Command-line Git information tool
|
||||
app-misc/onefetch 2.19.0: Command-line Git information tool
|
||||
app-misc/pfetch 0.6.0: A pretty system information tool written in POSIX sh
|
||||
app-misc/pipes-rs 1.6.2: An over-engineered rewrite of pipes.sh in Rust
|
||||
app-misc/powerpanel 1.4.1-r1: PowerPanel software for CyberPower UPS systems
|
||||
@@ -259,7 +259,7 @@ app-misc/uwufetch 2.0 2.1: A meme system info tool for Linux
|
||||
app-misc/vocabsieve 0.10.2: A simple, effective tool for language learning
|
||||
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
|
||||
app-misc/walld 1.4.4: A Wallpaper daemon
|
||||
app-misc/watchexec 1.21.1 1.22.3 1.23.0: Executes commands in response to file modifications
|
||||
app-misc/watchexec 1.21.1 1.22.3 1.23.0 1.24.0: Executes commands in response to file modifications
|
||||
app-misc/wego 2.2: Wego is a weather client for the terminal
|
||||
app-misc/xplr 0.21.3: A hackable, minimal, fast TUI file explorer
|
||||
app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable.
|
||||
@@ -289,7 +289,7 @@ app-portage/quantum-resolver 9999: A WIP portage dependency resolver
|
||||
app-portage/showbuild 0.9.1-r1: Script to follow log of running portage builds
|
||||
app-portage/version 0.19.0_alpha 0.20.1_alpha 0.21.0_alpha: A command line function for package version management.
|
||||
app-shells/antibody 6.1.1-r1: Fast Zsh plugin manager
|
||||
app-shells/carapace 0.28.3 0.28.4: Multi-shell multi-command argument completer
|
||||
app-shells/carapace 0.28.4 0.28.5: Multi-shell multi-command argument completer
|
||||
app-shells/clownfish 0_pre20210117: fish shell mocks
|
||||
app-shells/direnv 2.32.3 9999: Environment variable manager for shell
|
||||
app-shells/fish-agnoster-theme 0.1.0_p20200415: Fancy, colorful theme with support for Powerline fonts
|
||||
@@ -553,6 +553,7 @@ dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/std-format 0_pre20220112-r1: A simple polyfill allowing you to use std::format
|
||||
dev-cpp/tiny-dnn 1.0.0_alpha3-r2: header only, dependency-free deep learning framework in C++14
|
||||
dev-cpp/tomlplusplus 3.4.0: TOML config parser and serializer for C++
|
||||
dev-cpp/trantor 1.5.14 1.5.14_p1: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trompeloeil 43: Header only C++14 mocking framework
|
||||
dev-cpp/units 2.3.3: A compile-time, header-only, dimensional analysis and unit conversion library
|
||||
@@ -872,7 +873,7 @@ dev-php/pecl-inotify 3.0.0-r1: Inotify binding for PHP
|
||||
dev-python/BTrees 5.0-r1 5.1: scalable persistent components
|
||||
dev-python/DAWG-Python 0.7.2: Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library.
|
||||
dev-python/EbookLib 0.17.1: Ebook library which can handle EPUB2/EPUB3 and Kindle format
|
||||
dev-python/ManimPango 0.4.3: Binding for Pango, to use with Manim.
|
||||
dev-python/ManimPango 0.4.3 0.5.0: Binding for Pango, to use with Manim.
|
||||
dev-python/MutatorMath 3.0.1-r2: A library for piecewise linear interpolation in multiple dimensions
|
||||
dev-python/NSKeyedUnArchiver 1.5: Unserializes binary|text|file|memory plist data to Python dict
|
||||
dev-python/PGPy 0.6.0: Pretty Good Privacy for Python
|
||||
@@ -924,7 +925,7 @@ dev-python/cffsubr 0.2.9_p1: Standalone CFF subroutinizer based on AFDKO tx tool
|
||||
dev-python/click-command-tree 1.1.1: click plugin to show the command tree of your CLI
|
||||
dev-python/click-option-group 0.5.5 0.5.6: Option groups missing in Click
|
||||
dev-python/click-repl 0.2.0-r1: Subcommand REPL for click apps
|
||||
dev-python/cloup 3.0.2: Click + option groups + constraints + aliases + help themes + ...
|
||||
dev-python/cloup 2.1.2 3.0.3: Click + option groups + constraints + aliases + help themes + ...
|
||||
dev-python/clufter 0.77.2: Tool/library for transforming/analyzing cluster configuration formats
|
||||
dev-python/cmarkgfm 2022.10.27: Python bindings for GitHub's cmark
|
||||
dev-python/codecov 2.1.12: Hosted coverage reports for GitHub, Bitbucket and Gitlab
|
||||
@@ -1084,7 +1085,7 @@ dev-python/py-nanoid 9999: Python Nanoid
|
||||
dev-python/pyagentx 0.4: Python AgentX Implementation
|
||||
dev-python/pybrowserstack-screenshots 0.1-r1: A python api wrapper and client for Browserstack Screenshots API
|
||||
dev-python/pyclip 0.5.4 0.6.0 0.7.0 9999: Python clipboard module
|
||||
dev-python/pycpio 0.5.6: Python CPIO library
|
||||
dev-python/pycpio 0.6.0: Python CPIO library
|
||||
dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching mechanism
|
||||
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
|
||||
dev-python/pyfiglet 0.8_p1: Pure-python FIGlet implementation
|
||||
@@ -1155,10 +1156,11 @@ dev-python/sentence-splitter 1.4-r2: Sentence splitter using heuristic algorithm
|
||||
dev-python/signalstickers-client 3.2.0 3.3.0: A Python client for the Signal stickers API
|
||||
dev-python/simplemma 0.9.1: A simple multilingual lemmatizer for Python
|
||||
dev-python/sjcl 0.2.1: Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages
|
||||
dev-python/skia-pathops 0.7.4: Python bindings for the Skia Path Ops
|
||||
dev-python/skia-pathops 0.7.4 0.8.0: Python bindings for the Skia Path Ops
|
||||
dev-python/sortedcollections 2.1.0: Apache2 licensed Python sorted collections library
|
||||
dev-python/sphinx-argparse-cli 1.11.1: Render CLI arguments (sub-commands friendly) defined by argparse module
|
||||
dev-python/sphinx-click 4.1.0 4.2.0: Sphinx plugin to automatically document click-based applications
|
||||
dev-python/sphinx-design 0.5.0: A sphinx extension for designing beautiful, view size responsive web components
|
||||
dev-python/sphinx-hoverxref 1.3.0: Sphinx extension to show tooltips with content embedded when hover a reference
|
||||
dev-python/sphinx-paramlinks 0.6.0: Allows param links in Sphinx function/method descriptions to be linkable
|
||||
dev-python/sphinx-rtd-dark-mode 1.2.4: Dark mode for the Sphinx Read the Docs theme
|
||||
@@ -1167,6 +1169,7 @@ dev-python/sphinx-version-warning 1.1.2: Sphinx extension to add a warning banne
|
||||
dev-python/sphinxcontrib-katex 0.9.4 0.9.6 0.9.7 0.9.9: KaTeX Sphinx extension for rendering of math in HTML pages
|
||||
dev-python/sphinxcontrib-restbuilder 0.3-r1: A Sphinx builder/writer to output reStructuredText (rst) files
|
||||
dev-python/sphinxcontrib-zopeext 0.4.2-r1: Sphinx extension for using Zope interfaces
|
||||
dev-python/sphinxext-opengraph 0.9.0: Sphinx extension to generate unique OpenGraph metadata
|
||||
dev-python/sre-yield 1.2-r1: Python module to generate regular all expression matches
|
||||
dev-python/srt 3.5.1 3.5.2 3.5.3: A tiny library for parsing, modifying, and composing SRT files
|
||||
dev-python/sse-starlette 1.1.6: Server Sent Events for Starlette
|
||||
@@ -1380,7 +1383,7 @@ games-util/roll 2.6.1: Program to roll dices specified in a simple and intuitive
|
||||
games-util/samrewritten 9999 202008: Steam Achievement Manager For Linux
|
||||
games-util/steamtinkerlaunch 12.0: Wrapper script for Steam custom launch options
|
||||
games-util/xivlauncher 1.0.6: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
|
||||
gnome-extra/extension-manager 0.3.2 0.4.2 0.4.3 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions
|
||||
gnome-extra/extension-manager 0.4.2 0.4.3 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions
|
||||
gnome-extra/iio-sensor-proxy 3.3: IIO sensors to D-Bus proxy
|
||||
gnome-extra/junction 1.6-r1: Application/browser chooser
|
||||
gnome-extra/portfolio 0.9.14: A minimalist file manager for those who want to use Linux mobile devices
|
||||
@@ -1438,9 +1441,9 @@ gui-apps/nwg-drawer 0.4.2 0.4.3: Application drawer for wlroots-based Wayland co
|
||||
gui-apps/nwg-icon-picker 0.1.0 0.1.0-r1 9999: GTK icon chooser with a text search option
|
||||
gui-apps/nwg-launchers 0.5.0 0.6.3 0.7.1.1 9999: GTK+ launchers for sway, i3 and some other WMs
|
||||
gui-apps/nwg-menu 0.1.1: enuStart plugin to nwg-panel, also capable of working standalone
|
||||
gui-apps/nwg-panel 0.9.17 0.9.18 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-panel 0.9.17 0.9.18 0.9.19 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-shell 0.5.22-r1 0.5.23: libraries an common functions for the nwg-shell project
|
||||
gui-apps/nwg-shell-config 0.5.27 0.5.28: nwg-shell configuration utility
|
||||
gui-apps/nwg-shell-config 0.5.28 0.5.29: nwg-shell configuration utility
|
||||
gui-apps/organicmaps 9999: Offline maps and navigation using OpenStreetMap data
|
||||
gui-apps/packettracer 8.2.0: Cisco's packet tracer
|
||||
gui-apps/paperde 0.1.1_p20210426 9999: Simple, sleek QT based DE for wayland using wayfire
|
||||
@@ -1482,7 +1485,7 @@ gui-libs/libcsys 4.2.0 9999: Library for managing the device
|
||||
gui-libs/libdecor 0.1.1 9999: A client-side decorations library for Wayland clients
|
||||
gui-libs/text-engine 0.1.1-r2 9999: A lightweight rich-text framework for GTK 4
|
||||
gui-libs/webp-pixbuf-loader 0.0.1: WebP Image format GdkPixbuf loader
|
||||
gui-libs/xdg-desktop-portal-hyprland 1.1.0 1.2.2 1.2.5: xdg-desktop-portal backend for hyprland
|
||||
gui-libs/xdg-desktop-portal-hyprland 1.1.0 1.2.2-r1 1.2.5-r1: xdg-desktop-portal backend for hyprland
|
||||
gui-wm/cage 0.1.5 9999: A Wayland kiosk
|
||||
gui-wm/hyprland-contrib 0.1: Community-maintained extensions for hyprland
|
||||
gui-wm/phosh 0.17.0: A pure Wayland shell prototype for GNOME on mobile devices
|
||||
@@ -1549,14 +1552,14 @@ media-gfx/vpuppr 0.9.0 9999: VTuber application made with Godot 3.4
|
||||
media-gfx/zw3d 2022.0.3.1-r3 2023.0.3.1: CAD/CAM software for 3D design and processing
|
||||
media-gfx/zwcad 2023.23.0.3.4-r2: CAD software for 2D drawing, reviewing and printing work
|
||||
media-libs/alsa-ucm-pinephone 1.2.6.3: ALSA ucm configuration files for the PinePhone (Pro)
|
||||
media-libs/alvr 15.2.1_p20210604 16.0.0: ALVR is an open source remote VR display for the Oculus Go/Quest
|
||||
media-libs/alvr 16.0.0: ALVR is an open source remote VR display for the Oculus Go/Quest
|
||||
media-libs/amdvlk 2023.1.1 2023.1.2 2023.1.3: AMD Open Source Driver for Vulkan
|
||||
media-libs/dr_flac 0.12.41: Single-header FLAC audio decoder library
|
||||
media-libs/dr_mp3 0.6.37: Single-header MP3 audio decoder library
|
||||
media-libs/dr_wav 0.13.32: Single-header WAV audio loader and writer library
|
||||
media-libs/dr_flac 0.12.42: Single-header FLAC audio decoder library
|
||||
media-libs/dr_mp3 0.6.38: Single-header MP3 audio decoder library
|
||||
media-libs/dr_wav 0.13.13: Single-header WAV audio loader and writer library
|
||||
media-libs/gl4es 9999: OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library
|
||||
media-libs/glee 5.4.0: OpenGL Easy Extension library
|
||||
media-libs/grok 9.7.6: World's Leading Open Source JPEG 2000 Codec
|
||||
media-libs/grok 11.0.0: World's Leading Open Source JPEG 2000 Codec
|
||||
media-libs/imgui 1.81 1.83 1.87-r6 1.87-r7: Bloat-free graphical user interface library for C++
|
||||
media-libs/libbpg 0.9.8-r1: Better Portable Graphics reference implementation
|
||||
media-libs/lodepng 20210627-r1: PNG encoder and decoder
|
||||
@@ -1564,8 +1567,8 @@ media-libs/monado 9999: The open source OpenXR runtime.
|
||||
media-libs/openxr-loader 1.0.31 9999: OpenXR loader
|
||||
media-libs/sjpeg 1.0_p20210422-r1: simple jpeg encoder
|
||||
media-libs/svt-vp9 0.3.0 9999: Scalable Video Technology for VP9 (SVT-VP9 Encoder)
|
||||
media-libs/vvdec 2.1.2: The Fraunhofer Versatile Video Decoder (VVdeC) is a fast H.266/VVC software decoder implementation.
|
||||
media-libs/vvenc 1.9.1: The Fraunhofer Versatile Video Encoder (VVenC) is a fast and efficient H.266/VVC encoder implementation.
|
||||
media-libs/vvdec 2.1.2: VVdeC, the Fraunhofer Versatile Video Decoder
|
||||
media-libs/vvenc 1.9.1: VVenC, the Fraunhofer Versatile Video Encoder
|
||||
media-libs/wivrn 0.9.1 9999: WiVRn OpenXR streaming
|
||||
media-plugins/alsa-sndio 0.2: ALSA PCM to play audio on sndio servers
|
||||
media-plugins/argotlunar-bin 2.06-r1: Argotlunar is a sound granulator. Binary Linux VST
|
||||
@@ -1582,6 +1585,7 @@ media-sound/callaudiod 0.1.7 0.1.9: Call audio routing daemon
|
||||
media-sound/drumgizmo 0.9.20 9999: Cross-platform drum plugin and stand-alone application
|
||||
media-sound/dzr 230919: DZR: the command line deezer.com player
|
||||
media-sound/eartag 0.5.0 0.5.1: GTK4 MusicBrainz audio tagger
|
||||
media-sound/furnace 0.6: a multi-system chiptune tracker compatible with DefleMask modules
|
||||
media-sound/g4music 3.3 3.4: A GTK4 music player
|
||||
media-sound/hushboard 0.0_pre20220518 9999: Mutes your microphone while you are typing
|
||||
media-sound/ibniz 1.18-r1: virtual machine designed for extremely compact low-level audiovisual programs
|
||||
@@ -1604,7 +1608,7 @@ media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file
|
||||
media-sound/qloud 1.4.2: Tool to measure loudspeaker frequency and step responses and distortions
|
||||
media-sound/spot 0.4.0: GTK4 Spotify (Premium) client
|
||||
media-sound/spotify-adblock 1.0.1 1.0.2 1.0.3: Adblocker for Spotify
|
||||
media-sound/spotify-player 0.15.2 0.16.0: spotify_player is a fast, easy to use, and configurable terminal music player.
|
||||
media-sound/spotify-player 0.16.0 0.16.1: spotify_player is a fast, easy to use, and configurable terminal music player.
|
||||
media-sound/spotifyd 0.3.5: A Spotify daemon
|
||||
media-sound/tavu 9999: Terminal-based ALSA VU-meter with peaking
|
||||
media-sound/tidal-hifi-bin 5.7.1: Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
|
||||
@@ -1629,7 +1633,7 @@ media-video/owncast 0.0.12 0.0.13: A self-hosted live video and web chat server
|
||||
media-video/syncplay 1.6.9 1.7.0: Client/server to synchronize media playback
|
||||
media-video/tartube 2.4.077 9999: A GUI front-end for youtube-dl
|
||||
media-video/trakt-scrobbler 1.4.2-r1 1.5.0-r1 1.6.3-r1: Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV
|
||||
media-video/uxplay 1.65.3 1.66: AirPlay Unix mirroring server
|
||||
media-video/uxplay 1.66 1.67: AirPlay Unix mirroring server
|
||||
media-video/walksnail-osd-tool 0.2.0 9999: Tool for rendering OSDs over Walksnail DVR recordings
|
||||
media-video/wlrobs 1.0 9999: OBS plugin that allows you to screen capture on wlroots based compositors
|
||||
media-video/ytarchive 0.4.0: Youtube livestream downloader
|
||||
@@ -1653,7 +1657,7 @@ net-analyzer/munin-plugins-mendix 23_p20210510: This package provides various pl
|
||||
net-client/amfora 1.8.0 1.9.2: A fancy terminal browser for the Gemini protocol.
|
||||
net-client/castor 0.8.18 0.9.0: A graphical browser for plain-text protocols
|
||||
net-client/kristall 0.3-r2 0.4: Visual cross-platform gemini browser
|
||||
net-client/lagrange 1.17.3 1.17.4: Desktop GUI client for browsing Geminispace
|
||||
net-client/lagrange 1.17.4 1.17.5: Desktop GUI client for browsing Geminispace
|
||||
net-client/offpunk 1.8 1.9.1: Offline-First Gemini/Web/Gopher/RSS reader and browser
|
||||
net-client/starfish 1.2.0 1.3.1: A Gemini browser for elementary OS
|
||||
net-client/telescope 0.7.1 0.8.1: w3m-like browser for Gemini
|
||||
@@ -1666,7 +1670,7 @@ net-im/abaddon 0.1.12-r1 0.1.13 9999: Alternative Discord client using GTK inste
|
||||
net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
|
||||
net-im/chatterino 2.3.5-r3: Chat client for https://twitch.tv
|
||||
net-im/conduit 0.6.0 0.6.0-r1: A Matrix homeserver written in Rust
|
||||
net-im/discord-canary-bin 0.0.205: All-in-one voice and text chat
|
||||
net-im/discord-canary-bin 0.0.213: All-in-one voice and text chat
|
||||
net-im/discord-ptb-bin 0.0.29: All-in-one voice and text chat
|
||||
net-im/gajim-plugins 9999: Plugins developed fro Gajim XMPP client
|
||||
net-im/go-sendxmpp 0.6.0 0.6.1: A little tool to send messages to an XMPP contact or MUC
|
||||
@@ -1743,7 +1747,6 @@ net-misc/smcroute 2.5.6: A static multicast routing daemon
|
||||
net-misc/sunshine 9999: Self-hosted game stream host for Moonlight
|
||||
net-misc/toot 0.38.1: toot - Mastodon CLI & TUI
|
||||
net-misc/tooth 9999: Tooth is a fork of the now archived Tootle, a gtk Mastodon client.
|
||||
net-misc/tuba 0.2.0 0.3.2 0.4.1: Mastodon client, previously known as Tooth
|
||||
net-misc/tuxi 9999: Tuxi is a cli assistant. Get answers of your questions instantly.
|
||||
net-misc/warp 0.5.4: Securely send files via the internet or LAN by exchanging a word-based code
|
||||
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
|
||||
@@ -1768,7 +1771,7 @@ net-p2p/monero 0.17.2.0 0.17.2.3 0.17.3.0 0.17.3.2 0.18.1.0 0.18.1.1 0.18.1.2 0.
|
||||
net-p2p/p2pool 3.5 3.6.2 3.7 3.8 3.9 9999: Decentralized pool for Monero mining
|
||||
net-p2p/popura 0.4.6 9999: Popura: alternative Yggdrasil network client
|
||||
net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
|
||||
net-p2p/yggdrasil-go 0.5.2 0.5.4 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
|
||||
net-p2p/yggdrasil-go 0.5.4 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
|
||||
net-print/hpuld 1.00.39.15.00.23-r1: HP Unified Linux Driver (for samsung hardware)
|
||||
net-proxy/snowflake 2.7.0: Pluggable Transport using WebRTC, inspired by Flashproxy
|
||||
net-voip/discover-overlay 0.4.5 0.5.4 0.6.9: Yet another Discord overlay for Linux written in Python using GTK3
|
||||
@@ -1792,7 +1795,7 @@ sci-electronics/bluespec 2022.01-r1 2023.01 2023.07 9999: Toolchain for the Blue
|
||||
sci-electronics/circt 1.14.0 1.37.0: The fast free Verilog/SystemVerilog simulator
|
||||
sci-electronics/coil64 2.1.27: Coil64 is inductance coil calculator
|
||||
sci-electronics/dsview 1.2.1 1.3.0 9999: An open source multi-function instrument
|
||||
sci-electronics/kactus2 3.12.0 9999: A open source IP-XACT-based tool
|
||||
sci-electronics/kactus2 3.12.0 3.13.0 9999: A open source IP-XACT-based tool
|
||||
sci-electronics/liblxi 1.16 1.18: Implementation of the LAN eXtensions for Instrumentation (LXI)
|
||||
sci-electronics/logic-bin 2.4.0 2.4.9: Saleae logic analyzer
|
||||
sci-electronics/lxi-tools 2.1 2.3: Tools to access devices with LXI
|
||||
@@ -1891,14 +1894,14 @@ sys-apps/dool 1.1.0 9999: Versatile replacement for vmstat, iostat and ifstat (c
|
||||
sys-apps/drm_info 2.2.0 2.3.0 9999: Small utility to dump info about DRM devices
|
||||
sys-apps/fchroot 0.1.2: Funtoo's franken-chroot tool - chroot from AMD64 to ARM system
|
||||
sys-apps/fselect 0.7.9 0.8.0: Find files with SQL-like queries
|
||||
sys-apps/hex 0.3.2 0.4.0 0.4.1 0.4.2: Futuristic take on hexdump
|
||||
sys-apps/hex 0.3.2 0.4.2 0.5.0: Futuristic take on hexdump
|
||||
sys-apps/intel-cmt-cat 4.4.0: User space software for Intel(R) Resource Director Technology
|
||||
sys-apps/lact 0.5.0: Linux AMDGPU Controller
|
||||
sys-apps/loclone 0.1.0: A tool for creating CoW snapshots on XFS
|
||||
sys-apps/lsplug 4: Replacement for lsusb that shows more useful info and less useless info
|
||||
sys-apps/mission-center 0.3.2 0.3.3 9999: Monitor your CPU, Memory, Disk, Network and GPU usage.
|
||||
sys-apps/mission-center 0.3.3 0.4.1 9999: Monitor your CPU, Memory, Disk, Network and GPU usage.
|
||||
sys-apps/nvimpager 0.11.0: Use nvim as a pager to view manpages, diff, etc with nvim's syntax highlighting.
|
||||
sys-apps/openSeaChest 22.07 23.03.1: SeaGate's open source harddrive control utilities
|
||||
sys-apps/openSeaChest 23.03.1 23.12: SeaGate's open source harddrive control utilities
|
||||
sys-apps/ov 0.11.2 0.32.0: Feature-rich terminal pager
|
||||
sys-apps/pnpm-bin 8.7.5: Fast, disk space efficient package manager, alternative to npm and yarn
|
||||
sys-apps/qemu-openrc 0.10.0 9999: OpenRC init script for QEMU/KVM
|
||||
@@ -1977,7 +1980,7 @@ sys-firmware/pinephone-firmware 20210809: Firmwares files for PinePhone
|
||||
sys-fs/btrfs-heatmap 9-r1: Python 3 script to draw a heatmap of a btrfs filesystem
|
||||
sys-fs/ddrescueview 0.4.5: Graphical viewer for GNU ddrescue mapfiles
|
||||
sys-fs/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
|
||||
sys-fs/dua-cli 2.20.3: A tool to conveniently learn about the disk usage of directories, fast!
|
||||
sys-fs/dua-cli 2.20.3 2.22.0: A tool to conveniently learn about the disk usage of directories, fast!
|
||||
sys-fs/dwarfs 0.7.2-r1: A fast very high compression read-only FUSE file system
|
||||
sys-fs/dwarfs-bin 0.7.2: Static version of a fast very high compression read-only FUSE file system
|
||||
sys-fs/gcsfuse 1.2.0: A user-space file system for interacting with Google Cloud Storage
|
||||
@@ -1992,7 +1995,7 @@ sys-kernel/modprobed-db 2.46: This utility tracks modules loaded by the kernel,
|
||||
sys-kernel/msr-safe 1.6.0: Allows safer access to model specific registers (MSRs)
|
||||
sys-kernel/tirdad 0_pre20200926: kernel module for random ISN generation
|
||||
sys-kernel/uek-sources 5.15.0.5.70.1 5.15.0.6.80.3 5.15.0.8.91.3 5.15.0.105.125.4 5.15.0.201.135.2 5.15.0.201.135.4: Unbreakable Enterprise Kernel (UEK) sources built from Oracle
|
||||
sys-kernel/ugrd 0.11.3 0.12.1: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/ugrd 0.11.3 0.12.1-r1: Python based initramfs generator with TOML defintions
|
||||
sys-kernel/usermode-kernel 6.0.12: Linux kernel built with Gentoo patches
|
||||
sys-kernel/xow 0.5: Linux driver for the Xbox One wireless dongle
|
||||
sys-kernel/xpmem 2.6.5_p20210809: Linux Cross-Memory Attach
|
||||
@@ -2062,6 +2065,7 @@ www-servers/hinsightd 0.9.17 9999: hinsightd a http/1.1 webserver with (hopefull
|
||||
www-servers/quark 9999: A small, GET-only static HTTP server
|
||||
x11-apps/lightdm-gtk-greeter-settings 1.2.2-r1: Configuration tool for the LightDM GTK Greeter
|
||||
x11-apps/xcur2png 0.7.1 0.7.1-r1: Convert X cursors to PNG images
|
||||
x11-drivers/OpenTabletDriver 0.6.3.0: A cross-platform open-source tablet driver
|
||||
x11-drivers/OpenTabletDriver-bin 0.6.0.2 0.6.0.4: Cross platform tablet driver (binary package)
|
||||
x11-libs/gtk-fortran 3.24.31 4.3.0 4.4.0 4.4.1: A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
x11-libs/sdl-fakeqwerty 0_pre20191217: Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games)
|
||||
@@ -2091,8 +2095,8 @@ x11-misc/xscreensaver-anclock 2.2.1: Analog clock hack for the xscreensaver prog
|
||||
x11-plugins/purple-mm-sms 0.1.7: Purple SMS plugin using ModemManager
|
||||
x11-terms/dmd5620 1.2.0: GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.
|
||||
x11-terms/mlterm-canna 3.9.3: canna plugin for mlterm
|
||||
x11-terms/rio 0.0.28: A hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/rio-terminfo 0.0.28: Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/rio 0.0.28 0.0.30: A hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/rio-terminfo 0.0.28 0.0.30: Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
|
||||
x11-terms/tabby-bin 1.0.189: A terminal for a more modern age
|
||||
x11-themes/adw-gtk3 5.0 5.1: The theme from libadwaita ported to GTK-3
|
||||
x11-themes/arc-darkest-colors 0_pre20200818 0_pre20201112: Flat, dark-mode theme with transparent elements
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 09 Dec 2023 18:32:02 +0000
|
||||
Mon, 11 Dec 2023 07:03:46 +0000
|
||||
|
||||
Reference in New Issue
Block a user