mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
2024-10-07 10:18:26 UTC
This commit is contained in:
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=Unlicense
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/stkw0/zcock/archive/refs/tags/v0.2.0.tar.gz -> zcock-0.2.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/zcock-0.2.0-vendor.tar.xz https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma
|
||||
SRC_URI=https://github.com/stkw0/zcock/archive/refs/tags/v0.2.2.tar.gz -> zcock-0.2.2.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/zcock-0.2.2-vendor.tar.xz https://gentoo.kropotkin.rocks/go-pkgs/IP2LOCATION-LITE-DB5.BIN.lzma
|
||||
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=cd796b039b390c98099a2f7ba2cc728a
|
||||
@@ -5,9 +5,9 @@ EAPI=8
|
||||
HOMEPAGE=https://carapace.sh/
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
LICENSE=MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.0.6.tar.gz -> carapace-1.0.6.tar.gz https://gitlab.com/freijon_gentoo/app-shells/carapace/-/raw/main/carapace-1.0.6-deps.tar.xz
|
||||
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=0f184f16c95688931ec59ecbc6c0771b
|
||||
_md5_=b59cd445cbd6c6bf1cc4220d612ce108
|
||||
@@ -1,13 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
BDEPEND=>=dev-lang/go-1.23.0 >=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=Multi-shell multi-command argument completer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://carapace.sh/
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
LICENSE=MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.0.5.tar.gz -> carapace-1.0.5.tar.gz https://gitlab.com/freijon_gentoo/app-shells/carapace/-/raw/main/carapace-1.0.5-deps.tar.xz
|
||||
SRC_URI=https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v1.0.7.tar.gz -> carapace-1.0.7.tar.gz https://gitlab.com/freijon_gentoo/app-shells/carapace/-/raw/main/carapace-1.0.7-deps.tar.xz
|
||||
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||
_md5_=9b1df5c56f0c93c4b0b754f909dd33f6
|
||||
_md5_=b59cd445cbd6c6bf1cc4220d612ce108
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=doc? ( app-text/doxygen[dot] dev-qt/qtchooser dev-qt/qthelp ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <dev-libs/boost-1.85.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] x11-libs/pango sys-libs/zlib
|
||||
DEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] x11-libs/pango sys-libs/zlib
|
||||
DESCRIPTION=Wt, C++ Web Toolkit
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.webtoolkit.eu/wt https://github.com/emweb/wt
|
||||
@@ -8,8 +8,8 @@ INHERIT=cmake
|
||||
IUSE=doc firebird mysql opengl pdf postgres ssl
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <dev-libs/boost-1.85.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] x11-libs/pango sys-libs/zlib
|
||||
RDEPEND=firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) dev-libs/boost:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] x11-libs/pango sys-libs/zlib
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.11.0.tar.gz -> wt-4.11.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=69121a3583a508c2e67e1ee63d30aa7b
|
||||
_md5_=3f4e44dad007190bc7c9dc76aebfa626
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=Espressif IoT Development Framework
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.espressif.com/
|
||||
INHERIT=estack python-r1
|
||||
IUSE=riscv32 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-libs/libusb:1 dev-python/click[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyserial[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyparsing[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyelftools[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-coredump[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esptool dev-embedded/esp-idf-kconfig[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-monitor[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-panic-decoder[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/esp-idf-size[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/freertos-gdb[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-embedded/idf-component-manager[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-libs/zlib
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.3/esp-idf-v5.3.zip -> esp-idf-5.3.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20240318/openocd-esp32-linux-amd64-0.12.0-esp32-20240318.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/xtensa-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/xtensa-esp-elf-13.2.0_20240530-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-13.2.0_20240530/riscv32-esp-elf-13.2.0_20240530-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/riscv32-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz )
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c
|
||||
_md5_=2f95dd2a35b79b92224fdfa9df620e7e
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install test
|
||||
DEPEND=>=dev-ml/dune-3.0:= dev-ml/yojson:= dev-ml/base:= ~dev-ml/lsp-1.18.0:= ~dev-ml/jsonrpc-1.18.0:= >=dev-ml/re-1.5.0:= >=dev-ml/ppx_yojson_conv_lib-0.14:= >=dev-ml/dune-rpc-3.4.0:= >=dev-ml/chrome-trace-3.3.0:= dev-ml/dune-private-libs:= >=dev-ml/fiber-3.3.1:= <dev-ml/fiber-4.0.0:= dev-ml/xdg:= dev-ml/dune-build-info:= dev-ml/spawn:= dev-ml/astring:= dev-ml/camlp-streams:= >=dev-ml/ocamlc-loc-3.7.0:= >=dev-ml/pp-1.1.2:= >=dev-ml/csexp-1.5:= >=dev-ml/ocamlformat-rpc-lib-0.21.0:= >=dev-lang/ocaml-4.14:= <dev-lang/ocaml-5.2:= >=dev-ml/merlin-lib-4.16:= <dev-ml/merlin-lib-5.0 >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=LSP Server for OCaml
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ocaml/ocaml-lsp
|
||||
INHERIT=dune
|
||||
IUSE=ocamlopt test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=ISC
|
||||
RDEPEND=>=dev-ml/dune-3.0:= dev-ml/yojson:= dev-ml/base:= ~dev-ml/lsp-1.18.0:= ~dev-ml/jsonrpc-1.18.0:= >=dev-ml/re-1.5.0:= >=dev-ml/ppx_yojson_conv_lib-0.14:= >=dev-ml/dune-rpc-3.4.0:= >=dev-ml/chrome-trace-3.3.0:= dev-ml/dune-private-libs:= >=dev-ml/fiber-3.3.1:= <dev-ml/fiber-4.0.0:= dev-ml/xdg:= dev-ml/dune-build-info:= dev-ml/spawn:= dev-ml/astring:= dev-ml/camlp-streams:= >=dev-ml/ocamlc-loc-3.7.0:= >=dev-ml/pp-1.1.2:= >=dev-ml/csexp-1.5:= >=dev-ml/ocamlformat-rpc-lib-0.21.0:= >=dev-lang/ocaml-4.14:= <dev-lang/ocaml-5.2:= >=dev-ml/merlin-lib-4.16:= <dev-ml/merlin-lib-5.0 >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ocaml/ocaml-lsp/archive/1.18.0.tar.gz -> ocaml-lsp-server-1.18.0.tar.gz
|
||||
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 dune 339df00cc31668d437589817d093748d
|
||||
_md5_=7f8c31cf4295b868a68261bbe390e6d5
|
||||
16
metadata/md5-cache/dev-util/ocamlformat-0.26.2-r1
Normal file
16
metadata/md5-cache/dev-util/ocamlformat-0.26.2-r1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-ml/cmdliner-1.2.0:= ~dev-ml/ocamlformat-rpc-lib-0.26.2:= >=dev-ml/alcotest-1.3.0:= >=dev-util/ocp-indent-1.8.1:= ) dev-lang/ocaml dev-ml/dune
|
||||
DEFINED_PHASES=compile install prepare test
|
||||
DEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
|
||||
DESCRIPTION=Auto-formatter for OCaml code
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ocaml-ppx/ocamlformat
|
||||
INHERIT=dune
|
||||
IUSE=ocamlopt test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-ml/cmdliner-1.1.0:= ~dev-ml/ocamlformat-lib-0.26.2:= >=dev-ml/re-1.10.3:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/0.26.2
|
||||
SRC_URI=https://github.com/ocaml-ppx/ocamlformat/archive/0.26.2.tar.gz -> ocamlformat-0.26.2.tar.gz
|
||||
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 dune 339df00cc31668d437589817d093748d
|
||||
_md5_=7cb97111e2f08d943efe53a6ce43c00e
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~sparc ~x86
|
||||
LICENSE=BSD MIT FTL
|
||||
RDEPEND=x11-libs/libX11 x11-libs/libXi virtual/opengl
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/1.3.7.tar.gz -> classicube-1.3.7.tar.gz
|
||||
SRC_URI=https://github.com/ClassiCube/ClassiCube/archive/refs/tags/1.3.7.tar.gz -> classicube-1.3.7.tar.gz
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991
|
||||
_md5_=90e0240ddc7e9de067901a2f40445f6e
|
||||
_md5_=f48f71fd28ecdecca74863517842538c
|
||||
|
||||
@@ -10,4 +10,4 @@ PROPERTIES=live
|
||||
RDEPEND=x11-libs/libX11 x11-libs/libXi virtual/opengl
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991
|
||||
_md5_=df93d2264c2d381156e4f54a41b5f70e
|
||||
_md5_=2a553584cfcc3fa66fad099482365976
|
||||
|
||||
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/gui-apps/ReGreet-0.1.1-r9
Normal file
14
metadata/md5-cache/gui-apps/ReGreet-0.1.1-r9
Normal file
File diff suppressed because one or more lines are too long
@@ -3,13 +3,13 @@ DEFINED_PHASES=compile configure install test
|
||||
DEPEND=dev-libs/wayland x11-libs/libxkbcommon[X?] X? ( gui-libs/wlroots:0.18[X,x11-backend] ) !X? ( gui-libs/wlroots:0.18 )
|
||||
DESCRIPTION=A Wayland kiosk
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.hjdskes.nl/projects/cage/ https://github.com/Hjdskes/cage
|
||||
HOMEPAGE=https://www.hjdskes.nl/projects/cage/ https://github.com/cage-kiosk/cage
|
||||
INHERIT=meson
|
||||
IUSE=X
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/wayland x11-libs/libxkbcommon[X?] X? ( gui-libs/wlroots:0.18[X,x11-backend] ) !X? ( gui-libs/wlroots:0.18 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Hjdskes/cage/archive/34de3f7bac48aae64bbbb09a4c10900e0150e968/cage-0.1.5_p20241002.tar.gz
|
||||
SRC_URI=https://github.com/cage-kiosk/cage/archive/34de3f7bac48aae64bbbb09a4c10900e0150e968/cage-0.1.5_p20241002.tar.gz
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=f1892c638965b87e02d0d158351a4475
|
||||
_md5_=5b75fd74c0ae73cbe20f1410cc0b60ff
|
||||
|
||||
@@ -3,7 +3,7 @@ DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=dev-libs/wayland x11-libs/libxkbcommon[X?] X? ( gui-libs/wlroots:0.18[X,x11-backend] ) !X? ( gui-libs/wlroots:0.18 )
|
||||
DESCRIPTION=A Wayland kiosk
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.hjdskes.nl/projects/cage/ https://github.com/Hjdskes/cage
|
||||
HOMEPAGE=https://www.hjdskes.nl/projects/cage/ https://github.com/cage-kiosk/cage
|
||||
INHERIT=meson git-r3
|
||||
IUSE=X
|
||||
LICENSE=MIT
|
||||
@@ -11,4 +11,4 @@ PROPERTIES=live
|
||||
RDEPEND=dev-libs/wayland x11-libs/libxkbcommon[X?] X? ( gui-libs/wlroots:0.18[X,x11-backend] ) !X? ( gui-libs/wlroots:0.18 )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=1fd8944257777905e2c652d9357c9227
|
||||
_md5_=4225b0729c768add4297141a542fe976
|
||||
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core dev-libs/dbus-glib dev-libs/glib media-libs/alsa-lib media-libs/fontconfig media-libs/freetype sys-apps/dbus virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+ x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libxcb x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-115.15.0-bb32.en-US.linux-x86_64.tar.bz2
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-115.16.0-bb33.en-US.linux-x86_64.tar.bz2
|
||||
_eclasses_=desktop 56973babb9c5f19cab0eeb53ece644c6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 xdg 854eae304447322625df5991e20ed18f
|
||||
_md5_=394923e52f39f97e9482da8e1f8e0102
|
||||
_md5_=337a278694721bdecc6c208a9f5b9f33
|
||||
@@ -1,15 +1,17 @@
|
||||
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
|
||||
BDEPEND=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 postrm preinst prepare test unpack
|
||||
DEPEND=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 ) gui? ( dev-qt/qtbase:6 ) dev-cpp/cli11 dev-cpp/eigen dev-cpp/nlohmann_json dev-libs/boost
|
||||
DESCRIPTION=WiVRn OpenXR streaming
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/WiVRn/WiVRn
|
||||
INHERIT=cmake git-r3
|
||||
IUSE=nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264
|
||||
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake fcaps xdg git-r3
|
||||
IUSE=gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
|
||||
LICENSE=GPL-3 Apache-2.0 MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=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 )
|
||||
RDEPEND=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 ) gui? ( dev-qt/qtbase:6 )
|
||||
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/bcbe19ddd795f182df42051e5495e9727db36c1c/monado-bcbe19ddd795f182df42051e5495e9727db36c1c.tar.bz2
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 cmake 10a50dfaf728b802fcfd37f8d0da9056 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=e69b1d460bbb267ead54f7b2b1d07f99
|
||||
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/01806a3ffa62a2440da83d94e7a9297645d9d95a/monado-01806a3ffa62a2440da83d94e7a9297645d9d95a.tar.bz2
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 cmake 10a50dfaf728b802fcfd37f8d0da9056 fcaps c0a086b957a1b183a8d136eabf02f191 xdg 854eae304447322625df5991e20ed18f git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=15fed7f5b014adabcffd78ed338f6bbf
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Mutes your microphone while you are typing
|
||||
EAPI=8
|
||||
HOMEPAGE=https://kryogenix.org/code/hushboard/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/libappindicator dev-python/pycairo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-xlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/stuartlangridge/hushboard/archive/5d62c2aacb876f7178d8002a22e44128ac312c98.tar.gz -> hushboard-0.0_pre20220518.tar.gz
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774
|
||||
_md5_=d202dc4b332f2272406739b3797db8bb
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DESCRIPTION=Mutes your microphone while you are typing
|
||||
EAPI=8
|
||||
HOMEPAGE=https://kryogenix.org/code/hushboard/
|
||||
INHERIT=distutils-r1 git-r3
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/libappindicator dev-python/pycairo[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-xlib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=d202dc4b332f2272406739b3797db8bb
|
||||
@@ -10,6 +10,6 @@ LICENSE=all-rights-reserved
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 app-crypt/libsecret dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libnotify x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango x11-misc/xdg-utils appindicator? ( dev-libs/libayatana-appindicator )
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=https://download.todesktop.com/2003241lzgn20jd/beeper-3.107.2-build-240624c0qmp116e-amd64.deb
|
||||
SRC_URI=https://download.todesktop.com/2003241lzgn20jd/beeper-3.109.1-build-240923466rji1i4-amd64.deb
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 56973babb9c5f19cab0eeb53ece644c6 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 xdg 854eae304447322625df5991e20ed18f
|
||||
_md5_=df0b05fb2d8622c46861cde7a1af9bb6
|
||||
_md5_=315a2ab040913731fbb4ca838aa460a9
|
||||
@@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare setup unpack
|
||||
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Drop Discord, get Guilded
|
||||
EAPI=7
|
||||
HOMEPAGE=https://www.guilded.gg
|
||||
INHERIT=desktop linux-info pax-utils unpacker xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=all-rights-reserved
|
||||
RDEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core app-crypt/libsecret dev-libs/libappindicator net-print/cups media-libs/alsa-lib sys-apps/util-linux x11-misc/xdg-utils x11-libs/gtk+:3 x11-libs/libnotify x11-libs/libXScrnSaver x11-libs/libX11 x11-libs/libXtst dev-libs/nss
|
||||
RESTRICT=mirror bindist
|
||||
SLOT=0
|
||||
SRC_URI=https://www.guilded.gg/downloads/Guilded-Linux.deb -> guilded-bin-1.0.9105465.deb
|
||||
_eclasses_=desktop 56973babb9c5f19cab0eeb53ece644c6 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 linux-info ea4122ba1d8791a12b78e53f9510a2e3 pax-utils 6285e04fab2343992d2df0df4edf6003 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 xdg 854eae304447322625df5991e20ed18f
|
||||
_md5_=d6b86ff5ef79cd817c6e5b8c906a3a0b
|
||||
14
metadata/md5-cache/net-news/newsraft-0.27
Normal file
14
metadata/md5-cache/net-news/newsraft-0.27
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=app-text/scdoc virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=dev-db/sqlite:3 dev-libs/expat dev-libs/gumbo:= dev-libs/yajl:= net-misc/curl sys-libs/ncurses:=
|
||||
DESCRIPTION=A lightweight feed reader with ncurses user interface inspired by Newsboat.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codeberg.org/newsraft/newsraft
|
||||
INHERIT=toolchain-funcs
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=ISC
|
||||
RDEPEND=dev-db/sqlite:3 dev-libs/expat dev-libs/gumbo:= dev-libs/yajl:= net-misc/curl sys-libs/ncurses:=
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/newsraft/newsraft/archive/newsraft-0.27.tar.gz
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991
|
||||
_md5_=27a693081a7eb4c6033d0d8bbbb092fc
|
||||
@@ -9,6 +9,6 @@ IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.1/p2pool_source.tar.xz -> p2pool-4.1.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.1/sha256sums.txt.asc -> p2pool-4.1_shasums.asc )
|
||||
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.1.1/p2pool_source.tar.xz -> p2pool-4.1.1.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.1.1/sha256sums.txt.asc -> p2pool-4.1.1_shasums.asc )
|
||||
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 5465aed08f1dfc2a75f14cbea4272961 cmake 10a50dfaf728b802fcfd37f8d0da9056 verify-sig a79ba011daaf532d71a219182474d150
|
||||
_md5_=1ce891719ff87c8c4d6197718cc3208d
|
||||
12
metadata/md5-cache/sci-misc/boinc-wrapper-26018-r2
Normal file
12
metadata/md5-cache/sci-misc/boinc-wrapper-26018-r2
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=compile configure install prepare
|
||||
DESCRIPTION=Wrapper to use non-BOINC apps with BOINC
|
||||
EAPI=8
|
||||
HOMEPAGE=https://boinc.berkeley.edu/trac/wiki/WrapperApp
|
||||
INHERIT=autotools edo
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=Info-ZIP LGPL-3+ regexp-UofT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/BOINC/boinc/archive/refs/tags/wrapper/26018.tar.gz -> boinc-wrapper-26018.tar.gz
|
||||
_eclasses_=gnuconfig f8b9cc21e72de8cbedde6ca5108d208b toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 libtool f9e6905c12590c1cac06d85371a0819a autotools 88360f474e629ee45f99b739f02b7d2d edo 367e103a74bf77e6a8da7894d999fa3c
|
||||
_md5_=afe4b3ff2c6ef032449999509ebc9348
|
||||
File diff suppressed because one or more lines are too long
11
metadata/md5-cache/x11-terms/terminal-simulator-0.2
Normal file
11
metadata/md5-cache/x11-terms/terminal-simulator-0.2
Normal file
@@ -0,0 +1,11 @@
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-image virtual/opengl
|
||||
DESCRIPTION=VT100 terminal hardware simulator
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/larsbrinkhoff/terminal-simulator
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-image virtual/opengl
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/larsbrinkhoff/terminal-simulator/archive/refs/tags/0.2.tar.gz -> terminal-simulator-0.2.tar.gz
|
||||
_md5_=ee8660937d28fb98f4a5e582f9c96070
|
||||
13
metadata/md5-cache/x11-terms/terminal-simulator-9999
Normal file
13
metadata/md5-cache/x11-terms/terminal-simulator-9999
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-image virtual/opengl
|
||||
DESCRIPTION=VT100 and VT52 terminal hardware simulator
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/larsbrinkhoff/terminal-simulator
|
||||
INHERIT=git-r3
|
||||
LICENSE=GPL-3
|
||||
PROPERTIES=live
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-image virtual/opengl
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=61820654885d1f1a32085be2c953f417
|
||||
Reference in New Issue
Block a user