2024-10-11 10:03:26 UTC

This commit is contained in:
Repository mirror & CI
2024-10-11 10:03:26 +00:00
parent f7962cb648
commit ab30c97d7f
35 changed files with 237 additions and 186 deletions

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/unode/firefox_decrypt/archive/refs/tags/1.1.1.tar.gz -> firefox-decrypt-1.1.1.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 c356a67b8e93889de6efff7d50599102 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=beed4c58875b213808777629489db838
_md5_=979fb43e309eb662b83bb7888591d3d1

View File

@@ -1,16 +1,17 @@
BDEPEND=dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
BDEPEND=dev-python/cython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango test? ( dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,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/sphinxext-opengraph[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/sphinxext-opengraph[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/sphinxext-opengraph[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/sphinx[python_targets_pypy3(-)] dev-python/furo[python_targets_pypy3(-)] dev-python/sphinxext-opengraph[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DEPEND=dev-python/cython[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Binding for Pango, to use with Manim.
EAPI=8
HOMEPAGE=https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango
INHERIT=distutils-r1
IUSE=debug python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
INHERIT=distutils-r1 docs
IUSE=debug test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RDEPEND=dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v0.4.4.tar.gz -> ManimPango-0.4.4.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=8f6757fc2134dac2e862790338a2f403
_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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=2ad96894b992d0884a8ab1ae03ed33ae

View File

@@ -1,16 +0,0 @@
BDEPEND=>=dev-python/cython-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/cython-3.0.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Binding for Pango, to use with Manim.
EAPI=8
HOMEPAGE=https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango
INHERIT=distutils-r1
IUSE=debug python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/ManimCommunity/ManimPango/archive/refs/tags/v0.5.0.tar.gz -> ManimPango-0.5.0.gh.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=fd79a7b592e1205b8c79dc2e22e3afa4

View File

@@ -0,0 +1,17 @@
BDEPEND=>=dev-python/cython-3.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] x11-libs/pango test? ( dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] dev-python/furo[python_targets_python3_13(-)] dev-python/matplotlib[python_targets_python3_13(-)] dev-python/sphinxcontrib-applehelp[python_targets_python3_13(-)] dev-python/sphinxcontrib-devhelp[python_targets_python3_13(-)] dev-python/sphinxcontrib-htmlhelp[python_targets_python3_13(-)] dev-python/sphinxcontrib-jsmath[python_targets_python3_13(-)] dev-python/sphinxcontrib-qthelp[python_targets_python3_13(-)] dev-python/sphinxcontrib-serializinghtml[python_targets_python3_13(-)] dev-python/sphinxext-opengraph[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/matplotlib[python_targets_python3_12(-)] dev-python/sphinxcontrib-applehelp[python_targets_python3_12(-)] dev-python/sphinxcontrib-devhelp[python_targets_python3_12(-)] dev-python/sphinxcontrib-htmlhelp[python_targets_python3_12(-)] dev-python/sphinxcontrib-jsmath[python_targets_python3_12(-)] dev-python/sphinxcontrib-qthelp[python_targets_python3_12(-)] dev-python/sphinxcontrib-serializinghtml[python_targets_python3_12(-)] dev-python/sphinxext-opengraph[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/matplotlib[python_targets_python3_11(-)] dev-python/sphinxcontrib-applehelp[python_targets_python3_11(-)] dev-python/sphinxcontrib-devhelp[python_targets_python3_11(-)] dev-python/sphinxcontrib-htmlhelp[python_targets_python3_11(-)] dev-python/sphinxcontrib-jsmath[python_targets_python3_11(-)] dev-python/sphinxcontrib-qthelp[python_targets_python3_11(-)] dev-python/sphinxcontrib-serializinghtml[python_targets_python3_11(-)] dev-python/sphinxext-opengraph[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/matplotlib[python_targets_python3_10(-)] dev-python/sphinxcontrib-applehelp[python_targets_python3_10(-)] dev-python/sphinxcontrib-devhelp[python_targets_python3_10(-)] dev-python/sphinxcontrib-htmlhelp[python_targets_python3_10(-)] dev-python/sphinxcontrib-jsmath[python_targets_python3_10(-)] dev-python/sphinxcontrib-qthelp[python_targets_python3_10(-)] dev-python/sphinxcontrib-serializinghtml[python_targets_python3_10(-)] dev-python/sphinxext-opengraph[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/sphinx[python_targets_pypy3(-)] dev-python/furo[python_targets_pypy3(-)] dev-python/matplotlib[python_targets_pypy3(-)] dev-python/sphinxcontrib-applehelp[python_targets_pypy3(-)] dev-python/sphinxcontrib-devhelp[python_targets_pypy3(-)] dev-python/sphinxcontrib-htmlhelp[python_targets_pypy3(-)] dev-python/sphinxcontrib-jsmath[python_targets_pypy3(-)] dev-python/sphinxcontrib-qthelp[python_targets_pypy3(-)] dev-python/sphinxcontrib-serializinghtml[python_targets_pypy3(-)] dev-python/sphinxext-opengraph[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/cython-3.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] x11-libs/pango python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=Binding for Pango, to use with Manim.
EAPI=8
HOMEPAGE=https://github.com/ManimCommunity/ManimPango https://pypi.org/project/manimpango
INHERIT=distutils-r1 docs
IUSE=debug test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/glib:2 media-libs/fontconfig x11-libs/cairo x11-libs/pango python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_pypy3 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/ManimCommunity/ManimPango/archive/refs/tags/v0.6.0.tar.gz -> ManimPango-0.6.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=5916d18dad0fc5197c3178e278002aeb

View File

@@ -1,17 +0,0 @@
BDEPEND=x11-libs/libX11 media-libs/libglvnd[X] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[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 )
DEFINED_PHASES=compile configure install prepare test
DEPEND=x11-libs/libX11 media-libs/libglvnd[X] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[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 )
DESCRIPTION=Modern OpenGL binding for python
EAPI=8
HOMEPAGE=https://github.com/moderngl/glcontext https://pypi.org/project/glcontext
INHERIT=distutils-r1 virtualx
IUSE=debug test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug test
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 )
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/glcontext/archive/refs/tags/2.5.0.tar.gz -> glcontext-2.5.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 virtualx 9741d451eb64ea8bb9faee90d68a9b68
_md5_=5158a1a3025f54c0e8a7894dfcba1aff

View File

@@ -0,0 +1,17 @@
BDEPEND=x11-libs/libX11 media-libs/libglvnd[X] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[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
DEPEND=x11-libs/libX11 media-libs/libglvnd[X] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[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/glcontext https://pypi.org/project/glcontext
INHERIT=distutils-r1 virtualx
IUSE=debug test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug test
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 )
SLOT=0
SRC_URI=https://github.com/moderngl/glcontext/archive/refs/tags/3.0.0.tar.gz -> glcontext-3.0.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 virtualx 9741d451eb64ea8bb9faee90d68a9b68
_md5_=3637a5e76d774d6f04dd4ac54a58f906

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/versioneer[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( dev-python/sphinx-rtd-theme ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[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 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Typing speed test in terminal
EAPI=8
HOMEPAGE=https://github.com/Mithil467/mitype https://pypi.org/project/mitype/
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Mithil467/mitype/archive/refs/tags/v0.2.5.tar.gz -> mitype-0.2.5.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=0024e7bfb9cdff9ff2001a31d9c517f9

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/versioneer[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(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[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/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[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/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Typing speed test in terminal
EAPI=8
HOMEPAGE=https://github.com/Mithil467/mitype https://pypi.org/project/mitype/
INHERIT=distutils-r1 docs
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
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 )
SLOT=0
SRC_URI=https://github.com/Mithil467/mitype/archive/refs/tags/v0.2.6.tar.gz -> mitype-0.2.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=09c656fc5bfe9b562594b352c553b257

View File

@@ -1,17 +0,0 @@
BDEPEND=>=dev-python/GitPython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/GitPython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,truetype] test? ( dev-python/feedparser[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonschema[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validator-collection[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-cov[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validator-collection[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonfeed[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/termynal[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/termynal[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/GitPython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/GitPython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,truetype] test? ( dev-python/feedparser[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonschema[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validator-collection[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-cov[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/validator-collection[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jsonfeed[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( dev-python/mkdocs-material[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] )
DESCRIPTION=MkDocs plugin to generate a RSS feeds.
EAPI=8
HOMEPAGE=https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin
INHERIT=distutils-r1 docs
IUSE=test python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/1.12.2.tar.gz -> mkdocs-rss-plugin-1.12.2.gh.tar.gz https://github.com/henri-gasc/mkdocs-rss-plugin-cache/archive/refs/tags/1.12.2.tar.gz -> mkdocs-rss-plugin-cache-1.12.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=84ae79c3bf9b257ace45704c6d803f02

View File

@@ -0,0 +1,17 @@
BDEPEND=>=dev-python/GitPython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/GitPython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/termynal[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/termynal[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/GitPython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/GitPython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
DESCRIPTION=MkDocs plugin to generate a RSS feeds.
EAPI=8
HOMEPAGE=https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin
INHERIT=distutils-r1 docs
IUSE=test python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/1.15.0.tar.gz -> mkdocs-rss-plugin-1.15.0.gh.tar.gz https://github.com/henri-gasc/mkdocs-rss-plugin-cache/archive/refs/tags/1.15.0.tar.gz -> mkdocs-rss-plugin-cache-1.15.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=551f14270f60aa0a3d89c707ddbf507b

View File

@@ -1,17 +0,0 @@
BDEPEND=x11-libs/libX11 virtual/opengl >=dev-python/glcontext-2.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/glcontext-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[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/pycodestyle[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/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=x11-libs/libX11 virtual/opengl >=dev-python/glcontext-2.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/glcontext-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[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/pycodestyle[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 )
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 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 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 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/moderngl/moderngl/archive/refs/tags/5.10.0.tar.gz -> moderngl-5.10.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=14771fb6175619f02dfa5bf3e5a69a44

View File

@@ -0,0 +1,17 @@
BDEPEND=x11-libs/libX11 virtual/opengl >=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/pytest[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(-)?] ) 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=x11-libs/libX11 virtual/opengl >=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/pytest[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(-)?] ) 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 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 )
SLOT=0
SRC_URI=https://github.com/moderngl/moderngl/archive/refs/tags/5.11.1.tar.gz -> moderngl-5.11.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 virtualx 9741d451eb64ea8bb9faee90d68a9b68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=74830855007cb643f8d56f0becb9eab1

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( >=dev-python/pandocfilters-1.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] app-text/texlive-core dev-texlive/texlive-latex dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) 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(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pypandoc provides a thin wrapper for pandoc, a universal document converter
EAPI=8
HOMEPAGE=https://github.com/JessicaTegner/pypandoc https://pypi.org/project/pypandoc
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=virtual/pandoc python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v1.13.tar.gz -> pypandoc-1.13.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=a4ee0185b9880a3c63a18fc8d000337e

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/pandocfilters-1.5.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] app-text/texlive-core dev-texlive/texlive-latex dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Pypandoc provides a thin wrapper for pandoc, a universal document converter
EAPI=8
HOMEPAGE=https://github.com/JessicaTegner/pypandoc https://pypi.org/project/pypandoc
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=virtual/pandoc python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_pypy3 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/JessicaTegner/pypandoc/archive/refs/tags/v1.14.tar.gz -> pypandoc-1.14.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=7c85748535fae7721393aecea21afd16

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest-regressions ) test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flit-core-3.9.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/sphinx[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A sphinx extension for designing beautiful responsive web components
EAPI=8
HOMEPAGE=https://github.com/executablebooks/sphinx-design https://pypi.org/project/sphinx_design/
INHERIT=distutils-r1 docs
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_pypy3 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/executablebooks/sphinx-design/archive/refs/tags/v0.6.1.tar.gz -> sphinx-design-0.6.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=3ad7a0974ee6dc1e69113645dcff784c

View File

@@ -0,0 +1,16 @@
BDEPEND=doc? ( dev-python/myst-parser[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/furo[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sphinx-design[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/matplotlib[python_targets_pypy3(-)?,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_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] doc? ( || ( ( dev-lang/python:3.13 dev-python/sphinx[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/sphinx[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/sphinx[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Sphinx extension to generate unique OpenGraph metadata
EAPI=8
HOMEPAGE=https://github.com/wpilibsuite/sphinxext-opengraph https://pypi.org/project/sphinxext-opengraph/
INHERIT=distutils-r1 docs pypi
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 doc
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-0.9.1.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=2649fe49f9acfc237ec8c92bbe696910

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-dev-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-dev-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tree-sitter-languages[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/griffe[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[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/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-exclude[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_12(-)] dev-python/pytz[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_11(-)] dev-python/pytz[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] dev-python/mkdocstrings[python_targets_python3_10(-)] dev-python/mkdocstrings-python[python_targets_python3_10(-)] dev-python/mkdocs-exclude[python_targets_python3_10(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_10(-)] dev-python/pytz[python_targets_python3_10(-)] ) ) dev-vcs/git )
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Modern Text User Interface framework
EAPI=8
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
INHERIT=distutils-r1 docs optfeature
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.63.6.tar.gz -> textual-0.63.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=0a562103af74e5f807ccbba5828ca854

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/httpx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/textual-dev-1.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/textual-dev-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/griffe[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/platformdirs[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( dev-python/tree-sitter-languages[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[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/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-exclude[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-exclude[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/mkdocs[python_targets_python3_10(-)] dev-python/mkdocstrings[python_targets_python3_10(-)] dev-python/mkdocstrings-python[python_targets_python3_10(-)] dev-python/mkdocs-exclude[python_targets_python3_10(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_10(-)] dev-python/mkdocs-material[python_targets_python3_10(-)] dev-python/mkdocs-rss-plugin[python_targets_python3_10(-)] ) ) dev-vcs/git )
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Modern Text User Interface framework
EAPI=8
HOMEPAGE=https://github.com/Textualize/textual https://pypi.org/project/textual/
INHERIT=distutils-r1 docs optfeature
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/markdown-it-py-2.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.3.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual/archive/refs/tags/v0.83.0.tar.gz -> textual-0.83.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=8bd02556d1b16a694682e9d9adfed9a0

View File

@@ -4,7 +4,7 @@ DEPEND=>=dev-python/textual-0.36.0[python_targets_python3_10(-)?,python_targets_
DESCRIPTION=Modern Text User Interface framework
EAPI=8
HOMEPAGE=https://github.com/Textualize/textual-dev https://pypi.org/project/textual-dev/
INHERIT=distutils-r1
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/textual-0.36.0[python_targets_python3_10(-)?,python_targets
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Textualize/textual-dev/archive/refs/tags/v1.5.1.tar.gz -> textual-dev-1.5.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=a381c0e90b8bd68e59f587300bc931a6
SRC_URI=https://files.pythonhosted.org/packages/source/t/textual-dev/textual_dev-1.6.1.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=82c5fab78289c127717dd19567365a75

View File

@@ -13,4 +13,4 @@ RDEPEND=media-libs/freetype:2 media-libs/opusfile >=media-libs/libpng-1.5 media-
SLOT=0
SRC_URI=https://github.com/taisei-project/taisei/releases/download/v1.4.2/taisei-1.4.2.tar.xz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 c356a67b8e93889de6efff7d50599102 meson 99466844dd8d4fcfb07578a76f5a9922 python-any-r1 f7b9a2fa38c69a9c2a7ad8fc9283ccf7 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=660083e48c229daf6f944f20fafb0bba
_md5_=f8031e5a4bf09d6094fbcfbcf70423af

View File

@@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core dev-libs/dbus-glib dev-libs/glib media-libs/alsa-lib media-libs/fontconfig media-libs/freetype sys-apps/dbus virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+ x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libxcb x11-libs/pango
SLOT=0
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-115.16.0-bb33.en-US.linux-x86_64.tar.bz2
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-115.16.1-bb34.en-US.linux-x86_64.tar.bz2
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=337a278694721bdecc6c208a9f5b9f33
_md5_=3fe9c2c4c2a06f255ec89d206253d901

View File

@@ -12,6 +12,5 @@ PROPERTIES=live
RDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark ) gui? ( dev-qt/qtbase:6 )
REQUIRED_USE=|| ( nvenc vaapi x264 )
SLOT=0
SRC_URI=https://github.com/boostorg/pfr/archive/refs/tags/2.2.0.tar.gz -> boostpfr_2.2.0.tar.gz https://gitlab.freedesktop.org/monado/monado/-/archive/01806a3ffa62a2440da83d94e7a9297645d9d95a/monado-01806a3ffa62a2440da83d94e7a9297645d9d95a.tar.bz2
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 fcaps c0a086b957a1b183a8d136eabf02f191 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=15fed7f5b014adabcffd78ed338f6bbf
_md5_=2a7b5a20d2bfb7775d2860f0c52e659c

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-qt/qtbase:6 >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig virtual/perl-JSON-PP || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 )
DEFINED_PHASES=compile configure install setup test
DEPEND=dev-qt/qtbase:6[X?,eglfs?,gui,opengl,wayland?] dev-qt/qtdeclarative:6[opengl] >=media-libs/gst-plugins-base-1.22.11:1.0[X?,opengl,wayland?] eglfs? ( media-libs/gst-plugins-base:1.0[egl] ) wayland? ( dev-qt/qtwayland:6 media-libs/gst-plugins-base:1.0[egl] ) >=dev-libs/glib-2.40.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.22:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.22.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
DESCRIPTION=Qt6 QML video sink plugin for GStreamer
EAPI=8
HOMEPAGE=https://gstreamer.freedesktop.org/
INHERIT=gstreamer-meson
IUSE=+X eglfs wayland abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=dev-qt/qtbase:6[X?,eglfs?,gui,opengl,wayland?] dev-qt/qtdeclarative:6[opengl] >=media-libs/gst-plugins-base-1.22.11:1.0[X?,opengl,wayland?] eglfs? ( media-libs/gst-plugins-base:1.0[egl] ) wayland? ( dev-qt/qtwayland:6 media-libs/gst-plugins-base:1.0[egl] ) >=dev-libs/glib-2.40.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.22:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.22.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?]
REQUIRED_USE=|| ( X eglfs wayland ) eglfs? ( kernel_linux )
RESTRICT=test
SLOT=1.0
SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.22.11.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 c356a67b8e93889de6efff7d50599102 python-any-r1 f7b9a2fa38c69a9c2a7ad8fc9283ccf7 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 gstreamer-meson 0837bf8c674160ddf542bc50af07ad37
_md5_=7ebddbf97cd67188a64966c4e928cbe7

View File

@@ -9,4 +9,4 @@ LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/hufrea/byedpi/archive/refs/tags/v0.14.1.tar.gz -> byedpi-0.14.1.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0
_md5_=e5de9e200fcc10e0cfe8e009e42710be
_md5_=e720a3593d476bdc9cf137c9881d5ccb

View File

@@ -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
RESTRICT=bindist mirror strip
SLOT=0
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6-beta1/MullvadVPN-2024.6-beta1_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6-beta1/MullvadVPN-2024.6-beta1_aarch64.rpm )
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6-beta2/MullvadVPN-2024.6-beta2_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2024.6-beta2/MullvadVPN-2024.6-beta2_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
_md5_=9d4f2e665ec3d175a2142d26618cad8e

View File

@@ -1,5 +1,5 @@
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=prepare setup test
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake dev-debug/gdb ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure prepare setup test
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) dev-lang/perl sys-libs/zlib
DESCRIPTION=The fast free Verilog/SystemVerilog simulator
EAPI=8
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/verilator/verilator/archive/v5.026.tar.gz -> verilator-5.026.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 c356a67b8e93889de6efff7d50599102 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=74d2ca7fde9f3ee237a277f4e797a025
_md5_=d5b86c030bf739f6013b755738b91174

View File

@@ -1,5 +1,5 @@
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=prepare setup test
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake dev-debug/gdb ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure prepare setup test
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) dev-lang/perl sys-libs/zlib
DESCRIPTION=The fast free Verilog/SystemVerilog simulator
EAPI=8
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/verilator/verilator/archive/v5.028.tar.gz -> verilator-5.028.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 c356a67b8e93889de6efff7d50599102 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=74d2ca7fde9f3ee237a277f4e797a025
_md5_=d5b86c030bf739f6013b755738b91174

View File

@@ -1,5 +1,5 @@
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=prepare setup test unpack
BDEPEND=sys-devel/bison sys-devel/flex test? ( dev-build/cmake dev-debug/gdb ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure prepare setup test unpack
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) dev-lang/perl sys-libs/zlib
DESCRIPTION=The fast free Verilog/SystemVerilog simulator
EAPI=8
@@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 c356a67b8e93889de6efff7d50599102 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=74d2ca7fde9f3ee237a277f4e797a025
_md5_=d5b86c030bf739f6013b755738b91174

View File

@@ -1,17 +0,0 @@
BDEPEND=dev-python/jinja2-cli[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-argparse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience
DESCRIPTION=Create maths exercises in LaTeX and PDF format
EAPI=8
HOMEPAGE=https://pyromaths.frama.io/pyromaths-staticsite https://pypi.org/project/pyromaths https://framagit.org/pyromaths/pyromaths
INHERIT=distutils-r1
IUSE=doc test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://framagit.org/pyromaths/pyromaths/-/archive/version-21.8.2/pyromaths-version-21.8.2.tar.gz -> pyromaths-21.8.2.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68
_md5_=7434501eeac98ba767c24eefe1ba8f09

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-python/jinja2-cli[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/lxml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,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/sphinx-argparse[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx-argparse[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinx-argparse[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/sphinx[python_targets_pypy3(-)] dev-python/sphinx-argparse[python_targets_pypy3(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/lxml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience
DESCRIPTION=Create maths exercises in LaTeX and PDF format
EAPI=8
HOMEPAGE=https://pyromaths.frama.io/pyromaths-staticsite https://pypi.org/project/pyromaths https://framagit.org/pyromaths/pyromaths
INHERIT=distutils-r1 docs
IUSE=doc test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 doc
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/lxml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-tex/latexmk dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://framagit.org/pyromaths/pyromaths/-/archive/version-21.8.2/pyromaths-version-21.8.2.tar.gz -> pyromaths-21.8.2.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 c356a67b8e93889de6efff7d50599102 python-r1 29d0f02945a76b891430bbda185a5574 distutils-r1 93639283f77f66c489f257b138606c68 docs 7f3c0d47338743498c69f1887a139f57
_md5_=0fcb818b01ed6e27e34cd765b9f013f7

View File

@@ -1,6 +1,5 @@
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=compile configure install prepare
DEPEND=dev-libs/openssl media-libs/freeglut media-libs/libjpeg-turbo
DESCRIPTION=Wrapper to use non-BOINC apps with BOINC
EAPI=8
HOMEPAGE=https://boinc.berkeley.edu/trac/wiki/WrapperApp
@@ -10,4 +9,4 @@ LICENSE=Info-ZIP LGPL-3+ regexp-UofT
SLOT=0
SRC_URI=https://github.com/BOINC/boinc/archive/refs/tags/wrapper/26018.tar.gz -> boinc-wrapper-26018.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe edo 367e103a74bf77e6a8da7894d999fa3c
_md5_=2c03f8a3d1432e79b9f36cee8b9ca8b9
_md5_=1a6799ff5477e60a6820acbdd1221374

View File

@@ -9,6 +9,6 @@ KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/13.5.6/mullvad-browser-linux-x86_64-13.5.6.tar.xz -> mullvad-browser-bin-13.5.6.tar.xz
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/13.5.7/mullvad-browser-linux-x86_64-13.5.7.tar.xz -> mullvad-browser-bin-13.5.7.tar.xz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=ed907f3615c6d2f6879589bdbdcf9f44

View File

@@ -611,7 +611,7 @@ dev-perl/Term-Animation 2.6: Animated ASCII Art support for Perl
dev-php/fpdf 1.86: FPDF is a PHP class which allows to generate PDF files with pure PHP
dev-python/DAWG-Python 0.7.2: Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library.
dev-python/EbookLib 0.17.1: Ebook library which can handle EPUB2/EPUB3 and Kindle format
dev-python/ManimPango 0.4.4 0.5.0-r1: Binding for Pango, to use with Manim.
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/PyPubSub 4.0.3-r1: Python Publish-Subscribe Package
dev-python/PyQt5-stubs 5.15.2.0 5.15.6.0: Stubs for PyQt5
@@ -684,7 +684,7 @@ dev-python/flask-restx 1.3.0: Framework API development with Flask
dev-python/fontawesomefree 6.5.1: Font Awesome Free
dev-python/gbinder 1.1.2-r1 9999: Python bindings for libgbinder
dev-python/gemcall 0.9.1 0.9.2: A library and CLI tool for making gemini requests
dev-python/glcontext 2.5.0: Modern OpenGL binding for python
dev-python/glcontext 3.0.0: Modern OpenGL binding for python
dev-python/glfw 2.7.0: Python bindings for GLFW
dev-python/glicko2 2.0.0-r2: glicko2 implementation in python
dev-python/gnuplot-py 1.8_p8-r1: A python wrapper for Gnuplot
@@ -730,14 +730,14 @@ dev-python/markdownify 0.11.6: Convert HTML to Markdown
dev-python/mastodon-py 1.8.1: Python wrapper for the Mastodon API
dev-python/material-color-utilities 0.1.5 9999: Python port of material-color-utilities used for Material You colors
dev-python/mautrix 0.20.4-r2 0.20.6: A Python 3 asyncio Matrix framework
dev-python/mitype 0.2.5: Typing speed test in terminal
dev-python/mitype 0.2.6: Typing speed test in terminal
dev-python/mkdocs-blog-plugin 9999: Plugin for MkDocs to keep a simple blog section inside your documentation.
dev-python/mkdocs-bootstrap-tables-plugin 0.1.1: A MkDocs plugin to add bootstrap classes to plan markdown generated tables.
dev-python/mkdocs-exclude 1.0.2-r1: Lets you exclude files or trees from your output
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.12.2: 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/moderngl 5.10.0: Modern OpenGL binding for python
dev-python/moderngl 5.11.1: Modern OpenGL binding for python
dev-python/moderngl-window 2.4.6: A cross platform utility library for ModernGL
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
@@ -785,7 +785,7 @@ dev-python/pymorphy3-dicts-ru 2.4.417150.4580142: Russian dictionary for PyMorph
dev-python/pymorphy3-dicts-uk 2.4.1.1.1663094765: Ukrainian dictionary for PyMorphy3
dev-python/pynput 1.7.6: Sends virtual input commands
dev-python/pyodbc 5.1.0: Python ODBC library
dev-python/pypandoc 1.13: Pypandoc provides a thin wrapper for pandoc, a universal document converter
dev-python/pypandoc 1.14: Pypandoc provides a thin wrapper for pandoc, a universal document converter
dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
dev-python/pyrr 0.10.3-r1: A cross platform utility library for ModernGL
@@ -835,11 +835,13 @@ dev-python/skia-pathops 0.8.0: Python bindings for the Skia Path Ops
dev-python/sortedcollections 2.1.0: Apache2 licensed Python sorted collections library
dev-python/sphinx-argparse-cli 1.11.1: Render CLI arguments (sub-commands friendly) defined by argparse module
dev-python/sphinx-click 4.2.0: Sphinx plugin to automatically document click-based applications
dev-python/sphinx-design 0.6.1: A sphinx extension for designing beautiful responsive web components
dev-python/sphinx-hoverxref 1.3.0: Sphinx extension to show tooltips with content embedded when hover a reference
dev-python/sphinx-paramlinks 0.6.0: Allows param links in Sphinx function/method descriptions to be linkable
dev-python/sphinx-rtd-dark-mode 1.2.4: Dark mode for the Sphinx Read the Docs theme
dev-python/sphinx-sitemap 2.5.1 2.6.0: Sitemap generator for Sphinx
dev-python/sphinxcontrib-katex 0.9.9 0.9.10: KaTeX Sphinx extension for rendering of math in HTML pages
dev-python/sphinxext-opengraph 0.9.1: Sphinx extension to generate unique OpenGraph metadata
dev-python/sse-starlette 1.1.6: Server Sent Events for Starlette
dev-python/starkbank-ecdsa 2.2.0-r1: A lightweight and fast pure python ECDSA library
dev-python/stdlibs 2022.6.8: What's in the Python stdlib
@@ -853,11 +855,11 @@ dev-python/templated-dictionary 1.5: Python dictionary with Jinja2 expansion
dev-python/tempus-themes 2.3.0.20220206: Accessible themes for Pygments
dev-python/tempy 1.4.0: A simple, visually pleasing weather report in your terminal
dev-python/termynal 0.12.1: A lightweight and modern animated terminal window
dev-python/textual 0.63.6: Modern Text User Interface framework
dev-python/textual-dev 1.5.1: Modern Text User Interface framework
dev-python/textual 0.83.0: Modern Text User Interface framework
dev-python/textual-dev 1.6.1: Modern Text User Interface framework
dev-python/timeslot 0.1.2: Time slots/intervals with an arbitrary start and stop
dev-python/trailrunner 1.2.1: Walk paths and run things
dev-python/tree-sitter-languages 1.10.2: Python wheels for all tree sitter languages
dev-python/tree-sitter-languages 1.10.2-r1: Python wheels for all tree sitter languages
dev-python/tulir-telethon 1.35.0_alpha1 1.37.0_alpha1: Full-featured Telegram client library for Python 3
dev-python/tweepy 4.14.0: An easy-to-use Python library for accessing the Twitter API.
dev-python/types-protobuf 4.24.0.20240408 5.27.0.20240626: Typing stubs for protobuf
@@ -1181,7 +1183,7 @@ kde-apps/plasma-settings 22.11: Settings application for Plasma Mobile
kde-misc/geminipart 20221020 20231005: KPart for viewing text/gemini files
kde-misc/kio-gemini 20231005 20240801: Gemini KIO worker
kde-misc/plasma5-wallpapers-dynamic 3.3.9 9999: A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day.
mail-client/betterbird-bin 115.16.0: Betterbird is a fine-tuned version of Mozilla Thunderbird.
mail-client/betterbird-bin 115.16.1: Betterbird is a fine-tuned version of Mozilla Thunderbird.
mail-client/heirloom-mailx 12.5: The mailx utility from CentOS
mail-client/mailspring-bin 1.13.3: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
mail-client/proton-mail-bin 1.0.6: Beta Client for Proton Mail
@@ -1263,7 +1265,7 @@ media-plugins/argotlunar-bin 2.06-r1: Argotlunar is a sound granulator. Binary L
media-plugins/dtmediawiki 9999: Wikimedia Commons export plugin for Darktable. Every upload is converted
media-plugins/gimp-avif-plugin 9999: Plug-in for development GIMP 2.99.11 for loading/saving AVIF images.
media-plugins/gst-plugins-qt5 1.20.3 1.22.11: Qt5 QML video sink plugin for GStreamer
media-plugins/gst-plugins-qt6 1.22.11: Qt6 QML video sink plugin for GStreamer
media-plugins/gst-plugins-qt6 1.22.11 1.22.11-r1: Qt6 QML video sink plugin for GStreamer
media-plugins/qt-heif-image-plugin 0.3.4: Qt plugin for HEIF images
media-plugins/qt-jpegxl-image-plugin 9999: Qt plug-in to allow Qt and KDE based applications to read/write JXL images.
media-plugins/whysynth 20170701_p20180323: A software synthesizer plugin for the DSSI Soft Synth Interface
@@ -1508,7 +1510,7 @@ net-voip/vvmd 0.8-r1: vvmd is a lower level daemon that retrieves Visual Voicema
net-vpn/cloudflare-warp 2024.2.62-r2 2024.4.133-r1: Cloudflare Warp Client
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/mullvadvpn-app 2024.5 2024.6_beta1: Tool used to manage daemon setup
net-vpn/mullvadvpn-app 2024.5 2024.6_beta2: Tool used to manage daemon setup
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/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.
@@ -1541,7 +1543,7 @@ sci-electronics/lxi-tools 2.7: Tools to access devices with LXI
sci-electronics/slang 7.0 9999: SystemVerilog compiler and language services
sci-electronics/svls 0.2.11: SystemVerilog language server
sci-electronics/vcd 221217: VCD file (Value Change Dump) command line viewer
sci-electronics/verilator 5.026 5.028 9999: The fast free Verilog/SystemVerilog simulator
sci-electronics/verilator 5.026-r1 5.028-r1 9999: The fast free Verilog/SystemVerilog simulator
sci-electronics/yosys 0.40-r1: framework for Verilog RTL synthesis
sci-mathematics/frama-c 25.0-r2: Framework for analysis of source codes written in C
sci-mathematics/frama-c-aorai 25.0: Aorai (automaton annotations) plugin for frama-c
@@ -1574,10 +1576,10 @@ sci-mathematics/frama-c-sparecode 25.0: Spare code plugin for frama-c
sci-mathematics/frama-c-studia 25.0: Studia plugin for frama-c
sci-mathematics/frama-c-users 25.0: Users plugin for frama-c
sci-mathematics/frama-c-variadic 25.0: Variadic function transformation plugin for frama-c
sci-mathematics/pyromaths 21.8.2: Create maths exercises in LaTeX and PDF format
sci-mathematics/pyromaths 21.8.2-r1: Create maths exercises in LaTeX and PDF format
sci-mathematics/rink 0.8.0 9999: Unit conversion tool, similar to frink
sci-mathematics/rstudio-desktop-bin 2023.09.0_p463 2023.09.1_p494: IDE for R and Python
sci-misc/boinc-wrapper 26018-r1 26018-r2: Wrapper to use non-BOINC apps with BOINC
sci-misc/boinc-wrapper 26018-r2 26018-r3: Wrapper to use non-BOINC apps with BOINC
sci-physics/openmodelica 1.23.1-r1: Open-source Modelica-based modeling and simulation environment
sci-physics/ovito 3.10.4 3.10.5 3.10.5-r1: Open Visualization Tool
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
@@ -1711,7 +1713,7 @@ www-apps/zola 0.19.2: A fast static site generator with everything built-in
www-client/badwolf 1.3.0-r1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/browsh 1.8.2: A fully-modern text-based browser, rendering to TTY and browsers
www-client/firefox-developer-bin 122.0 128.0: Firefox browser developer edition
www-client/mullvad-browser-bin 13.5.6: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/mullvad-browser-bin 13.5.7: The Mullvad Browser is developed to minimize tracking and fingerprinting.
www-client/nyxt 3.11.7 3.11.8 9999: Nyxt - the hacker's power-browser
www-client/vimb 3.6.0 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
www-client/yandex-browser 24.7.3.1253_p1: The web browser from Yandex

View File

@@ -1 +1 @@
Thu, 10 Oct 2024 16:03:34 +0000
Fri, 11 Oct 2024 10:03:26 +0000