2024-08-02 13:19:01 UTC

This commit is contained in:
Repository mirror & CI
2024-08-02 13:19:01 +00:00
parent 540e74d833
commit fdcfd96835
14 changed files with 100 additions and 71 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) qt6? ( dev-python/pyside6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1 pypi
IUSE=gtk qt5 qt6 test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) qt6? ( dev-python/pyside6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( gtk qt5 qt6 ) || ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-4.4.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=dbd9b2c94d006ac067a0a1256a38ef5e

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] net-libs/webkit-gtk ) qt6? ( dev-python/pyside6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] ) >=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
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1 pypi
IUSE=gtk qt6 test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] net-libs/webkit-gtk ) qt6? ( dev-python/pyside6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] ) 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=|| ( gtk qt6 ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-4.4.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=d870cb0f6c8f99b5941a0815f5d83ea3

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) qt6? ( dev-python/pyside6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1 pypi
IUSE=gtk qt5 qt6 test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_10(-)?,python_targets_python3_11(-)?] net-libs/webkit-gtk ) qt5? ( dev-python/pyside2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) qt6? ( dev-python/pyside6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] dev-python/QtPy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,webengine] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( gtk qt5 qt6 ) || ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-5.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f323be9af8045d7357638ffdad530cdb

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] net-libs/webkit-gtk ) qt6? ( dev-python/pyside6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] ) >=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
DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=8
HOMEPAGE=https://github.com/r0x0r/pywebview
INHERIT=distutils-r1 pypi
IUSE=gtk qt6 test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/bottle dev-python/cryptography dev-python/proxy_tools gtk? ( dev-python/pygobject[cairo,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] net-libs/webkit-gtk ) qt6? ( dev-python/pyside6[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,webengine] ) 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=|| ( gtk qt6 ) || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pywebview/pywebview-5.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=8e826449cd2a6a0c6895ad6e19ee0c78

View File

@@ -6,10 +6,10 @@ EAPI=8
HOMEPAGE=https://www.ctan.org/pkg/ninecolors/
INHERIT=latex-package
IUSE=doc
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
LICENSE=LPPL-1.3
RDEPEND=dev-texlive/texlive-latexrecommended >=dev-texlive/texlive-latexextra-2012 dev-texlive/texlive-plaingeneric virtual/latex-base
SLOT=0
SRC_URI=https://mirrors.ctan.org/macros/latex/contrib/ninecolors.zip -> ninecolors-2022.02.13.zip
_eclasses_=latex-package c20e442c3953c765f636630631c96194
_md5_=b6dfb90dc670fbf0375966d65322199e
_md5_=73af130bee2492af757409d305b46a81

View File

@@ -6,10 +6,10 @@ EAPI=8
HOMEPAGE=https://www.ctan.org/pkg/tabularray/
INHERIT=latex-package
IUSE=doc
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
LICENSE=LPPL-1.3c
RDEPEND=dev-tex/ninecolors dev-texlive/texlive-latexrecommended >=dev-texlive/texlive-latexextra-2012 dev-texlive/texlive-plaingeneric virtual/latex-base
SLOT=0
SRC_URI=https://mirrors.ctan.org/macros/latex/contrib/tabularray.zip -> tabularray-2023.03.01.zip
_eclasses_=latex-package c20e442c3953c765f636630631c96194
_md5_=c7e73a4b1353095d6feb1f76f62216d8
_md5_=7a22f9293138e3e3bb8d3a2f94348eb9

View File

@@ -1,16 +0,0 @@
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_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_python3_10? ( dev-python/filelock[python_targets_python3_10(-)] <dev-python/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) )
DESCRIPTION=A free and open-source replacement for the Epic Games Launcher
EAPI=8
HOMEPAGE=https://github.com/derrod/legendary
INHERIT=distutils-r1
IUSE=webview python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=python_single_target_python3_10? ( dev-python/filelock[python_targets_python3_10(-)] <dev-python/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://github.com/derrod/legendary/archive/0.20.33.tar.gz -> legendary-0.20.33.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
_md5_=3444055ce734350d498c7adf834aff64

View File

@@ -0,0 +1,16 @@
BDEPEND=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_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-15[python_targets_python3_13(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_13(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] <dev-python/requests-3.0[python_targets_python3_12(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] <dev-python/requests-3.0[python_targets_python3_13(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_13(-)] ) )
DESCRIPTION=A free and open-source replacement for the Epic Games Launcher
EAPI=8
HOMEPAGE=https://github.com/derrod/legendary
INHERIT=distutils-r1
IUSE=webview 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_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] <dev-python/requests-3.0[python_targets_python3_12(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] <dev-python/requests-3.0[python_targets_python3_13(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_13(-)] ) ) 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0
SRC_URI=https://github.com/derrod/legendary/archive/0.20.33.tar.gz -> legendary-0.20.33.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
_md5_=e78d52a79aac29efbc89eb36ba6ac49d

View File

@@ -1,16 +0,0 @@
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_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_python3_10? ( dev-python/filelock[python_targets_python3_10(-)] <dev-python/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) )
DESCRIPTION=A free and open-source replacement for the Epic Games Launcher
EAPI=8
HOMEPAGE=https://github.com/derrod/legendary
INHERIT=distutils-r1
IUSE=webview python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=python_single_target_python3_10? ( dev-python/filelock[python_targets_python3_10(-)] <dev-python/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://github.com/derrod/legendary/archive/0.20.34.tar.gz -> legendary-0.20.34.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
_md5_=bf87cdb907ed371130a940d0af0bc289

View File

@@ -0,0 +1,16 @@
BDEPEND=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_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-15[python_targets_python3_13(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_13(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=python_single_target_python3_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] <dev-python/requests-3.0[python_targets_python3_12(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] <dev-python/requests-3.0[python_targets_python3_13(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_13(-)] ) )
DESCRIPTION=A free and open-source replacement for the Epic Games Launcher
EAPI=8
HOMEPAGE=https://github.com/derrod/legendary
INHERIT=distutils-r1
IUSE=webview 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_11? ( dev-python/filelock[python_targets_python3_11(-)] <dev-python/requests-3.0[python_targets_python3_11(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/filelock[python_targets_python3_12(-)] <dev-python/requests-3.0[python_targets_python3_12(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/filelock[python_targets_python3_13(-)] <dev-python/requests-3.0[python_targets_python3_13(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_13(-)] ) ) 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0
SRC_URI=https://github.com/derrod/legendary/archive/0.20.34.tar.gz -> legendary-0.20.34.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
_md5_=ce2d2a449a6731049eefa1a5ea2e8ba6

View File

@@ -0,0 +1,14 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install postinst unpack
DEPEND=|| ( dev-lang/zig-bin:0.12 dev-lang/zig:0.12 ) sys-libs/pam x11-libs/libxcb
DESCRIPTION=Ly - a TUI display manager
EAPI=8
HOMEPAGE=https://github.com/fairyglade/ly
INHERIT=systemd pam
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=x11-base/xorg-server x11-apps/xauth sys-libs/ncurses
SLOT=0
SRC_URI=https://github.com/fairyglade/ly/archive/refs/tags/v1.0.1.tar.gz -> ly-1.0.1.tar.gz https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz -> zig-clap.tar.gz https://github.com/Kawaii-Ash/zigini/archive/ce1f322482099db058f5d9fdd05fbfa255d79723.tar.gz -> zigini.tar.gz https://github.com/ziglibs/ini/archive/da0af3a32e3403e3113e103767065cbe9584f505.tar.gz -> ziglibini.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 flag-o-matic e503ea5acc20410237ba33ec3f7c857d pam b56d0c9c20fc5b553f13c8ae165a10a5
_md5_=ab6921597b738a2178539bcdc8e1c7b7

View File

@@ -311,6 +311,7 @@ app-portage/version 0.19.0_alpha 0.20.1_alpha 0.21.0_alpha: A command line funct
app-shells/carapace 1.0.2 1.0.3 1.0.4: Multi-shell multi-command argument completer
app-shells/direnv 2.32.3 9999: Environment variable manager for shell
app-shells/elvish 0.19.2 0.20.1: Expressive programming language and a versatile interactive shell
app-shells/fre 0.4.1: A command line frecency tracking tool
app-shells/fzf-fish 10.3: Augment your fish command line with fzf key bindings
app-shells/fzf-tab 0_pre20230611: Replace zsh's default completion selection menu with fzf
app-shells/igr 9999: Interactive rg (ripgrep) wrapper in fzf: Interactive GRep (search)
@@ -806,7 +807,7 @@ dev-python/python-pidfile 3.0.0-r1 3.1.1: PIDFile context processor. Supported p
dev-python/python-socketio 5.11.1 5.11.3: Python implementation of the Socket.IO realtime server.
dev-python/python-statemachine 2.1.2 2.3.3 2.3.4: Python Finite State Machines made easy.
dev-python/python-telegram-bot 20.6-r1 21.1.1 9999: Python wrapper of telegram bots API
dev-python/pywebview 4.4.1 5.1: A lightweight cross-platform wrapper around a webview component
dev-python/pywebview 4.4.1-r1 5.1-r1: A lightweight cross-platform wrapper around a webview component
dev-python/queuelib 1.6.2: Collection of persistent and non-persistent queues for Python
dev-python/readability-lxml 0.8.1: fast html to text parser (article readability tool)
dev-python/readmdict 0.1.1-r1: Read mdx/mdd files
@@ -1022,7 +1023,7 @@ games-util/gamehub 0.16.0.1 0.16.3.2: GameHub is a unified library for all your
games-util/grapejuice 7.20.12 9999: A Wine+Roblox management application
games-util/hid-nintendo 9999: A Nintendo HID kernel module
games-util/itch-bin 25.5.1-r2 26.1.9: itch.io game browser, installer and launcher
games-util/legendary 0.20.33 0.20.34: A free and open-source replacement for the Epic Games Launcher
games-util/legendary 0.20.33-r1 0.20.34-r1: A free and open-source replacement for the Epic Games Launcher
games-util/libtess2 1.0.3: Game and tools oriented refactored version of GLU tesselator
games-util/mangohud 0.7.2 9999: Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
games-util/minigalaxy 1.2.6: A simple GOG client for Linux
@@ -1722,6 +1723,7 @@ x11-misc/i3status-rust 0.33.1: A feature-rich and resource-friendly replacement
x11-misc/input-leap 9999: Share a mouse and keyboard between computers (fork of Barrier)
x11-misc/ksnip 1.10.1: Ksnip is a Qt based cross-platform screenshot tool
x11-misc/leftwm-theme 0.1.2_rc1: A theme mangager for LeftWM
x11-misc/ly 1.0.1: Ly - a TUI display manager
x11-misc/picom-jonaburg 9999: A lightweight compositor for X11 (previously a compton fork)
x11-misc/pywal 3.3.0: Tool that generates color schemes from images
x11-misc/rofi-emoji 3.3.0 3.4.1: Emoji selector plugin for Rofi

View File

@@ -1 +1 @@
Fri, 02 Aug 2024 10:19:22 +0000
Fri, 02 Aug 2024 13:19:01 +0000