mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
2025-03-15 10:48:19 UTC
This commit is contained in:
@@ -6,6 +6,6 @@ INHERIT=bash-completion-r1
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.153.1/pulumi-v3.153.1-linux-x64.tar.gz )
|
||||
SRC_URI=amd64? ( https://github.com/pulumi/pulumi/releases/download/v3.156.0/pulumi-v3.156.0-linux-x64.tar.gz )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082
|
||||
_md5_=dfd9eb3d3fdbd19286573c1a7d62496c
|
||||
@@ -1,16 +1,17 @@
|
||||
BDEPEND=virtual/pkgconfig || ( dev-lang/rust-bin:9999 dev-lang/rust:9999 dev-lang/rust-bin:1.86.0 dev-lang/rust:1.86.0 dev-lang/rust-bin:1.85.0 dev-lang/rust:1.85.0 dev-lang/rust-bin:1.84.1 dev-lang/rust:1.84.1 dev-lang/rust-bin:1.84.0 dev-lang/rust:1.84.0 dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 )
|
||||
BDEPEND=virtual/pkgconfig llvm_slot_17? ( llvm-core/clang:17= ) llvm_slot_18? ( llvm-core/clang:18= ) llvm_slot_19? ( llvm-core/clang:19= ) llvm_slot_17? ( || ( dev-lang/rust-bin:1.77.1[llvm_slot_17] dev-lang/rust:1.77.1[llvm_slot_17] dev-lang/rust-bin:1.76.0[llvm_slot_17] dev-lang/rust:1.76.0[llvm_slot_17] dev-lang/rust-bin:1.75.0[llvm_slot_17] dev-lang/rust:1.75.0[llvm_slot_17] dev-lang/rust-bin:1.74.1[llvm_slot_17] dev-lang/rust:1.74.1[llvm_slot_17] ) ) llvm_slot_18? ( || ( dev-lang/rust-bin:1.81.0[llvm_slot_18] dev-lang/rust:1.81.0[llvm_slot_18] dev-lang/rust-bin:1.80.1[llvm_slot_18] dev-lang/rust:1.80.1[llvm_slot_18] dev-lang/rust-bin:1.79.0[llvm_slot_18] dev-lang/rust:1.79.0[llvm_slot_18] dev-lang/rust-bin:1.78.0[llvm_slot_18] dev-lang/rust:1.78.0[llvm_slot_18] ) ) llvm_slot_19? ( || ( dev-lang/rust-bin:1.86.0[llvm_slot_19] dev-lang/rust:1.86.0[llvm_slot_19] dev-lang/rust-bin:1.85.0[llvm_slot_19] dev-lang/rust:1.85.0[llvm_slot_19] dev-lang/rust-bin:1.84.1[llvm_slot_19] dev-lang/rust:1.84.1[llvm_slot_19] dev-lang/rust-bin:1.84.0[llvm_slot_19] dev-lang/rust:1.84.0[llvm_slot_19] dev-lang/rust-bin:1.83.0[llvm_slot_19] dev-lang/rust:1.83.0[llvm_slot_19] dev-lang/rust-bin:1.82.0[llvm_slot_19] dev-lang/rust:1.82.0[llvm_slot_19] ) )
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DEPEND=app-crypt/gpgme dev-libs/gmp dev-libs/libgit2:= dev-libs/libgpg-error dev-libs/nettle dev-libs/openssl:0= sys-libs/zlib gtk? ( gui-libs/gtk )
|
||||
DESCRIPTION=A password manager that uses the file format of 'pass'
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/cortex/ripasso
|
||||
INHERIT=cargo plocale
|
||||
IUSE=gtk debug
|
||||
INHERIT=llvm-r1 cargo plocale
|
||||
IUSE=gtk +llvm_slot_19 llvm_slot_17 llvm_slot_18 debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ LGPL-2.1 MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 Unlicense || ( GPL-2 GPL-3 LGPL-3 )
|
||||
RDEPEND=app-crypt/gpgme dev-libs/gmp dev-libs/libgit2:= dev-libs/libgpg-error dev-libs/nettle dev-libs/openssl:0= sys-libs/zlib gtk? ( gui-libs/gtk )
|
||||
REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 llvm_slot_19 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/cortex/ripasso/archive/refs/tags/release-0.7.0.tar.gz -> ripasso-0.7.0.tar.gz https://github.com/freijon/ripasso/releases/download/release-0.7.0/ripasso-0.7.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 969e004a4a07d654b01c6b15e2c66080 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo eb4315c13bbb1d5195ce27f8934644f9 plocale 950fbaec7deeba41b5bcc0572cca99b9
|
||||
_md5_=bb8d6b6ad1bb7a0761d23bf87afb1b3e
|
||||
_eclasses_=llvm-utils 7f49c40879f833f9d07e2d5a9643077b llvm-r1 0bd586d3786517cd63802a520b404dda toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 969e004a4a07d654b01c6b15e2c66080 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo eb4315c13bbb1d5195ce27f8934644f9 plocale 950fbaec7deeba41b5bcc0572cca99b9
|
||||
_md5_=f2fe23a1f388c54b9aa5f195806222e3
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/go-acme/lego/
|
||||
INHERIT=go-module
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MIT Apache-2.0 BSD-2 BSD ISC MPL-2.0
|
||||
PROPERTIES=test_network
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/go-acme/lego/archive/v4.15.0.tar.gz -> lego-4.15.0.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/lego-4.15.0/deps.tar.xz -> lego-4.15.0-deps.tar.xz doc? ( https://github.com/go-acme/lego/archive/9fcb88b9d6914c456d6800cc84c3cd0a6ac93f18.tar.gz -> lego-4.15.0-docs.tar.gz )
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=bed1d8b9738a075268e06232eea4755b
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/go-acme/lego/
|
||||
INHERIT=go-module
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MIT Apache-2.0 BSD-2 BSD ISC MPL-2.0
|
||||
PROPERTIES=test_network
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/go-acme/lego/archive/v4.16.0.tar.gz -> lego-4.16.0.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/lego-4.16.0/deps.tar.xz -> lego-4.16.0-deps.tar.xz doc? ( https://github.com/go-acme/lego/archive/1f91ea806ff8f3184b7f4e00fc6e69b1e23a08a2.tar.gz -> lego-4.16.0-docs.tar.gz )
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=f3ad52e2a4c50d1704e64622d3e11c5d
|
||||
@@ -1,5 +1,5 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DEFINED_PHASES=compile install prepare test unpack
|
||||
DESCRIPTION=Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/go-acme/lego/
|
||||
@@ -10,6 +10,6 @@ LICENSE=MIT Apache-2.0 BSD-2 BSD ISC MPL-2.0
|
||||
PROPERTIES=test_network
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/go-acme/lego/archive/v4.14.2.tar.gz -> lego-4.14.2.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/lego-4.14.2/deps.tar.xz -> lego-4.14.2-deps.tar.xz doc? ( https://github.com/go-acme/lego/archive/e28a6ff22f2b7f75b8aaae5012672cfcca2be690.tar.gz -> lego-4.14.2-docs.tar.gz )
|
||||
SRC_URI=https://github.com/go-acme/lego/archive/v4.22.2.tar.gz -> lego-4.22.2.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/lego-4.22.2/deps.tar.xz -> lego-4.22.2-deps.tar.xz doc? ( https://github.com/go-acme/lego/archive/f1411f1b397b637903fd2e62769d50b3974b97ec.tar.gz -> lego-4.22.2-docs.tar.gz )
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=41c619cab4a9fa89207e99db9d2564a3
|
||||
_md5_=aef1618afecc97b5a5875cb063cd30f1
|
||||
@@ -10,4 +10,4 @@ PROPERTIES=test_network live
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=362912c5f9baa41bcdb1cfaed046eda1
|
||||
_md5_=aef1618afecc97b5a5875cb063cd30f1
|
||||
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://rubygems.org/gems/sorbet-runtime-0.5.11882.gem
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 ruby-utils a5d18cde09a96648a4d316ada2786cdb ruby-ng f0dedda0b5f19492ca5de91d98bc1708 ruby-fakegem 92ad9217e94825cb9c8ad831b513a7ec
|
||||
_md5_=4799eb9df8aba34a1f5439995e11a6db
|
||||
_md5_=65b79a86a5d343f93a1a3fabe52013d1
|
||||
|
||||
@@ -10,6 +10,6 @@ LICENSE=Overwolf Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus sys-libs/zlib x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libX11 x11-libs/pango x11-misc/xdg-utils
|
||||
RESTRICT=bindist mirror strip test
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://curseforge.overwolf.com/downloads/curseforge-latest-linux.deb -> curseforge-1.272.1_p23373.deb )
|
||||
SRC_URI=amd64? ( https://curseforge.overwolf.com/downloads/curseforge-latest-linux.deb -> curseforge-1.274.1_p24051.deb )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=774776b8e50e84d2d0a7c7a3bb1617d2
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=dev-util/wayland-scanner test? ( dev-cpp/gtest ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst test
|
||||
DEPEND=dev-libs/json-c:= dev-libs/wayland media-libs/fontconfig media-libs/freetype x11-libs/libxkbcommon avif? ( media-libs/libavif:= ) bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) exr? ( media-libs/openexr:= ) gif? ( media-libs/giflib:= ) heif? ( media-libs/libheif:= ) jpeg? ( media-libs/libjpeg-turbo:= ) jpegxl? ( media-libs/libjxl:= ) png? ( media-libs/libpng:= ) sixel? ( media-libs/libsixel ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo[X=] ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= ) dev-libs/wayland-protocols svg? ( X? ( x11-base/xorg-proto ) )
|
||||
DEPEND=dev-libs/json-c:= dev-libs/wayland media-libs/fontconfig media-libs/freetype x11-libs/libxkbcommon avif? ( media-libs/libavif:= ) bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) exr? ( media-libs/openexr:= ) gif? ( media-libs/giflib:= ) heif? ( media-libs/libheif:= ) jpeg? ( media-libs/libjpeg-turbo:= ) jpegxl? ( media-libs/libjxl:= ) png? ( media-libs/libpng:= ) raw? ( media-libs/libraw:= ) sixel? ( media-libs/libsixel ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo[X=] ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= ) dev-libs/wayland-protocols svg? ( X? ( x11-base/xorg-proto ) )
|
||||
DESCRIPTION=A lightweight image viewer for Wayland display servers
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/artemsen/swayimg
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=meson xdg
|
||||
IUSE=avif bash-completion exif exr gif heif jpeg jpegxl png sixel svg test tiff webp X
|
||||
IUSE=avif bash-completion exif exr gif heif jpeg jpegxl png raw sixel svg test tiff webp X
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/json-c:= dev-libs/wayland media-libs/fontconfig media-libs/freetype x11-libs/libxkbcommon avif? ( media-libs/libavif:= ) bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) exr? ( media-libs/openexr:= ) gif? ( media-libs/giflib:= ) heif? ( media-libs/libheif:= ) jpeg? ( media-libs/libjpeg-turbo:= ) jpegxl? ( media-libs/libjxl:= ) png? ( media-libs/libpng:= ) sixel? ( media-libs/libsixel ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo[X=] ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= )
|
||||
RDEPEND=dev-libs/json-c:= dev-libs/wayland media-libs/fontconfig media-libs/freetype x11-libs/libxkbcommon avif? ( media-libs/libavif:= ) bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) exr? ( media-libs/openexr:= ) gif? ( media-libs/giflib:= ) heif? ( media-libs/libheif:= ) jpeg? ( media-libs/libjpeg-turbo:= ) jpegxl? ( media-libs/libjxl:= ) png? ( media-libs/libpng:= ) raw? ( media-libs/libraw:= ) sixel? ( media-libs/libsixel ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo[X=] ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/artemsen/swayimg/archive/refs/tags/v3.7.tar.gz -> swayimg-3.7.tar.gz
|
||||
SRC_URI=https://github.com/artemsen/swayimg/archive/refs/tags/v3.9.tar.gz -> swayimg-3.9.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=ddaa3b4d76f6c6c61525a3232fa70da0
|
||||
_md5_=235ae0ff59c0cb0f0ea24f9cf1d97f67
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] app-arch/zstd:=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.3.296 raytracing? ( dev-util/DirectXShaderCompiler ) dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxshmfence[abi_x86_32(-)?,abi_x86_64(-)?] >=media-libs/vulkan-loader-1.3.296[abi_x86_32(-)?,abi_x86_64(-)?] dev-util/glslang[abi_x86_32(-)?,abi_x86_64(-)?] dev-libs/openssl[abi_x86_32(-)?,abi_x86_64(-)?]
|
||||
REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) || ( abi_x86_32 abi_x86_64 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GPUOpen-Drivers/xgl/archive/393503c25d5cf32828bc6d954a3a218dbcbfd085.tar.gz -> amdvlk-xgl-393503c25d5cf32828bc6d954a3a218dbcbfd085.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/cc31c8a8915e416185551dae494d49bdbf16fcbd.tar.gz -> amdvlk-pal-cc31c8a8915e416185551dae494d49bdbf16fcbd.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/eaf7c1d444cbf7f4ca31dfd24d213632afdae3ab.tar.gz -> amdvlk-llpc-eaf7c1d444cbf7f4ca31dfd24d213632afdae3ab.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/d142df384ebb5ef818e7b001a2d2523633a17cda.tar.gz -> amdvlk-gpurt-d142df384ebb5ef818e7b001a2d2523633a17cda.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/a1231d2f58522ed0170f492c804a7f01f2708c50.tar.gz -> amdvlk-llvm-project-a1231d2f58522ed0170f492c804a7f01f2708c50.tar.gz https://github.com/GPUOpen-Drivers/MetroHash/archive/18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz -> amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz https://github.com/GPUOpen-Drivers/CWPack/archive/4f8cf0584442a91d829d269158567d7ed926f026.tar.gz -> amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz https://github.com/GPUOpen-Drivers/llvm-dialects/archive/50260f8bdd9ce47b388f5009546a438aba8b9d16.tar.gz -> amdvlk-LLVM-dialects-50260f8bdd9ce47b388f5009546a438aba8b9d16.tar.gz
|
||||
SRC_URI=https://github.com/GPUOpen-Drivers/xgl/archive/ba24064a9c93e76d0cafb0196996e779fbe70bf4.tar.gz -> amdvlk-xgl-ba24064a9c93e76d0cafb0196996e779fbe70bf4.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/04bc1e796dd15fc90fff8fa826d32e431d8722f6.tar.gz -> amdvlk-pal-04bc1e796dd15fc90fff8fa826d32e431d8722f6.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/188bbf6a5b9403813e51d39f6fc8429550dbf267.tar.gz -> amdvlk-llpc-188bbf6a5b9403813e51d39f6fc8429550dbf267.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/f734985ebc31f471c376ed0cb217f43bdd40ee17.tar.gz -> amdvlk-gpurt-f734985ebc31f471c376ed0cb217f43bdd40ee17.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/cf4271cbb7c60a6517c45e9fc9fa09a9f420f512.tar.gz -> amdvlk-llvm-project-cf4271cbb7c60a6517c45e9fc9fa09a9f420f512.tar.gz https://github.com/GPUOpen-Drivers/MetroHash/archive/18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz -> amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz https://github.com/GPUOpen-Drivers/CWPack/archive/4f8cf0584442a91d829d269158567d7ed926f026.tar.gz -> amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz https://github.com/GPUOpen-Drivers/llvm-dialects/archive/50260f8bdd9ce47b388f5009546a438aba8b9d16.tar.gz -> amdvlk-LLVM-dialects-50260f8bdd9ce47b388f5009546a438aba8b9d16.tar.gz
|
||||
_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-any-r1 891415dfe39ad9b41b461f2b86354af0 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 37d23064f303dcf23453353ab8c77059
|
||||
_md5_=2665d5a430b557ab25e0192f712965de
|
||||
_md5_=f93ddbc846148dfc96538b0c4a40d1f0
|
||||
@@ -12,6 +12,6 @@ RDEPEND=sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?] app-arch/zstd[abi_x86_32(-)
|
||||
REQUIRED_USE=abi_x86_64 || ( abi_x86_32 abi_x86_64 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.2/amdvlk-2025.Q1.2.x86_64.rpm -> amdvlk-bin-2025.1.2-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.2/amdvlk_2025.Q1.2_i386.deb -> amdvlk-bin-2025.1.2-i386.deb
|
||||
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.3/amdvlk-2025.Q1.3.x86_64.rpm -> amdvlk-bin-2025.1.3-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.3/amdvlk_2025.Q1.3_i386.deb -> amdvlk-bin-2025.1.3-i386.deb
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib-build 9ac26ea006828266d235e2f0135429b5
|
||||
_md5_=27f6fc15d2b84eb45c4e556535b57ee0
|
||||
14
metadata/md5-cache/media-sound/plexamp-4.11.5
Normal file
14
metadata/md5-cache/media-sound/plexamp-4.11.5
Normal file
@@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst
|
||||
DESCRIPTION=A dedicated music player for your Plex media library.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.plex.tv/plexamp/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Plex MIT GPL-2 CC0-1.0
|
||||
RDEPEND=app-accessibility/at-spi2-core 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-fs/fuse:0 sys-libs/zlib 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/libxcb x11-libs/libxkbcommon x11-libs/pango
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-4.11.5.AppImage -> plexamp-4.11.5.AppImage
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=9406a1faeddef6de484c98c928169f0b
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=web? ( net-libs/nodejs[npm] ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install postinst prepare test unpack
|
||||
DESCRIPTION=Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
|
||||
EAPI=8
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-3 Apache-2.0 BSD BSD-2 MIT ZLIB
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/AdguardTeam/AdGuardHome/archive/refs/tags/v0.107.49.tar.gz -> AdGuardHome-0.107.49.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.49/deps.tar.xz -> AdGuardHome-0.107.49-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.49/wiki.tar.xz -> AdGuardHome-wiki-3b27176.tar.xz web? ( https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.49/npm-deps.tar.xz -> AdGuardHome-0.107.49-npm-deps.tar.xz )
|
||||
SRC_URI=https://github.com/AdguardTeam/AdGuardHome/archive/refs/tags/v0.107.57.tar.gz -> AdGuardHome-0.107.57.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.57/deps.tar.xz -> AdGuardHome-0.107.57-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/AdGuardHome-0.107.57/wiki.tar.xz -> AdGuardHome-wiki-5657b4b.tar.xz web? ( https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.57/AdGuardHome_frontend.tar.gz -> AdGuardHome-0.107.57-web.tar.gz )
|
||||
_eclasses_=fcaps 27152c9e4da035accb14a2d7879744ef multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd 54bd206bb5c4efac6ae28b6b006713b0
|
||||
_md5_=8cf016e542a7b46d958ab25286a21cfa
|
||||
_md5_=0428a84cd91164643314e2217e83b815
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-cpp/expected-lite <dev-libs/boost-1.87.0
|
||||
DEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-qt/qtimageformats:6 dev-cpp/expected-lite <dev-libs/boost-1.87.0
|
||||
DESCRIPTION=Chat client for https://twitch.tv
|
||||
EAPI=8
|
||||
HOMEPAGE=https://chatterino.com/
|
||||
@@ -8,8 +8,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake optfeature xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT BSD Unlicense
|
||||
RDEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6
|
||||
RDEPEND=dev-libs/openssl:= dev-libs/qtkeychain:=[qt6] dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-qt/qtimageformats:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Chatterino/chatterino2/archive/v2.5.2.tar.gz -> chatterino-2.5.2.tar.gz https://github.com/Chatterino/libcommuni/archive/030710ad53dda1541601ccabbad36a12a9e90c78.tar.gz -> chatterino-libcommuni-030710ad53dda1541601ccabbad36a12a9e90c78.tar.gz https://github.com/Neargye/magic_enum/archive/e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz -> chatterino-magic-e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz https://github.com/mackron/miniaudio/archive/4a5b74bef029b3592c54b6048650ee5f972c1a48.tar.gz -> chatterino-miniaudio-4a5b74bef029b3592c54b6048650ee5f972c1a48.tar.gz https://github.com/Tencent/rapidjson/archive/d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz -> chatterino-rapidjson-d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz https://github.com/pajlada/serialize/archive/17946d65a41a72b447da37df6e314cded9650c32.tar.gz -> chatterino-serialize-17946d65a41a72b447da37df6e314cded9650c32.tar.gz https://github.com/pajlada/settings/archive/9e9c2f65f4ae195a96329a90fd6ae24c24fb8f2f.tar.gz -> chatterino-settings-9e9c2f65f4ae195a96329a90fd6ae24c24fb8f2f.tar.gz https://github.com/pajlada/signals/archive/d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz -> chatterino-signals-d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz https://github.com/zaphoyd/websocketpp/archive/b9aeec6eaf3d5610503439b4fae3581d9aff08e8.tar.gz -> chatterino-websocketpp-b9aeec6eaf3d5610503439b4fae3581d9aff08e8.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=78ece5888204b1dc00249fc7713d2f18
|
||||
_md5_=ca4a1fc84a400109b221fa96ff119745
|
||||
@@ -5,10 +5,11 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/mullvad/mullvadvpn-app https://mullvad.net/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm systemd shell-completion xdg
|
||||
KEYWORDS=-* ~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 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 x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.5-beta1/MullvadVPN-2025.5-beta1_x86_64.rpm ) arm64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/2025.5-beta1/MullvadVPN-2025.5-beta1_aarch64.rpm )
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 systemd 54bd206bb5c4efac6ae28b6b006713b0 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=9362aecaf7703ea00630cdb432716ce3
|
||||
_md5_=598d7079d29dcc0875b5390f9430720f
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=A TUI bluetooth manager for Linux written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://darkhz.github.io/bluetuith
|
||||
INHERIT=go-module
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=Apache-2.0 BSD-2 BSD MIT
|
||||
RDEPEND=net-wireless/bluez
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/darkhz/bluetuith/archive/v0.2.0.tar.gz -> bluetuith-0.2.0.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/bluetuith-0.2.0/deps.tar.xz -> bluetuith-0.2.0-deps.tar.xz https://github.com/darkhz/bluetuith/archive/3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz -> bluetuith-docs-3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=f78ceae493f8cc780b9450e7195b7bfa
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
BDEPEND=app-arch/xz-utils >=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install prepare test unpack
|
||||
DESCRIPTION=A TUI bluetooth manager for Linux written in Go
|
||||
EAPI=8
|
||||
HOMEPAGE=https://darkhz.github.io/bluetuith
|
||||
INHERIT=go-module
|
||||
INHERIT=go-module unpacker
|
||||
IUSE=doc
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=Apache-2.0 BSD-2 BSD MIT
|
||||
RDEPEND=net-wireless/bluez
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/darkhz/bluetuith/archive/v0.1.9.tar.gz -> bluetuith-0.1.9.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/bluetuith-0.1.9/deps.tar.xz -> bluetuith-0.1.9-deps.tar.xz https://github.com/darkhz/bluetuith/archive/3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz -> bluetuith-docs-3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=2a4e0eab72e5f29f593e66b8df1005c2
|
||||
SRC_URI=https://github.com/darkhz/bluetuith/archive/v0.2.3.tar.gz -> bluetuith-0.2.3.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/bluetuith-0.2.3/deps.tar.xz -> bluetuith-0.2.3-deps.tar.xz https://github.com/darkhz/bluetuith/archive/3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz -> bluetuith-docs-3b2ebf5a6bc8a9ed2dc48e1fa7f0df5851ddb84b.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 unpacker fb4b84181244b3b9990fa0bf40232dd2
|
||||
_md5_=fac5822d6c29c87ba5d3b5f6a6ab67a4
|
||||
@@ -11,4 +11,4 @@ RDEPEND=net-wireless/bluez
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 unpacker fb4b84181244b3b9990fa0bf40232dd2 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=c5c66c4b16e4e98edba9ba319a7fcfc6
|
||||
_md5_=fac5822d6c29c87ba5d3b5f6a6ab67a4
|
||||
|
||||
11
metadata/md5-cache/sys-apps/flashprog-1.4
Normal file
11
metadata/md5-cache/sys-apps/flashprog-1.4
Normal file
@@ -0,0 +1,11 @@
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=>=dev-libs/libusb-1.0.26 >=dev-embedded/libjaylink-0.3.1 >=dev-embedded/libftdi-1.5-r7 >=dev-libs/libgpiod-1.6.4 >=sys-apps/pciutils-3.13.0
|
||||
DESCRIPTION=Utility for identifying, reading, writing, verifying and erasing flash chips
|
||||
EAPI=8
|
||||
HOMEPAGE=https://flashprog.org/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=dev-libs/libusb-1.0.26 >=dev-embedded/libjaylink-0.3.1 >=dev-embedded/libftdi-1.5-r7 >=dev-libs/libgpiod-1.6.4 >=sys-apps/pciutils-3.13.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/SourceArcade/flashprog/archive/refs/tags/v1.4.tar.gz -> flashprog-1.4.tar.gz
|
||||
_md5_=cbd8218ed63c1f706f830019a2d7c871
|
||||
14
metadata/md5-cache/sys-boot/limine-9.1.3
Normal file
14
metadata/md5-cache/sys-boot/limine-9.1.3
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=app-alternatives/gzip dev-lang/nasm sys-apps/findutils llvm_slot_16? ( llvm-core/llvm:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:16[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:16 ) llvm_slot_17? ( llvm-core/llvm:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:17[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:17 ) llvm_slot_18? ( llvm-core/llvm:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:18[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:18 ) llvm_slot_19? ( llvm-core/llvm:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/clang:19[llvm_targets_AArch64(-),llvm_targets_ARM(-),llvm_targets_X86(-),llvm_targets_RISCV(-),llvm_targets_LoongArch(-)] llvm-core/lld:19 ) cd-efi? ( sys-fs/mtools )
|
||||
DEFINED_PHASES=configure setup
|
||||
DESCRIPTION=Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
EAPI=8
|
||||
HOMEPAGE=https://limine-bootloader.org/
|
||||
INHERIT=llvm-r1
|
||||
IUSE=+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64 +uefirv64 +uefiloong64 +llvm_slot_19 llvm_slot_16 llvm_slot_17 llvm_slot_18
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD-2
|
||||
REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 llvm_slot_18 llvm_slot_19 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/limine-bootloader/limine/releases/download/v9.1.3/limine-9.1.3.tar.gz
|
||||
_eclasses_=llvm-utils 7f49c40879f833f9d07e2d5a9643077b llvm-r1 0bd586d3786517cd63802a520b404dda
|
||||
_md5_=a3e73c4ca06526b9fec1668876a66bc1
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=WTFPL-2
|
||||
RDEPEND=x11-base/xorg-server x11-apps/xauth x11-apps/xrdb x11-apps/xmessage sys-libs/ncurses
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fairyglade/ly/archive/v1.0.2/ly-1.0.2.tar.gz https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz -> zig-clap-8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz https://github.com/Kawaii-Ash/zigini/archive/0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz -> zigini-0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz https://github.com/ziglibs/ini/archive/e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz -> ziglibini-e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz
|
||||
SRC_URI=https://github.com/fairyglade/ly/archive/v1.0.3/ly-1.0.3.tar.gz https://github.com/Hejsil/zig-clap/archive/0.9.1.tar.gz -> zig-clap-0.9.1.tar.gz https://github.com/Kawaii-Ash/zigini/archive/0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz -> zigini-0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz https://github.com/ziglibs/ini/archive/e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz -> ziglibini-e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz
|
||||
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd 54bd206bb5c4efac6ae28b6b006713b0 prefix c3c4c93ebda319c0fa7ed6f942ba1010
|
||||
_md5_=239d534d549f255b76ba7a6993065691
|
||||
_md5_=e17255ec53d8be36041eaf253228d4b7
|
||||
@@ -108,7 +108,7 @@ app-admin/overmind 2.2.2-r1 2.4.0: Process manager for Procfile-based applicatio
|
||||
app-admin/pass-audit 1.2 1.2-r1: A pass extension for auditing your password repository.
|
||||
app-admin/pass-update 2.2.1: pass extension that provides an easy flow for updating passwords
|
||||
app-admin/passage 1.7.4.2: A fork of password-store using age as encryption backend
|
||||
app-admin/pulumi-bin 3.153.1 3.154.0 3.155.0: Infrastructure as code in any programming language
|
||||
app-admin/pulumi-bin 3.154.0 3.155.0 3.156.0: Infrastructure as code in any programming language
|
||||
app-admin/rbw 1.13.2 9999: Unofficial Bitwarden CLI
|
||||
app-admin/ripasso 0.7.0: A password manager that uses the file format of 'pass'
|
||||
app-admin/s-tui 1.1.6: Stress-Terminal UI monitoring tool
|
||||
@@ -157,7 +157,7 @@ app-crypt/gnome-encfs-manager 1.9-r2: An easy to use manager and mounter for enc
|
||||
app-crypt/ifcplugin-bin 3.1.1.0: Crypto Interface Web Browser Plugin
|
||||
app-crypt/intel-ipsec-mb 1.1 1.2 1.3 1.5 9999: Multi-Buffer Crypto for IPSec from Intel
|
||||
app-crypt/keepass-diff 1.1.3-r1: A CLI tool to diff Keepass (.kdbx) files
|
||||
app-crypt/lego 4.14.2 4.15.0 4.16.0 4.16.1 4.17.4 9999: Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
app-crypt/lego 4.16.1 4.17.4 4.22.2 9999: Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
app-crypt/pinentry-bemenu 0.13.2: Pinentry based on bemenu
|
||||
app-crypt/reop 2.1.1-r1: reasonable expectation of privacy
|
||||
app-crypt/sac-core 10.8.1050-r1: Thales/Gemalto SafeNet Authentication Client
|
||||
@@ -1063,7 +1063,7 @@ games-strategy/zedonline-bin 0.3.2-r1: A remake of the 1996 classic game Z, with
|
||||
games-util/NotEnoughProduction 0.0.4: Tool for building production chains for modded minecraft
|
||||
games-util/ProtonUp-Qt 2.11.1 9999: Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic.
|
||||
games-util/chiaki-ng 1.9.5 9999: Client for PlayStation 4 and PlayStation 5 Remote Play
|
||||
games-util/curseforge 1.272.1_p23373: The CurseForge Electron App
|
||||
games-util/curseforge 1.274.1_p24051: The CurseForge Electron App
|
||||
games-util/dwarf-therapist 41.2.5 42.1.5: For managing dwarves in Dwarf Fortress
|
||||
games-util/gamehub 0.16.3.2-r1: GameHub is a unified library for all your games
|
||||
games-util/goverlay 1.2: Graphical UI to help manage Linux game overlays (MangoHud).
|
||||
@@ -1282,7 +1282,7 @@ media-gfx/sic 0.22.4: Accessible image processing and conversion from the termin
|
||||
media-gfx/silicon 0.5.2-r1 0.5.2-r2 0.5.3: Create beautiful image of your code
|
||||
media-gfx/superpaper 2.2.1: Advanced multi monitor wallpaper manager
|
||||
media-gfx/svgcleaner 0.9.5: svgcleaner could help you to clean up your SVG files from the unnecessary data.
|
||||
media-gfx/swayimg 3.7 3.8: A lightweight image viewer for Wayland display servers
|
||||
media-gfx/swayimg 3.8 3.9: A lightweight image viewer for Wayland display servers
|
||||
media-gfx/timg 1.6.0: Terminal image and video viewer
|
||||
media-gfx/vimiv-qt 0.9.0-r1: An image viewer with vim-like keybindings
|
||||
media-gfx/vpuppr 0.9.0-r1: VTuber application made with Godot 3.4
|
||||
@@ -1290,8 +1290,8 @@ media-gfx/zw3d 2023.0.3.1-r1 2025.0.3.0: CAD/CAM software for 3D design and proc
|
||||
media-gfx/zwcad 2023.23.0.3.4-r2: CAD software for 2D drawing, reviewing and printing work
|
||||
media-libs/alsa-ucm-pinephone 1.2.6.3: ALSA ucm configuration files for the PinePhone (Pro)
|
||||
media-libs/alvr 16.0.0: ALVR is an open source remote VR display for the Oculus Go/Quest
|
||||
media-libs/amdvlk 2025.1.2: AMD Open Source Driver for Vulkan
|
||||
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2025.1.2: AMD Open Source Driver for Vulkan: official binary version
|
||||
media-libs/amdvlk 2025.1.3: AMD Open Source Driver for Vulkan
|
||||
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2025.1.3: AMD Open Source Driver for Vulkan: official binary version
|
||||
media-libs/blend2d 0.11.4-r2 9999: 2D vector graphics library powered by a JIT compiler.
|
||||
media-libs/dr_flac 0.12.43: Single-header FLAC audio decoder library
|
||||
media-libs/dr_mp3 0.6.40: Single-header MP3 audio decoder library
|
||||
@@ -1353,6 +1353,7 @@ media-sound/openutau 0.1.327 0.1.463 0.1.529 9999: Open source UTAU successor
|
||||
media-sound/pamixer 1.6 9999: Pulseaudio command line mixer.
|
||||
media-sound/pianobooster 1.0.0: A MIDI player/game that displays notes and teaches you how to play the piano
|
||||
media-sound/pipewire-module-xrdp 0.1_pre20230609-r1 0.2: PipeWire module which enables xrdp to use audio redirection
|
||||
media-sound/plexamp 4.11.5: A dedicated music player for your Plex media library.
|
||||
media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file or stream as a PulseAudio source
|
||||
media-sound/qloud 1.4.2: Tool to measure loudspeaker frequency and step responses and distortions
|
||||
media-sound/rsgain 3.5.1 3.5.3: Really Simple replay Gain calculator for tagging audio files
|
||||
@@ -1421,7 +1422,7 @@ net-dialup/minimodem 0.24-r2 9999-r1: General-purpose software audio FSK modem
|
||||
net-dialup/syncterm 1.1 9999: BBS (bulletin board system) terminal
|
||||
net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
|
||||
net-dialup/tio 3.8: Simple TTY terminal application
|
||||
net-dns/AdGuardHome 0.107.49 0.107.50 0.107.51: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
|
||||
net-dns/AdGuardHome 0.107.50 0.107.51 0.107.57: Network-wide ads & trackers blocking DNS server like Pi-Hole with web ui
|
||||
net-dns/blocky 0.23 0.24 0.25 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
|
||||
net-dns/noip-duc 3.3.0: No-IP Dynamic Update Client (https://www.noip.com)
|
||||
net-fs/httpdirfs 1.2.7: Filesystem to mount HTTP directory listings, with a permanent cache
|
||||
@@ -1430,7 +1431,7 @@ net-im/WasIstLos 1.6.5 1.7.0: An unofficial WhatsApp desktop application for Lin
|
||||
net-im/abaddon 0.2.1 9999: Alternative Discord client using GTK instead of Electron
|
||||
net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
|
||||
net-im/beeper 3.109.1 3.110.1: Beeper: Unified Messenger
|
||||
net-im/chatterino 2.5.2: Chat client for https://twitch.tv
|
||||
net-im/chatterino 2.5.2-r1: Chat client for https://twitch.tv
|
||||
net-im/conduit 0.8.0-r1 0.9.0-r1 9999: Matrix homeserver written in Rust
|
||||
net-im/discord-canary-bin 0.0.593: All-in-one voice and text chat
|
||||
net-im/discord-ptb-bin 0.0.97: All-in-one voice and text chat
|
||||
@@ -1570,7 +1571,7 @@ net-vpn/fastd 22 23: A very small VPN daemon which tunnels IP packets and Ethern
|
||||
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
|
||||
net-vpn/mullvadvpn-app 2025.4 2025.5_beta1: Tool used to manage daemon setup
|
||||
net-wireless/airspyhf 1.6.8: User mode driver for Airspy HF+
|
||||
net-wireless/bluetuith 0.1.9 0.2.0 0.2.1 0.2.2 9999: A TUI bluetooth manager for Linux written in Go
|
||||
net-wireless/bluetuith 0.2.1 0.2.2 0.2.3 9999: A TUI bluetooth manager for Linux written in Go
|
||||
net-wireless/btscreenlocker 1.8.1-r1: Daemon to lock your screen when Bluetooth trusted devices go away.
|
||||
net-wireless/easyroam-desktop 1.4.3: Easily connect your device to eduroam®.
|
||||
net-wireless/gr-lora_sdr 9999: GNU Radio SRT implementation of a LoRa transceiver.
|
||||
@@ -1666,7 +1667,7 @@ sys-apps/corefreq 1.96.3: CPU monitoring software designed for the 64-bits Proce
|
||||
sys-apps/dnf5 5.2.10.0 5.2.11.0: Command-line package manager
|
||||
sys-apps/dool 1.3.1-r1 1.3.2-r2 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
|
||||
sys-apps/drm_info 2.7.0: Small utility to dump info about DRM devices
|
||||
sys-apps/flashprog 1.2 1.3: Utility for identifying, reading, writing, verifying and erasing flash chips
|
||||
sys-apps/flashprog 1.2 1.3 1.4: Utility for identifying, reading, writing, verifying and erasing flash chips
|
||||
sys-apps/fselect 0.8.6: Find files with SQL-like queries
|
||||
sys-apps/hex 0.4.2 0.5.0 0.6.0: Futuristic take on hexdump
|
||||
sys-apps/hexyl 0.16.0: A command-line hex viewer
|
||||
@@ -1696,7 +1697,7 @@ sys-block/partclone 0.3.33: Partition cloning tool
|
||||
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
|
||||
sys-boot/drbl 5.4.2: Diskless Remote Boot in Linux
|
||||
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 7.9.2 8.0.5 8.0.6 8.0.7 8.0.9 8.0.11 8.0.12 8.0.13 8.0.14 8.1.1 8.1.2 8.3.2 8.4.0 8.5.0 8.6.0 8.7.0 9.0.0 9.0.1: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
|
||||
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0 7.9.2 8.0.5 8.0.6 8.0.7 8.0.9 8.0.11 8.0.12 8.0.13 8.0.14 8.1.1 8.1.2 8.3.2 8.4.0 8.5.0 8.6.0 8.7.0 9.0.0 9.0.1 9.1.3: 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
|
||||
sys-boot/zfsbootmenu 1.12.0 2.2.2 2.3.0: ZFS bootloader for root-on-ZFS systems
|
||||
@@ -1814,7 +1815,7 @@ x11-misc/i3status-rust 0.33.2: A feature-rich and resource-friendly replacement
|
||||
x11-misc/input-leap 9999: Share a mouse and keyboard between computers (fork of Barrier)
|
||||
x11-misc/ksnip 1.11.0_pre20250130: Ksnip is a Qt based cross-platform screenshot tool
|
||||
x11-misc/leftwm-theme 0.1.2: Theme mangager for LeftWM
|
||||
x11-misc/ly 1.0.2 9999: Ly - a TUI display manager (live ebuild)
|
||||
x11-misc/ly 1.0.3 9999: Ly - a TUI display manager (live ebuild)
|
||||
x11-misc/picom-jonaburg 9999: A lightweight compositor for X11 (previously a compton fork)
|
||||
x11-misc/pywal 3.3.0: Tool that generates color schemes from images
|
||||
x11-misc/pywal16 3.6.0 3.7.2: 16 colors fork of pywal
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 13 Mar 2025 14:03:21 +0000
|
||||
Sat, 15 Mar 2025 10:48:19 +0000
|
||||
|
||||
Reference in New Issue
Block a user