mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
2024-12-24 12:03:22 UTC
This commit is contained in:
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-lang/lua:5.1 dev-libs/boost dev-libs/expat dev-libs/tinyxml gnome-base/libgtop media-gfx/flam3 media-libs/freeglut media-libs/glee media-libs/libpng:* media-video/ffmpeg:0 net-misc/curl sys-libs/zlib x11-libs/libX11 x11-libs/libXrender x11-libs/wxGTK:3.0-gtk3 virtual/opengl
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/scottdraves/electricsheep/archive/37ba0fd692d6581f8fe009ed11c9650cd8174123.tar.gz -> electricsheep-3.0.2_p20191005.tar.gz
|
||||
SRC_URI=https://github.com/scottdraves/electricsheep/archive/37ba0fd692d6581f8fe009ed11c9650cd8174123.tar.gz -> electricsheep-3.0.2_p20191005.tar.gz https://github.com/scottdraves/electricsheep/pull/109.patch -> electricsheep-fix-ffmpeg5.patch https://github.com/scottdraves/electricsheep/pull/123.patch -> electricsheep-fix-build-boost-185.patch
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=c56b7c877be37875529c9373531f6d49
|
||||
_md5_=8c2b5075cda96128870531e48826bcba
|
||||
@@ -1,15 +1,15 @@
|
||||
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(-)?]
|
||||
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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A simple script to identify files not tracked by Portage package manager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/gcarq/portage-lostfiles
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=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 )
|
||||
RDEPEND=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_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/gcarq/portage-lostfiles/archive/v0.5.5.tar.gz -> portage-lostfiles-0.5.5.tar.gz
|
||||
SRC_URI=https://github.com/gcarq/portage-lostfiles/archive/v0.5.6.tar.gz -> portage-lostfiles-0.5.6.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=e26eb8a207587032dbc5d3bfeaf9eb7a
|
||||
_md5_=6bca6d5691773087a7b10620562decc4
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=|| ( Apache-2.0 MIT )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/simdutf/simdutf/archive/refs/tags/v5.6.0.tar.gz -> simdutf-5.6.0.tar.gz
|
||||
SRC_URI=https://github.com/simdutf/simdutf/archive/refs/tags/v5.7.1.tar.gz -> simdutf-5.7.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82
|
||||
_md5_=b16b284b6e8ed1c68eb7132e94d83f8d
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=x11-libs/gtk+:3 dev-libs/glib:2
|
||||
DESCRIPTION=File dialog library with C and C++ bindings, based on nativefiledialog
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/btzy/nativefiledialog-extended
|
||||
INHERIT=cmake
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=ZLIB
|
||||
RDEPEND=x11-libs/gtk+:3 dev-libs/glib:2
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1.2.0
|
||||
SRC_URI=https://github.com/btzy/nativefiledialog-extended/archive/refs/tags/v1.2.0.tar.gz -> nativefiledialog-extended-1.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=4ae554da793f7c5a1d765cd199e98a33
|
||||
@@ -15,4 +15,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0.H
|
||||
SRC_URI=https://github.com/CleverRaven/Cataclysm-DDA/archive/0.H-RELEASE.tar.gz -> cataclysm-dda-0h.tar.gz soundpack? ( https://github.com/Fris0uman/CDDA-Soundpacks/releases/download/2024-10-27/CC-Sounds.zip -> cataclysm-dda-0h-soundpack.zip )
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96
|
||||
_md5_=fd84f46887feae01f3b20cd6c5e87a3e
|
||||
_md5_=d2083e2730cb860469f00212e45ffc4a
|
||||
|
||||
@@ -14,4 +14,4 @@ REQUIRED_USE=soundpack? ( sound ) sound? ( tiles ) || ( tiles ncurses )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=9999
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=b9fef4f80943ef47e4b47d298ee9fedf
|
||||
_md5_=1f9863e5ccbde4f80ae4a5faf48f141e
|
||||
|
||||
14
metadata/md5-cache/games-strategy/unciv-bin-4.14.17
Normal file
14
metadata/md5-cache/games-strategy/unciv-bin-4.14.17
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install preinst prepare setup unpack
|
||||
DEPEND=>=dev-java/java-config-2.2.0-r3
|
||||
DESCRIPTION=Turn-based historical strategy game, a remake of Civ V
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/yairm210/Unciv
|
||||
INHERIT=desktop java-pkg-2
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=>=virtual/jre-11:* >=dev-java/java-config-2.2.0-r3
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yairm210/Unciv/releases/download/4.14.17/Unciv.jar -> unciv-bin-4.14.17.jar
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed java-utils-2 c610b1541a10e37cb26ab5b707a744f1 java-pkg-2 6e6478d8b78f18251c008bad32994df9
|
||||
_md5_=759d8d180889c2efde1a22e79b06c177
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dasbus[python_targets_python3_11(-)?,python_targets_python3_12(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell[introspection] 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.52.tar.gz -> nwg-panel-0.9.52.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.55.tar.gz -> nwg-panel-0.9.55.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df systemd 54bd206bb5c4efac6ae28b6b006713b0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=0ac5496bbf7b844d9f84005e3da0f604
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dasbus[python_targets_python3_11(-)?,python_targets_python3_12(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell[introspection] 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.53.tar.gz -> nwg-panel-0.9.53.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.56.tar.gz -> nwg-panel-0.9.56.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df systemd 54bd206bb5c4efac6ae28b6b006713b0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=0ac5496bbf7b844d9f84005e3da0f604
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dasbus[python_targets_python3_11(-)?,python_targets_python3_12(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell[introspection] 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.50.tar.gz -> nwg-panel-0.9.50.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.57.tar.gz -> nwg-panel-0.9.57.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df systemd 54bd206bb5c4efac6ae28b6b006713b0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=0ac5496bbf7b844d9f84005e3da0f604
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=x11-libs/gtk+:3 dev-python/pygobject[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/i3ipc[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dasbus[python_targets_python3_11(-)?,python_targets_python3_12(-)?] gui-apps/nwg-icon-picker media-sound/playerctl gui-libs/gtk-layer-shell[introspection] 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.51.tar.gz -> nwg-panel-0.9.51.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-panel/archive/v0.9.58.tar.gz -> nwg-panel-0.9.58.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df systemd 54bd206bb5c4efac6ae28b6b006713b0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=0ac5496bbf7b844d9f84005e3da0f604
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=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 postinst prepare test
|
||||
DEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp
|
||||
DESCRIPTION=libraries an common functions for the nwg-shell project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.40.tar.gz -> nwg-shell-0.5.40.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=6aafd592d633badf3ae97615b2718c50
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=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 postinst prepare test
|
||||
DEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp
|
||||
DESCRIPTION=libraries an common functions for the nwg-shell project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.41.tar.gz -> nwg-shell-0.5.41.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=6aafd592d633badf3ae97615b2718c50
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=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 postinst prepare test
|
||||
DEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp
|
||||
DESCRIPTION=libraries an common functions for the nwg-shell project
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.42.tar.gz -> nwg-shell-0.5.42.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=6aafd592d633badf3ae97615b2718c50
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/grim gui-apps/swappy gui-apps/slurp 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.39.tar.gz -> nwg-shell-0.5.39.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell/archive/v0.5.44.tar.gz -> nwg-shell-0.5.44.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=6aafd592d633badf3ae97615b2718c50
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=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 postinst postrm prepare test
|
||||
DEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3
|
||||
DESCRIPTION=nwg-shell configuration utility
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell-config
|
||||
INHERIT=desktop distutils-r1 xdg-utils
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.52.tar.gz -> nwg-shell-config-0.5.52.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=9254b075df27e850da824ad35b4986db
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=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 postinst postrm prepare test
|
||||
DEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3
|
||||
DESCRIPTION=nwg-shell configuration utility
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nwg-piotr/nwg-shell-config
|
||||
INHERIT=desktop distutils-r1 xdg-utils
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.53.tar.gz -> nwg-shell-config-0.5.53.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=9254b075df27e850da824ad35b4986db
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=gui-apps/nwg-shell sci-geosciences/geopy x11-libs/gtk+:3 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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.51.tar.gz -> nwg-shell-config-0.5.51.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.55.tar.gz -> nwg-shell-config-0.5.55.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=9254b075df27e850da824ad35b4986db
|
||||
@@ -1,14 +1,14 @@
|
||||
BDEPEND=dev-build/cmake dev-qt/qttools dev-build/qtilitools dev-qt/linguist-tools app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
BDEPEND=dev-build/qtilitools dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-qt/qtbase sys-auth/polkit x11-misc/sddm
|
||||
DEPEND=dev-qt/qtbase:6[widgets] sys-auth/polkit x11-misc/sddm
|
||||
DESCRIPTION=SDDM configuration editor
|
||||
EAPI=8
|
||||
HOMEPAGE=https://qtilities.github.io/
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-qt/qtbase sys-auth/polkit x11-misc/sddm
|
||||
RDEPEND=dev-qt/qtbase:6[widgets] sys-auth/polkit x11-misc/sddm
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/qtilities/sddm-conf/archive/refs/tags/0.2.0.tar.gz -> sddm-conf-0.2.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=d028b89608780e01a50882e36de3630f
|
||||
_md5_=566ada155a84d549297f7eb193542b3e
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-python/ruamel-yaml virtual/linux-sources app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
BDEPEND=sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.13 dev-python/ruamel-yaml[python_targets_python3_13(-)] dev-python/jinja2[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/ruamel-yaml[python_targets_python3_12(-)] dev-python/jinja2[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/ruamel-yaml[python_targets_python3_11(-)] dev-python/jinja2[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/ruamel-yaml[python_targets_python3_10(-)] dev-python/jinja2[python_targets_python3_10(-)] ) ) virtual/linux-sources app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
|
||||
DEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[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(-)?]
|
||||
DESCRIPTION=AMD Open Source Driver for Vulkan
|
||||
@@ -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(-)?] >=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/a367518e0bf308056492d994c5713e06af9429af.tar.gz -> amdvlk-xgl-a367518e0bf308056492d994c5713e06af9429af.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/b6da370a9bc66d86820fd3034a16e5b59ed7ff86.tar.gz -> amdvlk-pal-b6da370a9bc66d86820fd3034a16e5b59ed7ff86.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/1d04cdcb4c3d4edc300d9a61969a87208d44dcc4.tar.gz -> amdvlk-llpc-1d04cdcb4c3d4edc300d9a61969a87208d44dcc4.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/aa5ba689e8c33b6d42d4261687988e6e0b13998c.tar.gz -> amdvlk-gpurt-aa5ba689e8c33b6d42d4261687988e6e0b13998c.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/07d4dd012428b5a8c563de7c51ef33ab09bae53b.tar.gz -> amdvlk-llvm-project-07d4dd012428b5a8c563de7c51ef33ab09bae53b.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/50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz -> amdvlk-LLVM-dialects-50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz
|
||||
SRC_URI=https://github.com/GPUOpen-Drivers/xgl/archive/62710fd4e7ccc159a3609aa4c307a81ac0a8453c.tar.gz -> amdvlk-xgl-62710fd4e7ccc159a3609aa4c307a81ac0a8453c.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/c7fc61289a6eae6c87458fe362f88a44c0c53900.tar.gz -> amdvlk-pal-c7fc61289a6eae6c87458fe362f88a44c0c53900.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/6aecd3da132c62e9b38c1596f62865b8178a73d6.tar.gz -> amdvlk-llpc-6aecd3da132c62e9b38c1596f62865b8178a73d6.tar.gz https://github.com/GPUOpen-Drivers/gpurt/archive/c3a4d170f0bacc81df90716887b6546ab41ff5f2.tar.gz -> amdvlk-gpurt-c3a4d170f0bacc81df90716887b6546ab41ff5f2.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/70c9463695fa8cda473c543f6819ca0c79dea53c.tar.gz -> amdvlk-llvm-project-70c9463695fa8cda473c543f6819ca0c79dea53c.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/50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz -> amdvlk-LLVM-dialects-50e4ca3a5c365b0bde36b122cc34256406723049.tar.gz
|
||||
_eclasses_=check-reqs 2a9731073c152554078a9a8df8fc0f1b multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe 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_=e748608c22834e08dcc0fcfe40733f5f
|
||||
_md5_=12bc3c969defc52acf507fcaa96b6531
|
||||
@@ -232,7 +232,7 @@ app-misc/doublecmd 1.1.16: Cross Platform file manager
|
||||
app-misc/doublecmd-bin 1.0.11 1.1.21 9999: Double Commander: file manager with two panels, similar to Total Commander
|
||||
app-misc/dpscreenocr 1.4.0-r1: Program to recognize text on screen
|
||||
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
|
||||
app-misc/electricsheep 3.0.2_p20191005 3.0.2_p20191005-r1: Realize the collective dream of sleeping computers from all over the internet
|
||||
app-misc/electricsheep 3.0.2_p20191005-r1 3.0.2_p20191005-r2: Realize the collective dream of sleeping computers from all over the internet
|
||||
app-misc/far2l 2.6.3_beta 2.6.4_beta 9999: Linux port of FAR Manager v2
|
||||
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
|
||||
app-misc/fff 2.2: A simple file manager written in bash
|
||||
@@ -311,7 +311,7 @@ app-office/pyspread 2.1.1: Pyspread is a non-traditional spreadsheet written in
|
||||
app-office/standartnotes-bin 3.183.22: End-to-end encrypted note-taking app, alternative to Evernote
|
||||
app-portage/appswipe 1.1.14 1.1.68: Application for browsing your local Portage repository files
|
||||
app-portage/pacvis 0.4.2: Displays dependency graphs of packages
|
||||
app-portage/portage-lostfiles 0.5.5: A simple script to identify files not tracked by Portage package manager
|
||||
app-portage/portage-lostfiles 0.5.6: A simple script to identify files not tracked by Portage package manager
|
||||
app-portage/portagecfg 2.1.3 2.2.2 2.3.0 2.4.0: Utility to write Portage config files in an easy manner.
|
||||
app-portage/quantum-resolver 9999: A WIP portage dependency resolver
|
||||
app-portage/showbuild 0.9.1-r1: Script to follow log of running portage builds
|
||||
@@ -412,7 +412,7 @@ dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
|
||||
dev-cpp/qt-jdenticon 0.3.0-r1 0.3.0_p20240107 0.3.1: Qt5 / C++14 Port of Jdenticon
|
||||
dev-cpp/rang 3.2: Minimal, header-only, modern C++ library for terminal goodies
|
||||
dev-cpp/scnlib 4.0.1: scanf for modern C++
|
||||
dev-cpp/simdutf 5.6.0: simdutf: Unicode validation and transcoding at billions of characters per second
|
||||
dev-cpp/simdutf 5.7.1: simdutf: Unicode validation and transcoding at billions of characters per second
|
||||
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
|
||||
dev-cpp/trantor 1.5.19 1.5.20: Non-blocking I/O tcp network lib based on c++14/17
|
||||
dev-cpp/trompeloeil 47: Header only C++14 mocking framework
|
||||
@@ -556,7 +556,6 @@ dev-libs/luksmeta 9-r2: LUKSMeta is a simple library for storing metadata in the
|
||||
dev-libs/lzfse 9999: LZFSE compression library and command line tool.
|
||||
dev-libs/md4c 0.4.8_p20220115 0.5.2: C Markdown parser. Fast, SAX-like interface, CommonMark Compliant.
|
||||
dev-libs/mtxclient 0.10.0-r1 0.10.0-r2: Client API library for Matrix, built on top of libcurl
|
||||
dev-libs/nativefiledialog-extended 1.2.0: File dialog library with C and C++ bindings, based on nativefiledialog
|
||||
dev-libs/open62541 1.4.8: Open source C implementation of OPC UA
|
||||
dev-libs/polyseed 1.0.0 2.0.0 9999: Mnemonic seed library for Monero and other CryptoNote-based currencies.
|
||||
dev-libs/qschematic 1.6.0: Library for creating flowcharts and engineering diagrams
|
||||
@@ -1039,6 +1038,7 @@ games-strategy/gigalomania 1.0.1: Libre clone of Mega-Lo-Mania (original from ~1
|
||||
games-strategy/ground-control 1011: RTS from 2000 by Massive Entertainment, without resources and buildings
|
||||
games-strategy/slay-the-spire 2.2: Deck-building roguelike game with four playable characters
|
||||
games-strategy/swine 1: Fun RTS from 2001 by Hungarian developer StormRegion, similar to Ground Control
|
||||
games-strategy/unciv-bin 4.14.17: Turn-based historical strategy game, a remake of Civ V
|
||||
games-strategy/zedonline-bin 0.3.2-r1: A remake of the 1996 classic game Z, with network play
|
||||
games-util/NotEnoughProduction 0.0.4: Tool for building production chains for modded minecraft
|
||||
games-util/ProtonUp-Qt 2.9.2 9999: Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic.
|
||||
@@ -1133,9 +1133,9 @@ gui-apps/nwg-drawer 0.5.1 0.5.2 0.6.0: Application drawer for wlroots-based Wayl
|
||||
gui-apps/nwg-icon-picker 0.1.1 9999: GTK icon chooser with a text search option
|
||||
gui-apps/nwg-launchers 0.5.0 0.6.3 0.7.1.1 9999: GTK+ launchers for sway, i3 and some other WMs
|
||||
gui-apps/nwg-menu 0.1.4 0.1.5 0.1.6: enuStart plugin to nwg-panel, also capable of working standalone
|
||||
gui-apps/nwg-panel 0.9.50 0.9.51 0.9.52 0.9.53 0.9.54 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-shell 0.5.39 0.5.40 0.5.41 0.5.42 0.5.43: libraries an common functions for the nwg-shell project
|
||||
gui-apps/nwg-shell-config 0.5.51 0.5.52 0.5.53 0.5.54: nwg-shell configuration utility
|
||||
gui-apps/nwg-panel 0.9.54 0.9.55 0.9.56 0.9.57 0.9.58 9999: GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
gui-apps/nwg-shell 0.5.43 0.5.44: libraries an common functions for the nwg-shell project
|
||||
gui-apps/nwg-shell-config 0.5.54 0.5.55: nwg-shell configuration utility
|
||||
gui-apps/openrefine 3.7.9: Wikidata batch editor, Wikimedia Commons mass upload tool
|
||||
gui-apps/organicmaps 9999: Offline maps and navigation using OpenStreetMap data
|
||||
gui-apps/packettracer 8.2.2-r1: Cisco's packet tracer
|
||||
@@ -1144,7 +1144,7 @@ gui-apps/pop-launcher 1.2.1: Modular IPC-based desktop launcher service
|
||||
gui-apps/riverguile 0.1.0-r1 9999: River layout generator powered by guile scheme
|
||||
gui-apps/rofi-wayland 1.7.5_p3: A window switcher, run dialog and dmenu replacement
|
||||
gui-apps/satty 0.14.0-r1 9999: A screenshot annotation tool inspired by Swappy and Flameshot.
|
||||
gui-apps/sddm-conf 0.2.0: SDDM configuration editor
|
||||
gui-apps/sddm-conf 0.2.0-r1: SDDM configuration editor
|
||||
gui-apps/sfwbar 1.0_beta15 1.0_beta16: S* Floating Window Bar
|
||||
gui-apps/showmethekey 1.12.0 1.13.1: Show keys you typed on screen.
|
||||
gui-apps/somebar 1.0.0 1.0.3 9999: dwm-like bar for dwl
|
||||
@@ -1260,7 +1260,7 @@ media-gfx/zw3d 2023.0.3.1-r1: CAD/CAM software for 3D design and processing
|
||||
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 2024.4.2: AMD Open Source Driver for Vulkan
|
||||
media-libs/amdvlk 2024.4.3: AMD Open Source Driver for Vulkan
|
||||
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2024.4.2: 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.42: Single-header FLAC audio decoder library
|
||||
|
||||
@@ -1 +1 @@
|
||||
Mon, 23 Dec 2024 03:37:10 +0000
|
||||
Tue, 24 Dec 2024 12:03:22 +0000
|
||||
|
||||
Reference in New Issue
Block a user