mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
2023-05-29 14:32:42 UTC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_10? ( dev-python/protobuf-python[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf-python[python_targets_python3_11(-)] ) dev-libs/protobuf virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_single_target_python3_10? ( dev-python/protobuf-python[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf-python[python_targets_python3_11(-)] ) dev-libs/protobuf virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/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.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
DEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
DESCRIPTION=Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
@@ -9,10 +9,10 @@ INHERIT=cmake python-single-r1 xdg
|
||||
IUSE=+cli +gui test python_single_target_python3_10 python_single_target_python3_11
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.sr.ht/~thestr4ng3r/chiaki/refs/download/v2.1.1/chiaki-v2.1.1-src.tar.gz -> chiaki-2.1.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-single-r1 75118e916668a74c660a13b0ecb22562 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=d8db2c96e5b2a0d6eb4d5fc35b960bf3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_10? ( dev-python/protobuf-python[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf-python[python_targets_python3_11(-)] ) dev-libs/protobuf virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_single_target_python3_10? ( dev-python/protobuf-python[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/protobuf-python[python_targets_python3_11(-)] ) dev-libs/protobuf virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/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.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
DEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
DESCRIPTION=Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.sr.ht/~thestr4ng3r/chiaki
|
||||
@@ -9,9 +9,9 @@ INHERIT=cmake python-single-r1 xdg git-r3
|
||||
IUSE=+cli +gui test python_single_target_python3_10 python_single_target_python3_11
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) dev-libs/jerasure dev-libs/libevdev dev-libs/openssl:= dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtconcurrent:5 dev-qt/qtmultimedia:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-libs/libsdl2 media-libs/opus media-video/ffmpeg:=
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 xdg 4a14c5c24f121e7da66e5aab4a168c6e git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 flag-o-matic 16483e58fadb0d47b4528f0aa7e171f6 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-single-r1 75118e916668a74c660a13b0ecb22562 xdg 4a14c5c24f121e7da66e5aab4a168c6e git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_md5_=d8db2c96e5b2a0d6eb4d5fc35b960bf3
|
||||
|
||||
@@ -10,5 +10,5 @@ LICENSE=GPL-3
|
||||
RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 dev-libs/json-glib dev-libs/libgee:0.8 >=dev-libs/libmanette-0.2 dev-libs/libxml2 net-libs/libsoup:2.4 net-libs/webkit-gtk:4 sys-auth/polkit x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXtst
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tkashkin/GameHub/archive/0.16.0-1-master.tar.gz -> gamehub-0.16.0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 eapi8-dosym 741bfa77afb2a9321261501aca58c208 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=b2f067f807fc9bfa162b7914cf0e2fa8
|
||||
|
||||
@@ -11,5 +11,5 @@ LICENSE=GPL-3
|
||||
RDEPEND=dev-db/sqlite:3 dev-libs/glib:2 dev-libs/json-glib dev-libs/libgee:0.8 >=dev-libs/libmanette-0.2 dev-libs/libxml2 net-libs/libsoup:2.4 net-libs/webkit-gtk:4 sys-auth/polkit x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXtst
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tkashkin/GameHub/archive/0.16.3-2-master.tar.gz -> gamehub-0.16.3.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils b0183db3b2e07b18f3b77bffec72e116 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c meson 915ec7c25e08d7886558215e6809ca1e vala 1343f639cc74d2aa8b36fc08677da58d xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=042aa8b970d19661e9828e0482a13ca8
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-13[python_targets_python3_10(-)] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-13[python_targets_python3_11(-)] >=dev-python/setuptools-67.2.0[python_targets_python3_11(-)] >=dev-python/wheel-0.38.4[python_targets_python3_11(-)] )
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-13[python_targets_python3_10(-)] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-13[python_targets_python3_11(-)] >=dev-python/setuptools-67.7.2[python_targets_python3_11(-)] >=dev-python/wheel-0.40.0[python_targets_python3_11(-)] )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=python_single_target_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/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
|
||||
@@ -8,9 +8,9 @@ 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/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_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.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
|
||||
RDEPEND=python_single_target_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/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.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3: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.31.tar.gz -> legendary-0.20.31.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 57f007adcdf3953627f14277c7eae6e0
|
||||
_md5_=b6e6c3055662044a4da21fe481aa635d
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-13[python_targets_python3_10(-)] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-13[python_targets_python3_11(-)] >=dev-python/setuptools-67.2.0[python_targets_python3_11(-)] >=dev-python/wheel-0.38.4[python_targets_python3_11(-)] )
|
||||
BDEPEND=python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-13[python_targets_python3_10(-)] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-13[python_targets_python3_11(-)] >=dev-python/setuptools-67.7.2[python_targets_python3_11(-)] >=dev-python/wheel-0.40.0[python_targets_python3_11(-)] )
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=python_single_target_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/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
|
||||
@@ -8,9 +8,9 @@ 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/requests-3.0[python_targets_python3_10(-)] webview? ( dev-python/pywebview[gtk,python_targets_python3_10(-)] ) ) python_single_target_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.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 )
|
||||
RDEPEND=python_single_target_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/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.11:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.3: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.32.tar.gz -> legendary-0.20.32.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 dc5ca9013da6279b2e24b0ae156f030e
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 57f007adcdf3953627f14277c7eae6e0
|
||||
_md5_=d62e2cdc953393e452b7d5b172454979
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.3:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.11:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst setup test unpack
|
||||
DEPEND=dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader media-libs/libglvnd x11-libs/libdrm dbus? ( sys-apps/dbus ) X? ( x11-libs/libX11 ) video_cards_nvidia? ( x11-drivers/nvidia-drivers xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland )
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
@@ -12,5 +12,5 @@ RDEPEND=dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-lib
|
||||
REQUIRED_USE=|| ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/flightlessmango/MangoHud/archive/v0.6.6-1.tar.gz -> mangohud-0.6.6.1.tar.gz https://github.com/ocornut/imgui/archive/v1.81.tar.gz -> imgui-1.81.tar.gz https://wrapdb.mesonbuild.com/v2/imgui_1.81-1/get_patch -> imgui-1.81-1-meson-wrap.zip
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_md5_=a5867cb253e448768dd09517b0eb129f
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.3:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.11:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst setup test unpack
|
||||
DEPEND=dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader media-libs/libglvnd x11-libs/libdrm dbus? ( sys-apps/dbus ) X? ( x11-libs/libX11 ) video_cards_nvidia? ( x11-drivers/nvidia-drivers xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland )
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
@@ -12,5 +12,5 @@ RDEPEND=dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-lib
|
||||
REQUIRED_USE=|| ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/flightlessmango/MangoHud/archive/v0.6.7-1.tar.gz -> mangohud-0.6.7.1.tar.gz https://github.com/ocornut/imgui/archive/v1.81.tar.gz -> imgui-1.81.tar.gz https://wrapdb.mesonbuild.com/v2/imgui_1.81-1/get_patch -> imgui-1.81-1-meson-wrap.zip
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_md5_=c1ed8ea039125b9cc24d0c3ee7657bae
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.3:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.11:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=~media-libs/imgui-1.81[opengl,vulkan] dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader media-libs/libglvnd x11-libs/libdrm dbus? ( sys-apps/dbus ) X? ( x11-libs/libX11 ) video_cards_nvidia? ( x11-drivers/nvidia-drivers xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland )
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
@@ -12,5 +12,5 @@ RDEPEND=~media-libs/imgui-1.81[opengl,vulkan] dev-libs/spdlog dev-util/glslang >
|
||||
REQUIRED_USE=|| ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/flightlessmango/MangoHud/archive/v0.6.8.tar.gz -> mangohud-0.6.8.tar.gz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e
|
||||
_md5_=66b041fbda56e200463ffb2f9ba3bf5d
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.1-r1:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.9-r1:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=app-arch/unzip || ( ( >=dev-lang/python-3.11.3:3.11 dev-python/mako[python_targets_python3_11(-)] ) ( >=dev-lang/python-3.10.11:3.10 dev-python/mako[python_targets_python3_10(-)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=~media-libs/imgui-1.81[opengl,vulkan] dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader media-libs/libglvnd x11-libs/libdrm dbus? ( sys-apps/dbus ) X? ( x11-libs/libX11 ) video_cards_nvidia? ( x11-drivers/nvidia-drivers xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland )
|
||||
DESCRIPTION=Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more
|
||||
@@ -11,5 +11,5 @@ PROPERTIES=live
|
||||
RDEPEND=~media-libs/imgui-1.81[opengl,vulkan] dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 media-libs/vulkan-loader media-libs/libglvnd x11-libs/libdrm dbus? ( sys-apps/dbus ) X? ( x11-libs/libX11 ) video_cards_nvidia? ( x11-drivers/nvidia-drivers xnvctrl? ( x11-drivers/nvidia-drivers[static-libs] ) ) wayland? ( dev-libs/wayland )
|
||||
REQUIRED_USE=|| ( X wayland ) xnvctrl? ( video_cards_nvidia )
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-any-r1 d2955aaac8daaaa69fcc6dc93ed19f29 ninja-utils 76050953ad5b70d7e09a6ca55558db92 meson 915ec7c25e08d7886558215e6809ca1e git-r3 27e13c09a4c7e4c78ac812f74727e676
|
||||
_md5_=66b041fbda56e200463ffb2f9ba3bf5d
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=test? ( python_single_target_python3_10? ( dev-python/simplejson[python_targets_python3_10(-)] ) ) test? ( python_single_target_python3_10? ( >=dev-python/requests-2.0.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] ) >=net-libs/webkit-gtk-2.6 >=x11-libs/gtk+-3 python_single_target_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)] ) ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_10? ( >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)] )
|
||||
BDEPEND=test? ( python_single_target_python3_10? ( dev-python/simplejson[python_targets_python3_10(-)] ) ) test? ( python_single_target_python3_10? ( >=dev-python/requests-2.0.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] ) >=net-libs/webkit-gtk-2.6 >=x11-libs/gtk+-3 python_single_target_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)] ) ) python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_single_target_python3_10? ( >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
|
||||
DESCRIPTION=A simple GOG client for Linux
|
||||
EAPI=8
|
||||
@@ -8,10 +8,10 @@ INHERIT=distutils-r1 optfeature xdg
|
||||
IUSE=test +python_single_target_python3_10
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-python/requests-2.0.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] ) >=net-libs/webkit-gtk-2.6 >=x11-libs/gtk+-3 python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-python/requests-2.0.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] ) >=net-libs/webkit-gtk-2.6 >=x11-libs/gtk+-3 python_single_target_python3_10? ( >=dev-lang/python-3.10.11:3.10 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/sharkwouter/minigalaxy/archive/1.1.0.tar.gz -> minigalaxy-1.1.0.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 dc5ca9013da6279b2e24b0ae156f030e optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 57f007adcdf3953627f14277c7eae6e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_md5_=d88f68cd0610728330348d0131fac7ee
|
||||
|
||||
Reference in New Issue
Block a user