mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
2024-06-28 11:04:08 UTC
This commit is contained in:
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
|
||||
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.8.9/xmake-v2.8.9.tar.gz
|
||||
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.9.3/xmake-v2.9.3.tar.gz
|
||||
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
|
||||
_md5_=616fc457b5349a194c3c3487231f6fed
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=doc? ( app-text/doxygen ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>=dev-cpp/trantor-1.5.17:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DEPEND=>=dev-cpp/trantor-1.5.19:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= ) test? ( dev-cpp/gtest )
|
||||
DESCRIPTION=C++14/17 based HTTP web application framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/drogonframework/drogon
|
||||
@@ -8,9 +8,9 @@ INHERIT=cmake
|
||||
IUSE=+brotli doc examples mariadb postgres redis sqlite spdlog test +yaml
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.17:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RDEPEND=>=dev-cpp/trantor-1.5.19:= dev-libs/jsoncpp:= sys-libs/zlib brotli? ( app-arch/brotli:= ) mariadb? ( dev-db/mariadb:= ) postgres? ( dev-db/postgresql:= ) redis? ( dev-libs/hiredis:= ) sqlite? ( dev-db/sqlite:3 ) elibc_Darwin? ( sys-libs/native-uuid ) elibc_SunOS? ( sys-libs/libuuid ) !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux ) ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= ) yaml? ( dev-cpp/yaml-cpp:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/v1.9.3.tar.gz -> drogon-1.9.3.tar.gz test? ( https://github.com/an-tao/trantor/archive/v1.5.17.tar.gz -> trantor-1.5.17.tar.gz )
|
||||
SRC_URI=https://github.com/drogonframework/drogon/archive/v1.9.5.tar.gz -> drogon-1.9.5.tar.gz test? ( https://github.com/an-tao/trantor/archive/v1.5.19.tar.gz -> trantor-1.5.19.tar.gz )
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=feef814779700789e7290a3f10a88ed9
|
||||
_md5_=5e34964412fa10ff333aab3fdb592334
|
||||
@@ -10,7 +10,7 @@ KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=adns? ( net-dns/c-ares:= ) ssl? ( dev-libs/openssl:= ) spdlog? ( dev-libs/spdlog:= dev-libs/libfmt:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.5.17
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/v1.5.17.tar.gz -> trantor-1.5.17.tar.gz
|
||||
SLOT=0/1.5.19
|
||||
SRC_URI=https://github.com/an-tao/trantor/archive/v1.5.19.tar.gz -> trantor-1.5.19.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=ff3b79013a3945ce417ba5da3751b61b
|
||||
@@ -10,4 +10,4 @@ RDEPEND=dev-libs/boost
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jclehner/bcm2-utils/archive/refs/tags/v0.9.8.tar.gz -> bcm2-utils-0.9.8.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0
|
||||
_md5_=73097ff5da3ec0e989a69732766751ef
|
||||
_md5_=ab598be30b4be8858e01d5ffb5580700
|
||||
|
||||
16
metadata/md5-cache/dev-libs/libdwarf-0.10.0
Normal file
16
metadata/md5-cache/dev-libs/libdwarf-0.10.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=app-arch/zstd:= sys-libs/zlib:=
|
||||
DESCRIPTION=The DWARF Debugging Information Format
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.prevanders.net/dwarf.html https://www.dwarfstd.org https://github.com/davea42/libdwarf-code
|
||||
INHERIT=cmake
|
||||
IUSE=test doc dwarfexample dwarfgen
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD GPL-2 LGPL-2.1
|
||||
RDEPEND=app-arch/zstd:= sys-libs/zlib:=
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://www.prevanders.net/libdwarf-0.10.0.tar.xz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=f89666b4e705647657dee29e7c73883e
|
||||
@@ -2,15 +2,15 @@ BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_pytho
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Qt plotting widgets for Python
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.python.org/pypi/PythonQwt
|
||||
HOMEPAGE=https://pypi.org/project/PythonQwt
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/PyQt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,svg] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
RDEPEND=dev-python/PyQt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?,svg] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/P/PythonQwt/PythonQwt-0.11.2.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/P/PythonQwt/pythonqwt-0.12.5.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=4a7ed08f5a250b9f8ce7e850485f85b8
|
||||
_md5_=58951e811c7a22933bedccfaa2c9ceac
|
||||
16
metadata/md5-cache/dev-python/guidata-3.5.2
Normal file
16
metadata/md5-cache/dev-python/guidata-3.5.2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( dev-python/pytest-qt[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xvfb[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PyQt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Library for user interfaces for easy dataset editing and display
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.python.org/pypi/guidata
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/h5py[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PyQt5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/QtPy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tomli[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/g/guidata/guidata-3.5.2.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=e4186c423fa75daa36883160f1e85940
|
||||
@@ -1,16 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Core functionality used by rpmautospec
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fedora-infra/rpmautospec-core/ https://pypi.org/project/rpmautospec-core/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/r/rpmautospec-core/rpmautospec_core-0.1.4.tar.gz
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/r/rpmautospec-core/rpmautospec_core-0.1.5.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=bc5391bb077e52a1d4e71355b1668a35
|
||||
_md5_=b9d9725261b021c34b71a9fe68e488a1
|
||||
@@ -7,5 +7,5 @@ KEYWORDS=~amd64
|
||||
LICENSE=MIT-with-advertising
|
||||
RDEPEND=net-libs/nodejs
|
||||
SLOT=0
|
||||
SRC_URI=mirror://npm/dockerfile-language-server-nodejs/-/dockerfile-language-server-nodejs-0.11.0.tgz https://tastytea.de/files/gentoo/dockerfile-language-server-0.11.0-deps.tar.xz
|
||||
_md5_=28e4bc60dcb9d8310db378f113981e07
|
||||
SRC_URI=mirror://npm/dockerfile-language-server-nodejs/-/dockerfile-language-server-nodejs-0.13.0.tgz https://tastytea.de/files/gentoo/dockerfile-language-server-0.13.0-deps.tar.xz
|
||||
_md5_=945c410d4dcd60815190c51ec8843f5f
|
||||
@@ -6,5 +6,5 @@ HOMEPAGE=https://github.com/eclipse/lemminx
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=EPL-2.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/redhat-developer/vscode-xml/releases/download/0.25.0/lemminx-linux.zip -> lemminx-bin-0.25.0.zip
|
||||
_md5_=0b9a8359ed4817bb13a20b8134719e9f
|
||||
SRC_URI=https://github.com/redhat-developer/vscode-xml/releases/download/0.27.1/lemminx-linux.zip -> lemminx-bin-0.27.1.zip
|
||||
_md5_=61eee38bfe9a468b1c65369c72b4931b
|
||||
11
metadata/md5-cache/dev-util/yaml-language-server-1.15.0
Normal file
11
metadata/md5-cache/dev-util/yaml-language-server-1.15.0
Normal file
@@ -0,0 +1,11 @@
|
||||
BDEPEND=net-libs/nodejs[npm]
|
||||
DEFINED_PHASES=install unpack
|
||||
DESCRIPTION=Language Server for YAML Files
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/redhat-developer/yaml-language-server
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=0BSD Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT
|
||||
RDEPEND=net-libs/nodejs
|
||||
SLOT=0
|
||||
SRC_URI=mirror://npm/yaml-language-server/-/yaml-language-server-1.15.0.tgz https://tastytea.de/files/gentoo/yaml-language-server-1.15.0-deps.tar.xz
|
||||
_md5_=d4594ab81178105df40140a4056de093
|
||||
@@ -1,13 +1,13 @@
|
||||
DEFINED_PHASES=configure install
|
||||
DEPEND=>=sci-libs/opencascade-7.7.0-r2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=media-libs/assimp-5.3.1
|
||||
DEPEND=>=sci-libs/opencascade-7.7.0-r2 <sci-libs/opencascade-7.8.0 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=media-libs/assimp-5.3.1
|
||||
DESCRIPTION=Opensource 3D CAD viewer and converter
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fougue/mayo
|
||||
INHERIT=qmake-utils
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=>=sci-libs/opencascade-7.7.0-r2 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=media-libs/assimp-5.3.1
|
||||
RDEPEND=>=sci-libs/opencascade-7.7.0-r2 <sci-libs/opencascade-7.8.0 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=media-libs/assimp-5.3.1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fougue/mayo/archive/refs/tags/v0.8.0.tar.gz -> mayo-0.8.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81
|
||||
_md5_=f83d8034102127686d90c86e8eac7a43
|
||||
_md5_=0dca55a4c32f9df8b9378a44e9c4f07e
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=app-arch/libdeflate-1.19 >=dev-util/pkgconf-2.2.0 >=dev-vcs/git-2.44.2 >=media-libs/libsixel-1.10.3-r1 >=media-libs/libjpeg-turbo-3.0.0 >=media-libs/libexif-0.6.24 >=media-video/ffmpeg-4.4.4-r9 >=media-gfx/graphicsmagick-1.3.42 >=gnome-base/librsvg-2.57.3 >=x11-libs/cairo-1.18.0 >=app-text/poppler-24.04.0
|
||||
DEPEND=>=app-arch/libdeflate-1.19 >=dev-util/pkgconf-2.2.0 >=dev-vcs/git-2.44.2 >=media-libs/libsixel-1.10.3-r1 >=media-libs/libjpeg-turbo-3.0.0 >=media-libs/libexif-0.6.24 >=media-video/ffmpeg-4.4.4-r9 >=media-gfx/graphicsmagick-1.3.42 >=gnome-base/librsvg-2.57.3 >=x11-libs/cairo-1.18.0 >=app-text/poppler-24.04.0[cairo]
|
||||
DESCRIPTION=Terminal image and video viewer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://timg.sh/
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=app-arch/libdeflate-1.19 >=dev-util/pkgconf-2.2.0 >=dev-vcs/git-2.44.2 >=media-libs/libsixel-1.10.3-r1 >=media-libs/libjpeg-turbo-3.0.0 >=media-libs/libexif-0.6.24 >=media-video/ffmpeg-4.4.4-r9 >=media-gfx/graphicsmagick-1.3.42 >=gnome-base/librsvg-2.57.3 >=x11-libs/cairo-1.18.0 >=app-text/poppler-24.04.0
|
||||
RDEPEND=>=app-arch/libdeflate-1.19 >=dev-util/pkgconf-2.2.0 >=dev-vcs/git-2.44.2 >=media-libs/libsixel-1.10.3-r1 >=media-libs/libjpeg-turbo-3.0.0 >=media-libs/libexif-0.6.24 >=media-video/ffmpeg-4.4.4-r9 >=media-gfx/graphicsmagick-1.3.42 >=gnome-base/librsvg-2.57.3 >=x11-libs/cairo-1.18.0 >=app-text/poppler-24.04.0[cairo]
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hzeller/timg/archive/refs/tags/v1.6.0.tar.gz -> timg-1.6.0.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
|
||||
_md5_=03738c05a5b3569c17ccb0dc18639820
|
||||
_md5_=60b63f4debd732cce4a1b566c26d4f4b
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark ) dev-cpp/eigen dev-cpp/nlohmann_json dev-util/glslang app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
BDEPEND=vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark ) dev-cpp/cli11 dev-cpp/eigen dev-cpp/nlohmann_json dev-util/glslang app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test unpack
|
||||
DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=7
|
||||
@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( nvenc vaapi x264 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/boostorg/pfr/archive/refs/tags/2.2.0.tar.gz -> boostpfr_2.2.0.tar.gz https://gitlab.freedesktop.org/monado/monado/-/archive/598080453545c6bf313829e5780ffb7dde9b79dc/monado-598080453545c6bf313829e5780ffb7dde9b79dc.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=d2b0c7191e4f1447e1117ab9887fca1b
|
||||
_md5_=a17e0c7355e682e9fc3506dcbad7de2a
|
||||
|
||||
12
metadata/md5-cache/sys-boot/grml-rescueboot-0.6.1
Normal file
12
metadata/md5-cache/sys-boot/grml-rescueboot-0.6.1
Normal file
@@ -0,0 +1,12 @@
|
||||
DEFINED_PHASES=install postinst unpack
|
||||
DESCRIPTION=grub2 script to add ISO images to the grub2 boot menu
|
||||
EAPI=8
|
||||
HOMEPAGE=http://wiki.grml.org/doku.php?id=rescueboot
|
||||
INHERIT=unpacker
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=sys-boot/grub
|
||||
SLOT=0
|
||||
SRC_URI=http://deb.grml.org/pool/main/g/grml-rescueboot/grml-rescueboot_0.6.1_all.deb
|
||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09
|
||||
_md5_=49a91ccbd749cbd8f79b82efff20040e
|
||||
@@ -377,7 +377,7 @@ dev-build/fypp 3.1 3.2: Fypp - Python powered Fortran preprocessor
|
||||
dev-build/just 1.29.0 1.29.1: Just a command runner (with syntax inspired by 'make')
|
||||
dev-build/pdpmake 2.0.0: Public domain POSIX make
|
||||
dev-build/qtilitools 0.1.2: Scripts/commands used in the Qtilities organization
|
||||
dev-build/xmake 2.8.9 9999: A cross-platform build utility based on Lua
|
||||
dev-build/xmake 2.9.3 9999: A cross-platform build utility based on Lua
|
||||
dev-cpp/blurhash 0.2.0 0.2.0-r1: C++ blurhash encoder/decoder
|
||||
dev-cpp/coeurl 0.3.0 0.3.1: A simple async wrapper around CURL for C++
|
||||
dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
|
||||
@@ -385,7 +385,7 @@ dev-cpp/cpprestsdk 2.10.19-r3: A Microsoft project for cloud-based client-server
|
||||
dev-cpp/cpptoml 0.1.1: Header-only library for parsing TOML
|
||||
dev-cpp/cpptrace 0.5.2-r1 0.6.0: Simple, portable, and self-contained stacktrace library for C++
|
||||
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29 10.0.30: Lightweight C++ Discord bot library
|
||||
dev-cpp/drogon 1.9.3 1.9.4: C++14/17 based HTTP web application framework
|
||||
dev-cpp/drogon 1.9.4 1.9.5: C++14/17 based HTTP web application framework
|
||||
dev-cpp/fast_float 6.1.1: Fast and exact implementation of the C++ from_chars functions for number types
|
||||
dev-cpp/fbthrift 2023.02.06.00 2023.06.19.00: Facebook's branch of Apache Thrift, including a new C++ server
|
||||
dev-cpp/fizz 2023.02.06.00 2023.06.19.00: C++14 implementation of the TLS-1.3 standard
|
||||
@@ -401,7 +401,7 @@ dev-cpp/scnlib 3.0.1: scanf for modern C++
|
||||
dev-cpp/simdutf 5.2.8: simdutf: Unicode validation and transcoding at billions of characters per second
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/toml11 3.8.1: TOML for Modern C++
|
||||
dev-cpp/trantor 1.5.17 1.5.18: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trantor 1.5.18 1.5.19: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trompeloeil 47: Header only C++14 mocking framework
|
||||
dev-cpp/units 2.3.3: A compile-time, header-only, dimensional analysis and unit conversion library
|
||||
dev-cpp/wangle 2023.02.06.00 2023.06.19.00: Framework providing common client/server abstractions
|
||||
@@ -519,7 +519,7 @@ dev-libs/lexbor 2.3.0: Modular web engine (HTML/CSS parser, renderer, ...)
|
||||
dev-libs/libcli 1.10.7: Shared C library to include Cisco-like CLI into other software
|
||||
dev-libs/libdatrie 0.2.13: Double-Array Trie Library
|
||||
dev-libs/libdbf 0.0.1: Library to read the content of dBASE III, IV, and 5.0 files
|
||||
dev-libs/libdwarf 0.9.1 0.9.2: The DWARF Debugging Information Format
|
||||
dev-libs/libdwarf 0.9.1 0.9.2 0.10.0: The DWARF Debugging Information Format
|
||||
dev-libs/libglibutil 1.0.68 1.0.76 9999: Library of glib utilities from sailfishos project
|
||||
dev-libs/libopensmtpd 0.7: Library for creating OpenSMTPD filters
|
||||
dev-libs/librepo 1.17.2: Repodata downloading library
|
||||
@@ -590,7 +590,7 @@ dev-python/NSKeyedUnArchiver 1.5: Unserializes binary|text|file|memory plist dat
|
||||
dev-python/PyPubSub 4.0.3-r1: Python Publish-Subscribe Package
|
||||
dev-python/PyQt5-stubs 5.15.2.0 5.15.6.0: Stubs for PyQt5
|
||||
dev-python/PyWavefront 1.3.3-r1: Python library for importing Wavefront .obj files
|
||||
dev-python/PythonQwt 0.11.2 0.12.1: Qt plotting widgets for Python
|
||||
dev-python/PythonQwt 0.12.1 0.12.5: Qt plotting widgets for Python
|
||||
dev-python/SLPP 1.2.3: Simple lua-python parser
|
||||
dev-python/TakeTheTime 0.3.1: Take The Time, a super-neat Python library for timing chunks of code
|
||||
dev-python/adb-shell 0.4.3 0.4.4 0.4.4-r1: A Python implementation of ADB with shell and FileSync functionality.
|
||||
@@ -664,7 +664,7 @@ dev-python/graphql-core 3.2.3: Python port of GraphQL.js, the JavaScript referen
|
||||
dev-python/graphql-relay 3.2.0: Relay library for graphql-core
|
||||
dev-python/grpc-stubs 1.53.0.3: gRPC typing stubs for Python
|
||||
dev-python/grpclib 0.4.2 0.4.3: Pure-Python gRPC implementation for asyncio
|
||||
dev-python/guidata 3.5.0-r1: Library for user interfaces for easy dataset editing and display
|
||||
dev-python/guidata 3.5.0-r1 3.5.2: Library for user interfaces for easy dataset editing and display
|
||||
dev-python/guiqwt 4.4.5-r1: Efficient 2D plotting Python library based on PythonQwt
|
||||
dev-python/guppy3 3.1.3-r1 3.1.4: A Python Programming Environment & Heap analysis toolset
|
||||
dev-python/hachoir 3.3.0: Hachoir is a Python library to view and edit a binary stream field by field
|
||||
@@ -785,7 +785,7 @@ dev-python/readability-lxml 0.8.1: fast html to text parser (article readability
|
||||
dev-python/readmdict 0.1.1-r1: Read mdx/mdd files
|
||||
dev-python/rectangle-packer 2.0.2: Pack a set of rectangles into a bounding box with minimum area
|
||||
dev-python/repology-client 0.0.2 0.2.0: Asynchronous wrapper for Repology API
|
||||
dev-python/rpmautospec-core 0.1.4: Core functionality used by rpmautospec
|
||||
dev-python/rpmautospec-core 0.1.5: Core functionality used by rpmautospec
|
||||
dev-python/rst2ansi 0.1.5-r2: Render reStructuredText documents to the terminal
|
||||
dev-python/rstcheck 6.2.0 6.2.1: Checks syntax of reStructuredText and code blocks nested within it
|
||||
dev-python/scramp 1.4.4: A pure-Python implementation of the SCRAM authentication protocol.
|
||||
@@ -873,7 +873,7 @@ dev-util/cmakelang 0.6.13: Provides Quality Assurance (QA) tools for cmake
|
||||
dev-util/deblob 0.6 0.7 9999: remove binary executables from a directory
|
||||
dev-util/distribution-gpg-keys 1.104: Collection of GPG keys used in Linux Distributions
|
||||
dev-util/dmg2img 9999: Convert Apple disk images to IMG format.
|
||||
dev-util/dockerfile-language-server 0.11.0 0.12.0: A language server for Dockerfiles
|
||||
dev-util/dockerfile-language-server 0.12.0 0.13.0: A language server for Dockerfiles
|
||||
dev-util/eclipse-parallel-bin 4.28: Eclipse IDE for Scientific Computing (C, C++, Fortran)
|
||||
dev-util/exercism 3.1.0 3.2.0: Command line client for https://exercism.io
|
||||
dev-util/find-work 0.6.1 0.7.0 9999: Personal advice utility for Gentoo package maintainers
|
||||
@@ -889,7 +889,7 @@ dev-util/haredo 1.0.2 9999: a simple and unix-idiomatic build automator
|
||||
dev-util/hut 0.5.0: CLI tool for sourcehut
|
||||
dev-util/insomnia-bin 2020.5.2 2023.5.8: HTTP and GraphQL client for developers
|
||||
dev-util/juliaup 1.14.9: Julia installer and version multiplexer
|
||||
dev-util/lemminx-bin 0.25.0 0.27.0: XML Language Server
|
||||
dev-util/lemminx-bin 0.27.0 0.27.1: XML Language Server
|
||||
dev-util/lottieconverter 0.2: Simple lottie (telegram animated sticker) converter.
|
||||
dev-util/lua-language-server 3.9.1-r1 3.9.3: Lua language server
|
||||
dev-util/mh 1.0.3: Generate help for Makefile
|
||||
@@ -917,7 +917,7 @@ dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by
|
||||
dev-util/webgpu-headers 9999 20240512: Webgpu Header files
|
||||
dev-util/wxformbuilder 3.10.1-r1: A wxWidgets GUI Builder
|
||||
dev-util/xxd 8.2.4092: Hexdump utility from vim
|
||||
dev-util/yaml-language-server 1.14.0: Language Server for YAML Files
|
||||
dev-util/yaml-language-server 1.14.0 1.15.0: Language Server for YAML Files
|
||||
dev-vcs/gitahead 2.7.1 2.7.1-r1: Graphical Git client to help understand and manage source code history
|
||||
dev-vcs/gitqlient 1.6.2 9999: Multi-platform Git client written with Qt
|
||||
dev-vcs/gitqlient-gitserver-plugin 0.2.0: GitQlient GitServer plugin
|
||||
@@ -1556,6 +1556,7 @@ sys-auth/pam-gnupg 0.3: Unlock GnuPG keys on login
|
||||
sys-block/partclone 0.3.20: Partition cloning tool
|
||||
sys-boot/customrescuecd-x86-grub 0.1: Grub menu entries for the .iso image of customrescuecd
|
||||
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
|
||||
sys-boot/grml-rescueboot 0.6.1: grub2 script to add ISO images to the grub2 boot menu
|
||||
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0: 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
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fri, 28 Jun 2024 08:34:05 +0000
|
||||
Fri, 28 Jun 2024 11:04:08 +0000
|
||||
|
||||
Reference in New Issue
Block a user