mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
2025-02-18 14:18:28 UTC
This commit is contained in:
parent
ff8dcb519f
commit
6920517fe8
@ -1,4 +1,4 @@
|
||||
BDEPEND=dev-python/hatch-vcs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( app-text/tessdata_fast[l10n_de,l10n_en] >=app-text/unpaper-6.1 >=dev-python/hypothesis-6.36.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-xmp-toolkit-2.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/reportlab-3.6.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/pngquant-2.5 >=media-libs/jbig2enc-0.29 ) test? ( >=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pikepdf-8.10.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[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-python/sphinx-issues[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-issues[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) 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/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=dev-python/hatch-vcs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( app-text/tessdata_fast[l10n_de,l10n_en] >=app-text/unpaper-6.1 >=dev-python/hypothesis-6.36.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-xmp-toolkit-2.0.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/reportlab-3.6.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/pngquant-2.5 >=media-libs/jbig2enc-0.29 ) test? ( >=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pikepdf-8.10.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[jpeg2k,lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[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-python/sphinx-issues[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-issues[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) ) 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/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=OCRmyPDF adds an OCR text layer to scanned PDF files
|
||||
EAPI=8
|
||||
@ -7,10 +7,10 @@ INHERIT=distutils-r1 optfeature pypi shell-completion
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB
|
||||
RDEPEND=>=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pikepdf-8.10.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.5[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 )
|
||||
RDEPEND=>=app-text/ghostscript-gpl-10.01.2 >=app-text/pdfminer-20220319[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp] >=dev-python/deprecation-2.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-20[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pikepdf-8.10.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pillow-10.0.1[jpeg2k,lcms,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pluggy-1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-13.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=media-gfx/img2pdf-0.5[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/O/OCRmyPDF/ocrmypdf-16.7.0.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/O/OCRmyPDF/ocrmypdf-16.9.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=3d5c39a852a467d00c2aee79e83c951f
|
||||
_md5_=7a5f1251b2b2fc78d4fa5f316dfa825c
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
||||
DESCRIPTION=A simple code complexity analyser, supports most of the popular languages.
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.lizard.ws/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
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/terryyin/lizard/archive/1.17.14.tar.gz -> lizard-1.17.14.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=bffb270cf6a55b5581300984de9601e9
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
||||
DESCRIPTION=A simple code complexity analyser, supports most of the popular languages.
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.lizard.ws/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
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/terryyin/lizard/archive/1.17.17.tar.gz -> lizard-1.17.17.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=bffb270cf6a55b5581300984de9601e9
|
17
metadata/md5-cache/app-text/lizard-1.17.19
Normal file
17
metadata/md5-cache/app-text/lizard-1.17.19
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/pygments[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( dev-python/jinja2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
|
||||
DESCRIPTION=A simple code complexity analyser, supports most of the popular languages.
|
||||
EAPI=8
|
||||
HOMEPAGE=http://www.lizard.ws/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/terryyin/lizard/archive/1.17.19.tar.gz -> lizard-1.17.19.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=1555f9118a68af1af16f2eb16bd163c7
|
@ -1,15 +1,15 @@
|
||||
BDEPEND=doc? ( app-text/doxygen[dot] dev-qt/qttools[qdoc] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
DEPEND=mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
DESCRIPTION=Wt, C++ Web Toolkit
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.webtoolkit.eu/wt https://github.com/emweb/wt
|
||||
INHERIT=cmake
|
||||
IUSE=doc firebird mysql opengl +pango pdf postgres ssl
|
||||
IUSE=doc mysql opengl +pango pdf postgres ssl
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
RDEPEND=mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
SLOT=0/4.11.1
|
||||
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.11.1.tar.gz -> wt-4.11.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=9f7a94b7a32d97406cf8580c1dd4ea2b
|
||||
_md5_=d366a6fe2edd7405f2992b196168b5b4
|
||||
|
@ -1,15 +1,15 @@
|
||||
BDEPEND=doc? ( app-text/doxygen[dot] dev-qt/qttools[qdoc] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
DEPEND=mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
DESCRIPTION=Wt, C++ Web Toolkit
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.webtoolkit.eu/wt https://github.com/emweb/wt
|
||||
INHERIT=cmake
|
||||
IUSE=doc firebird mysql opengl +pango pdf postgres ssl
|
||||
IUSE=doc mysql opengl +pango pdf postgres ssl
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
RDEPEND=mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
|
||||
SLOT=0/4.11.2
|
||||
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.11.2.tar.gz -> wt-4.11.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=9f7a94b7a32d97406cf8580c1dd4ea2b
|
||||
_md5_=d366a6fe2edd7405f2992b196168b5b4
|
||||
|
@ -1,13 +1,13 @@
|
||||
BDEPEND=|| ( dev-lang/crystal dev-lang/crystal-bin ) || ( dev-util/shards dev-lang/crystal-bin ) >=dev-util/gshards-0.2
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEFINED_PHASES=compile configure install test
|
||||
DESCRIPTION=Common/helpful Spec compliant testing utilities
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/athena-framework/spec https://athenaframework.org/Spec
|
||||
HOMEPAGE=https://github.com/athena-framework/spec https://athenaframework.org/Spec/
|
||||
INHERIT=shards
|
||||
IUSE=debug doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/athena-framework/spec/archive/refs/tags/v0.3.7.tar.gz -> athena-spec-0.3.7.tar.gz
|
||||
SRC_URI=https://github.com/athena-framework/spec/archive/refs/tags/v0.3.10.tar.gz -> athena-spec-0.3.10.tar.gz
|
||||
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f crystal-utils 25e840513c93fc4f0194e6240a0d756d shards 19e21a696fe66db90959968325a9c97f
|
||||
_md5_=6e2011d98bcd7971b8cd2f6dec65321a
|
||||
_md5_=92915e40dd2e79e345a767b97d8f4ffd
|
@ -12,6 +12,6 @@ RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) ?? ( mbedtls openssl )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/open62541/open62541/archive/v1.4.9.tar.gz -> open62541-1.4.9.tar.gz
|
||||
SRC_URI=https://github.com/open62541/open62541/archive/v1.4.10.tar.gz -> open62541-1.4.10.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
|
||||
_md5_=9eeb6dc3ba6d6706b6bc9551e524e1b0
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/process-tests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tornado[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/fields[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Aspect-oriented programming, monkey-patch and decorators library
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ionelmc/python-aspectlib https://pypi.org/project/aspectlib/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/fields[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/a/aspectlib/aspectlib-2.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f309ddecfa1e1a885920f4b741b95441
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=dev-python/cython[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/aspectlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/manhole[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/process-tests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-benchmark[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
DESCRIPTION=Hunter is a flexible code tracing toolkit
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ionelmc/python-hunter https://pypi.org/project/hunter/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ionelmc/python-hunter/archive/v3.6.1.tar.gz -> hunter-3.6.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=98d9051e9b51b7796389b01b211c9f57
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/process-tests[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=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-lang/pypy:3.10=[symlink] ) 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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Debugging manhole for python application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ionelmc/python-manhole https://pypi.org/project/manhole/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) 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://github.com/ionelmc/python-manhole/archive/v1.8.0.tar.gz -> manhole-1.8.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=031d3a53006f9718bc78c73eaa5c2748
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( >=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-lang/pypy:3.10=[symlink] ) 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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python package providing assets from https://github.com/Kozea/pygal.js
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ionelmc/python-pygaljs https://pypi.org/project/pygaljs/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=LGPL-3+
|
||||
RDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pygaljs/pygaljs-1.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=11a3d53b33981f6e4db2ad03e7552feb
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/aspectlib[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/elasticsearch[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/freezegun[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/hunter[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygal[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygaljs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-vcs/git dev-vcs/mercurial ) test? ( dev-python/py-cpuinfo[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=py.test fixture for benchmarking code
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.python.org/pypi/pytest-benchmark/ https://github.com/ionelmc/pytest-benchmark
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=dev-python/py-cpuinfo[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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ionelmc/pytest-benchmark/archive/v4.0.0.tar.gz -> pytest-benchmark-4.0.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=1c17ecf2014337601146cca42e4a1f01
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( sys-apps/attr ) test? ( >=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-lang/pypy:3.10=[symlink] ) 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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
DESCRIPTION=Python wrapper for extended filesystem attributes
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/xattr/ https://github.com/xattr/xattr
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/x/xattr/xattr-1.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=45df4997259d569905639a59d8f07edc
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( sys-apps/attr ) 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-lang/pypy:3.10=[symlink] ) 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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
DESCRIPTION=Python wrapper for extended filesystem attributes
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/xattr/ https://github.com/xattr/xattr
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) 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/x/xattr/xattr-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=e041aa8b24cc35f9430c86c166fd62a2
|
17
metadata/md5-cache/dev-python/xattr-1.1.0-r1
Normal file
17
metadata/md5-cache/dev-python/xattr-1.1.0-r1
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=python_targets_python3_10? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/cffi-1.16.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( sys-apps/attr ) test? ( python_targets_pypy3? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=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-lang/pypy:3.10=[symlink] ) 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(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
DESCRIPTION=Python wrapper for extended filesystem attributes
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/xattr/ https://github.com/xattr/xattr
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_pypy3? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_10? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( !dev-python/pyxattr[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_pypy3? ( dev-lang/pypy:3.10=[symlink] ) 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/x/xattr/xattr-1.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=46590529011c9c2d265421c1d4101e0b
|
13
metadata/md5-cache/dev-util/bash-language-server-5.4.3
Normal file
13
metadata/md5-cache/dev-util/bash-language-server-5.4.3
Normal file
@ -0,0 +1,13 @@
|
||||
BDEPEND=>=net-libs/nodejs-18.19.30[npm]
|
||||
DEFINED_PHASES=install postinst unpack
|
||||
DESCRIPTION=A language server for Bash
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/bash-lsp/bash-language-server
|
||||
INHERIT=optfeature
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2 ISC MIT
|
||||
RDEPEND=>=net-libs/nodejs-18.19.30
|
||||
SLOT=0
|
||||
SRC_URI=mirror://npm/bash-language-server/-/bash-language-server-5.4.3.tgz https://github.com/ingenarel/guru-depfiles/releases/download/0.1/bash-language-server-5.4.3-deps.tar.xz
|
||||
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=140b04adeda2249131387f22057d7e55
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-vcs/git dev-vcs/mercurial dev-python/freezegun[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) bash-completion? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Version bump your Python project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/bump-my-version/ https://callowayproject.github.io/bump-my-version/
|
||||
INHERIT=click-app distutils-r1 pypi
|
||||
IUSE=test bash-completion python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/bump-my-version/bump_my_version-0.29.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 click-app 486c8d3d5ccab217ffce81f5da6c2876 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=cbbe7728adb9acc5ab57293c87caade9
|
16
metadata/md5-cache/dev-util/bump-my-version-0.32.1
Normal file
16
metadata/md5-cache/dev-util/bump-my-version-0.32.1
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-vcs/git dev-vcs/mercurial dev-python/freezegun[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-localserver-0.9.0_p0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-mock[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) bash-completion? ( dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.21.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Version bump your Python project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/bump-my-version/ https://callowayproject.github.io/bump-my-version/
|
||||
INHERIT=click-app distutils-r1 pypi
|
||||
IUSE=test bash-completion python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/httpx-0.28.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/questionary[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich-click[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tomlkit[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/wcmatch-8.5.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/b/bump-my-version/bump_my_version-0.32.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 click-app 486c8d3d5ccab217ffce81f5da6c2876 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=ebe21b0f64ef65b4349be0b36efb3764
|
16
metadata/md5-cache/dev-util/lua-language-server-3.13.6
Normal file
16
metadata/md5-cache/dev-util/lua-language-server-3.13.6
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=app-alternatives/ninja app-arch/unzip
|
||||
DEFINED_PHASES=compile install prepare setup
|
||||
DEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 )
|
||||
DESCRIPTION=Lua language server
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/LuaLS/lua-language-server
|
||||
INHERIT=ninja-utils toolchain-funcs lua-single prefix
|
||||
IUSE=test lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/LuaLS/lua-language-server/releases/download/3.13.6/lua-language-server-3.13.6-submodules.zip -> lua-language-server-3.13.6.zip
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb prefix c3c4c93ebda319c0fa7ed6f942ba1010
|
||||
_md5_=0ff99b67200ff12d245b6dac62ad8382
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( app-admin/consul app-admin/vault dev-db/etcd[server] dev-db/postgresql[server] dev-db/redis dev-python/httpbin[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/testtools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] net-misc/kafka-bin net-misc/memcached sys-cluster/ceph virtual/mysql[server] ) test? ( dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/daiquiri[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[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(-)?] dev-python/xattr[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Suite of tools and fixtures to manage daemons for testing
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/pifpaf/ https://github.com/jd/pifpaf
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/daiquiri[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/fixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/packaging[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(-)?] dev-python/xattr[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-3.2.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=b987f0c200a934e006d9cd4fc101de4e
|
16
metadata/md5-cache/dev-util/pifpaf-3.3.0
Normal file
16
metadata/md5-cache/dev-util/pifpaf-3.3.0
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/dev-vcs/lazygit-0.46.0
Normal file
14
metadata/md5-cache/dev-vcs/lazygit-0.46.0
Normal file
@ -0,0 +1,14 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Simple terminal UI for git commands
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jesseduffield/lazygit
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD ISC MIT Unlicense
|
||||
RDEPEND=dev-vcs/git
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.46.0.tar.gz -> lazygit-0.46.0.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=848b57c9b2e3317fdeecf2234d09bfa0
|
@ -1,18 +1,18 @@
|
||||
BDEPEND=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 ) python_single_target_python3_10? ( dev-python/protobuf[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/protobuf[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/protobuf[python_targets_python3_13(-)] ) dev-libs/protobuf virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst 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-libs/libevdev media-libs/opus sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtcore:5 ) gui? ( dev-qt/qtwidgets:5 ) gui? ( dev-qt/qtgui:5 ) gui? ( dev-qt/qtconcurrent:5 ) gui? ( dev-qt/qtmultimedia:5 ) gui? ( dev-qt/qtopengl:5 ) gui? ( dev-qt/qtsvg:5 ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= ) system-jerasure? ( dev-libs/jerasure ) system-nanopb? ( dev-libs/nanopb )
|
||||
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-libs/libevdev dev-libs/jerasure dev-libs/nanopb media-libs/libplacebo media-libs/opus net-dns/libidn2 net-misc/curl sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets] dev-qt/qtdeclarative:6[network,opengl,widgets,svg] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qtwebchannel:6[qml] dev-qt/qtwebengine:6[qml,widgets] ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= )
|
||||
DESCRIPTION=Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
HOMEPAGE=https://github.com/streetpea/chiaki-ng
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake python-single-r1 xdg
|
||||
IUSE=+cli +gui +sdl +ffmpeg system-jerasure system-nanopb mbedtls test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=+cli +gui +sdl +ffmpeg mbedtls test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=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-libs/libevdev media-libs/opus sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtcore:5 ) gui? ( dev-qt/qtwidgets:5 ) gui? ( dev-qt/qtgui:5 ) gui? ( dev-qt/qtconcurrent:5 ) gui? ( dev-qt/qtmultimedia:5 ) gui? ( dev-qt/qtopengl:5 ) gui? ( dev-qt/qtsvg:5 ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= ) system-jerasure? ( dev-libs/jerasure ) system-nanopb? ( dev-libs/nanopb )
|
||||
RDEPEND=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-libs/libevdev dev-libs/jerasure dev-libs/nanopb media-libs/libplacebo media-libs/opus net-dns/libidn2 net-misc/curl sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets] dev-qt/qtdeclarative:6[network,opengl,widgets,svg] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qtwebchannel:6[qml] dev-qt/qtwebengine:6[qml,widgets] ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) gui? ( ffmpeg )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~thestr4ng3r/chiaki/refs/download/v2.2.0/chiaki-v2.2.0-src.tar.gz -> chiaki-2.2.0.tar.gz
|
||||
SRC_URI=https://github.com/streetpea/chiaki-ng/archive/refs/tags/v1.9.5.tar.gz -> chiaki-ng-1.9.5.tar.gz test? ( https://github.com/nemequ/munit/archive/439de4a9b136bc3b5163e73d4caf37c590bef875.tar.gz -> munit-439de4a9b136bc3b5163e73d4caf37c590bef875.tar.gz )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=cb0b72692d06fecd01024530d0f0b74b
|
||||
_md5_=5f8d6d0a9cb7308a9b820386e223abb5
|
@ -1,17 +1,17 @@
|
||||
BDEPEND=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 ) python_single_target_python3_10? ( dev-python/protobuf[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/protobuf[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/protobuf[python_targets_python3_13(-)] ) dev-libs/protobuf virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
|
||||
DEPEND=python_single_target_python3_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-libs/libevdev media-libs/opus sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtcore:5 ) gui? ( dev-qt/qtwidgets:5 ) gui? ( dev-qt/qtgui:5 ) gui? ( dev-qt/qtconcurrent:5 ) gui? ( dev-qt/qtmultimedia:5 ) gui? ( dev-qt/qtopengl:5 ) gui? ( dev-qt/qtsvg:5 ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= ) system-jerasure? ( dev-libs/jerasure ) system-nanopb? ( dev-libs/nanopb )
|
||||
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-libs/libevdev dev-libs/jerasure dev-libs/nanopb media-libs/libplacebo media-libs/opus net-dns/libidn2 net-misc/curl sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets] dev-qt/qtdeclarative:6[network,opengl,widgets,svg] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qtwebchannel:6[qml] dev-qt/qtwebengine:6[qml,widgets] ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= )
|
||||
DESCRIPTION=Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
HOMEPAGE=https://github.com/streetpea/chiaki-ng
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake python-single-r1 xdg git-r3
|
||||
IUSE=+cli +gui +sdl +ffmpeg system-jerasure system-nanopb mbedtls test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
IUSE=+cli +gui +sdl +ffmpeg mbedtls test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=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-libs/libevdev media-libs/opus sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtcore:5 ) gui? ( dev-qt/qtwidgets:5 ) gui? ( dev-qt/qtgui:5 ) gui? ( dev-qt/qtconcurrent:5 ) gui? ( dev-qt/qtmultimedia:5 ) gui? ( dev-qt/qtopengl:5 ) gui? ( dev-qt/qtsvg:5 ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= ) system-jerasure? ( dev-libs/jerasure ) system-nanopb? ( dev-libs/nanopb )
|
||||
RDEPEND=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-libs/libevdev dev-libs/jerasure dev-libs/nanopb media-libs/libplacebo media-libs/opus net-dns/libidn2 net-misc/curl sdl? ( media-libs/libsdl2[joystick,haptic] ) gui? ( dev-qt/qtbase:6[concurrent,dbus,gui,network,opengl,widgets] dev-qt/qtdeclarative:6[network,opengl,widgets,svg] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 dev-qt/qtwebchannel:6[qml] dev-qt/qtwebengine:6[qml,widgets] ) !mbedtls? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) ffmpeg? ( media-video/ffmpeg:= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) gui? ( ffmpeg )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=cb0b72692d06fecd01024530d0f0b74b
|
||||
_md5_=5f8d6d0a9cb7308a9b820386e223abb5
|
14
metadata/md5-cache/gui-apps/hyprsysteminfo-0.1.3
Normal file
14
metadata/md5-cache/gui-apps/hyprsysteminfo-0.1.3
Normal file
@ -0,0 +1,14 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-qt/qtbase:6[gui,widgets] dev-qt/qtdeclarative:6 dev-qt/qtwayland:6 gui-libs/hyprutils:=
|
||||
DESCRIPTION=Hyprland's system information GUI application
|
||||
EAPI=8
|
||||
HOMEPAGE=https://wiki.hyprland.org/Hypr-Ecosystem/hyprsysteminfo
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-qt/qtbase:6[gui,widgets] dev-qt/qtdeclarative:6 dev-qt/qtwayland:6 gui-libs/hyprutils:= gui-libs/hyprland-qt-support
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hyprwm/hyprsysteminfo/archive/refs/tags/v0.1.3.tar.gz -> hyprsysteminfo-0.1.3.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=60acb6302e3d4866a702a4fa72f45534
|
17
metadata/md5-cache/gui-wm/phoc-0.45.0
Normal file
17
metadata/md5-cache/gui-wm/phoc-0.45.0
Normal file
@ -0,0 +1,17 @@
|
||||
BDEPEND=dev-libs/glib:2 dev-libs/wayland-protocols dev-util/wayland-scanner sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||
DEPEND=>=dev-libs/libinput-1.19.0:= >=dev-libs/libliftoff-0.4 >=dev-libs/wayland-1.23.0 dev-util/glslang:= dev-util/vulkan-headers media-libs/lcms:2 media-libs/libdisplay-info:= media-libs/libglvnd media-libs/vulkan-loader || ( >=media-libs/mesa-24.1.0_rc1[opengl] <media-libs/mesa-24.1.0_rc1[egl(+),gles2] ) sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.122 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev >=dev-libs/glib-2.80:2 dev-libs/gmobile dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas >=x11-libs/pixman-0.43.4 x11-libs/libxcb:= x11-libs/libxkbcommon test? ( x11-wm/mutter )
|
||||
DESCRIPTION=Wayland compositor for mobile phones
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phoc
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson verify-sig virtualx xdg
|
||||
IUSE=gtk-doc man test verify-sig test
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=|| ( GPL-3+ MIT ) GPL-3+ LGPL-2.1+ MIT
|
||||
RDEPEND=>=dev-libs/libinput-1.19.0:= >=dev-libs/libliftoff-0.4 >=dev-libs/wayland-1.23.0 dev-util/glslang:= dev-util/vulkan-headers media-libs/lcms:2 media-libs/libdisplay-info:= media-libs/libglvnd media-libs/vulkan-loader || ( >=media-libs/mesa-24.1.0_rc1[opengl] <media-libs/mesa-24.1.0_rc1[egl(+),gles2] ) sys-apps/hwdata sys-auth/seatd:= x11-base/xwayland x11-libs/cairo >=x11-libs/libdrm-2.4.122 x11-libs/libxcb:= x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 x11-libs/xcb-util-errors x11-libs/xcb-util-renderutil x11-libs/xcb-util-wm virtual/libudev >=dev-libs/glib-2.80:2 dev-libs/gmobile dev-libs/libinput:= dev-libs/wayland >=gnome-base/gnome-desktop-3.26:3 gnome-base/gsettings-desktop-schemas >=x11-libs/pixman-0.43.4 x11-libs/libxcb:= x11-libs/libxkbcommon
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://sources.phosh.mobi/releases/phoc/phoc-0.45.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phoc/phoc-0.45.0.tar.xz.asc )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=63084a0e4178170f17afacb266c6bdf3
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=wayland? ( dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=media-libs/vulkan-loader media-libs/mesa dev-libs/jsoncpp:= !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) X? ( x11-libs/libxcb x11-libs/xcb-util-keysyms x11-libs/libXrandr x11-libs/libXxf86vm )
|
||||
DESCRIPTION=OpenXR loader
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/KhronosGroup/OpenXR-SDK
|
||||
INHERIT=cmake
|
||||
IUSE=+wayland +X
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=media-libs/vulkan-loader media-libs/mesa dev-libs/jsoncpp:= !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/wayland dev-libs/wayland-protocols ) X? ( x11-libs/libxcb x11-libs/xcb-util-keysyms x11-libs/libXrandr x11-libs/libXxf86vm )
|
||||
REQUIRED_USE=|| ( wayland X )
|
||||
SLOT=0/1.1.40
|
||||
SRC_URI=https://github.com/KhronosGroup/OpenXR-SDK/archive/refs/tags/release-1.1.40.tar.gz -> openxr-loader-1.1.40.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=6d2e4579449830e7c785b4031470d7b1
|
16
metadata/md5-cache/media-libs/openxr-loader-1.1.45
Normal file
16
metadata/md5-cache/media-libs/openxr-loader-1.1.45
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=wayland? ( dev-util/wayland-scanner ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=media-libs/vulkan-loader[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/mesa[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/jsoncpp:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/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(-)?] dev-libs/wayland-protocols ) X? ( x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/xcb-util-keysyms x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXxf86vm[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=OpenXR loader
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/KhronosGroup/OpenXR-SDK
|
||||
INHERIT=cmake-multilib
|
||||
IUSE=+wayland +X 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=Apache-2.0
|
||||
RDEPEND=media-libs/vulkan-loader[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/mesa[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/jsoncpp:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/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(-)?] dev-libs/wayland-protocols ) X? ( x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/xcb-util-keysyms x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXxf86vm[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=|| ( wayland X )
|
||||
SLOT=0/1.1.45
|
||||
SRC_URI=https://github.com/KhronosGroup/OpenXR-SDK/archive/refs/tags/release-1.1.45.tar.gz -> openxr-loader-1.1.45.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||
_md5_=6a6a09ed7ca613b237f7615afb3d3758
|
@ -5,8 +5,8 @@ DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
||||
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake fcaps xdg
|
||||
IUSE=gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
INHERIT=cmake fcaps flag-o-matic xdg
|
||||
IUSE=debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
RDEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 )
|
||||
@ -14,4 +14,4 @@ REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/WiVRn/WiVRn/archive/refs/tags/v0.23.2.tar.gz -> wivrn-0.23.2.tar.gz https://github.com/WiVRn/WiVRn/releases/download/v0.23.2/server-build-deps.tar.xz -> wivrn-0.23.2-server-build-deps.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 fcaps 27152c9e4da035accb14a2d7879744ef xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=bfd3cd4d701b735fa74d0888f1c570c6
|
||||
_md5_=5c8995360932f5effd805b4a576f31e0
|
@ -5,12 +5,12 @@ DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
||||
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake fcaps xdg git-r3
|
||||
IUSE=gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
INHERIT=cmake fcaps flag-o-matic xdg git-r3
|
||||
IUSE=debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 )
|
||||
REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 fcaps 27152c9e4da035accb14a2d7879744ef xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=bfd3cd4d701b735fa74d0888f1c570c6
|
||||
_md5_=5c8995360932f5effd805b4a576f31e0
|
||||
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig virtual/perl-JSON-PP
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=media-libs/gst-plugins-base-1.20.3:1.0[egl?,opengl,wayland?,X?] media-libs/mesa[egl(+)?,wayland?,X?] dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 egl? ( dev-qt/qtgui:5[eglfs] ) wayland? ( dev-qt/qtwayland:5 ) X? ( dev-qt/qtx11extras:5 ) >=dev-libs/glib-2.62.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.20: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.20.3: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=Qt5 QML video sink plugin for GStreamer
|
||||
EAPI=7
|
||||
HOMEPAGE=https://gstreamer.freedesktop.org/
|
||||
INHERIT=gstreamer-meson qmake-utils
|
||||
IUSE=+egl wayland +X 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=>=media-libs/gst-plugins-base-1.20.3:1.0[egl?,opengl,wayland?,X?] media-libs/mesa[egl(+)?,wayland?,X?] dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 egl? ( dev-qt/qtgui:5[eglfs] ) wayland? ( dev-qt/qtwayland:5 ) X? ( dev-qt/qtx11extras:5 ) >=dev-libs/glib-2.62.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.20: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.20.3: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=wayland? ( egl )
|
||||
RESTRICT=test
|
||||
SLOT=1.0
|
||||
SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.20.3.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 gstreamer-meson 9707990efef0ef18d3b5d6ef7f33fc40 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=9bff17c658e1b9435041babec82ca041
|
@ -1,17 +0,0 @@
|
||||
BDEPEND=dev-qt/linguist-tools >=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 prepare setup test
|
||||
DEPEND=dev-qt/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 >=media-libs/gst-plugins-base-1.22.11:1.0[X?,opengl,wayland?] media-libs/mesa[wayland?,X?] X? ( dev-qt/qtx11extras:5 ) eglfs? ( dev-qt/qtgui:5[eglfs] media-libs/gst-plugins-base:1.0[egl] ) wayland? ( dev-qt/qtwayland:5 media-libs/gst-plugins-base:1.0[egl] ) >=dev-libs/glib-2.62.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=Qt5 QML video sink plugin for GStreamer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gstreamer.freedesktop.org/
|
||||
INHERIT=gstreamer-meson qmake-utils
|
||||
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/qtcore:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 >=media-libs/gst-plugins-base-1.22.11:1.0[X?,opengl,wayland?] media-libs/mesa[wayland?,X?] X? ( dev-qt/qtx11extras:5 ) eglfs? ( dev-qt/qtgui:5[eglfs] media-libs/gst-plugins-base:1.0[egl] ) wayland? ( dev-qt/qtwayland:5 media-libs/gst-plugins-base:1.0[egl] ) >=dev-libs/glib-2.62.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 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-any-r1 891415dfe39ad9b41b461f2b86354af0 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 gstreamer-meson 9707990efef0ef18d3b5d6ef7f33fc40 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=9fc505060755ae50fef266907d88f1ac
|
@ -1,14 +0,0 @@
|
||||
BDEPEND=dev-qt/linguist-tools:5 app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=dev-libs/openssl:= dev-libs/qtkeychain:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-libs/boost
|
||||
DESCRIPTION=Chat client for https://twitch.tv
|
||||
EAPI=8
|
||||
HOMEPAGE=https://chatterino.com/
|
||||
INHERIT=cmake optfeature xdg-utils
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/openssl:= dev-libs/qtkeychain:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Chatterino/chatterino2/archive/v2.5.1.tar.gz -> chatterino-2.5.1.tar.gz https://github.com/Chatterino/libcommuni/archive/030710a.tar.gz -> libcommuni-030710a.tar.gz https://github.com/Neargye/magic_enum/archive/e55b9b5.tar.gz -> magic_enum-e55b9b5.tar.gz https://github.com/mackron/miniaudio/archive/4a5b74b.tar.gz -> miniaudio-4a5b74b.tar.gz https://github.com/Tencent/rapidjson/archive/d87b698.tar.gz -> rapidjson-d87b698.tar.gz https://github.com/pajlada/serialize/archive/17946d6.tar.gz -> serialize-17946d6.tar.gz https://github.com/pajlada/settings/archive/70fbc72.tar.gz -> settings-70fbc72.tar.gz https://github.com/pajlada/signals/archive/d067706.tar.gz -> signals-d067706.tar.gz https://github.com/zaphoyd/websocketpp/archive/b9aeec6.tar.gz -> websocketpp-b9aeec6.tar.gz https://github.com/arsenm/sanitizers-cmake/archive/3f0542e.tar.gz -> sanitizers-cmake-3f0542e.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 optfeature 538bce96e5589935b57e178e8635f301
|
||||
_md5_=21a2e4f902416fdc8c7a900cdcab71e9
|
15
metadata/md5-cache/net-im/chatterino-2.5.2
Normal file
15
metadata/md5-cache/net-im/chatterino-2.5.2
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-cpp/expected-lite <dev-libs/boost-1.87.0
|
||||
DESCRIPTION=Chat client for https://twitch.tv
|
||||
EAPI=8
|
||||
HOMEPAGE=https://chatterino.com/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake optfeature xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT BSD Unlicense
|
||||
RDEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Chatterino/chatterino2/archive/v2.5.2.tar.gz -> chatterino-2.5.2.tar.gz https://github.com/Chatterino/libcommuni/archive/030710ad53dda1541601ccabbad36a12a9e90c78.tar.gz -> chatterino-libcommuni-030710ad53dda1541601ccabbad36a12a9e90c78.tar.gz https://github.com/Neargye/magic_enum/archive/e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz -> chatterino-magic-e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz https://github.com/mackron/miniaudio/archive/4a5b74bef029b3592c54b6048650ee5f972c1a48.tar.gz -> chatterino-miniaudio-4a5b74bef029b3592c54b6048650ee5f972c1a48.tar.gz https://github.com/Tencent/rapidjson/archive/d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz -> chatterino-rapidjson-d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz https://github.com/pajlada/serialize/archive/17946d65a41a72b447da37df6e314cded9650c32.tar.gz -> chatterino-serialize-17946d65a41a72b447da37df6e314cded9650c32.tar.gz https://github.com/pajlada/settings/archive/9e9c2f65f4ae195a96329a90fd6ae24c24fb8f2f.tar.gz -> chatterino-settings-9e9c2f65f4ae195a96329a90fd6ae24c24fb8f2f.tar.gz https://github.com/pajlada/signals/archive/d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz -> chatterino-signals-d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz https://github.com/zaphoyd/websocketpp/archive/b9aeec6eaf3d5610503439b4fae3581d9aff08e8.tar.gz -> chatterino-websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=78ece5888204b1dc00249fc7713d2f18
|
File diff suppressed because one or more lines are too long
@ -1,17 +0,0 @@
|
||||
BDEPEND=app-text/yelp-tools >=sys-devel/gettext-0.19.7 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=app-portage/elt-patches-20240116 app-arch/xz-utils
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.00:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( >=app-text/enchant-2.2.3:2 >=app-text/gtkspell-3.0.10:3 ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
DESCRIPTION=A newsreader for GNOME
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.gnome.org/GNOME/pan/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake gnome2 toolchain-funcs
|
||||
IUSE=dbus gnome-keyring libnotify spell ssl
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.00:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( >=app-text/enchant-2.2.3:2 >=app-text/gtkspell-3.0.10:3 ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/GNOME/pan/-/archive/v0.160/pan-v0.160.tar.bz2
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 libtool 6b28392a775f807c8be5fc7ec9a605b9 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 xdg 3ef49a87c52c8b77c476351195dfe575 gnome2 26fd01914b36038dc8e964ff4bd03a95
|
||||
_md5_=dcdaedbf38ac0ebbbe7e03e08ca83bb7
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=app-text/yelp-tools >=sys-devel/gettext-0.19.7 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=app-portage/elt-patches-20240116 app-arch/xz-utils
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.00:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( >=app-text/enchant-2.2.3:2 >=app-text/gtkspell-3.0.10:3 ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
DEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.16:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( app-text/gspell ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
DESCRIPTION=A newsreader for GNOME
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.gnome.org/GNOME/pan/
|
||||
@ -9,9 +9,9 @@ INHERIT=cmake gnome2 toolchain-funcs
|
||||
IUSE=dbus gnome-keyring libnotify spell ssl
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.00:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( >=app-text/enchant-2.2.3:2 >=app-text/gtkspell-3.0.10:3 ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
RDEPEND=>=dev-libs/glib-2.26:2 dev-libs/gmime:3.0 >=x11-libs/gtk+-3.16:3 gnome-keyring? ( >=app-crypt/gcr-3.20 >=app-crypt/libsecret-0.20 ) libnotify? ( >=x11-libs/libnotify-0.4.1:0= ) spell? ( app-text/gspell ) ssl? ( >=net-libs/gnutls-3:0= ) >=sys-libs/zlib-1.2.0 x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.gnome.org/GNOME/pan/-/archive/v0.159/pan-v0.159.tar.bz2
|
||||
SRC_URI=https://gitlab.gnome.org/GNOME/pan/-/archive/v0.162/pan-v0.162.tar.bz2
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 libtool 6b28392a775f807c8be5fc7ec9a605b9 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 xdg 3ef49a87c52c8b77c476351195dfe575 gnome2 26fd01914b36038dc8e964ff4bd03a95
|
||||
_md5_=dcdaedbf38ac0ebbbe7e03e08ca83bb7
|
||||
_md5_=742c607b959e2acb79319d4e0133f43b
|
@ -1,16 +0,0 @@
|
||||
BDEPEND=dev-build/autoconf dev-build/automake >=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.5 >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install postinst postrm prepare pretend
|
||||
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
|
||||
DESCRIPTION=Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dogecoin
|
||||
INHERIT=autotools desktop xdg-utils
|
||||
IUSE=cpu_flags_x86_avx2 cpu_flags_x86_sse2 intel-avx2 dogecoind experimental +gui +pie +prune scrypt-sse2 +ssp tests utils +wallet zmq
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq ) dev-cpp/abseil-cpp cpu_flags_x86_avx2? ( intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 ) )
|
||||
REQUIRED_USE=!gui? ( dogecoind utils ) dogecoind? ( utils ) intel-avx2? ( experimental ) scrypt-sse2? ( experimental ) experimental? ( || ( intel-avx2 scrypt-sse2 ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dogecoin/dogecoin/archive/refs/tags/v1.14.8.tar.gz -> dogecoin-qt-v1.14.8.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 03ea4e0b6b685afdc980f00a43ea5d12 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=2deb34e9a05140a6d78c8c4898f609fd
|
@ -1,4 +1,4 @@
|
||||
BDEPEND=dev-build/autoconf dev-build/automake >=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.5 >=dev-build/libtool-2.4.7-r3
|
||||
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.71 >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install postinst postrm prepare pretend
|
||||
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
|
||||
DESCRIPTION=Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
@ -13,4 +13,4 @@ REQUIRED_USE=!gui? ( dogecoind utils ) dogecoind? ( utils ) intel-avx2? ( experi
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dogecoin/dogecoin/archive/refs/tags/v1.14.9.tar.gz -> dogecoin-qt-v1.14.9.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 03ea4e0b6b685afdc980f00a43ea5d12 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=2deb34e9a05140a6d78c8c4898f609fd
|
||||
_md5_=9c85c889c9c03d6da5e23484cbe6f393
|
||||
|
@ -1,4 +1,4 @@
|
||||
BDEPEND=dev-build/autoconf dev-build/automake >=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.5 >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
|
||||
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.71 >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=configure install postinst postrm prepare pretend unpack
|
||||
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
|
||||
DESCRIPTION=Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
@ -12,4 +12,4 @@ RDEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool
|
||||
REQUIRED_USE=!gui? ( dogecoind utils ) dogecoind? ( utils ) intel-avx2? ( experimental ) scrypt-sse2? ( experimental ) experimental? ( || ( intel-avx2 scrypt-sse2 ) )
|
||||
SLOT=0
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 03ea4e0b6b685afdc980f00a43ea5d12 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed git-r3 875eb471682d3e1f18da124be97dcc81 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=31d0a8331f075b4fed64a93e24edeebc
|
||||
_md5_=cd4462eabeb4b25f2d7cba8f56231003
|
||||
|
@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/pkgconfig gui? ( dev-qt/linguist-tools:5 ) test? ( app-editors/vim-core ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm prepare test
|
||||
DEPEND=>=dev-libs/boost-1.63.0:=[zlib(+)] >=dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/leveldb-1.21:= dev-libs/libzip:= dev-libs/openssl:= dev-libs/univalue net-misc/curl[ssl] sys-libs/db:5.3[cxx] gui? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 ) qrcode? ( media-gfx/qrencode:= ) ) upnp? ( net-libs/miniupnpc:= ) test? ( gui? ( dev-qt/qttest:5 ) )
|
||||
DEPEND=>=dev-libs/boost-1.63.0:=[zlib(+)] <dev-libs/boost-1.87.0:= >=dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/leveldb-1.21:= dev-libs/libzip:= dev-libs/openssl:= dev-libs/univalue net-misc/curl[ssl] sys-libs/db:5.3[cxx] gui? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 ) qrcode? ( media-gfx/qrencode:= ) ) upnp? ( net-libs/miniupnpc:= ) test? ( gui? ( dev-qt/qttest:5 ) )
|
||||
DESCRIPTION=Proof-of-Stake based cryptocurrency that rewards BOINC computation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gridcoin.us/ https://gridcoin.world/
|
||||
@ -9,10 +9,10 @@ INHERIT=cmake db-use multilib xdg-utils
|
||||
IUSE=+asm dbus gui qrcode test +upnp cpu_flags_arm_neon cpu_flags_x86_avx2 cpu_flags_x86_sha cpu_flags_x86_sse4_1
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD BSD-2 Boost-1.0 MIT SSLeay
|
||||
RDEPEND=>=dev-libs/boost-1.63.0:=[zlib(+)] >=dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/leveldb-1.21:= dev-libs/libzip:= dev-libs/openssl:= dev-libs/univalue net-misc/curl[ssl] sys-libs/db:5.3[cxx] gui? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 ) qrcode? ( media-gfx/qrencode:= ) ) upnp? ( net-libs/miniupnpc:= )
|
||||
RDEPEND=>=dev-libs/boost-1.63.0:=[zlib(+)] <dev-libs/boost-1.87.0:= >=dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/leveldb-1.21:= dev-libs/libzip:= dev-libs/openssl:= dev-libs/univalue net-misc/curl[ssl] sys-libs/db:5.3[cxx] gui? ( dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 dbus? ( dev-qt/qtdbus:5 ) qrcode? ( media-gfx/qrencode:= ) ) upnp? ( net-libs/miniupnpc:= )
|
||||
REQUIRED_USE=dbus? ( gui ) qrcode? ( gui )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/5.4.8.0-hotfix-1.tar.gz -> gridcoin-5.4.8.0_p1.tar.gz
|
||||
SRC_URI=https://github.com/gridcoin-community/Gridcoin-Research/archive/refs/tags/5.4.9.0.tar.gz -> gridcoin-5.4.9.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 db-use 3807d3e43e20aaa6e4decedd2bb2db4c
|
||||
_md5_=6614e93742b5076c567fd44b5a5163e4
|
||||
_md5_=34d1e8afebb40ce15ba42758109c787a
|
@ -2,11 +2,12 @@ BDEPEND=virtual/pkgconfig
|
||||
DEFINED_PHASES=configure install prepare
|
||||
DESCRIPTION=Bypass DPI SOCKS proxy
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hufrea/byedpi/
|
||||
HOMEPAGE=https://github.com/hufrea/byedpi
|
||||
INHERIT=systemd toolchain-funcs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=acct-user/byedpi
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hufrea/byedpi/archive/refs/tags/v0.16.1.tar.gz -> byedpi-0.16.1.tar.gz
|
||||
SRC_URI=https://github.com/hufrea/byedpi/archive/refs/tags/v0.16.6.tar.gz -> byedpi-0.16.6.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=8b76def2592e58a35771f0a019870839
|
||||
_md5_=f9ef3959e9d89e30cd6d37c60b3af810
|
16
metadata/md5-cache/phosh-base/phosh-tour-0.45.0
Normal file
16
metadata/md5-cache/phosh-base/phosh-tour-0.45.0
Normal file
@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-libs/libxml2 sys-devel/gettext verify-sig? ( sec-keys/openpgp-keys-phosh ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst test unpack
|
||||
DEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4:1
|
||||
DESCRIPTION=Introduction to phosh on smartphones
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.gnome.org/World/Phosh/phosh-tour
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=gnome2-utils meson verify-sig xdg
|
||||
IUSE=verify-sig
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=>=dev-libs/glib-2.74:2 dev-libs/gmobile >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4:1
|
||||
SLOT=0
|
||||
SRC_URI=https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.45.0.tar.xz verify-sig? ( https://sources.phosh.mobi/releases/phosh-tour/phosh-tour-0.45.0.tar.xz.asc )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig 7433426b6b28bf2737ba4b82c8aa8c53 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=7347115560f7767cd73a2d9fc2498ba2
|
14
metadata/md5-cache/sys-boot/limine-9.0.0
Normal file
14
metadata/md5-cache/sys-boot/limine-9.0.0
Normal file
@ -0,0 +1,14 @@
|
||||
BDEPEND=app-alternatives/gzip dev-lang/nasm sys-apps/findutils llvm_slot_16? ( llvm-core/llvm:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:16 ) llvm_slot_17? ( llvm-core/llvm:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:17 ) llvm_slot_18? ( llvm-core/llvm:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:18 ) llvm_slot_19? ( llvm-core/llvm:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:19 ) cd-efi? ( sys-fs/mtools )
|
||||
DEFINED_PHASES=configure setup
|
||||
DESCRIPTION=Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
EAPI=8
|
||||
HOMEPAGE=https://limine-bootloader.org/
|
||||
INHERIT=llvm-r1
|
||||
IUSE=+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64 +uefirv64 +uefiloong64 +llvm_slot_19 llvm_slot_16 llvm_slot_17 llvm_slot_18
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD-2
|
||||
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/limine-bootloader/limine/releases/download/v9.0.0/limine-9.0.0.tar.gz
|
||||
_eclasses_=llvm-utils 7f49c40879f833f9d07e2d5a9643077b llvm-r1 0bd586d3786517cd63802a520b404dda
|
||||
_md5_=a3e73c4ca06526b9fec1668876a66bc1
|
@ -338,7 +338,7 @@ app-shells/zsh-async 1.8.5_p20211005 1.8.6: Run multiple asynchronous jobs with
|
||||
app-shells/zsh-autocomplete 24.09.04 9999: Real-time type-ahead completion for Zsh.
|
||||
app-shells/zsh-autosuggestions 0.7.0-r2: Fish-like autosuggestions for zsh
|
||||
app-shells/zsh-history-substring-search 1.0.2 1.1.0: ZSH port of Fish history search (up arrow)
|
||||
app-text/OCRmyPDF 16.7.0 16.8.0: OCRmyPDF adds an OCR text layer to scanned PDF files
|
||||
app-text/OCRmyPDF 16.8.0 16.9.0: OCRmyPDF adds an OCR text layer to scanned PDF files
|
||||
app-text/cmark-gfm 0.29.0.13: GitHub's fork of cmark
|
||||
app-text/code-minimap 0.6.8: A high performance code minimap generator
|
||||
app-text/dooit 3.1.0: A TUI todo manager
|
||||
@ -349,7 +349,7 @@ app-text/klogg 22.06.0.1289-r1: A GUI application to browse and search through l
|
||||
app-text/komikku 1.70.0: Manga reader for GNOME
|
||||
app-text/koodo-reader-bin 1.5.1 1.6.3: A modern ebook manager and reader with sync and backup capacities
|
||||
app-text/lchat 1.0-r2: Line oriented front end for ii-like chat programs
|
||||
app-text/lizard 1.17.13 1.17.14 1.17.17: A simple code complexity analyser, supports most of the popular languages.
|
||||
app-text/lizard 1.17.13 1.17.19: A simple code complexity analyser, supports most of the popular languages.
|
||||
app-text/lorien-bin 0.6.0-r2: Infinite canvas drawing/whiteboarding. Made with Godot.
|
||||
app-text/lsp 0.5.0_rc4 9999: The least significant pager
|
||||
app-text/owo 0.1.0: OwO-ifies text via regex
|
||||
@ -426,7 +426,7 @@ dev-cpp/wt 4.11.1 4.11.2: Wt, C++ Web Toolkit
|
||||
dev-cpp/xtensor 0.24.4: header-only C++ library for numerical analysis with multi-dimensional arrays
|
||||
dev-cpp/xtl 0.7.5: Algorithms and containers used by the xtensor stack and the xeus stack
|
||||
dev-crystal/athena-negotiation 0.1.5 0.2.0: Framework agnostic content negotiation library
|
||||
dev-crystal/athena-spec 0.3.7 0.3.8: Common/helpful Spec compliant testing utilities
|
||||
dev-crystal/athena-spec 0.3.8 0.3.10: Common/helpful Spec compliant testing utilities
|
||||
dev-crystal/backtracer 1.2.2: Crystal shard aiming to assist with parsing backtraces into a structured form
|
||||
dev-crystal/crikey 0.1.0_p20170404: Data structure view templates for Crystal
|
||||
dev-crystal/crustache 2.4.4: {{Mustache}} for Crystal
|
||||
@ -561,7 +561,7 @@ dev-libs/lzfse 9999: LZFSE compression library and command line tool.
|
||||
dev-libs/md4c 0.4.8_p20220115 0.5.2: C Markdown parser. Fast, SAX-like interface, CommonMark Compliant.
|
||||
dev-libs/mtxclient 0.10.0-r1 0.10.0-r2: Client API library for Matrix, built on top of libcurl
|
||||
dev-libs/nanopb 0.4.9.1 9999: plain-C Protocol Buffers for embedded/memory-constrained systems
|
||||
dev-libs/open62541 1.4.9: Open source C implementation of OPC UA
|
||||
dev-libs/open62541 1.4.10: Open source C implementation of OPC UA
|
||||
dev-libs/polyseed 1.0.0 2.0.0 9999: Mnemonic seed library for Monero and other CryptoNote-based currencies.
|
||||
dev-libs/qschematic 1.6.0: Library for creating flowcharts and engineering diagrams
|
||||
dev-libs/randomx 1.2.1-r1: Proof of work algorithm based on random code execution
|
||||
@ -632,7 +632,6 @@ dev-python/anytree 2.12.0: Powerful and Lightweight Python Tree Data Structure w
|
||||
dev-python/arpy 2.3.0: Library for accessing ar files
|
||||
dev-python/ascim 0.1.1: Manipulate ASCII art as you would do with raster images
|
||||
dev-python/asgi-lifespan 2.1.0: Programmatic startup/shutdown of ASGI apps
|
||||
dev-python/aspectlib 2.0.0-r1: Aspect-oriented programming, monkey-patch and decorators library
|
||||
dev-python/asyncinotify 4.0.1: An async python inotify package
|
||||
dev-python/asyncmy 0.2.8: A fast asyncio MySQL driver
|
||||
dev-python/asyncpg 0.29.0-r1 0.30.0: An asyncio PostgreSQL driver
|
||||
@ -707,7 +706,6 @@ dev-python/hid_ups 1.0.1: Python-based library for interpreting UPS HID data.
|
||||
dev-python/hid_ups_exporter 1.0.1: Python-based library for exporting HID UPS data as metrics for Prometheus.
|
||||
dev-python/hijridate 2.5.0: Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar
|
||||
dev-python/http-ece 1.2.1: Encrypted Content Encoding for HTTP
|
||||
dev-python/hunter 3.6.1: Hunter is a flexible code tracing toolkit
|
||||
dev-python/i3ipc 2.2.1 2.2.1-r1: An improved Python library to control i3wm and sway.
|
||||
dev-python/iOSbackup 0.9.925: Reads and extracts files from a password-encrypted iOS backup
|
||||
dev-python/icecream 2.1.4: Pythonic task execution
|
||||
@ -730,7 +728,6 @@ dev-python/langdetect 1.0.9: Port of Google's language-detection library to Pyth
|
||||
dev-python/latexify-py 0.4.3.1: Annotate Python source code to get LaTeX expressions
|
||||
dev-python/libusb1 3.1.0: Pure-python wrapper for libusb-1.0
|
||||
dev-python/lru-dict 1.3.0: Dict like LRU container
|
||||
dev-python/manhole 1.8.0-r2: Debugging manhole for python application
|
||||
dev-python/markdownify 0.11.6: Convert HTML to Markdown
|
||||
dev-python/markovify 0.9.4: Simple, extensible Markov chain generator
|
||||
dev-python/mastodon-py 1.8.1: Python wrapper for the Mastodon API
|
||||
@ -784,7 +781,6 @@ dev-python/pydispatcher 2.0.7: Multi-producer-multi-consumer signal dispatching
|
||||
dev-python/pydub 0.25.1: Manipulate audio with an simple and easy high level interface
|
||||
dev-python/pyfiglet 0.8_p1: Pure-python FIGlet implementation
|
||||
dev-python/pyftdi 0.55.4: PyFtdi provides a user-space driver for FTDI devices
|
||||
dev-python/pygaljs 1.0.2-r1: Python package providing assets from https://github.com/Kozea/pygal.js
|
||||
dev-python/pyglm 2.7.3: Fast OpenGL Mathematics (GLM) for Python
|
||||
dev-python/pygments-promql 0.0.9-r1: A PromQL lexer for Pygments
|
||||
dev-python/pygsl 2.3.4: Python interface for the GNU scientific library (gsl)
|
||||
@ -802,7 +798,6 @@ dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
|
||||
dev-python/pyrime 0.0.7: rime for python
|
||||
dev-python/pysnooper 1.2.0 1.2.1: Never use print for debugging again
|
||||
dev-python/pystardict 0.8-r1: Library for manipulating StarDict dictionaries from within Python
|
||||
dev-python/pytest-benchmark 4.0.0: py.test fixture for benchmarking code
|
||||
dev-python/pytest-cases 3.8.2: Separate test code from test cases in pytest
|
||||
dev-python/pytest-celery 0.1.0: a shim pytest plugin to enable celery.contrib.pytest
|
||||
dev-python/pytest-harvest 1.10.4: Store and retrieve data created during your pytest tests execution
|
||||
@ -884,7 +879,7 @@ dev-python/volatile 2.1.0: A small extension for the tempfile module
|
||||
dev-python/w3lib 2.1.2: Library of web-related functions
|
||||
dev-python/webpy 0.62: A web framework for python that is as simple as it is powerful
|
||||
dev-python/webrtcvad 2.0.10-r1: Python interface to the Google WebRTC Voice Activity Detector (VAD)
|
||||
dev-python/xattr 1.0.0 1.1.0: Python wrapper for extended filesystem attributes
|
||||
dev-python/xattr 1.1.0-r1: Python wrapper for extended filesystem attributes
|
||||
dev-python/xpybutil 0.0.6: Abstraction layer for xpyb
|
||||
dev-python/xunitparser 1.3.4: Read JUnit/XUnit XML files and map them to Python objects
|
||||
dev-python/yams 0.7.3-r1 9999: Yet Another MPD Scrobbler (for Last.FM)
|
||||
@ -906,12 +901,12 @@ dev-tex/ninecolors 2022.02.13: Select colors with proper WCAG color contrast
|
||||
dev-tex/tabularray 2023.03.01: Typeset tabulars and arrays with LATEX3
|
||||
dev-tex/tectonic 0.15.0: A modernized, complete, embeddable TeX/LaTeX engine.
|
||||
dev-util/DirectXShaderCompiler 1.8.2407: Microsoft DirectX Shader Compiler which is based on LLVM/Clang
|
||||
dev-util/bash-language-server 5.3.3 5.4.0 5.4.2: A language server for Bash
|
||||
dev-util/bash-language-server 5.3.3 5.4.0 5.4.2 5.4.3: A language server for Bash
|
||||
dev-util/bats-assert 2.1.0: Common assertions for Bats
|
||||
dev-util/bats-support 0.3.0: Supporting library for Bats test helpers
|
||||
dev-util/bc-ur 0.3.0: Blockchain Commons UR Library
|
||||
dev-util/bruno-bin 1.9.0 1.9.0-r1: Opensource IDE For Exploring and Testing Api's
|
||||
dev-util/bump-my-version 0.29.0 0.30.0: Version bump your Python project
|
||||
dev-util/bump-my-version 0.30.0 0.32.1: Version bump your Python project
|
||||
dev-util/bump2version 1.0.1: Version-bump your software with a single command!
|
||||
dev-util/cargo-post 0.1.7: A cargo wrapper that executes a post build script after a successful build.
|
||||
dev-util/catalyst-lab 1.6.0 1.6.1: An automation tool for building Gentoo release stages and binhost packages.
|
||||
@ -945,14 +940,14 @@ dev-util/juliaup 1.17.13: Julia installer and version multiplexer
|
||||
dev-util/lemminx-bin 0.27.0 0.27.1: XML Language Server
|
||||
dev-util/libtypec-utils 0.5.2: Library to interface with USB Type-C/Power Delivery devices
|
||||
dev-util/lottieconverter 0.2-r1 0.2-r2: Simple lottie (telegram animated sticker) converter
|
||||
dev-util/lua-language-server 3.9.3 3.10.5 3.13.5: Lua language server
|
||||
dev-util/lua-language-server 3.9.3 3.10.5 3.13.5 3.13.6: Lua language server
|
||||
dev-util/mh 1.4.1: Generate help for Makefile
|
||||
dev-util/mock 6.0: Simple chroot build environment manager for building RPMs
|
||||
dev-util/mock-core-configs 42.1: Mock core config files basic chroots
|
||||
dev-util/ocamlformat 0.26.2 0.26.2-r1: Auto-formatter for OCaml code
|
||||
dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors like Emacs and Vim.
|
||||
dev-util/pcpp 1.30: A C99 preprocessor written in pure Python
|
||||
dev-util/pifpaf 3.2.1 3.2.3: Suite of tools and fixtures to manage daemons for testing
|
||||
dev-util/pifpaf 3.2.3 3.3.0: Suite of tools and fixtures to manage daemons for testing
|
||||
dev-util/pmbootstrap 3.0.0: Helper tool for developing and building postmarketOS
|
||||
dev-util/prysk 0.20.0: Functional testing framework for command line applications (cram fork)
|
||||
dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's OpenGL Shader Builder
|
||||
@ -984,7 +979,7 @@ dev-vcs/gitqlient-gitserver-plugin 0.2.0: GitQlient GitServer plugin
|
||||
dev-vcs/gitqlient-jenkins-plugin 0.2.0: GitQlient Jenkins plugin
|
||||
dev-vcs/gitui 0.26.3 0.27.0: blazing fast terminal-ui for git
|
||||
dev-vcs/jj 0.26.0 9999: Jujutsu - an experimental version control system
|
||||
dev-vcs/lazygit 0.42.0 0.43.1 0.44.1 0.45.2: Simple terminal UI for git commands
|
||||
dev-vcs/lazygit 0.42.0 0.43.1 0.44.1 0.45.2 0.46.0: Simple terminal UI for git commands
|
||||
dev-vcs/pijul 1.0.0_beta9: A distributed version control system based on a theory of patches
|
||||
dev-zig/zls 0.10.0-r2 0.13.0-r1 9999: The officially unofficial Ziglang language server
|
||||
games-action/ATLauncher 3.4.27.0: Minecraft launcher which integrates multiple different ModPacks
|
||||
@ -1048,7 +1043,7 @@ games-strategy/unciv-bin 4.15.2 4.15.6_p1: Turn-based historical strategy game,
|
||||
games-strategy/zedonline-bin 0.3.2-r1: A remake of the 1996 classic game Z, with network play
|
||||
games-util/NotEnoughProduction 0.0.4: Tool for building production chains for modded minecraft
|
||||
games-util/ProtonUp-Qt 2.11.1 9999: Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic.
|
||||
games-util/chiaki 2.2.0 9999: Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
games-util/chiaki-ng 1.9.5 9999: Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
games-util/curseforge 1.269.2.22204: The CurseForge Electron App
|
||||
games-util/dwarf-therapist 41.2.5 42.1.5: For managing dwarves in Dwarf Fortress
|
||||
games-util/gamehub 0.16.3.2-r1: GameHub is a unified library for all your games
|
||||
@ -1124,6 +1119,7 @@ gui-apps/hyprshade 3.2.1 9999: Hyprland shader configuration tool
|
||||
gui-apps/hyprshot 1.2.3 1.3.0 9999: Hyprshot is an utility to easily take screenshot in Hyprland using your mouse
|
||||
gui-apps/hyprsunset 0.1.0-r1 9999: An application to enable a blue-light filter on Hyprland
|
||||
gui-apps/hyprswitch 1.3.1: A CLI/GUI that allows switching between windows in Hyprland
|
||||
gui-apps/hyprsysteminfo 0.1.3: Hyprland's system information GUI application
|
||||
gui-apps/intiface-central-bin 2.6.0 2.6.4: Buttplug frontend application
|
||||
gui-apps/ironbar 0.16.0-r1 0.16.1 0.16.1-r1: Customisable Wayland gtk bar written in Rust
|
||||
gui-apps/koi 0.3.1: Theme scheduling for the KDE Plasma Desktop
|
||||
@ -1209,7 +1205,7 @@ gui-wm/hyprland-contrib 0.1-r1 9999: Community-maintained extensions for hyprlan
|
||||
gui-wm/labwc 0.8.1 0.8.2 9999: Openbox alternative for wayland
|
||||
gui-wm/miracle-wm 0.4.0 0.4.1: Tiling Wayland compositor based on Mir
|
||||
gui-wm/niri 0.1.10.1 25.01: Scrollable-tiling Wayland compositor
|
||||
gui-wm/phoc 0.42.1 0.43.0 0.44.0 0.44.1: Wayland compositor for mobile phones
|
||||
gui-wm/phoc 0.42.1 0.43.0 0.44.0 0.44.1 0.45.0: Wayland compositor for mobile phones
|
||||
gui-wm/river 0.3.6 0.3.7: A dynamic tiling Wayland compositor
|
||||
gui-wm/swayfx 0.4-r2: SwayFX: Sway, but with eye candy!
|
||||
kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
|
||||
@ -1291,17 +1287,16 @@ media-libs/libsdl3 3.2.0: Simple Direct Media Layer
|
||||
media-libs/monado 9999: The open source OpenXR runtime.
|
||||
media-libs/opencomposite 9999: OpenVR over OpenXR compatibility layer
|
||||
media-libs/openvr 1.23.8: OpenVR SDK
|
||||
media-libs/openxr-loader 1.1.40-r1 1.1.43 9999: OpenXR loader
|
||||
media-libs/openxr-loader 1.1.43 1.1.45 9999: OpenXR loader
|
||||
media-libs/raylib 5.0 9999: A simple and easy-to-use library to learn videogames programming
|
||||
media-libs/svt-vp9 0.3.0 9999: Scalable Video Technology for VP9 (SVT-VP9 Encoder)
|
||||
media-libs/vvdec 2.3.0: VVdeC, the Fraunhofer Versatile Video Decoder
|
||||
media-libs/vvenc 1.11.1: VVenC, the Fraunhofer Versatile Video Encoder
|
||||
media-libs/wivrn 0.22-r1 0.23 0.23.1 0.23.2 9999: WiVRn OpenXR streaming
|
||||
media-libs/wivrn 0.22-r1 0.23 0.23.1 0.23.2-r1 9999: WiVRn OpenXR streaming
|
||||
media-plugins/alsa-sndio 0.2: ALSA PCM to play audio on sndio servers
|
||||
media-plugins/argotlunar-bin 2.06-r2: Argotlunar is a sound granulator. Binary Linux VST
|
||||
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.12 1.24.10 1.24.11: 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.
|
||||
@ -1415,7 +1410,7 @@ net-im/WasIstLos 1.6.5 1.7.0: An unofficial WhatsApp desktop application for Lin
|
||||
net-im/abaddon 0.2.1 9999: Alternative Discord client using GTK instead of Electron
|
||||
net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
|
||||
net-im/beeper 3.109.1 3.110.1: Beeper: Unified Messenger
|
||||
net-im/chatterino 2.5.1: Chat client for https://twitch.tv
|
||||
net-im/chatterino 2.5.2: Chat client for https://twitch.tv
|
||||
net-im/conduit 0.8.0-r1 0.9.0-r1 9999: Matrix homeserver written in Rust
|
||||
net-im/discord-canary-bin 0.0.585: All-in-one voice and text chat
|
||||
net-im/discord-ptb-bin 0.0.97: All-in-one voice and text chat
|
||||
@ -1446,7 +1441,7 @@ net-im/sliding-sync 0.99.15 0.99.19: Proxy implementation of MSC3575's sync prot
|
||||
net-im/teams-for-linux 1.11.5 1.12.3 1.12.5 1.12.6: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
|
||||
net-im/vesktop-bin 1.5.4 1.5.5: All-in-one voice and text chat for gamers with Vencord Preinstalled
|
||||
net-irc/catgirl 2.2 2.2a: TLS-only terminal IRC client
|
||||
net-irc/halloy 2024.14: IRC application written in Rust
|
||||
net-irc/halloy 2024.14-r1: IRC application written in Rust
|
||||
net-irc/litterbox 1.9: TLS-only IRC logger
|
||||
net-irc/pounce 3.0 3.1: Multi-client, TLS-only IRC bouncer
|
||||
net-irc/quarg 1.0.0: Search Quassel logs for matching messages and print them
|
||||
@ -1525,12 +1520,12 @@ net-news/newsflash 3.1.6 3.1.6-r1 3.3.5: Feed Reader written in GTK
|
||||
net-news/newsraft 0.27 0.28 9999: A lightweight feed reader with ncurses user interface inspired by Newsboat.
|
||||
net-nntp/inn 2.7.1: InterNetNews - the Internet meets Netnews
|
||||
net-nntp/nzb-monkey-go 0.1.16: Golang version of the NZB Monkey with included NZB direct search
|
||||
net-nntp/pan 0.159-r1 0.160 0.161: A newsreader for GNOME
|
||||
net-nntp/pan 0.161 0.162: A newsreader for GNOME
|
||||
net-p2p/bisq-bin 1.9.14-r1: The decentralized bitcoin exchange (non-atomic, with arbitration)
|
||||
net-p2p/dogecoin-qt 1.14.8 1.14.9 9999: Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
net-p2p/dogecoin-qt 1.14.9 9999: Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
|
||||
net-p2p/feather 2.6.7-r1 2.6.8 2.7.0 9999: A free, open-source Monero wallet
|
||||
net-p2p/fragments 3.0.1-r1 3.0.1-r2: Fragments is an easy to use BitTorrent client
|
||||
net-p2p/gridcoin 5.4.8.0_p1 5.4.8.0_p1-r1: Proof-of-Stake based cryptocurrency that rewards BOINC computation
|
||||
net-p2p/gridcoin 5.4.8.0_p1-r1 5.4.9.0: Proof-of-Stake based cryptocurrency that rewards BOINC computation
|
||||
net-p2p/ipfs-desktop-bin 0.39.0 0.40.0: A desktop client for IPFS. The IPFS's Native Application
|
||||
net-p2p/monero 0.18.3.4-r1 9999: The secure, private, untraceable cryptocurrency
|
||||
net-p2p/monero-gui-bin 0.18.3.4-r1: An open-source GUI wallet developed by the Monero community.
|
||||
@ -1539,7 +1534,7 @@ net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
|
||||
net-p2p/yggdrasil-go 0.5.12 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
|
||||
net-print/hpuld 1.00.39.15.00.23-r1: HP Unified Linux Driver (for samsung hardware)
|
||||
net-proxy/MTProxy 3.0.4-r1: Community fork of MTProxy
|
||||
net-proxy/byedpi 0.16.1 0.16.2 9999: Bypass DPI SOCKS proxy
|
||||
net-proxy/byedpi 0.16.2 0.16.6 9999: Bypass DPI SOCKS proxy
|
||||
net-proxy/ngrok-bin 3.19.1: ngrok is a reverse proxy, firewall, and API gateway
|
||||
net-proxy/snowflake 2.9.2 2.10.1: Pluggable Transport using WebRTC, inspired by Flashproxy
|
||||
net-voip/baresip 3.17.0 3.18.0 3.19.0: Baresip is a portable and modular SIP User-Agent
|
||||
@ -1567,7 +1562,7 @@ phosh-base/phosh 0.42.0: Meta package for Phosh, merge this package to install
|
||||
phosh-base/phosh-mobile-settings 0.42.0 0.43.0: Mobile Settings App for phosh and related components
|
||||
phosh-base/phosh-osk-stub 0.41.1 0.42.0: On-screen keyboard stub
|
||||
phosh-base/phosh-shell 0.42.0: Pure Wayland shell for mobile devices
|
||||
phosh-base/phosh-tour 0.43.0 0.44.0: Introduction to phosh on smartphones
|
||||
phosh-base/phosh-tour 0.43.0 0.44.0 0.45.0: Introduction to phosh on smartphones
|
||||
sci-biology/cmdock 0.2.0-r2 0.2.0-r3: Program for docking ligands to proteins and nucleic acids
|
||||
sci-biology/cytoscape-bin 3.10.3: A visualization platform for molecular interaction networks
|
||||
sci-biology/geneathome 1.10-r5: BOINC application for expanding Gene Regulatory Networks (GRN)
|
||||
@ -1677,7 +1672,7 @@ sys-block/partclone 0.3.33: Partition cloning tool
|
||||
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
|
||||
sys-boot/drbl 5.4.2: Diskless Remote Boot in Linux
|
||||
sys-boot/grml-rescueboot 0.6.1: grub2 script to add ISO images to the grub2 boot menu
|
||||
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0 7.9.2 8.0.5 8.0.6 8.0.7 8.0.9 8.0.11 8.0.12 8.0.13 8.0.14 8.1.1 8.1.2 8.3.2 8.4.0 8.5.0 8.6.0 8.7.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0 7.9.2 8.0.5 8.0.6 8.0.7 8.0.9 8.0.11 8.0.12 8.0.13 8.0.14 8.1.1 8.1.2 8.3.2 8.4.0 8.5.0 8.6.0 8.7.0 9.0.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
sys-boot/mkusb 23.2.0: CLI and GUI for creating bootable live USB, with optional persistent storage
|
||||
sys-boot/ventoy-bin 1.0.97 1.0.98: Creator of bootable USBs, with ability to copy ISOs, persistence storage
|
||||
sys-boot/zfsbootmenu 1.12.0 2.2.2 2.3.0: ZFS bootloader for root-on-ZFS systems
|
||||
|
@ -1 +1 @@
|
||||
Mon, 17 Feb 2025 22:03:45 +0000
|
||||
Tue, 18 Feb 2025 14:18:28 +0000
|
||||
|
@ -295,12 +295,10 @@ games-roguelike/cataclysm-dda:tiles - Build graphical (tiles) variant
|
||||
games-rpg/open-adventure:autosave - Build with auto-save/resume enabled
|
||||
games-rpg/open-adventure:nosave - Build with save/resume disabled
|
||||
games-server/among-sus:notifications - Notify players you're moving
|
||||
games-util/chiaki:cli - Build CLI interface
|
||||
games-util/chiaki:gui - Build Qt GUI interface
|
||||
games-util/chiaki:mbedtls - Use mbedtls instead of OpenSSL as part of Chiaki lib
|
||||
games-util/chiaki:sdl - Add support for touchpad and sensor handling via SDL. Adds support for any controller supported by SDL
|
||||
games-util/chiaki:system-jerasure - Use system-provided jerasure instead of submodule
|
||||
games-util/chiaki:system-nanopb - Use system-provided nanopb instead of submodule
|
||||
games-util/chiaki-ng:cli - Build CLI interface
|
||||
games-util/chiaki-ng:gui - Build Qt GUI interface
|
||||
games-util/chiaki-ng:mbedtls - Use mbedtls instead of OpenSSL as part of Chiaki lib
|
||||
games-util/chiaki-ng:sdl - Add support for touchpad and sensor handling via SDL. Adds support for any controller supported by SDL
|
||||
games-util/itch-bin:system-ffmpeg - Use the system-wide media-video/ffmpeg instead of bundled.
|
||||
games-util/legendary:webview - Use dev-python/pywebview for the sign-in process
|
||||
games-util/mangohud:mangoapp - Build and install mangoapp and mangoapp layer
|
||||
@ -474,7 +472,6 @@ media-libs/wivrn:pipewire - Enable support for audio sink/source through native
|
||||
media-libs/wivrn:pulseaudio - Enable support for audio sink/source through pulseaudio modules
|
||||
media-libs/wivrn:vulkan-encode - Enable support for encoding with vulkan video
|
||||
media-libs/wivrn:wireshark-plugins - Build the net-analyzer/wireshark plugin for the WiVRn protocol
|
||||
media-plugins/gst-plugins-qt5:eglfs - Enable EGL support for embedded devices
|
||||
media-plugins/gst-plugins-qt6:eglfs - Enable EGL support for embedded devices
|
||||
media-sound/6pm:midimaps - Install midi maps for that synth. Recommended
|
||||
media-sound/6pm:nls - Add support for localization
|
||||
|
Loading…
x
Reference in New Issue
Block a user