mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
2025-08-27 14:18:50 UTC
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
BDEPEND=app-alternatives/gzip[reference] sys-devel/binutils[multitarget] sys-libs/ncurses[abi_x86_32(-)]
|
||||
BDEPEND=app-alternatives/cpio app-alternatives/gzip[reference] sys-devel/binutils[multitarget] sys-libs/ncurses[abi_x86_32(-)]
|
||||
DEFINED_PHASES=prepare
|
||||
DEPEND=sys-libs/ncurses-compat:5
|
||||
DESCRIPTION=A native port of Lotus 1-2-3 to Linux.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://123r3.net/
|
||||
HOMEPAGE=https://github.com/taviso/123elf
|
||||
IUSE=+abi_x86_32
|
||||
KEYWORDS=-* ~amd64 ~x86
|
||||
LICENSE=all-rights-reserved
|
||||
@@ -11,4 +11,4 @@ RDEPEND=sys-libs/ncurses-compat:5
|
||||
RESTRICT=bindist mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/taviso/123elf/archive/refs/tags/v1.0.0rc4.tar.gz https://archive.org/download/123-unix/123UNIX1.IMG https://archive.org/download/123-unix/123UNIX2.IMG https://archive.org/download/123-unix/123UNIX3.IMG https://archive.org/download/123-unix/123UNIX4.IMG https://archive.org/download/123-unix/123UNIX5.IMG
|
||||
_md5_=8be7aea962a50db282a9fa0d27f936e8
|
||||
_md5_=c98dd3e8c480131ee212db397f76c266
|
||||
|
||||
@@ -13,6 +13,6 @@ RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection >=gui-libs/gtk-4.12:4 >=g
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/valos/Komikku/archive/v1.84.0.tar.gz -> komikku-1.84.0.tar.gz
|
||||
SRC_URI=https://codeberg.org/valos/Komikku/archive/v1.86.0.tar.gz -> komikku-1.86.0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 37143302bc375f4878f7b5f7497da8cc meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=068035781527113595b0fa9019794efb
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=python? ( >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
BDEPEND=python? ( >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Library for fast text representation and classification
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fasttext.cc https://github.com/facebookresearch/fastText
|
||||
INHERIT=cmake distutils-r1 edo
|
||||
IUSE=python python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
|
||||
IUSE=python python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python? ( 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/pybind11[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] )
|
||||
REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) )
|
||||
RDEPEND=python? ( 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-python/pybind11[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] )
|
||||
REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/facebookresearch/fastText/archive/refs/tags/v0.9.2.tar.gz -> fastText-0.9.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc edo a5e294016aa84979fcb2459749eb80b2
|
||||
_md5_=0107193b93818dd4cad09bd5bdac1e5f
|
||||
_md5_=e59d516d2ec06db3a75b5ea37a54a6d5
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pymeeus[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(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/myst-parser[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/myst-parser[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/pymeeus[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/myst-parser[python_targets_python3_14(-)] dev-python/sphinx-rtd-theme[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/myst-parser[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/myst-parser[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Utils for converting between date formats and calculating holidays
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fitnr/convertdate
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/pymeeus[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 )
|
||||
RDEPEND=dev-python/pymeeus[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fitnr/convertdate/archive/v2.4.0.tar.gz -> convertdate-2.4.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc
|
||||
_md5_=f8ffd81f34ce60d6cc2266f620214628
|
||||
_md5_=d1f5fc2b5e6eb49496cb9f487ab7c2bb
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-libs/fastText[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/convertdate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/hijridate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/langdetect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tzlocal[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(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Date parsing library designed to parse dates from HTML pages
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/dateparser/ https://github.com/scrapinghub/dateparser
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tzlocal[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/d/dateparser/dateparser-1.2.1.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f58c9abf08406b78c8f671ee85d7e436
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-libs/fastText[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/convertdate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/hijridate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/langdetect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tzlocal[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(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-libs/fastText[python,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/convertdate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/hijridate[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/langdetect[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parameterized[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tzlocal[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/sphinx-rtd-theme[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=Date parsing library designed to parse dates from HTML pages
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/dateparser/ https://github.com/scrapinghub/dateparser
|
||||
INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/tzlocal[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 )
|
||||
RDEPEND=dev-python/python-dateutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/regex[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tzlocal[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/dateparser/dateparser-1.2.2.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f58c9abf08406b78c8f671ee85d7e436
|
||||
_md5_=c330e94c712ec3321943c02b2760b9d5
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/furo[python_targets_python3_13(-)] dev-python/myst-parser[python_targets_python3_13(-)] dev-python/sphinx-notfound-page[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/sphinx-notfound-page[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/sphinx-notfound-page[python_targets_python3_11(-)] ) ) ) 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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=dev-python/hatch-fancy-pypi-readme[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/furo[python_targets_python3_14(-)] dev-python/myst-parser[python_targets_python3_14(-)] dev-python/sphinx-notfound-page[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/furo[python_targets_python3_13(-)] dev-python/myst-parser[python_targets_python3_13(-)] dev-python/sphinx-notfound-page[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] dev-python/myst-parser[python_targets_python3_12(-)] dev-python/sphinx-notfound-page[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/sphinx-notfound-page[python_targets_python3_11(-)] ) ) ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dralshehri/hijridate
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
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 )
|
||||
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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dralshehri/hijridate/archive/v2.5.0.tar.gz -> hijridate-2.5.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc
|
||||
_md5_=db07e43c8546aec372aa5c5e7301a63d
|
||||
_md5_=bb156504e31f0195900084e526b4e1f8
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/six[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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Port of Google's language-detection library to Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/langdetect/ https://github.com/Mimino666/langdetect
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/six[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 )
|
||||
RDEPEND=dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/l/langdetect/langdetect-1.0.9.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=b65776c9c85c301221cdf114fbd47c61
|
||||
_md5_=6f912514880a7aaf91ded32229d9ae14
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/sphinx-rtd-theme[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python implementation of Jean Meeus astronomical routines
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/PyMeeus/ https://github.com/architest/pymeeus
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
IUSE=test doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-3
|
||||
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 )
|
||||
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 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/P/PyMeeus/PyMeeus-0.5.12.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=5494c1a02132edf37a1b64da9bd3c8e2
|
||||
_md5_=942d90100f14fb589cfd0da6dce46dd0
|
||||
|
||||
12
metadata/md5-cache/dev-util/addlicense-1.2.0
Normal file
12
metadata/md5-cache/dev-util/addlicense-1.2.0
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DESCRIPTION=A program which ensures source code files have copyright license headers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/google/addlicense
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/google/addlicense/archive/refs/tags/v1.2.0.tar.gz -> addlicense-1.2.0.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/addlicense/1.2.0/addlicense-1.2.0-deps.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885
|
||||
_md5_=42d3fa3c04489913ce174d1dcb284ac1
|
||||
@@ -13,4 +13,4 @@ RDEPEND=app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi dev-lib
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/RPCS3/rpcs3/archive/v0.0.37.tar.gz -> rpcs3-0.0.37.tar.gz https://github.com/asmjit/asmjit/archive/416f7356967c1f66784dc1580fe157f9406d8bff.tar.gz -> rpcs3-asmjit-416f7356967c1f66784dc1580fe157f9406d8bff.tar.gz https://github.com/KhronosGroup/glslang/archive/fc9889c889561c5882e83819dcaffef5ed45529b.tar.gz -> rpcs3-glslang-fc9889c889561c5882e83819dcaffef5ed45529b.tar.gz https://github.com/miniupnp/miniupnp/archive/d66872e34d9ff83a07f8b71371b13419b2089953.tar.gz -> rpcs3-miniupnp-d66872e34d9ff83a07f8b71371b13419b2089953.tar.gz https://github.com/thestk/rtmidi/archive/1e5b49925aa60065db52de44c366d446a902547b.tar.gz -> rpcs3-rtmidi-1e5b49925aa60065db52de44c366d446a902547b.tar.gz https://github.com/wolfSSL/wolfssl/archive/b077c81eb635392e694ccedbab8b644297ec0285.tar.gz -> rpcs3-wolfssl-b077c81eb635392e694ccedbab8b644297ec0285.tar.gz https://github.com/RPCS3/soundtouch/archive/3982730833b6daefe77dcfb32b5c282851640c17.tar.gz -> rpcs3-soundtouch-3982730833b6daefe77dcfb32b5c282851640c17.tar.gz https://github.com/RPCS3/yaml-cpp/archive/456c68f452da09d8ca84b375faa2b1397713eaba.tar.gz -> rpcs3-yaml-cpp-456c68f452da09d8ca84b375faa2b1397713eaba.tar.gz https://github.com/xioTechnologies/Fusion/archive/066d4a63b2c714b20b0a8073a01fda7c5c6763f6.tar.gz -> rpcs3-fusion-066d4a63b2c714b20b0a8073a01fda7c5c6763f6.tar.gz https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/6ec8481c8a13db586d7b3ba58f4eb9bbf017edf0.tar.gz -> rpcs3-VulkanMemoryAllocator-6ec8481c8a13db586d7b3ba58f4eb9bbf017edf0.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=b5ac2bdc20bd67c86210d4a56954813f
|
||||
_md5_=49d257b4d80e1bea29b8189f1e3971b7
|
||||
|
||||
@@ -12,4 +12,4 @@ PROPERTIES=live
|
||||
RDEPEND=app-arch/7zip app-arch/zstd dev-libs/flatbuffers dev-libs/hidapi dev-libs/libevdev dev-libs/pugixml dev-libs/stb dev-qt/qtbase:6[concurrent,dbus,gui,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/alsa-lib media-libs/cubeb media-libs/glew media-libs/libglvnd media-libs/libpng:= media-libs/openal media-video/ffmpeg:= net-misc/curl llvm-core/llvm:= sys-libs/zlib virtual/libusb:1 x11-libs/libX11 faudio? ( app-emulation/faudio ) opencv? ( media-libs/opencv ) vulkan? ( media-libs/vulkan-loader[wayland?] ) wayland? ( dev-libs/wayland )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 460729dc36f68cf03b044bc1d367e34a xdg 3ef49a87c52c8b77c476351195dfe575 optfeature 538bce96e5589935b57e178e8635f301 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=20ed23d758aa592c4711ac84e293b775
|
||||
_md5_=b48e1691777cef6e6694a719368ac3be
|
||||
|
||||
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/gui-apps/satty-0.19.0
Normal file
15
metadata/md5-cache/gui-apps/satty-0.19.0
Normal file
File diff suppressed because one or more lines are too long
@@ -10,6 +10,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-lang/sassc dev-libs/glib:2 dev-libs/gobject-introspection >=dev-libs/granite-7.0.0:= dev-libs/json-glib dev-libs/libgee:0.8= gui-libs/gtk4-layer-shell[introspection,vala] gui-libs/gtk:4[introspection,wayland] gui-libs/libhandy:1 pulseaudio? ( media-libs/libpulse ) sys-apps/dbus x11-libs/gdk-pixbuf:2 x11-libs/cairo x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ErikReider/SwayNotificationCenter/archive/v0.12.1.tar.gz -> swaync-0.12.1.tar.gz
|
||||
SRC_URI=https://github.com/ErikReider/SwayNotificationCenter/archive/v0.12.2.tar.gz -> swaync-0.12.2.tar.gz
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8a006695bc0db22490452dd06914dda5 meson 99466844dd8d4fcfb07578a76f5a9922 vala e477903dbe0105930c51f170a592dc16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||
_md5_=f06dbcc7e1c7c2410990aeb8a6634afe
|
||||
16
metadata/md5-cache/gui-apps/xremap-0.10.13
Normal file
16
metadata/md5-cache/gui-apps/xremap-0.10.13
Normal file
File diff suppressed because one or more lines are too long
13
metadata/md5-cache/media-libs/xrizer-0.3.0
Normal file
13
metadata/md5-cache/media-libs/xrizer-0.3.0
Normal file
File diff suppressed because one or more lines are too long
12
metadata/md5-cache/media-libs/xrizer-9999
Normal file
12
metadata/md5-cache/media-libs/xrizer-9999
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.83.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(-)?] >=dev-lang/rust-1.83.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(-)?] ) >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DESCRIPTION=OpenVR over OpenXR compatibility layer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Supreeeme/xrizer/
|
||||
INHERIT=cargo multilib-minimal git-r3
|
||||
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 debug
|
||||
LICENSE=GPL-3+ Apache-2.0 BSD Boost-1.0 ISC MIT OFL-1.1 UbuntuFontLicense-1.0 Unicode-3.0 ZLIB
|
||||
PROPERTIES=live
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs a0b29008c671a362b505f96fa80ce9c0 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multilib-build 9ac26ea006828266d235e2f0135429b5 rust 2c958ff95a0fd21c1cb19e961cb2946d rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a multilib-minimal e9f54d75b074edc47d36994bbc1e2123 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=455b197e4c6c3fe4c3dc239f378aa21b
|
||||
15
metadata/md5-cache/media-video/lossless-cut-3.64.0
Normal file
15
metadata/md5-cache/media-video/lossless-cut-3.64.0
Normal file
@@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst
|
||||
DESCRIPTION=Lossless video/audio editing: export media without reencoding, powered by ffmpeg
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mifi.no/losslesscut/ https://github.com/mifi/lossless-cut
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop xdg
|
||||
IUSE=disable-networking system-ffmpeg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-fs/fuse:0 sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango system-ffmpeg? ( media-video/ffmpeg )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mifi/lossless-cut/releases/download/v3.64.0/LosslessCut-linux-x86_64.AppImage -> lossless-cut-3.64.0.AppImage https://raw.githubusercontent.com/mifi/lossless-cut/v3.64.0/no.mifi.losslesscut.appdata.xml -> lossless-cut-3.64.0-metainfo.xml
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=8d2c14430445a25b9ef14cdb2d83025f
|
||||
14
metadata/md5-cache/sys-boot/limine-9.6.1
Normal file
14
metadata/md5-cache/sys-boot/limine-9.6.1
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 ) llvm_slot_20? ( llvm-core/llvm:20[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:20[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:20 ) 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_20 llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD-2
|
||||
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 llvm_slot_20 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/limine-bootloader/limine/releases/download/v9.6.1/limine-9.6.1.tar.gz
|
||||
_eclasses_=llvm-utils 64536677f4b4365e25e9b739163bed58 llvm-r1 5a1fde9f55315992645818a877837527
|
||||
_md5_=5a2cd5d380bff6ce4b7493970f911e20
|
||||
@@ -363,7 +363,7 @@ app-text/ford 6.2.5 7.0.8-r1 7.0.9-r1 7.0.10 7.0.11: FORD, automatic documentati
|
||||
app-text/harper 0.54.0: The language checker for developers.
|
||||
app-text/jrnl 4.1 4.2: Collect your thoughts and notes without leaving the command line
|
||||
app-text/klogg 22.06.0.1289-r1: A GUI application to browse and search through long and complex log files
|
||||
app-text/komikku 1.84.0: Manga reader for GNOME
|
||||
app-text/komikku 1.86.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.28 1.17.31: A simple code complexity analyser, supports most of the popular languages.
|
||||
@@ -717,7 +717,7 @@ dev-python/daiquiri 3.3.0: Library to configure Python logging easily
|
||||
dev-python/darkdetect 0.8.0: Detect OS dark mode from Python
|
||||
dev-python/dasbus 1.7-r1 1.7-r2: DBus library in Python 3
|
||||
dev-python/dataclasses-json 0.6.7-r1: Easily serialize Data Classes to and from JSON
|
||||
dev-python/dateparser 1.2.1 1.2.2: Date parsing library designed to parse dates from HTML pages
|
||||
dev-python/dateparser 1.2.2: Date parsing library designed to parse dates from HTML pages
|
||||
dev-python/decopatch 1.4.10: Create decorators easily in python
|
||||
dev-python/desktop-notifier 6.1.1 6.2.0: desktop-notifier is a Python library for cross-platform desktop notifications
|
||||
dev-python/devtools 0.12.2: Dev tools for python
|
||||
@@ -958,6 +958,7 @@ 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 0.15.0-r1: A modernized, complete, embeddable TeX/LaTeX engine.
|
||||
dev-util/DirectXShaderCompiler 1.8.2502 1.8.2505: Microsoft DirectX Shader Compiler which is based on LLVM/Clang
|
||||
dev-util/addlicense 1.2.0: A program which ensures source code files have copyright license headers
|
||||
dev-util/bash-language-server 5.3.3 5.4.0 5.4.2 5.4.3 5.6.0: 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
|
||||
@@ -1222,7 +1223,7 @@ gui-apps/paperde 0.1.1_p20210426: Simple, sleek QT based DE for wayland using wa
|
||||
gui-apps/pop-launcher 1.2.1: Modular IPC-based desktop launcher service
|
||||
gui-apps/quickshell 0.2.0 9999: Toolkit for building desktop widgets using QtQuick
|
||||
gui-apps/rofi-wayland 1.7.5_p3 1.7.8_p1: A window switcher, run dialog and dmenu replacement
|
||||
gui-apps/satty 0.14.0-r1 9999: A screenshot annotation tool inspired by Swappy and Flameshot.
|
||||
gui-apps/satty 0.19.0 9999: A screenshot annotation tool inspired by Swappy and Flameshot.
|
||||
gui-apps/sddm-conf 0.3.0: SDDM configuration editor
|
||||
gui-apps/sfwbar 1.0_beta15 1.0_beta16 1.0_beta16_p1 9999: S* Floating Window Bar
|
||||
gui-apps/shikane 1.0.1: A wayland dynamic output config tool focusing on accuracy and determinism
|
||||
@@ -1234,7 +1235,7 @@ gui-apps/sway-launcher-desktop 1.7.0: TUI Application launcher with Desktop Entr
|
||||
gui-apps/swaykbdd 1.4: Per-window keyboard layout switcher for Sway
|
||||
gui-apps/swaylock-effects 1.7.0.0 9999: Swaylock, with fancy effects
|
||||
gui-apps/swaylock-plugin 1.8.0 9999: Fork of Swaylock that supports animated backgrounds
|
||||
gui-apps/swaync 0.11.0 0.12.1-r1: A simple notification daemon with a GTK gui for notifications and control center
|
||||
gui-apps/swaync 0.11.0 0.12.2: A simple notification daemon with a GTK gui for notifications and control center
|
||||
gui-apps/swayosd 0.1.0 0.2.1: GTK based on screen display for keyboard shortcuts like caps-lock and volume
|
||||
gui-apps/swayr 0.28.0 0.28.1: A LRU window-switcher (and more) for the sway window manager
|
||||
gui-apps/swayrbar 0.4.2: A swaybar-protocol implementation for sway/swaybar
|
||||
@@ -1262,7 +1263,7 @@ gui-apps/wlsunset 0.4.0 9999: Day/night gamma adjustments for Wayland
|
||||
gui-apps/wob 0.15.1-r1 0.16: Lightweight overlay volume/backlight/progress/anything bar for Wayland
|
||||
gui-apps/wscreensaver 9999: Xscreensaver screensavers ported to wayland
|
||||
gui-apps/wtype 0.4: xdotool type for wayland
|
||||
gui-apps/xremap 0.10.15: Dynamic key remap for X and Wayland
|
||||
gui-apps/xremap 0.10.13 0.10.15: Dynamic key remap for X and Wayland
|
||||
gui-apps/xwayland-satellite 0.5.1 0.7: Xwayland outside your Wayland
|
||||
gui-apps/yambar 1.11.0 9999: Simplistic and highly configurable status panel for X and Wayland
|
||||
gui-libs/gtk-session-lock 0.2.0-r6 9999: GTK-based lockscreen for Wayland
|
||||
@@ -1373,6 +1374,7 @@ media-libs/svt-vp9 0.3.0 9999: Scalable Video Technology for VP9 (SVT-VP9 Encode
|
||||
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.25 25.6.1 25.8 9999: WiVRn OpenXR streaming
|
||||
media-libs/xrizer 0.3.0 9999: OpenVR over OpenXR compatibility layer
|
||||
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
|
||||
@@ -1444,7 +1446,7 @@ media-video/gpu-screen-recorder 5.5.3 9999: A screen recorder that has minimal i
|
||||
media-video/gpu-screen-recorder-gtk 5.7.8 9999: GTK frontend for gpu-screen-recorder.
|
||||
media-video/kikoplay 0.9.3 9999: KikoPlay is a full-featured danmu player
|
||||
media-video/kooha 2.2.3-r2: GTK4 screen recorder for Wayland
|
||||
media-video/lossless-cut 3.59.1-r1: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
|
||||
media-video/lossless-cut 3.59.1-r1 3.64.0: Lossless video/audio editing: export media without reencoding, powered by ffmpeg
|
||||
media-video/manimgl 1.7.2 9999: Animation engine for explanatory math videos
|
||||
media-video/mediaelch 2.10.6 2.12.0 9999: Video metadata scraper
|
||||
media-video/megapixels 1.4.3-r1: GTK4 camera application that knows how to deal with the media request api
|
||||
@@ -1802,7 +1804,7 @@ sys-block/ublksrv 1.4: Userspace block device driver
|
||||
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 9.3.0 9.3.2 9.3.4 9.4.0 9.5.0 9.6.0: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
sys-boot/limine 9.3.0 9.3.2 9.3.4 9.4.0 9.5.0 9.6.0 9.6.1: 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 3.0.1: ZFS bootloader for root-on-ZFS systems
|
||||
|
||||
@@ -1 +1 @@
|
||||
Tue, 26 Aug 2025 22:18:45 +0000
|
||||
Wed, 27 Aug 2025 14:18:50 +0000
|
||||
|
||||
Reference in New Issue
Block a user