2024-10-29 14:18:23 UTC

This commit is contained in:
Repository mirror & CI
2024-10-29 14:18:23 +00:00
parent b776ffb2d7
commit 1bcc91b018
30 changed files with 199 additions and 142 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,8 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=lua_targets_luajit? ( dev-lang/luajit:= ) lua_targets_lua5-1? ( dev-lang/lua:5.1 ) lua_targets_lua5-3? ( dev-lang/lua:5.3 ) lua_targets_lua5-4? ( dev-lang/lua:5.4 ) dev-libs/openssl:0=
REQUIRED_USE=|| ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/wahern/cqueues/archive/rel-20200726.tar.gz -> cqueues-rel-20200726.tar.gz
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 lua-utils 7c89927eda6f21c4c48136247077ab37 lua 3414f66fe14a8c3ffdb5a894097068c6
_md5_=ebc1934a737d0e84082de195dbea63c9
_md5_=9c64701e233f541c1cbbf0689574be0a

View File

@@ -10,6 +10,6 @@ LICENSE=LGPL-2.1
RDEPEND=>=dev-python/jpype-1.5.0 python_targets_pypy3? ( dev-python/pypy3:= ) 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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/py3/m/mpxj/mpxj-13.5.0-py3-none-any.whl
SRC_URI=https://files.pythonhosted.org/packages/py3/m/mpxj/mpxj-13.5.1-py3-none-any.whl
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 2fee95c11e5f883024588d4837db6802 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 bcc61b7696f06db333c2f2db1606ed76 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=65087b38bee806baf2455c76b5959d60

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/click-7[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-10.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/typing-extensions[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=Format click help output nicely with rich
EAPI=8
HOMEPAGE=https://pypi.org/project/rich-click/ https://github.com/ewels/rich-click
INHERIT=distutils-r1
IUSE=test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/click-7[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-10.7[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/typing-extensions[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://github.com/ewels/rich-click/archive/refs/tags/v1.8.3.tar.gz -> rich-click-1.8.3.gh.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 2fee95c11e5f883024588d4837db6802 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 bcc61b7696f06db333c2f2db1606ed76
_md5_=e5c12604efc0b412057306718b1df52c

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-core:2 app-arch/snappy dev-libs/expat dev-libs/glib:2 dev-libs/libevent dev-libs/libxslt dev-libs/nspr dev-libs/nss dev-libs/re2 net-dns/c-ares media-libs/alsa-lib media-libs/libvpx media-libs/mesa media-video/ffmpeg[alsa] net-print/cups net-libs/http-parser x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[cups] x11-libs/libdrm x11-libs/libnotify 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/libXScrnSaver x11-libs/pango sys-apps/dbus sys-libs/zlib[minizip]
SLOT=0
SRC_URI=https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.tar.gz -> r2modman-bin-3.1.49.tar.gz https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/16x16.png -> r2modman-bin-3.1.49-16x16.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/32x32.png -> r2modman-bin-3.1.49-32x32.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/48x48.png -> r2modman-bin-3.1.49-48x48.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/64x64.png -> r2modman-bin-3.1.49-64x64.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/96x96.png -> r2modman-bin-3.1.49-96x96.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/128x128.png -> r2modman-bin-3.1.49-128x128.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/192x192.png -> r2modman-bin-3.1.49-192x192.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.49/src/assets/icon/256x256.png -> r2modman-bin-3.1.49-256x256.png
SRC_URI=https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.51/r2modman-3.1.51.tar.gz -> r2modman-bin-3.1.51.tar.gz https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/16x16.png -> r2modman-bin-3.1.51-16x16.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/32x32.png -> r2modman-bin-3.1.51-32x32.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/48x48.png -> r2modman-bin-3.1.51-48x48.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/64x64.png -> r2modman-bin-3.1.51-64x64.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/96x96.png -> r2modman-bin-3.1.51-96x96.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/128x128.png -> r2modman-bin-3.1.51-128x128.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/192x192.png -> r2modman-bin-3.1.51-192x192.png https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.51/src/assets/icon/256x256.png -> r2modman-bin-3.1.51-256x256.png
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=efe8a3dd25b327d3a23c683769202659

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
BDEPEND=app-shells/bash app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=
DESCRIPTION=KTX (Khronos Texture) Library and Tools
EAPI=8
HOMEPAGE=https://github.com/KhronosGroup/KTX-Software
INHERIT=cmake flag-o-matic
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=
SLOT=0
SRC_URI=https://github.com/KhronosGroup/KTX-Software/archive/refs/tags/v4.3.2.tar.gz -> KTX-Software-4.3.2.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
_md5_=3a02b457b456bf5d510af5669a625fc4

View File

@@ -1,4 +1,4 @@
BDEPEND=dev-util/wayland-scanner >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
BDEPEND=dev-util/wayland-scanner svg? ( dev-build/cmake x11-base/xorg-proto ) >=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:= ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= ) dev-libs/wayland-protocols
DESCRIPTION=A lightweight image viewer for Wayland display servers
@@ -13,4 +13,4 @@ RDEPEND=dev-libs/json-c:= dev-libs/wayland media-libs/fontconfig media-libs/free
SLOT=0
SRC_URI=https://github.com/artemsen/swayimg/archive/refs/tags/v3.2.tar.gz -> swayimg-3.2.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 2fee95c11e5f883024588d4837db6802 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=fd9f402b57f284911792606ba091fc7e
_md5_=28e3db015af96eab064412e166d655a0

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-util/wayland-scanner svg? ( dev-build/cmake x11-base/xorg-proto ) 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:= ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= ) dev-libs/wayland-protocols
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 exif exr gif heif jpeg jpegxl png svg test tiff webp bash-completion
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:= ) svg? ( dev-libs/glib:2 gnome-base/librsvg:2 x11-libs/cairo ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:= )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/artemsen/swayimg/archive/refs/tags/v3.4.tar.gz -> swayimg-3.4.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 2fee95c11e5f883024588d4837db6802 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=010e62594c151b879ffa3d087b743f9d

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-qt/qttools:6[linguist] test? ( dev-cpp/gtest ) 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=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtsvg:6 media-libs/taglib media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
DEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
DESCRIPTION=A customizable music player, Qt clone of foobar2000
EAPI=8
HOMEPAGE=https://www.fooyin.org/
@@ -9,9 +9,9 @@ INHERIT=cmake xdg git-r3
IUSE=alsa +archive openmpt +pipewire +replaygain sdl sndfile test
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtsvg:6 media-libs/taglib media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
RDEPEND=dev-libs/icu:= dev-libs/kdsingleapplication dev-qt/qtbase:6[concurrent,dbus,gui,network,sql,widgets] dev-qt/qtimageformats:6 dev-qt/qtsvg:6 media-libs/taglib media-video/ffmpeg:= alsa? ( media-libs/alsa-lib ) archive? ( app-arch/libarchive:= ) openmpt? ( media-libs/libopenmpt ) pipewire? ( media-video/pipewire:= ) replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile )
REQUIRED_USE=|| ( alsa pipewire sdl )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=0bc71966e6ca8aa7543bad0a3cae19bb
_md5_=6d9bc7674f14b29e280a5c8869badd4b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,14 +0,0 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=ArmCord is a custom client designed to enhance your Discord experience.
EAPI=8
HOMEPAGE=https://armcord.app/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg
KEYWORDS=~amd64
LICENSE=MIT BSD OSL-3.0
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 test strip
SLOT=0
SRC_URI=https://github.com/ArmCord/ArmCord/releases/download/v3.3.1/ArmCord-3.3.1-linux-amd64.deb -> armcord-bin-3.3.1.deb
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=d8c9fb3a13fc2201cd1491f02211e770

View File

@@ -1,7 +1,7 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=ArmCord is a custom client designed to enhance your Discord experience.
DESCRIPTION=Legcord is a custom client designed to enhance your Discord experience.
EAPI=8
HOMEPAGE=https://armcord.app/
HOMEPAGE=https://legcord.app/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=unpacker desktop xdg
KEYWORDS=~amd64
@@ -9,6 +9,6 @@ LICENSE=MIT BSD OSL-3.0
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 test strip
SLOT=0
SRC_URI=https://github.com/ArmCord/ArmCord/releases/download/v3.2.7/ArmCord_3.2.7_amd64.deb -> armcord-bin-3.2.7.deb
SRC_URI=https://github.com/Legcord/Legcord/releases/download/v1.0.2/Legcord-1.0.2-linux-amd64.deb -> legcord-bin-1.0.2.deb
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 unpacker fb4b84181244b3b9990fa0bf40232dd2 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=3d98251415ff3c1b8d3a1257dde777be
_md5_=4a7fb6d827ade916ee0f4fdfbf4400ae

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-build/bmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-crypt/libmd virtual/libcrypt test? ( net-misc/curl[static-libs(-)] )
DESCRIPTION=Minimal CGI library for web applications
EAPI=8
HOMEPAGE=https://kristaps.bsd.lv/kcgi/
INHERIT=flag-o-matic multilib multiprocessing toolchain-funcs
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=app-crypt/libmd virtual/libcrypt
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.12.5.tgz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f
_md5_=2bed9651f9efbbf16e5aad3ee5630b1d

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-build/bmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-crypt/libmd virtual/libcrypt test? ( net-misc/curl[static-libs(-)] )
DESCRIPTION=Minimal CGI library for web applications
EAPI=8
HOMEPAGE=https://kristaps.bsd.lv/kcgi/
INHERIT=flag-o-matic multilib multiprocessing toolchain-funcs
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=app-crypt/libmd virtual/libcrypt
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.13.0.tgz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f
_md5_=5c3fec9bbc03d3b7884a82fa5c075571

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-build/bmake virtual/pkgconfig kernel_linux? ( sys-kernel/linux-headers ) test? ( net-misc/curl )
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-crypt/libmd dev-libs/libbsd virtual/libcrypt test? ( net-misc/curl sys-libs/zlib )
DESCRIPTION=Minimal CGI library for web applications
EAPI=8
HOMEPAGE=https://kristaps.bsd.lv/kcgi/
INHERIT=flag-o-matic toolchain-funcs
IUSE=debug static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=app-crypt/libmd dev-libs/libbsd virtual/libcrypt
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://kristaps.bsd.lv/kcgi/snapshots/kcgi-0.13.4.tgz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe
_md5_=8cf4ebc52b31e88c05498c8708d118bb

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=An open-source GUI wallet developed by the Monero community.
EAPI=8
HOMEPAGE=https://github.com/monero-project/monero-gui/ https://www.getmonero.org/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
IUSE=+daemon tools wallet-cli wallet-rpc
KEYWORDS=-* ~amd64
LICENSE=BSD MIT
SLOT=0
SRC_URI=https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.3.4.tar.bz2 -> monero-gui-bin-0.18.3.4.tar.bz2
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=228c3c9e7cd16b8bacec5c6b5337c9af

View File

@@ -1,4 +1,4 @@
BDEPEND=>=dev-lang/go-1.21 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
BDEPEND=>=dev-lang/go-1.23 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install postinst setup unpack
DEPEND=acct-user/yggdrasil acct-group/yggdrasil
DESCRIPTION=An experiment in scalable routing as an encrypted IPv6 overlay network
@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~arm64
LICENSE=LGPL-3 MIT Apache-2.0 BSD ZLIB
RESTRICT=mirror strip
SLOT=0
SRC_URI=https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v0.5.7.tar.gz -> yggdrasil-go-0.5.7.tar.gz https://codeberg.org/BratishkaErik/distfiles/releases/download/yggdrasil-go-0.5.7/yggdrasil-go-0.5.7-vendor.tar.xz
SRC_URI=https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v0.5.9.tar.gz -> yggdrasil-go-0.5.9.tar.gz https://codeberg.org/BratishkaErik/distfiles/releases/download/yggdrasil-go-0.5.9/yggdrasil-go-0.5.9-vendor.tar.xz
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 linux-info ea4122ba1d8791a12b78e53f9510a2e3 systemd 54bd206bb5c4efac6ae28b6b006713b0
_md5_=b2aee045db6ef9b80421acf4ce84f12e
_md5_=fe019a1a204940494278903ea7014b8d

View File

@@ -1,15 +1,15 @@
BDEPEND=>=dev-lang/go-1.21 >=dev-vcs/git-1.8.2.1[curl] >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
BDEPEND=>=dev-lang/go-1.23 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install postinst setup unpack
DEPEND=acct-user/yggdrasil acct-group/yggdrasil
DESCRIPTION=An experiment in scalable routing as an encrypted IPv6 overlay network
EAPI=8
HOMEPAGE=https://yggdrasil-network.github.io/
IDEPEND=filecaps? ( sys-libs/libcap )
INHERIT=fcaps git-r3 go-module linux-info systemd
INHERIT=fcaps go-module linux-info systemd git-r3
IUSE=+filecaps
LICENSE=LGPL-3 MIT Apache-2.0 BSD ZLIB
PROPERTIES=live
RESTRICT=strip
RESTRICT=mirror strip
SLOT=0
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 git-r3 875eb471682d3e1f18da124be97dcc81 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 linux-info ea4122ba1d8791a12b78e53f9510a2e3 systemd 54bd206bb5c4efac6ae28b6b006713b0
_md5_=5a128932ef67c1a5489a96a4d1f47786
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 linux-info ea4122ba1d8791a12b78e53f9510a2e3 systemd 54bd206bb5c4efac6ae28b6b006713b0 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=fe019a1a204940494278903ea7014b8d

View File

@@ -0,0 +1,16 @@
BDEPEND=virtual/pkgconfig >=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=configure prepare
DEPEND=dev-libs/openssl:0= e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:3 ) ncurses? ( sys-libs/ncurses:0= ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:0[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
DESCRIPTION=Partition cloning tool
EAPI=8
HOMEPAGE=https://partclone.org
INHERIT=autotools
IUSE=apfs btrfs +e2fs exfat f2fs fat fuse hfs minix ncurses nilfs2 ntfs reiserfs static test ufs vmfs xfs
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=dev-libs/openssl:0= e2fs? ( sys-fs/e2fsprogs ) btrfs? ( sys-apps/util-linux ) fuse? ( sys-fs/fuse:3 ) ncurses? ( sys-libs/ncurses:0= ) nilfs2? ( sys-fs/nilfs-utils ) ntfs? ( sys-fs/ntfs3g ) reiserfs? ( sys-fs/progsreiserfs ) xfs? ( sys-apps/util-linux ) static? ( dev-libs/openssl:0[static-libs] e2fs? ( sys-fs/e2fsprogs[static-libs] ) btrfs? ( sys-apps/util-linux[static-libs] ) fuse? ( sys-fs/fuse:0[static-libs] ) ncurses? ( sys-libs/ncurses:0[static-libs] ) nilfs2? ( sys-fs/nilfs-utils[static-libs] ) ntfs? ( sys-fs/ntfs3g[static-libs] ) reiserfs? ( sys-fs/progsreiserfs[static-libs] ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/Thomas-Tsai/partclone/archive/refs/tags/0.3.32.tar.gz -> partclone-0.3.32.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe
_md5_=16c98457e991f47b298808465cb27c83

View File

@@ -9,6 +9,6 @@ LICENSE=AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0
RDEPEND=dev-vcs/git
RESTRICT=mirror strip
SLOT=0
SRC_URI=https://github.com/bouncepaw/mycorrhiza/archive/v1.15.0.tar.gz -> mycorrhiza-1.15.0.tar.gz https://codeberg.org/BratishkaErik/distfiles/releases/download/mycorrhiza-1.15.0/mycorrhiza-1.15.0-vendor.tar.xz
SRC_URI=https://github.com/bouncepaw/mycorrhiza/archive/v1.15.1.tar.gz -> mycorrhiza-1.15.1.tar.gz https://codeberg.org/BratishkaErik/distfiles/releases/download/mycorrhiza-1.15.1/mycorrhiza-1.15.1-vendor.tar.xz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467
_md5_=0a56045ec7a691ade0cb03b9f02c0daa
_md5_=a34d90b843623b01327be0e97bba7f79

View File

@@ -1,4 +1,4 @@
BDEPEND=>=dev-lang/go-1.19.0 >=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=>=dev-lang/go-1.22 >=dev-lang/go-1.20:= app-arch/unzip >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install postinst unpack
DESCRIPTION=Git-based wiki engine written in Go using mycomarkup
EAPI=8
@@ -7,7 +7,7 @@ INHERIT=go-module git-r3
LICENSE=AGPL-3 MIT Apache-2.0 BSD BSD-2 CC-BY-4.0
PROPERTIES=live
RDEPEND=dev-vcs/git
RESTRICT=strip
RESTRICT=mirror strip
SLOT=0
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=a910b93d20c3515ffe0956499dd72be8
_md5_=a34d90b843623b01327be0e97bba7f79

View File

@@ -354,7 +354,7 @@ app-text/sioyek 9999: Sioyek is a PDF viewer with a focus on textbooks and resea
app-text/smu 1.5 9999: Simple markup - markdown like syntax
app-text/the-platinum-searcher-bin 2.2.0: Fast CLI search tool, faster than grep, ack, silver_searcher (ag)
app-text/tldr 3.2.0: Python command line client for tldr pages
app-text/typst 0.11.1: A markup-based typesetting system for the sciences
app-text/typst 0.12.0: A markup-based typesetting system for the sciences
app-text/vale 3.7.0 3.7.1: A syntax-aware linter for prose built with speed and extensibility in mind
app-vim/ale 3.3.0: Check syntax in Vim asynchronously and fix files, with LSP support
app-vim/ansible-vim 3.3 3.4: vim plugin: sytax highlighting for Ansible's common file types
@@ -741,7 +741,7 @@ dev-python/moderngl 5.11.1: Modern OpenGL binding for python
dev-python/moderngl-window 2.4.6: A cross platform utility library for ModernGL
dev-python/mollie-api-python 3.6.0: Mollie API client for Python
dev-python/moreorless 0.4.0: Wrapper to make difflib.unified_diff more fun to use
dev-python/mpxj 13.5.0: Read/Write project management files (MPP, MSPDI, MPX, PMXML, etc)
dev-python/mpxj 13.5.1: Read/Write project management files (MPP, MSPDI, MPX, PMXML, etc)
dev-python/msrest 0.7.1: AutoRest swagger generator Python client runtime
dev-python/mwclient 0.10.1: Unofficial lib for MediaWiki API
dev-python/nkdfu 0.2: Python DFU tool for updating Nitrokeys' firmware
@@ -821,6 +821,7 @@ dev-python/readability-lxml 0.8.1: fast html to text parser (article readability
dev-python/readmdict 0.1.1-r1: Read mdx/mdd files
dev-python/rectangle-packer 2.0.2: Pack a set of rectangles into a bounding box with minimum area
dev-python/repology-client 0.0.2 0.2.0: Asynchronous wrapper for Repology API
dev-python/rich-click 1.8.3: Format click help output nicely with rich
dev-python/rpmautospec-core 0.1.5: Core functionality used by rpmautospec
dev-python/rst2ansi 0.1.5-r2: Render reStructuredText documents to the terminal
dev-python/rstcheck 6.2.0 6.2.1: Checks syntax of reStructuredText and code blocks nested within it
@@ -928,7 +929,7 @@ dev-util/gshards 0.2: Small helper tools to aid installing Crystal packages in G
dev-util/haredo 1.0.2 9999: a simple and unix-idiomatic build automator
dev-util/hut 0.6.0: CLI tool for sourcehut
dev-util/insomnia-bin 2023.5.8: HTTP and GraphQL client for developers
dev-util/juliaup 1.17.8: Julia installer and version multiplexer
dev-util/juliaup 1.17.10: Julia installer and version multiplexer
dev-util/lemminx-bin 0.27.0 0.27.1: XML Language Server
dev-util/libtypec-utils 0.5.2: Library to interface with USB Type-C/Power Delivery devices
dev-util/lottieconverter 0.2-r1 0.2-r2: Simple lottie (telegram animated sticker) converter
@@ -1043,7 +1044,7 @@ games-util/mangohud 0.7.2 9999: Vulkan and OpenGL overlay for monitoring FPS, se
games-util/minigalaxy 1.2.6: A simple GOG client for Linux
games-util/pegasus 9999: Graphical frontend for browsing your game library
games-util/protonup 0.1.5 9999: Install and Update Proton-GE
games-util/r2modman-bin 3.1.49-r1: A simple and easy to use mod manager for several games using Thunderstore
games-util/r2modman-bin 3.1.51: A simple and easy to use mod manager for several games using Thunderstore
games-util/roll 2.6.1: Program to roll dices specified in a simple and intuitive way
games-util/samrewritten 9999 202008: Steam Achievement Manager For Linux
games-util/sdl2-gamepad-mapper 0.0.8-r1: GUI application to generate an SDL2 mapping string from a generic controller
@@ -1161,7 +1162,7 @@ gui-apps/wlsunset 0.4.0 9999: Day/night gamma adjustments for Wayland
gui-apps/wob 0.14.2 0.15.1-r1: Lightweight overlay volume/backlight/progress/anything bar for Wayland
gui-apps/wscreensaver 9999: Xscreensaver screensavers ported to wayland
gui-apps/wtype 0.4: xdotool type for wayland
gui-apps/xremap 0.10.1: Dynamic key remap for X and Wayland
gui-apps/xremap 0.10.2: Dynamic key remap for X and Wayland
gui-apps/xwayland-satellite 0.4-r1: Xwayland outside your Wayland
gui-apps/yambar 1.11.0 9999: Simplistic and highly configurable status panel for X and Wayland
gui-libs/gtk-session-lock 0.2.0-r5 9999: GTK-based lockscreen for Wayland
@@ -1214,6 +1215,7 @@ media-fonts/udev-gothic 1.3.1-r1: UDEV Gothic is a composite font of BIZ UD Goth
media-fonts/unscii 2.1: Set of bitmapped Unicode fonts based on classic system fonts
media-fonts/victor-mono 1.5.4 1.5.5 1.5.6: A free programming font with cursive italics and ligatures
media-fonts/warframe-fonts 0_pre20191111: Fonts from the Warframe game
media-gfx/KTX-Software 4.3.2: KTX (Khronos Texture) Library and Tools
media-gfx/WebPlotDigitizer-bin 4.7: Web based tool to extract data from plots, images, and maps
media-gfx/akira 0.0.13 9999: Native Linux App for UI and UX Design built in Vala and GTK.
media-gfx/azpainter 3.0.9a: Full color painting software for Linux for illustration drawing
@@ -1233,7 +1235,7 @@ media-gfx/sic 0.22.4: Accessible image processing and conversion from the termin
media-gfx/silicon 0.5.2: 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.2: A lightweight image viewer for Wayland display servers
media-gfx/swayimg 3.2 3.4: 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: An image viewer with vim-like keybindings
media-gfx/vpuppr 0.9.0-r1: VTuber application made with Godot 3.4
@@ -1374,13 +1376,12 @@ net-dialup/tcpser 1.1.4: Hayes Smartmodem emulator over TCP/IP
net-dialup/tio 3.7: 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/blocky 0.22 0.23 0.24 9999: Fast and lightweight DNS proxy as ad-blocker with many features written in Go
net-dns/noip-duc 3.1.1: No-IP Dynamic Update Client (https://www.noip.com)
net-dns/noip-duc 3.3.0: No-IP Dynamic Update Client (https://www.noip.com)
net-fs/httpdirfs 1.2.0: Filesystem to mount HTTP directory listings, with a permanent cache
net-fs/hubicfuse 3.0.1: Support for mounting HubiC drive in GNU/Linux
net-im/Quaternion 0.0.96.1: A Qt-based IM client for Matrix
net-im/WasIstLos 1.6.5 1.7.0: An unofficial WhatsApp desktop application for Linux
net-im/abaddon 0.1.12-r1 0.1.13 0.2.1 9999: Alternative Discord client using GTK instead of Electron
net-im/armcord-bin 3.2.7 3.3.1: ArmCord is a custom client designed to enhance your Discord experience.
net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
net-im/beeper 3.108.3 3.109.1: Beeper: Unified Messenger
net-im/chatterino 2.5.1: Chat client for https://twitch.tv
@@ -1395,6 +1396,7 @@ net-im/gomuks 0.3.0 0.3.1: A terminal based Matrix client written in Go
net-im/heisenbridge 1.14.6-r1 1.15.0: A bouncer-style Matrix IRC bridge
net-im/iamb 0.0.8 0.0.9: A Matrix chat client that uses Vim keybindings
net-im/jitsi-meet 2022.3.1-r1: Desktop application for Jitsi Meet built with Electron
net-im/legcord-bin 1.0.2: Legcord is a custom client designed to enhance your Discord experience.
net-im/manyverse-bin 0.2310.9: A social network off the grid with append-only protocol (no edits) on blockchain
net-im/mastoposter 0.2: Configurable reposter from Mastodon-compatible Fediverse servers
net-im/matterhorn-bin 90000.0.0 90000.0.1: Terminal based Mattermost client
@@ -1421,7 +1423,7 @@ net-irc/thelounge 4.4.1-r1 4.4.3-r1: Modern, responsive, cross-platform, self
net-irc/tiny 0.12.0: IRC client written in Rust
net-libs/dpdk 23.03: Data Plane Development Kit libraries for fast userspace networking
net-libs/ixwebsocket 11.4.4: C++ websocket client and server library
net-libs/kcgi 0.12.5 0.13.0 0.13.3: Minimal CGI library for web applications
net-libs/kcgi 0.13.3 0.13.4: Minimal CGI library for web applications
net-libs/libuecc 7: a very small Elliptic Curve Cryptography library compatible with Ed25519.
net-libs/orcania 2.3.3: Library for angharad programs
net-libs/picotls 0_pre20220721 9999: TLS 1.3 implementation in C
@@ -1497,9 +1499,10 @@ net-p2p/feather 2.6.7-r1 2.6.8 9999: A free, open-source Monero wallet
net-p2p/fragments 3.0.0 3.0.1: Fragments is an easy to use BitTorrent client
net-p2p/gridcoin 5.4.8.0 5.4.8.0_p1: Proof-of-Stake based cryptocurrency that rewards BOINC computation
net-p2p/monero 0.17.3.2 0.18.3.3-r2 0.18.3.4-r1 9999: The secure, private, untraceable cryptocurrency
net-p2p/monero-gui-bin 0.18.3.4: An open-source GUI wallet developed by the Monero community.
net-p2p/p2pool 4.0 4.1.1 9999: Decentralized pool for Monero mining
net-p2p/trezord-go 2.0.33: TREZOR Communication Daemon
net-p2p/yggdrasil-go 0.5.7 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
net-p2p/yggdrasil-go 0.5.9 9999: An experiment in scalable routing as an encrypted IPv6 overlay network
net-print/hpuld 1.00.39.15.00.23-r1: HP Unified Linux Driver (for samsung hardware)
net-proxy/MTProxy 3.0.4-r1: Community fork of MTProxy
net-proxy/byedpi 0.12 0.13 0.14.1 9999: Bypass DPI SOCKS proxy
@@ -1626,7 +1629,7 @@ sys-apps/sd 1.0.0: Intuitive find & replace CLI (sed alternative)
sys-apps/systemd-bootchart 234 235: systemd boot performance graphing tool
sys-apps/ugrep 5.1.4: A fast, drop-in replacement for GNU grep
sys-auth/pam-gnupg 0.4: Unlock GnuPG keys on login
sys-block/partclone 0.3.20: Partition cloning tool
sys-block/partclone 0.3.20 0.3.32: Partition cloning tool
sys-boot/customrescuecd-x86_64-grub 0.1: Grub menu entries for the .iso image of customrescuecd
sys-boot/grml-rescueboot 0.6.1: grub2 script to add ISO images to the grub2 boot menu
sys-boot/limine 7.0.0 7.0.3 7.0.5 7.3.0 7.5.0 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: Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader
@@ -1698,7 +1701,7 @@ www-apps/invidious 2024.04.27 2024.08.25.1: Invidious is an alternative front-en
www-apps/laminar 1.3-r1: Fast and lightweight Continuous Integration
www-apps/libmedium 2024.06.10: Alternative private front-end to Medium
www-apps/librarian 2023.05.07: An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.
www-apps/mycorrhiza 1.15.0 9999: Git-based wiki engine written in Go using mycomarkup
www-apps/mycorrhiza 1.15.1 9999: Git-based wiki engine written in Go using mycomarkup
www-apps/pleroma 2.7.0-r1 9999: ActivityPub social networking software compatible with other Fediverse software
www-apps/pleroma-fe 2.7.0 9999: Main frontend for www-apps/pleroma, inspired by qvitter
www-apps/redlib 0.31.2-r1 0.34.0: Private front-end to Reddit

View File

@@ -1 +1 @@
Tue, 29 Oct 2024 11:03:35 +0000
Tue, 29 Oct 2024 14:18:23 +0000

View File

@@ -331,10 +331,11 @@ gui-apps/wlogout:fish-completions - Enable completions for fish shell
gui-apps/wlogout:layershell - Enable transparency
gui-apps/wlogout:zsh-completions - Enable completions for zsh shell
gui-apps/wob:seccomp - Linux kernel syscall filtering
gui-apps/xremap:gnome - GNOME Wayland
gui-apps/xremap:kde - KDE-Plasma Wayland
gui-apps/xremap:wlroots - Sway, Hyprland, etc.
gui-apps/xremap:x11 - X11
gui-apps/xremap:gnome - build client for GNOME Wayland
gui-apps/xremap:hyprland - build client for Hyprland
gui-apps/xremap:kde - build client for KDE-Plasma Wayland
gui-apps/xremap:wlroots - build client for Sway, Wayfire, etc.
gui-apps/xremap:x11 - build client for X11
gui-apps/yambar:alsa - ALSA support
gui-apps/yambar:backlight - Backlight support
gui-apps/yambar:battery - Battery support
@@ -586,6 +587,10 @@ net-p2p/monero:hw-wallet - Enable Trezor hardware wallet support.
net-p2p/monero:tools - Build tools used to manipulate the blockchain as it is stored on disk.
net-p2p/monero:wallet-cli - Build the command line wallet, monero-wallet-cli.
net-p2p/monero:wallet-rpc - Build the RPC wallet, monero-wallet-rpc.
net-p2p/monero-gui-bin:daemon - Install the Monero daemon used to connect to the P2P network.
net-p2p/monero-gui-bin:tools - Install tools used to manipulate the blockchain as it is stored on disk.
net-p2p/monero-gui-bin:wallet-cli - Install the command line wallet, monero-wallet-cli.
net-p2p/monero-gui-bin:wallet-rpc - Install the RPC wallet, monero-wallet-rpc.
net-p2p/trezord-go:systemd - Install systemd service file
net-p2p/trezord-go:udev - Install udev rules
net-print/hpuld:scanner - Enable scanner on multifunction devices which support it