mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -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
|
||||
Reference in New Issue
Block a user