mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
2024-12-05 12:18:21 UTC
This commit is contained in:
16
metadata/md5-cache/dev-cpp/parallel-hashmap-1.4.1
Normal file
16
metadata/md5-cache/dev-cpp/parallel-hashmap-1.4.1
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=dev-build/make >=dev-build/cmake-3.20.5
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=dev-libs/cereal test? ( dev-cpp/gtest )
|
||||||
|
DESCRIPTION=Family of header-only, fast and memory-friendly hashmap and btree containers
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://greg7mdp.github.io/parallel-hashmap/ https://github.com/greg7mdp/parallel-hashmap
|
||||||
|
INHERIT=cmake
|
||||||
|
IUSE=examples test
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
RDEPEND=dev-libs/cereal
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0/1.4.1
|
||||||
|
SRC_URI=https://github.com/greg7mdp/parallel-hashmap/archive/refs/tags/v1.4.1.tar.gz -> parallel-hashmap-1.4.1.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||||
|
_md5_=75c94d9814c756f5a8eb057d1a34a556
|
||||||
@@ -11,6 +11,6 @@ LICENSE=BSD GPL-2 LGPL-2.1
|
|||||||
RDEPEND=app-arch/zstd:= sys-libs/zlib:=
|
RDEPEND=app-arch/zstd:= sys-libs/zlib:=
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://www.prevanders.net/libdwarf-0.10.1.tar.xz
|
SRC_URI=https://www.prevanders.net/libdwarf-0.11.1.tar.xz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||||
_md5_=3e0855d2b45b18550d0e8fd029416383
|
_md5_=3e0855d2b45b18550d0e8fd029416383
|
||||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_t
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz -> cqueues-rel-20200726.tar.gz
|
SRC_URI=https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz -> cqueues-rel-20200726.tar.gz
|
||||||
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 lua-utils 7c89927eda6f21c4c48136247077ab37 lua 3414f66fe14a8c3ffdb5a894097068c6
|
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 lua-utils 7c89927eda6f21c4c48136247077ab37 lua 3414f66fe14a8c3ffdb5a894097068c6
|
||||||
_md5_=8c49162982cec930723a6145effa7270
|
_md5_=fe24505ae53b54defceb4452b04375a1
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
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-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DESCRIPTION=Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
|
DESCRIPTION=Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://pypi.org/project/isosurfaces/ https://github.com/jared-hughes/isosurfaces
|
HOMEPAGE=https://pypi.org/project/isosurfaces/ https://github.com/jared-hughes/isosurfaces
|
||||||
INHERIT=distutils-r1
|
INHERIT=distutils-r1
|
||||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
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 )
|
RDEPEND=dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
SLOT=0
|
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
|
SRC_URI=https://github.com/jared-hughes/isosurfaces/archive/e7f7d33b88210fbbbb76d3a6c256bb0de641f3e1.tar.gz -> isosurfaces-0.1.2.gh.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||||
_md5_=22a8c097c78b9c53516bf4fb7c128e79
|
_md5_=6015baefa921111b533f2fbd484f4318
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
BDEPEND=media-libs/libglvnd[X] >=dev-python/glcontext-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pycodestyle[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/furo[python_targets_python3_13(-)] dev-python/sphinx-copybutton[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] dev-python/sphinx-copybutton[python_targets_python3_10(-)] ) ) )
|
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DEPEND=media-libs/libglvnd[X] >=dev-python/glcontext-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pycodestyle[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
|
||||||
DESCRIPTION=Modern OpenGL binding for python
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/moderngl/moderngl https://pypi.org/project/moderngl
|
|
||||||
INHERIT=distutils-r1 virtualx docs
|
|
||||||
IUSE=debug test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug test doc
|
|
||||||
KEYWORDS=~amd64 ~x86
|
|
||||||
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
|
||||||
RESTRICT=test !test? ( test ) !test? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/moderngl/moderngl/archive/refs/tags/5.12.0.tar.gz -> moderngl-5.12.0.gh.tar.gz
|
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 006125f2158d2f16904ebd9114336058
|
|
||||||
_md5_=08df9ee2a705083960054ebef461ef53
|
|
||||||
17
metadata/md5-cache/dev-python/moderngl-5.12.0-r1
Normal file
17
metadata/md5-cache/dev-python/moderngl-5.12.0-r1
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=test? ( media-libs/libglvnd[X] >=dev-python/glcontext-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/furo[python_targets_python3_13(-)] dev-python/sphinx-copybutton[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] dev-python/sphinx-copybutton[python_targets_python3_10(-)] ) ) )
|
||||||
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
|
DESCRIPTION=Modern OpenGL binding for python
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/moderngl/moderngl https://pypi.org/project/moderngl
|
||||||
|
INHERIT=distutils-r1 virtualx docs
|
||||||
|
IUSE=debug test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug test doc
|
||||||
|
KEYWORDS=~amd64 ~x86
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=media-libs/libglvnd[X] >=dev-python/glcontext-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
|
RESTRICT=test !test? ( test ) !test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/moderngl/moderngl/archive/refs/tags/5.12.0.tar.gz -> moderngl-5.12.0.gh.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 006125f2158d2f16904ebd9114336058
|
||||||
|
_md5_=e170a0fa5e58f644eba3c65caff6f9e8
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
BDEPEND=test? ( dev-python/glcontext[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/PyWavefront-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/PyWavefront-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/trimesh-3.2.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( <dev-python/moderngl-6[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(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyrr-0.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) doc? ( || ( ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/moderngl[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/moderngl[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/moderngl[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) )
|
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
|
||||||
DEPEND=<dev-python/moderngl-6[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(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyrr-0.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
|
||||||
DESCRIPTION=A cross platform utility library for ModernGL
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/moderngl/moderngl-window https://pypi.org/project/moderngl-window
|
|
||||||
INHERIT=distutils-r1 virtualx docs
|
|
||||||
IUSE=examples test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test doc
|
|
||||||
KEYWORDS=~amd64
|
|
||||||
LICENSE=MIT
|
|
||||||
RDEPEND=<dev-python/moderngl-6[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(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyrr-0.10[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] 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? ( test )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/moderngl/moderngl-window/archive/refs/tags/2.4.6.tar.gz -> moderngl-window-2.4.6.gh.tar.gz
|
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 006125f2158d2f16904ebd9114336058
|
|
||||||
_md5_=fb8a8b61c75eb53105c56ff480708652
|
|
||||||
17
metadata/md5-cache/dev-python/moderngl-window-3.0.3
Normal file
17
metadata/md5-cache/dev-python/moderngl-window-3.0.3
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=test? ( dev-python/glcontext[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pywavefront-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pywavefront-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/trimesh-3.2.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( <dev-python/moderngl-6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyglm-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyglm-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/moderngl[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/moderngl[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/moderngl[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/moderngl[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) )
|
||||||
|
DEFINED_PHASES=compile configure install postinst prepare test
|
||||||
|
DEPEND=<dev-python/moderngl-6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyglm-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyglm-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
|
DESCRIPTION=A cross platform utility library for ModernGL
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/moderngl/moderngl-window https://pypi.org/project/moderngl-window
|
||||||
|
INHERIT=distutils-r1 virtualx docs optfeature
|
||||||
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 test doc
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=<dev-python/moderngl-6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyglet[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyglm-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyglm-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
|
RESTRICT=!test? ( test ) !test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/moderngl/moderngl-window/archive/refs/tags/3.0.3.tar.gz -> moderngl-window-3.0.3.gh.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 006125f2158d2f16904ebd9114336058 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||||
|
_md5_=5d086608ba06a961714c10f957aa0208
|
||||||
17
metadata/md5-cache/dev-python/podman-compose-1.2.0
Normal file
17
metadata/md5-cache/dev-python/podman-compose-1.2.0
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=test? ( dev-python/parameterized[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( app-containers/aardvark-dns app-containers/netavark app-containers/podman dev-python/pyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/python-dotenv[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=app-containers/aardvark-dns app-containers/netavark app-containers/podman
|
||||||
|
DESCRIPTION=A script to run docker-compose.yml using Podman
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/containers/podman-compose
|
||||||
|
INHERIT=distutils-r1
|
||||||
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-2
|
||||||
|
RDEPEND=app-containers/aardvark-dns app-containers/netavark app-containers/podman dev-python/pyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/python-dotenv[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/containers/podman-compose/archive/refs/tags/v1.2.0.tar.gz -> podman-compose-1.2.0.gh.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||||
|
_md5_=d7b6d6627cd34eee531f2839c070ab61
|
||||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.7.3.tar.gz -> pyglm-2.7.3.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/fbc534be62f8c785db989f8ae7526edf6d0dc306.tar.gz -> pyglm-2.7.3-glm.gh.tar.gz
|
SRC_URI=https://github.com/Zuzu-Typ/PyGLM/archive/refs/tags/2.7.3.tar.gz -> pyglm-2.7.3.gh.tar.gz https://github.com/Zuzu-Typ/glm/archive/fbc534be62f8c785db989f8ae7526edf6d0dc306.tar.gz -> pyglm-2.7.3-glm.gh.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||||
_md5_=4508b33c408e4df399b72af95e074aac
|
_md5_=26b2399ab4c597e2f6cff4f225f0c4ad
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
BDEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
BDEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
DEPEND=test? ( dev-python/mock[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
|
||||||
DESCRIPTION=Python library for importing Wavefront .obj files
|
DESCRIPTION=Python library for importing Wavefront .obj files
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/pywavefront/PyWavefront https://pypi.org/project/PyWavefront
|
HOMEPAGE=https://github.com/pywavefront/PyWavefront https://pypi.org/project/pywavefront
|
||||||
INHERIT=distutils-r1 virtualx
|
INHERIT=distutils-r1 virtualx
|
||||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 test
|
||||||
KEYWORDS=~amd64 ~x86
|
KEYWORDS=~amd64 ~x86
|
||||||
LICENSE=MIT
|
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 )
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
RESTRICT=!test? ( test ) !test? ( test )
|
RESTRICT=!test? ( test ) !test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/pywavefront/PyWavefront/archive/refs/tags/1.3.3.tar.gz -> v1.3.3.gh.tar.gz
|
SRC_URI=https://github.com/pywavefront/PyWavefront/archive/refs/tags/1.3.3.tar.gz -> v1.3.3.gh.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||||
_md5_=59bbc3e884bb61cb23c7f8bb9f01eb7e
|
_md5_=b5690b2f69f238e3cd8b55c10e5c089a
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
DESCRIPTION=Fetch location and size of physical screens.
|
DESCRIPTION=Fetch location and size of physical screens.
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/rr-/screeninfo https://pypi.org/project/screeninfo
|
HOMEPAGE=https://github.com/rr-/screeninfo https://pypi.org/project/screeninfo
|
||||||
INHERIT=distutils-r1
|
INHERIT=distutils-r1
|
||||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||||
KEYWORDS=~amd64 ~x86
|
KEYWORDS=~amd64 ~x86
|
||||||
LICENSE=MIT
|
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 )
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/rr-/screeninfo/archive/refs/tags/0.8.1.tar.gz -> screeninfo-0.8.1.gh.tar.gz
|
SRC_URI=https://github.com/rr-/screeninfo/archive/refs/tags/0.8.1.tar.gz -> screeninfo-0.8.1.gh.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||||
_md5_=7b45cadf6b3550a58c435c26ba347ceb
|
_md5_=aa2110074197fbb6d0209ec627d87b45
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
BDEPEND=app-alternatives/ninja app-arch/unzip dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-build/gn test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
BDEPEND=app-alternatives/ninja app-arch/unzip dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-build/gn test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
DEFINED_PHASES=compile configure install prepare test
|
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 )
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
DESCRIPTION=Python bindings for the Skia Path Ops
|
DESCRIPTION=Python bindings for the Skia Path Ops
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://skia.org/dev/present/pathops https://pypi.org/project/skia-pathops/ https://github.com/fonttools/skia-pathops
|
HOMEPAGE=https://skia.org/dev/present/pathops https://pypi.org/project/skia-pathops/ https://github.com/fonttools/skia-pathops
|
||||||
INHERIT=distutils-r1 pypi
|
INHERIT=distutils-r1 pypi
|
||||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
|
||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
LICENSE=BSD
|
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 )
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://files.pythonhosted.org/packages/37/15/fa6de52d9cb3a44158431d4cce870e7c2a56cdccedc8fa1262cbf61d4e1e/skia-pathops-0.8.0.post1.zip
|
SRC_URI=https://files.pythonhosted.org/packages/e5/85/4c6ce1f1f3e8d3888165f2830adcf340922416c155647b12ebac2dcc423e/skia_pathops-0.8.0.post2.zip
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||||
_md5_=7d985c9c5243237b2dbd2753296e8390
|
_md5_=ea5b85418aedd2342e91fbd28dfa9952
|
||||||
@@ -1,17 +1,17 @@
|
|||||||
BDEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
BDEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||||
DEFINED_PHASES=compile configure install postinst prepare test
|
DEFINED_PHASES=compile configure install postinst prepare test
|
||||||
DEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
DEPEND=test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
|
||||||
DESCRIPTION=SVG Parsing for Elements, Paths, and other SVG Objects.
|
DESCRIPTION=SVG Parsing for Elements, Paths, and other SVG Objects.
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/meerk40t/svgelements https://pypi.org/project/svgelements
|
HOMEPAGE=https://github.com/meerk40t/svgelements https://pypi.org/project/svgelements
|
||||||
INHERIT=distutils-r1 optfeature
|
INHERIT=distutils-r1 optfeature
|
||||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||||
KEYWORDS=~amd64 ~x86
|
KEYWORDS=~amd64 ~x86
|
||||||
LICENSE=MIT
|
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 )
|
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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||||
RESTRICT=!test? ( test )
|
RESTRICT=!test? ( test )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/meerk40t/svgelements/archive/refs/tags/1.9.6.tar.gz -> svgelements-1.9.6.gh.tar.gz
|
SRC_URI=https://github.com/meerk40t/svgelements/archive/refs/tags/1.9.6.tar.gz -> svgelements-1.9.6.gh.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||||
_md5_=4831751b1c69766dc7d2d7892f1ad3d7
|
_md5_=95d0bc9242ff949d59bcbca19631c494
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ DEPEND=dev-libs/wayland
|
|||||||
DESCRIPTION=wlr-output-power-management-v1 client
|
DESCRIPTION=wlr-output-power-management-v1 client
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://git.sr.ht/~leon_plickat/wlopm/
|
HOMEPAGE=https://git.sr.ht/~leon_plickat/wlopm/
|
||||||
INHERIT=toolchain-funcs
|
INHERIT=bash-completion-r1 toolchain-funcs
|
||||||
KEYWORDS=~amd64 ~arm64
|
KEYWORDS=~amd64 ~arm64
|
||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=dev-libs/wayland
|
RDEPEND=dev-libs/wayland
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://git.sr.ht/~leon_plickat/wlopm/archive/v0.1.0.tar.gz -> wlopm-0.1.0.tar.gz
|
SRC_URI=https://git.sr.ht/~leon_plickat/wlopm/archive/v1.0.0.tar.gz -> wlopm-1.0.0.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082
|
||||||
_md5_=4a09020ba60f3fe8d700a16e7bc2e25f
|
_md5_=bb273e866edb085ac0c5466f1468bd9e
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
BDEPEND=sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-python/ruamel-yaml virtual/linux-sources app-alternatives/ninja >=dev-build/cmake-3.20.5
|
BDEPEND=sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-python/ruamel-yaml virtual/linux-sources app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
|
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
|
||||||
DEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.3.283 raytracing? ( dev-util/DirectXShaderCompiler ) dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?]
|
DEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.3.296 raytracing? ( dev-util/DirectXShaderCompiler ) dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||||
DESCRIPTION=AMD Open Source Driver for Vulkan
|
DESCRIPTION=AMD Open Source Driver for Vulkan
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/GPUOpen-Drivers/AMDVLK
|
HOMEPAGE=https://github.com/GPUOpen-Drivers/AMDVLK
|
||||||
@@ -8,9 +8,9 @@ INHERIT=check-reqs python-any-r1 cmake-multilib
|
|||||||
IUSE=wayland +raytracing abi_x86_32 abi_x86_64
|
IUSE=wayland +raytracing abi_x86_32 abi_x86_64
|
||||||
KEYWORDS=~amd64 ~x86
|
KEYWORDS=~amd64 ~x86
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
RDEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.3.283 raytracing? ( dev-util/DirectXShaderCompiler ) dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxshmfence[abi_x86_32(-)?,abi_x86_64(-)?] >=media-libs/vulkan-loader-1.3.290[abi_x86_32(-)?,abi_x86_64(-)?] dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] dev-libs/openssl[abi_x86_32(-)?,abi_x86_64(-)?]
|
RDEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.3.296 raytracing? ( dev-util/DirectXShaderCompiler ) dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxshmfence[abi_x86_32(-)?,abi_x86_64(-)?] >=media-libs/vulkan-loader-1.3.296[abi_x86_32(-)?,abi_x86_64(-)?] dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] dev-libs/openssl[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||||
REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) || ( abi_x86_32 abi_x86_64 )
|
REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) || ( abi_x86_32 abi_x86_64 )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/GPUOpen-Drivers/xgl/archive/c4ca1f6077c7fecc8df2ad2ed8719fb943b4e4b1.tar.gz -> amdvlk-xgl-c4ca1f6077c7fecc8df2ad2ed8719fb943b4e4b1.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/31f6a70d0e9ee22894daab5305dd91b3ebb599a5.tar.gz -> amdvlk-pal-31f6a70d0e9ee22894daab5305dd91b3ebb599a5.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/872ddfdeecfd1e56ddbc0db2012b96788129fee9.tar.gz -> amdvlk-llpc-872ddfdeecfd1e56ddbc0db2012b96788129fee9.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/95c27c4031b112daaa231b76dee07f7ff05357d0.tar.gz -> amdvlk-gpurt-95c27c4031b112daaa231b76dee07f7ff05357d0.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/8abfff872ebbb1f57ebe83149f8166fb5dd487dc.tar.gz -> amdvlk-llvm-project-8abfff872ebbb1f57ebe83149f8166fb5dd487dc.tar.gz https://github.com/GPUOpen-Drivers/MetroHash/archive/18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz -> amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz https://github.com/GPUOpen-Drivers/CWPack/archive/4f8cf0584442a91d829d269158567d7ed926f026.tar.gz -> amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz https://github.com/GPUOpen-Drivers/llvm-dialects/archive/bdfb113d8d765bdf4554a2b30ae909b93f26aeea.tar.gz -> amdvlk-LLVM-dialects-bdfb113d8d765bdf4554a2b30ae909b93f26aeea.tar.gz
|
SRC_URI=https://github.com/GPUOpen-Drivers/xgl/archive/a367518e0bf308056492d994c5713e06af9429af.tar.gz -> amdvlk-xgl-a367518e0bf308056492d994c5713e06af9429af.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/b6da370a9bc66d86820fd3034a16e5b59ed7ff86.tar.gz -> amdvlk-pal-b6da370a9bc66d86820fd3034a16e5b59ed7ff86.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/1d04cdcb4c3d4edc300d9a61969a87208d44dcc4.tar.gz -> amdvlk-llpc-1d04cdcb4c3d4edc300d9a61969a87208d44dcc4.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/aa5ba689e8c33b6d42d4261687988e6e0b13998c.tar.gz -> amdvlk-gpurt-aa5ba689e8c33b6d42d4261687988e6e0b13998c.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/07d4dd012428b5a8c563de7c51ef33ab09bae53b.tar.gz -> amdvlk-llvm-project-07d4dd012428b5a8c563de7c51ef33ab09bae53b.tar.gz https://github.com/GPUOpen-Drivers/MetroHash/archive/18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz -> amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz https://github.com/GPUOpen-Drivers/CWPack/archive/4f8cf0584442a91d829d269158567d7ed926f026.tar.gz -> amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz https://github.com/GPUOpen-Drivers/llvm-dialects/archive/50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz -> amdvlk-LLVM-dialects-50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz
|
||||||
_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||||
_md5_=32b059aab998fcd4abd8b548f2841ae0
|
_md5_=e748608c22834e08dcc0fcfe40733f5f
|
||||||
@@ -12,6 +12,6 @@ RDEPEND=sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?] app-arch/zstd[abi_x86_32(-)
|
|||||||
REQUIRED_USE=abi_x86_64 || ( abi_x86_32 abi_x86_64 )
|
REQUIRED_USE=abi_x86_64 || ( abi_x86_32 abi_x86_64 )
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2024.Q4.1/amdvlk-2024.Q4.1.x86_64.rpm -> amdvlk-bin-2024.4.1-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2024.Q4.1/amdvlk_2024.Q4.1_i386.deb -> amdvlk-bin-2024.4.1-i386.deb
|
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2024.Q4.2/amdvlk-2024.Q4.2.x86_64.rpm -> amdvlk-bin-2024.4.2-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2024.Q4.2/amdvlk_2024.Q4.2_i386.deb -> amdvlk-bin-2024.4.2-i386.deb
|
||||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5
|
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5
|
||||||
_md5_=2040f3aca76fe5cdf34fe138033c7368
|
_md5_=2040f3aca76fe5cdf34fe138033c7368
|
||||||
16
metadata/md5-cache/media-video/manimgl-1.7.1
Normal file
16
metadata/md5-cache/media-video/manimgl-1.7.1
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 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/jinja2-cli[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/jinja2-cli[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] dev-python/jinja2-cli[python_targets_python3_10(-)] dev-python/sphinx-copybutton[python_targets_python3_10(-)] ) ) )
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox-earcut[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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive[extra] media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] )
|
||||||
|
DESCRIPTION=Animation engine for explanatory math videos
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/3b1b/manim https://pypi.org/project/manimgl/
|
||||||
|
INHERIT=distutils-r1 docs
|
||||||
|
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox-earcut[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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive[extra] media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] ) 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/3b1b/manim/archive/refs/tags/v1.7.1.tar.gz -> manimgl-1.7.1.gh.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df docs 006125f2158d2f16904ebd9114336058
|
||||||
|
_md5_=6788abd3c750dd38a7a003b475c701e7
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
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-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/jinja2-cli[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/jinja2-cli[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] dev-python/jinja2-cli[python_targets_python3_10(-)] dev-python/sphinx-copybutton[python_targets_python3_10(-)] ) ) ) >=dev-vcs/git-1.8.2.1[curl]
|
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-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/jinja2-cli[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/jinja2-cli[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] dev-python/jinja2-cli[python_targets_python3_10(-)] dev-python/sphinx-copybutton[python_targets_python3_10(-)] ) ) ) >=dev-vcs/git-1.8.2.1[curl]
|
||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
DEFINED_PHASES=compile configure install prepare test unpack
|
||||||
DEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] )
|
DEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox-earcut[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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive[extra] media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] )
|
||||||
DESCRIPTION=Animation engine for explanatory math videos
|
DESCRIPTION=Animation engine for explanatory math videos
|
||||||
EAPI=8
|
EAPI=8
|
||||||
HOMEPAGE=https://github.com/3b1b/manim https://pypi.org/project/manimgl/
|
HOMEPAGE=https://github.com/3b1b/manim https://pypi.org/project/manimgl/
|
||||||
@@ -8,8 +8,8 @@ INHERIT=distutils-r1 docs git-r3
|
|||||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
|
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
|
||||||
LICENSE=MIT
|
LICENSE=MIT
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
RDEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
RDEPEND=dev-python/colour[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipython-8.18.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/isosurfaces[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fonttools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ManimPango-0.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mapbox-earcut[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/moderngl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/moderngl-window[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pydub[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyperclip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rich[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/screeninfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/skia-pathops[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/svgelements-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sympy[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/validators[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive[extra] media-video/ffmpeg virtual/opengl x11-libs/pango python_targets_python3_10? ( dev-python/typing-extensions[python_targets_python3_10(-)?] ) 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 )
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df docs 006125f2158d2f16904ebd9114336058 git-r3 875eb471682d3e1f18da124be97dcc81
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df docs 006125f2158d2f16904ebd9114336058 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
_md5_=2f0543a0f2fa595d97dc64353e1da58b
|
_md5_=e2a3cd7393ab0ad9227baeb881d1ec6e
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
|||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=app-crypt/libsecret dev-libs/glib:2 dev-libs/libconfig:= dev-libs/openssl:= net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 appindicator? ( dev-libs/libayatana-appindicator )
|
RDEPEND=app-crypt/libsecret dev-libs/glib:2 dev-libs/libconfig:= dev-libs/openssl:= net-libs/libsoup:3.0 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 appindicator? ( dev-libs/libayatana-appindicator )
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://github.com/SrainApp/srain/archive/1.7.0.tar.gz -> srain-1.7.0.tar.gz
|
SRC_URI=https://github.com/SrainApp/srain/archive/1.8.0.tar.gz -> srain-1.8.0.tar.gz
|
||||||
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=e96da54ee0aabc158426a8625bae320c
|
_md5_=178a11afd3bb2e327379e7199cdef948
|
||||||
@@ -10,6 +10,6 @@ LICENSE=GPL-3
|
|||||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
|
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
|
||||||
RESTRICT=bindist mirror strip
|
RESTRICT=bindist mirror strip
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6/MullvadVPN-2024.6_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6/MullvadVPN-2024.6_aarch64.rpm )
|
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.8/MullvadVPN-2024.8_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.8/MullvadVPN-2024.8_aarch64.rpm )
|
||||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||||
_md5_=3018d3716180eb90b3d5f16da506441e
|
_md5_=3018d3716180eb90b3d5f16da506441e
|
||||||
16
metadata/md5-cache/sys-fs/dwarfs-0.10.2
Normal file
16
metadata/md5-cache/sys-fs/dwarfs-0.10.2
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
|
||||||
|
DEPEND=>=app-arch/libarchive-3.6.0 >=app-arch/brotli-1.0.9 >=app-arch/lz4-1.9.3 >=app-arch/xz-utils-5.2.5 >=app-arch/zstd-1.4.8 dev-cpp/gflags dev-cpp/glog[gflags] >=dev-cpp/parallel-hashmap-1.4.1 dev-libs/boost[context] dev-libs/double-conversion dev-libs/libevent >=dev-libs/libfmt-11.0.2 dev-libs/utfcpp >=dev-libs/xxhash-0.8.1 flac? ( >=media-libs/flac-1.4.3 ) fuse? ( sys-fs/fuse:3 ) sys-libs/binutils-libs stacktrace? ( sys-libs/libunwind ) sys-libs/zlib jemalloc? ( >=dev-libs/jemalloc-5.2.1 ) test? ( >=dev-cpp/gtest-1.15.2 ) >=dev-cpp/range-v3-0.12.0 dev-libs/date dev-cpp/nlohmann_json
|
||||||
|
DESCRIPTION=A fast high compression read-only file system for Linux, Windows and macOS
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/mhx/dwarfs
|
||||||
|
INHERIT=check-reqs cmake flag-o-matic
|
||||||
|
IUSE=+jemalloc test +tools +fuse +perfmon flac ricepp stacktrace
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=GPL-3
|
||||||
|
RDEPEND=>=app-arch/libarchive-3.6.0 >=app-arch/brotli-1.0.9 >=app-arch/lz4-1.9.3 >=app-arch/xz-utils-5.2.5 >=app-arch/zstd-1.4.8 dev-cpp/gflags dev-cpp/glog[gflags] >=dev-cpp/parallel-hashmap-1.4.1 dev-libs/boost[context] dev-libs/double-conversion dev-libs/libevent >=dev-libs/libfmt-11.0.2 dev-libs/utfcpp >=dev-libs/xxhash-0.8.1 flac? ( >=media-libs/flac-1.4.3 ) fuse? ( sys-fs/fuse:3 ) sys-libs/binutils-libs stacktrace? ( sys-libs/libunwind ) sys-libs/zlib jemalloc? ( >=dev-libs/jemalloc-5.2.1 ) test? ( >=dev-cpp/gtest-1.15.2 ) >=dev-cpp/range-v3-0.12.0 dev-libs/date dev-cpp/nlohmann_json
|
||||||
|
RESTRICT=!test? ( test )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2.tar.xz
|
||||||
|
_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||||
|
_md5_=9ab474c10bbf6a27704c22d3cf0f43fd
|
||||||
@@ -7,5 +7,5 @@ KEYWORDS=-* ~amd64 ~arm64
|
|||||||
LICENSE=GPL-3
|
LICENSE=GPL-3
|
||||||
RDEPEND=sys-fs/fuse:3
|
RDEPEND=sys-fs/fuse:3
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( https://github.com/mhx/dwarfs/releases/download/v0.10.1/dwarfs-0.10.1-Linux-x86_64-clang.tar.xz -> dwarfs-bin-0.10.1-amd64.tar.xz ) arm64? ( https://github.com/mhx/dwarfs/releases/download/v0.10.1/dwarfs-0.10.1-Linux-aarch64-clang.tar.xz -> dwarfs-bin-0.10.1-arm64.tar.gz )
|
SRC_URI=amd64? ( https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2-Linux-x86_64-clang.tar.xz -> dwarfs-bin-0.10.2-amd64.tar.xz ) arm64? ( https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2-Linux-aarch64-clang.tar.xz -> dwarfs-bin-0.10.2-arm64.tar.gz )
|
||||||
_md5_=caa55f8e370b1bb90809902bfa331940
|
_md5_=caa55f8e370b1bb90809902bfa331940
|
||||||
@@ -406,7 +406,7 @@ dev-cpp/gsl-lite 0.38.0: C++ Guideline Support Library implementation
|
|||||||
dev-cpp/indicators 2.3 2.3-r1: Activity indicators for modern C++
|
dev-cpp/indicators 2.3 2.3-r1: Activity indicators for modern C++
|
||||||
dev-cpp/mastodonpp 0.5.7-r1 9999: C++ wrapper for the Mastodon and Pleroma APIs.
|
dev-cpp/mastodonpp 0.5.7-r1 9999: C++ wrapper for the Mastodon and Pleroma APIs.
|
||||||
dev-cpp/mustache 4.1 4.1_p20211210: Mustache implementation for modern C++
|
dev-cpp/mustache 4.1 4.1_p20211210: Mustache implementation for modern C++
|
||||||
dev-cpp/parallel-hashmap 1.3.8: Family of header-only, fast and memory-friendly hashmap and btree containers
|
dev-cpp/parallel-hashmap 1.3.8 1.4.1: Family of header-only, fast and memory-friendly hashmap and btree containers
|
||||||
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
|
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
|
||||||
dev-cpp/qt-jdenticon 0.3.0-r1 0.3.0_p20240107 0.3.1: Qt5 / C++14 Port of Jdenticon
|
dev-cpp/qt-jdenticon 0.3.0-r1 0.3.0_p20240107 0.3.1: Qt5 / C++14 Port of Jdenticon
|
||||||
dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
||||||
@@ -538,7 +538,7 @@ dev-libs/libcli 1.10.7: Shared C library to include Cisco-like CLI into other so
|
|||||||
dev-libs/libcsv 3.0.4_pre20240316: Fast and flexible CSV library that can read and write CSV data
|
dev-libs/libcsv 3.0.4_pre20240316: Fast and flexible CSV library that can read and write CSV data
|
||||||
dev-libs/libdatrie 0.2.13-r1: Double-Array Trie Library
|
dev-libs/libdatrie 0.2.13-r1: Double-Array Trie Library
|
||||||
dev-libs/libdbf 0.0.1: Library to read the content of dBASE III, IV, and 5.0 files
|
dev-libs/libdbf 0.0.1: Library to read the content of dBASE III, IV, and 5.0 files
|
||||||
dev-libs/libdwarf 0.9.1 0.10.1 0.11.0: The DWARF Debugging Information Format
|
dev-libs/libdwarf 0.9.1 0.11.0 0.11.1: The DWARF Debugging Information Format
|
||||||
dev-libs/libglibutil 1.0.79 9999: Library of glib utilities from sailfishos project
|
dev-libs/libglibutil 1.0.79 9999: Library of glib utilities from sailfishos project
|
||||||
dev-libs/librepo 1.18.1 1.19.0-r1: Repodata downloading library
|
dev-libs/librepo 1.18.1 1.19.0-r1: Repodata downloading library
|
||||||
dev-libs/libsignal-ffi 0.44.0-r1 0.51.0-r1 0.62.0: A C ABI library which exposes Signal protocol logic
|
dev-libs/libsignal-ffi 0.44.0-r1 0.51.0-r1 0.62.0: A C ABI library which exposes Signal protocol logic
|
||||||
@@ -619,7 +619,6 @@ dev-python/ManimPango 0.4.4 0.6.0: Binding for Pango, to use with Manim.
|
|||||||
dev-python/NSKeyedUnArchiver 1.5: Unserializes binary|text|file|memory plist data to Python dict
|
dev-python/NSKeyedUnArchiver 1.5: Unserializes binary|text|file|memory plist data to Python dict
|
||||||
dev-python/PyPubSub 4.0.3-r1: Python Publish-Subscribe Package
|
dev-python/PyPubSub 4.0.3-r1: Python Publish-Subscribe Package
|
||||||
dev-python/PyQt5-stubs 5.15.2.0 5.15.6.0: Stubs for PyQt5
|
dev-python/PyQt5-stubs 5.15.2.0 5.15.6.0: Stubs for PyQt5
|
||||||
dev-python/PyWavefront 1.3.3-r1: Python library for importing Wavefront .obj files
|
|
||||||
dev-python/PythonQwt 0.12.7 0.14.1: Qt plotting widgets for Python
|
dev-python/PythonQwt 0.12.7 0.14.1: Qt plotting widgets for Python
|
||||||
dev-python/SLPP 1.2.3: Simple lua-python parser
|
dev-python/SLPP 1.2.3: Simple lua-python parser
|
||||||
dev-python/TakeTheTime 0.3.1: Take The Time, a super-neat Python library for timing chunks of code
|
dev-python/TakeTheTime 0.3.1: Take The Time, a super-neat Python library for timing chunks of code
|
||||||
@@ -715,7 +714,7 @@ dev-python/icecream 2.1.3: Pythonic task execution
|
|||||||
dev-python/injector 0.21.0-r1: Python dependency injection framework, inspired by Guice
|
dev-python/injector 0.21.0-r1: Python dependency injection framework, inspired by Guice
|
||||||
dev-python/internetarchive 3.7.0: Lib and CLI for archive.org - for search, uploading, downloading, rename...
|
dev-python/internetarchive 3.7.0: Lib and CLI for archive.org - for search, uploading, downloading, rename...
|
||||||
dev-python/invoke 2.2.0: Pythonic task execution
|
dev-python/invoke 2.2.0: Pythonic task execution
|
||||||
dev-python/isosurfaces 0.1.0: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
|
dev-python/isosurfaces 0.1.2: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
|
||||||
dev-python/itemadapter 0.8.0: Common interface for scrapy data container classes
|
dev-python/itemadapter 0.8.0: Common interface for scrapy data container classes
|
||||||
dev-python/itemloaders 1.1.0: Library to populate items using XPath and CSS with a convenient API
|
dev-python/itemloaders 1.1.0: Library to populate items using XPath and CSS with a convenient API
|
||||||
dev-python/iuliia 0.11.5: Transliterate Cyrillic to Latin in every possible way
|
dev-python/iuliia 0.11.5: Transliterate Cyrillic to Latin in every possible way
|
||||||
@@ -745,8 +744,8 @@ dev-python/mkdocs-exclude 1.0.2-r1: Lets you exclude files or trees from your ou
|
|||||||
dev-python/mkdocs-git-committers-plugin 0.2.3: A mkdocs plugin for displaying the last commit and a list of contributors.
|
dev-python/mkdocs-git-committers-plugin 0.2.3: A mkdocs plugin for displaying the last commit and a list of contributors.
|
||||||
dev-python/mkdocs-rss-plugin 1.15.0: MkDocs plugin to generate a RSS feeds.
|
dev-python/mkdocs-rss-plugin 1.15.0: MkDocs plugin to generate a RSS feeds.
|
||||||
dev-python/mobi 0.3.3: Unpack unencrypted mobi files
|
dev-python/mobi 0.3.3: Unpack unencrypted mobi files
|
||||||
dev-python/moderngl 5.12.0: Modern OpenGL binding for python
|
dev-python/moderngl 5.12.0-r1: Modern OpenGL binding for python
|
||||||
dev-python/moderngl-window 2.4.6: A cross platform utility library for ModernGL
|
dev-python/moderngl-window 3.0.3: A cross platform utility library for ModernGL
|
||||||
dev-python/mollie-api-python 3.6.0: Mollie API client for Python
|
dev-python/mollie-api-python 3.6.0: Mollie API client for Python
|
||||||
dev-python/moreorless 0.4.0: Wrapper to make difflib.unified_diff more fun to use
|
dev-python/moreorless 0.4.0: Wrapper to make difflib.unified_diff more fun to use
|
||||||
dev-python/mpxj 13.7.0: Read/Write project management files (MPP, MSPDI, MPX, PMXML, etc)
|
dev-python/mpxj 13.7.0: Read/Write project management files (MPP, MSPDI, MPX, PMXML, etc)
|
||||||
@@ -770,7 +769,7 @@ dev-python/playsound 1.3.0: Single function module with no dependencies for play
|
|||||||
dev-python/plexapi 4.15.16 4.16.0: Python bindings for the Plex API.
|
dev-python/plexapi 4.15.16 4.16.0: Python bindings for the Plex API.
|
||||||
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
|
dev-python/plotext 5.3.0 5.3.2: Plotting on terminal
|
||||||
dev-python/plum 0.8.7: Pack/Unpack Memory
|
dev-python/plum 0.8.7: Pack/Unpack Memory
|
||||||
dev-python/podman-compose 1.0.6: A script to run docker-compose.yml using Podman
|
dev-python/podman-compose 1.0.6 1.2.0: A script to run docker-compose.yml using Podman
|
||||||
dev-python/praw 7.6.1 7.7.0: Python Reddit API Wrapper
|
dev-python/praw 7.6.1 7.7.0: Python Reddit API Wrapper
|
||||||
dev-python/prawcore 2.3.0: Low-level communication layer for PRAW
|
dev-python/prawcore 2.3.0: Low-level communication layer for PRAW
|
||||||
dev-python/prometheus_exporter 1.0.0: Python Prometheus exporter library
|
dev-python/prometheus_exporter 1.0.0: Python Prometheus exporter library
|
||||||
@@ -828,6 +827,7 @@ dev-python/python-pidfile 3.0.0-r1 3.1.1: PIDFile context processor. Supported p
|
|||||||
dev-python/python-socketio 5.11.3 5.11.4: Python implementation of the Socket.IO realtime server.
|
dev-python/python-socketio 5.11.3 5.11.4: Python implementation of the Socket.IO realtime server.
|
||||||
dev-python/python-statemachine 2.3.6 2.4.0 2.5.0: Python Finite State Machines made easy.
|
dev-python/python-statemachine 2.3.6 2.4.0 2.5.0: Python Finite State Machines made easy.
|
||||||
dev-python/python-telegram-bot 20.6-r1 21.1.1 9999: Python wrapper of telegram bots API
|
dev-python/python-telegram-bot 20.6-r1 21.1.1 9999: Python wrapper of telegram bots API
|
||||||
|
dev-python/pywavefront 1.3.3: Python library for importing Wavefront .obj files
|
||||||
dev-python/pywebview 4.4.1-r1 5.1-r1: A lightweight cross-platform wrapper around a webview component
|
dev-python/pywebview 4.4.1-r1 5.1-r1: A lightweight cross-platform wrapper around a webview component
|
||||||
dev-python/questionary 2.0.1: Python library to build pretty command line user prompts
|
dev-python/questionary 2.0.1: Python library to build pretty command line user prompts
|
||||||
dev-python/queuelib 1.6.2: Collection of persistent and non-persistent queues for Python
|
dev-python/queuelib 1.6.2: Collection of persistent and non-persistent queues for Python
|
||||||
@@ -847,7 +847,7 @@ dev-python/sentence-splitter 1.4-r2: Sentence splitter using heuristic algorithm
|
|||||||
dev-python/signalstickers-client 3.3.0: A Python client for the Signal stickers API
|
dev-python/signalstickers-client 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/simplemma 0.9.1: A simple multilingual lemmatizer for Python
|
||||||
dev-python/sjcl 0.2.1-r1: Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages
|
dev-python/sjcl 0.2.1-r1: Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages
|
||||||
dev-python/skia-pathops 0.8.0: Python bindings for the Skia Path Ops
|
dev-python/skia-pathops 0.8.0-r1: Python bindings for the Skia Path Ops
|
||||||
dev-python/sortedcollections 2.1.0: Apache2 licensed Python sorted collections library
|
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-argparse-cli 1.11.1: Render CLI arguments (sub-commands friendly) defined by argparse module
|
||||||
dev-python/sphinx-click 4.2.0: Sphinx plugin to automatically document click-based applications
|
dev-python/sphinx-click 4.2.0: Sphinx plugin to automatically document click-based applications
|
||||||
@@ -1181,7 +1181,7 @@ gui-apps/wl-mirror 0.12.2 0.16.5: A simple Wayland output mirror client
|
|||||||
gui-apps/wl-scripts 1.2.3-r1 9999: A set of utils for wlroots window managers
|
gui-apps/wl-scripts 1.2.3-r1 9999: A set of utils for wlroots window managers
|
||||||
gui-apps/wlgreet 0.4.1 0.5.0: Wayland based greeter for greetd
|
gui-apps/wlgreet 0.4.1 0.5.0: Wayland based greeter for greetd
|
||||||
gui-apps/wlogout 1.1.1 1.2.2-r1 9999: A wayland based logout menu
|
gui-apps/wlogout 1.1.1 1.2.2-r1 9999: A wayland based logout menu
|
||||||
gui-apps/wlopm 0.1.0-r1 9999: wlr-output-power-management-v1 client
|
gui-apps/wlopm 1.0.0 9999: wlr-output-power-management-v1 client
|
||||||
gui-apps/wlr-randr 0.4.1 9999: xrandr clone for wlroots compositors
|
gui-apps/wlr-randr 0.4.1 9999: xrandr clone for wlroots compositors
|
||||||
gui-apps/wlsunset 0.4.0 9999: Day/night gamma adjustments for Wayland
|
gui-apps/wlsunset 0.4.0 9999: Day/night gamma adjustments for Wayland
|
||||||
gui-apps/wob 0.14.2 0.15.1-r1: Lightweight overlay volume/backlight/progress/anything bar for Wayland
|
gui-apps/wob 0.14.2 0.15.1-r1: Lightweight overlay volume/backlight/progress/anything bar for Wayland
|
||||||
@@ -1267,8 +1267,8 @@ media-gfx/zw3d 2023.0.3.1-r1: 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-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/alsa-ucm-pinephone 1.2.6.3: ALSA ucm configuration files for the PinePhone (Pro)
|
||||||
media-libs/alvr 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 2024.3.3: AMD Open Source Driver for Vulkan
|
media-libs/amdvlk 2024.4.2: AMD Open Source Driver for Vulkan
|
||||||
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2024.4.1: AMD Open Source Driver for Vulkan: official binary version
|
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2024.4.2: AMD Open Source Driver for Vulkan: official binary version
|
||||||
media-libs/blend2d 0.11.4-r2 9999: 2D vector graphics library powered by a JIT compiler.
|
media-libs/blend2d 0.11.4-r2 9999: 2D vector graphics library powered by a JIT compiler.
|
||||||
media-libs/dr_flac 0.12.42: Single-header FLAC audio decoder library
|
media-libs/dr_flac 0.12.42: Single-header FLAC audio decoder library
|
||||||
media-libs/dr_mp3 0.6.39-r1: Single-header MP3 audio decoder library
|
media-libs/dr_mp3 0.6.39-r1: Single-header MP3 audio decoder library
|
||||||
@@ -1351,7 +1351,7 @@ media-video/gpu-screen-recorder-gtk 9999: GTK frontend for gpu-screen-recorder.
|
|||||||
media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
|
media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
|
||||||
media-video/kooha 2.2.3-r2: GTK4 screen recorder for Wayland
|
media-video/kooha 2.2.3-r2: GTK4 screen recorder for Wayland
|
||||||
media-video/lossless-cut 3.59.1-r1: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
|
media-video/lossless-cut 3.59.1-r1: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
|
||||||
media-video/manimgl 9999: Animation engine for explanatory math videos
|
media-video/manimgl 1.7.1 9999: Animation engine for explanatory math videos
|
||||||
media-video/mediaelch 2.10.6 2.12.0 9999: Video metadata scraper
|
media-video/mediaelch 2.10.6 2.12.0 9999: Video metadata scraper
|
||||||
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
|
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
|
||||||
media-video/mpc-qt 24.06: Media Player Classic Qute Theater
|
media-video/mpc-qt 24.06: Media Player Classic Qute Theater
|
||||||
@@ -1382,7 +1382,6 @@ mpv-plugin/mpv_sponsorblock 20211223 20220924 20230130: mpv script to skip spons
|
|||||||
mpv-plugin/mpv_sponsorblock_minimal 2023.08.20: A minimal script to skip sponsored segments of YouTube videos
|
mpv-plugin/mpv_sponsorblock_minimal 2023.08.20: A minimal script to skip sponsored segments of YouTube videos
|
||||||
mpv-plugin/mpv_thumbnail_script 0.5.2 0.5.3 0.5.4: A Lua script to show preview thumbnails in mpv's OSC seekbar
|
mpv-plugin/mpv_thumbnail_script 0.5.2 0.5.3 0.5.4: A Lua script to show preview thumbnails in mpv's OSC seekbar
|
||||||
mpv-plugin/thumbfast 2023.12.08: High-performance on-the-fly thumbnailer script for mpv.
|
mpv-plugin/thumbfast 2023.12.08: High-performance on-the-fly thumbnailer script for mpv.
|
||||||
net-analyzer/bandwhich 0.23.1: Terminal bandwidth utilization tool
|
|
||||||
net-analyzer/gping 1.18.0: Ping, but with a graph
|
net-analyzer/gping 1.18.0: Ping, but with a graph
|
||||||
net-analyzer/munin-contrib 0.2021.04.27 0.2024.03.04 0.2024.03.04-r1: User contributed stuff related to munin
|
net-analyzer/munin-contrib 0.2021.04.27 0.2024.03.04 0.2024.03.04-r1: User contributed stuff related to munin
|
||||||
net-analyzer/netsniff-ng 0.6.8-r1: high performance network sniffer for packet inspection
|
net-analyzer/netsniff-ng 0.6.8-r1: high performance network sniffer for packet inspection
|
||||||
@@ -1443,7 +1442,7 @@ net-irc/halloy 2024.12-r1: IRC application written in Rust
|
|||||||
net-irc/litterbox 1.9: TLS-only IRC logger
|
net-irc/litterbox 1.9: TLS-only IRC logger
|
||||||
net-irc/pounce 3.0 3.1: Multi-client, TLS-only IRC bouncer
|
net-irc/pounce 3.0 3.1: Multi-client, TLS-only IRC bouncer
|
||||||
net-irc/quarg 1.0.0: Search Quassel logs for matching messages and print them
|
net-irc/quarg 1.0.0: Search Quassel logs for matching messages and print them
|
||||||
net-irc/srain 1.7.0: Modern, beautiful IRC client written in GTK+ 3
|
net-irc/srain 1.8.0: Modern, beautiful IRC client written in GTK+ 3
|
||||||
net-irc/thelounge 4.4.1-r1 4.4.3-r1: Modern, responsive, cross-platform, self-hosted web IRC client
|
net-irc/thelounge 4.4.1-r1 4.4.3-r1: Modern, responsive, cross-platform, self-hosted web IRC client
|
||||||
net-irc/tiny 0.12.0: IRC client written in Rust
|
net-irc/tiny 0.12.0: IRC client written in Rust
|
||||||
net-libs/dpdk 23.03: Data Plane Development Kit libraries for fast userspace networking
|
net-libs/dpdk 23.03: Data Plane Development Kit libraries for fast userspace networking
|
||||||
@@ -1545,7 +1544,7 @@ net-vpn/GlobalProtect-openconnect 2.3.9: Unofficial GlobalProtect VPN client for
|
|||||||
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1 2024.11.309: Cloudflare Warp Client
|
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1 2024.11.309: Cloudflare Warp Client
|
||||||
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
|
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
|
||||||
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
|
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
|
||||||
net-vpn/mullvadvpn-app 2024.6: Tool used to manage daemon setup
|
net-vpn/mullvadvpn-app 2024.8: Tool used to manage daemon setup
|
||||||
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
|
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
|
||||||
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
|
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
|
||||||
net-wireless/btscreenlocker 1.6.3 1.6.5 1.7.0-r1 1.8.1: Daemon to lock your screen when Bluetooth trusted devices go away.
|
net-wireless/btscreenlocker 1.6.3 1.6.5 1.7.0-r1 1.8.1: Daemon to lock your screen when Bluetooth trusted devices go away.
|
||||||
@@ -1682,8 +1681,8 @@ sys-fs/btrfs-heatmap 9-r1: Python 3 script to draw a heatmap of a btrfs filesyst
|
|||||||
sys-fs/ddrescueview 0.4.5: Graphical viewer for GNU ddrescue mapfiles
|
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/diskonaut 0.10.0 0.11.0 9999: Terminal disk space visual navigator
|
||||||
sys-fs/dua-cli 2.29.4: A tool to conveniently learn about the disk usage of directories, fast!
|
sys-fs/dua-cli 2.29.4: A tool to conveniently learn about the disk usage of directories, fast!
|
||||||
sys-fs/dwarfs 0.10.1 0.10.1-r3: A fast high compression read-only file system for Linux, Windows and macOS
|
sys-fs/dwarfs 0.10.1 0.10.1-r3 0.10.2: A fast high compression read-only file system for Linux, Windows and macOS
|
||||||
sys-fs/dwarfs-bin 0.9.10 0.10.1: Static version of a fast very high compression read-only FUSE file system
|
sys-fs/dwarfs-bin 0.9.10 0.10.2: Static version of a fast very high compression read-only FUSE file system
|
||||||
sys-fs/ffmpegfs 2.16-r1 2.17: FUSE-based transcoding filesystem with support from/to many formats.
|
sys-fs/ffmpegfs 2.16-r1 2.17: FUSE-based transcoding filesystem with support from/to many formats.
|
||||||
sys-fs/fstransform 0.9.4: Tool for in-place filesystem conversion
|
sys-fs/fstransform 0.9.4: Tool for in-place filesystem conversion
|
||||||
sys-fs/fsverity-utils 1.6: Userspace utility for file-level integrity/authenticity verification
|
sys-fs/fsverity-utils 1.6: Userspace utility for file-level integrity/authenticity verification
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
Wed, 04 Dec 2024 15:03:26 +0000
|
Thu, 05 Dec 2024 12:18:21 +0000
|
||||||
|
|||||||
Reference in New Issue
Block a user