mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
2025-06-17 09:09:05 UTC
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
BDEPEND=net-libs/nodejs[npm] || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
|
||||
DEPEND=app-backup/restic dev-libs/glib:2 net-libs/libsoup:3.0 net-libs/webkit-gtk:4.1 x11-base/xorg-server x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[wayland] x11-libs/pango
|
||||
DESCRIPTION=A GUI to browse and restore from restic backup repositories
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/emuell/restic-browser
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo desktop xdg
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-3.0
|
||||
RDEPEND=app-backup/restic dev-libs/glib:2 net-libs/libsoup:3.0 net-libs/webkit-gtk:4.1 x11-base/xorg-server x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[wayland] x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/emuell/restic-browser/archive/1e604033788c01bae4008fe07479472765f3390d.tar.gz -> restic-browser-0.3.2_p20250523.tar.gz https://gitlab.com/api/v4/projects/64331580/packages/generic/restic-browser/0.3.2_p20250523/restic-browser-0.3.2_p20250523-node_modules.tar.xz https://gitlab.com/api/v4/projects/64331580/packages/generic/restic-browser/0.3.2_p20250523/restic-browser-0.3.2_p20250523-crates.tar.xz https://github.com/tauri-apps/fix-path-env-rs/archive/8481725b7ebfc56cdb052d522517421242eac36b.tar.gz -> fix-path-env-rs-8481725b7ebfc56cdb052d522517421242eac36b.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=39c69bc5745dc8a23e19526e108d9412
|
||||
@@ -1,15 +0,0 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst
|
||||
DESCRIPTION=Free cross platform open source file manager with two panels side by side.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://doublecmd.sourceforge.io/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop wrapper xdg
|
||||
IUSE=gtk qt5
|
||||
KEYWORDS=-* ~amd64 ~x86
|
||||
LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
|
||||
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
|
||||
REQUIRED_USE=^^ ( gtk qt5 )
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.21.qt.i386.tar.xz ) )
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=8f87fe23037abd976dab1ac004024ede
|
||||
@@ -4,12 +4,12 @@ EAPI=8
|
||||
HOMEPAGE=https://doublecmd.sourceforge.io/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop wrapper xdg
|
||||
IUSE=gtk qt5
|
||||
IUSE=gtk qt5 qt6
|
||||
KEYWORDS=-* ~amd64 ~x86
|
||||
LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
|
||||
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
|
||||
REQUIRED_USE=^^ ( gtk qt5 )
|
||||
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) qt6? ( dev-qt/qtbase:6[gui,widgets] )
|
||||
REQUIRED_USE=^^ ( gtk qt5 qt6 )
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.qt.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.0.11.qt.i386.tar.xz ) )
|
||||
SRC_URI=amd64? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.gtk2.x86_64.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt.x86_64.tar.xz ) qt6? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt6.x86_64.tar.xz ) ) x86? ( gtk? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.gtk2.i386.tar.xz ) qt5? ( https://downloads.sourceforge.net/doublecmd/doublecmd-1.1.26.qt.i386.tar.xz ) )
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=a764f151f3b0b73fe9b2afb1aa969b00
|
||||
_md5_=7ee68e7ae9479e938b495e295f9c3ce2
|
||||
13
metadata/md5-cache/app-misc/krabby-0.3.0
Normal file
13
metadata/md5-cache/app-misc/krabby-0.3.0
Normal file
File diff suppressed because one or more lines are too long
12
metadata/md5-cache/app-misc/krabby-9999
Normal file
12
metadata/md5-cache/app-misc/krabby-9999
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DESCRIPTION=Print pokemon sprites in your terminal
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/yannjor/krabby
|
||||
INHERIT=cargo git-r3
|
||||
IUSE=debug
|
||||
LICENSE=GPL-3 MIT MPL-2.0 Unicode-DFS-2016 || ( Apache-2.0 Boost-1.0 )
|
||||
PROPERTIES=live
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=743f16f7c28ff060062756a7f2860e72
|
||||
File diff suppressed because one or more lines are too long
16
metadata/md5-cache/app-misc/navi-2.24.0
Normal file
16
metadata/md5-cache/app-misc/navi-2.24.0
Normal file
File diff suppressed because one or more lines are too long
15
metadata/md5-cache/app-misc/navi-9999
Normal file
15
metadata/md5-cache/app-misc/navi-9999
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=test? ( app-misc/tmux app-shells/fzf ) || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DESCRIPTION=An interactive cheatsheet tool for the command-line
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/denisidoro/navi
|
||||
INHERIT=cargo edo git-r3
|
||||
IUSE=+command-execution +repo-management test debug
|
||||
LICENSE=Apache-2.0 Apache-2.0 CC0-1.0 MIT Unicode-3.0
|
||||
PROPERTIES=live
|
||||
RDEPEND=|| ( app-shells/fzf app-misc/skim )
|
||||
REQUIRED_USE=test? ( command-execution )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a edo a5e294016aa84979fcb2459749eb80b2 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=10bcc5a603fd229e7bf108fa1016a7c4
|
||||
@@ -1,15 +1,16 @@
|
||||
BDEPEND=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-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Pure python spell checker based on work by Peter Norvig
|
||||
DESCRIPTION=FoBiS.py, a Fortran Building System for poor men
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/barrust/pyspellchecker
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
HOMEPAGE=https://github.com/szaghi/FoBiS
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=graphviz python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=graphviz? ( dev-python/graphviz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/barrust/pyspellchecker/archive/refs/tags/v0.8.2.tar.gz -> pyspellchecker-0.8.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf
|
||||
_md5_=2e80e2a8f85dac3dd1fd51c1cd021213
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/F/FoBiS.py/FoBiS.py-3.1.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=6e7b19ed9603a66578b3120ebeaa23dc
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/fortran
|
||||
DEFINED_PHASES=compile install prepare pretend setup test
|
||||
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 doc? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
|
||||
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 doc? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
|
||||
DESCRIPTION=Fortran Package Manager (fpm)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fpm.fortran-lang.org
|
||||
@@ -8,9 +8,9 @@ INHERIT=fortran-2 python-any-r1 toolchain-funcs
|
||||
IUSE=openmp doc test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 dev-vcs/git virtual/fortran
|
||||
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 dev-vcs/git virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.10.0.tar.gz -> fpm-0.10.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.10.0/fpm-0.10.0.F90
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||
_md5_=5b8695ebd7772cf10e3c1b0ef2ccbc40
|
||||
_md5_=0e1484f8c457576625c1d36ce85068b1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=virtual/fortran
|
||||
DEFINED_PHASES=compile install prepare pretend setup test
|
||||
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
|
||||
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
|
||||
DESCRIPTION=Fortran Package Manager (fpm)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fpm.fortran-lang.org
|
||||
@@ -8,9 +8,9 @@ INHERIT=fortran-2 python-any-r1 toolchain-funcs
|
||||
IUSE=openmp doc test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
|
||||
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.11.0.tar.gz -> fpm-0.11.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.F90
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||
_md5_=a4ca911f6cd7b180208745bb25982f92
|
||||
_md5_=356af10a01d9ff04ff9bfb5f917dff8c
|
||||
|
||||
16
metadata/md5-cache/dev-build/fpm-0.12.0
Normal file
16
metadata/md5-cache/dev-build/fpm-0.12.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=virtual/fortran
|
||||
DEFINED_PHASES=compile install prepare pretend setup test
|
||||
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/2 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
|
||||
DESCRIPTION=Fortran Package Manager (fpm)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://fpm.fortran-lang.org
|
||||
INHERIT=fortran-2 python-any-r1 toolchain-funcs
|
||||
IUSE=openmp doc test
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/2 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.12.0.tar.gz -> fpm-0.12.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.12.0/fpm-0.12.0.F90
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
|
||||
_md5_=1cc2daee218079764cbe18987fc6631b
|
||||
@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
|
||||
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.tar.gz
|
||||
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.tar.gz
|
||||
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=616fc457b5349a194c3c3487231f6fed
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=sys-devel/gcc-11.3.0 >=virtual/pkgconfig-2-r1 >=dev-cpp/websocketpp-0.8.2 app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-libs/openssl-1.1.1q >=dev-libs/boost-1.80.0-r1 >=sys-libs/zlib-1.2.13-r1
|
||||
DESCRIPTION=A Microsoft project for cloud-based client-server communication.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/microsoft/cpprestsdk
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-libs/openssl-1.1.1q >=dev-libs/boost-1.80.0-r1 >=sys-libs/zlib-1.2.13-r1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/microsoft/cpprestsdk/archive/refs/tags/v2.10.19.tar.gz -> cpprestsdk-2.10.19.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=f420ce140cd99e6907d7cf4104e2ea90
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT
|
||||
RDEPEND=dev-libs/libdwarf test? ( dev-cpp/gtest )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v0.8.2.tar.gz -> cpptrace-0.8.2.tar.gz
|
||||
SRC_URI=https://github.com/jeremy-rifkin/cpptrace/archive/refs/tags/v1.0.0.tar.gz -> cpptrace-1.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=9ed70493c21c20af54c760de23873293
|
||||
@@ -1,4 +1,4 @@
|
||||
DEFINED_PHASES=prepare
|
||||
DEFINED_PHASES=prepare test
|
||||
DESCRIPTION=Configurable embedded Linux firmware update creator and runner
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fwup-home/fwup
|
||||
@@ -7,4 +7,4 @@ LICENSE=Apache-2.0
|
||||
RDEPEND=app-arch/libarchive app-arch/zip dev-libs/confuse dev-util/xdelta:3 sys-fs/dosfstools sys-fs/mtools sys-fs/squashfs-tools
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fwup-home/fwup/archive/refs/tags/v1.12.0.tar.gz -> fwup-1.12.0.tar.gz
|
||||
_md5_=07cbe3acdb702864a3dda3d78fb73a52
|
||||
_md5_=41b37a8585b14563562829733b5c8f8e
|
||||
|
||||
10
metadata/md5-cache/dev-embedded/fwup-1.13.0
Normal file
10
metadata/md5-cache/dev-embedded/fwup-1.13.0
Normal file
@@ -0,0 +1,10 @@
|
||||
DEFINED_PHASES=prepare test
|
||||
DESCRIPTION=Configurable embedded Linux firmware update creator and runner
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/fwup-home/fwup
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=app-arch/libarchive-3.7.9 app-arch/zip >=dev-libs/confuse-2.8 dev-util/xdelta:3 sys-fs/dosfstools sys-fs/mtools sys-fs/squashfs-tools
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fwup-home/fwup/archive/refs/tags/v1.13.0.tar.gz -> fwup-1.13.0.tar.gz
|
||||
_md5_=9dc648f9f17a11fb5be6210f7b7bc655
|
||||
@@ -10,7 +10,7 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SLOT=0/1
|
||||
SRC_URI=https://github.com/perazz/fortran-shlex/archive/refs/tags/1.0.1.tar.gz -> fortran-shlex-1.0.1.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc
|
||||
_md5_=c822ae49a79663becd4f841ca7702e8d
|
||||
_md5_=1331754c5fadfcb7a649216ce3804440
|
||||
|
||||
@@ -10,7 +10,7 @@ KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SLOT=0/1
|
||||
SRC_URI=https://github.com/perazz/fortran-shlex/archive/refs/tags/1.2.1.tar.gz -> fortran-shlex-1.2.1.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc
|
||||
_md5_=3cf15e2e890b2dc733946f4c731e273e
|
||||
_md5_=1331754c5fadfcb7a649216ce3804440
|
||||
|
||||
16
metadata/md5-cache/dev-libs/fortran-shlex-2.0.0
Normal file
16
metadata/md5-cache/dev-libs/fortran-shlex-2.0.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=virtual/fortran
|
||||
DEFINED_PHASES=compile install setup test
|
||||
DEPEND=virtual/fortran
|
||||
DESCRIPTION=Modern Fortran port of the tiny-regex-c library for regular expressions
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/perazz/fortran-shlex
|
||||
INHERIT=fortran-2 toolchain-funcs
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=virtual/fortran
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/2
|
||||
SRC_URI=https://github.com/perazz/fortran-shlex/archive/refs/tags/2.0.0.tar.gz -> fortran-shlex-2.0.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc
|
||||
_md5_=dc94c60e4b2db893c7ad0fdc68bb1401
|
||||
14
metadata/md5-cache/dev-lua/dromozoa-utf8-1.19
Normal file
14
metadata/md5-cache/dev-lua/dromozoa-utf8-1.19
Normal file
@@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install test
|
||||
DEPEND=lua_targets_lua5-3? ( dev-lang/lua:5.3 )
|
||||
DESCRIPTION=Lua 5.3 compatible pure-Lua UTF-8 implementation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://dromozoa.github.io/dromozoa-utf8/ https://github.com/dromozoa/dromozoa-utf8
|
||||
INHERIT=lua
|
||||
IUSE=lua_targets_lua5-3
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=lua_targets_lua5-3? ( dev-lang/lua:5.3 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dromozoa/dromozoa-utf8/archive/refs/tags/v1.19.tar.gz -> dromozoa-utf8-1.19.tar.gz
|
||||
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 lua-utils 7c89927eda6f21c4c48136247077ab37 lua 3414f66fe14a8c3ffdb5a894097068c6
|
||||
_md5_=14f69739db20c3b33e944df03fd82f2b
|
||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_t
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/vrld/hump/archive/08937cc0ecf72d1a964a8de6cd552c5e136bf0d4.tar.gz -> hump-0.4.2.tar.gz
|
||||
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 lua-utils 7c89927eda6f21c4c48136247077ab37 lua 3414f66fe14a8c3ffdb5a894097068c6
|
||||
_md5_=7b039baffc071d5e2e35a748345bb8b2
|
||||
_md5_=a1d2e0e61a57f698a8cd098e5b71e46e
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] ) ) ) test? ( dot? ( media-gfx/graphviz ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dot? ( media-gfx/graphviz ) test? ( python_targets_python3_11? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) )
|
||||
DESCRIPTION=Powerful and Lightweight Python Tree Data Structure with various plugins
|
||||
EAPI=8
|
||||
HOMEPAGE=https://anytree.readthedocs.io/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=dot doc test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dot? ( media-gfx/graphviz ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/c0fec0de/anytree/archive/refs/tags/2.12.0.tar.gz -> anytree-2.12.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf
|
||||
_md5_=a786a1202989998aaba13f9b17e3c3eb
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] ) ) ) test? ( dot? ( media-gfx/graphviz ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dot? ( media-gfx/graphviz ) test? ( python_targets_python3_11? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-cov[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-cov[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( dev-python/six[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-cov[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) )
|
||||
DESCRIPTION=Powerful and Lightweight Python Tree Data Structure with various plugins
|
||||
EAPI=8
|
||||
HOMEPAGE=https://anytree.readthedocs.io/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=dot doc test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dot? ( media-gfx/graphviz ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/c0fec0de/anytree/archive/refs/tags/2.13.0.tar.gz -> anytree-2.13.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf
|
||||
_md5_=1ed33320346c5e30836539c5f2e6b931
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/anyio[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/cachelib[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/httpx[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/starlette[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] django? ( dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) flask? ( dev-python/flask[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flask-sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) jose? ( >=dev-python/pycryptodome-3.10[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pycryptodome-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A Python library in building OAuth and OpenID Connect servers and clients.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://authlib.org/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=django flask jose test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] django? ( dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) flask? ( dev-python/flask[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/flask-sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) jose? ( >=dev-python/pycryptodome-3.10[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pycryptodome-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/a/authlib/authlib-1.5.2.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f31cdb796cea02eb6d4484fa20058670
|
||||
@@ -1,4 +1,4 @@
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/passlib-2.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/passlib-1.7.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.47.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
BDEPEND=test? ( dev-python/aiosqlite[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/anyio-3.2.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dirty-equals[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/email-validator[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/flask-1.1.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/inline-snapshot[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja2-3.1.5[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/orjson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/passlib-2.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/passlib-1.7.2[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pydantic-settings[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyjwt[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/python-multipart-0.0.18[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/pyyaml-7.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/sqlmodel[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/trio[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ujson[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) test? ( <dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.48.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pdm-backend-2.4.3[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DESCRIPTION=FastAPI framework, high performance, easy to learn, ready for production
|
||||
EAPI=8
|
||||
@@ -7,10 +7,10 @@ INHERIT=distutils-r1 optfeature pypi
|
||||
IUSE=test python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=<dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.47.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
RDEPEND=<dev-python/pydantic-3.0.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pydantic-1.7.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/starlette-0.48.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/starlette-0.40.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-4.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-0.115.12.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf optfeature 538bce96e5589935b57e178e8635f301 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=cb4097bb06b1b01d1a720b1ec5c9d8d0
|
||||
_md5_=5bde72abd6618f96dd3a4ec298012636
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-api-core/archive/refs/tags/v0.42.4.tar.gz -> proton-vpn-api-core-0.42.4.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf
|
||||
_md5_=024df74f8136b18b2efc894f00135a5c
|
||||
_md5_=2302baef328f4178fa91b6b3a7ccd295
|
||||
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ProtonVPN/python-proton-vpn-network-manager/archive/refs/tags/v0.12.13.tar.gz -> proton-vpn-network-manager-0.12.13.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf linux-info efd923656513c879204fec6638eadee5
|
||||
_md5_=7c149f00093f18b2980688f34d7a5abf
|
||||
_md5_=a888255b28da2e98feb61a5926361a35
|
||||
16
metadata/md5-cache/dev-python/pytest-embedded-1.16.1
Normal file
16
metadata/md5-cache/dev-python/pytest-embedded-1.16.1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/flit-core-3.11.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=A pytest plugin for embedded systems
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/pytest-embedded/ https://github.com/espressif/pytest-embedded
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-embedded/pytest_embedded-1.16.1.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=c02dbfbf3f5dac51c522f06076347995
|
||||
@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/urllib3-1.26.11[python_targets_python3_11(-)?,python_target
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/getsentry/sentry-python/archive/2.29.1.tar.gz -> sentry-python-2.29.1.gh.tar.gz
|
||||
SRC_URI=https://github.com/getsentry/sentry-python/archive/2.30.0.tar.gz -> sentry-python-2.30.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf
|
||||
_md5_=2705ff328e7bfce69101540105926338
|
||||
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=A remote debugger for iOS Safari
|
||||
EAPI=8
|
||||
HOMEPAGE=https://git.gay/besties/ios-safari-remote-debug
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3+ BSD BSD-2 MIT
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://git.gay/besties/ios-safari-remote-debug/archive/d73d1215b38abb82f64513f472fd75ee2b8224f5.tar.gz -> ios-safari-remote-debug-0_pre20250506.tar.gz https://gitlab.com/api/v4/projects/69517529/packages/generic/ios-safari-remote-debug/0_pre20250506/ios-safari-remote-debug-0_pre20250506-deps.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=7db74ac704ab3f4add5be47bc9a14d9a
|
||||
14
metadata/md5-cache/dev-util/ios-webkit-debug-proxy-1.9.1
Normal file
14
metadata/md5-cache/dev-util/ios-webkit-debug-proxy-1.9.1
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=install prepare
|
||||
DEPEND=app-pda/libimobiledevice:= app-pda/libplist app-pda/libusbmuxd dev-libs/openssl:=
|
||||
DESCRIPTION=A DevTools proxy for iOS devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/google/ios-webkit-debug-proxy
|
||||
INHERIT=autotools
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD
|
||||
RDEPEND=app-pda/libimobiledevice:= app-pda/libplist app-pda/libusbmuxd dev-libs/openssl:=
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/google/ios-webkit-debug-proxy/archive/refs/tags/v1.9.1.tar.gz -> ios-webkit-debug-proxy-1.9.1.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6
|
||||
_md5_=1682be56b0fa6468b1e5665f7152096a
|
||||
13
metadata/md5-cache/dev-util/riffdiff-3.3.10
Normal file
13
metadata/md5-cache/dev-util/riffdiff-3.3.10
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DESCRIPTION=A diff filter highlighting changed line parts
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/walles/riff/
|
||||
INHERIT=cargo
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT Apache-2.0 BSD-2 BSD MIT Unicode-DFS-2016
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/walles/riff/archive/refs/tags/3.3.10.tar.gz -> riffdiff-3.3.10.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/riffdiff-3.3.10/riffdiff-3.3.10-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a
|
||||
_md5_=b193dc8cfba44128939631d9f052a044
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Simple terminal UI for git commands
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jesseduffield/lazygit
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD ISC MIT Unlicense
|
||||
RDEPEND=dev-vcs/git
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.48.0.tar.gz -> lazygit-0.48.0.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=848b57c9b2e3317fdeecf2234d09bfa0
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install test unpack
|
||||
DESCRIPTION=Simple terminal UI for git commands
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/jesseduffield/lazygit
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 BSD ISC MIT Unlicense
|
||||
RDEPEND=dev-vcs/git
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.49.0.tar.gz -> lazygit-0.49.0.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=848b57c9b2e3317fdeecf2234d09bfa0
|
||||
@@ -9,6 +9,6 @@ LICENSE=Apache-2.0 BSD ISC MIT Unlicense
|
||||
RDEPEND=dev-vcs/git
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.47.2.tar.gz -> lazygit-0.47.2.tar.gz
|
||||
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.52.0.tar.gz -> lazygit-0.52.0.tar.gz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6
|
||||
_md5_=848b57c9b2e3317fdeecf2234d09bfa0
|
||||
15
metadata/md5-cache/games-engines/system3-sdl2-1.6.1
Normal file
15
metadata/md5-cache/games-engines/system3-sdl2-1.6.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf rtmidi? ( media-libs/rtmidi )
|
||||
DESCRIPTION=SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kichikuou/system3-sdl2
|
||||
INHERIT=cmake
|
||||
IUSE=rtmidi debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2 BSD
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf rtmidi? ( media-libs/rtmidi )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kichikuou/system3-sdl2/archive/v1.6.1.tar.gz -> system3-sdl2-1.6.1.tar.gz https://github.com/aaronsgiles/ymfm/archive/10c72f79bea3e0ab66af32d4295519aa17e6ea0f.tar.gz -> ymfm-10c72f79bea3e0ab66af32d4295519aa17e6ea0f.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=9aa1fb5acbfcb06670dd76ab4dd55a64
|
||||
15
metadata/md5-cache/games-engines/xsystem35-sdl2-2.15.1
Normal file
15
metadata/md5-cache/games-engines/xsystem35-sdl2-2.15.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=sys-devel/gettext man? ( dev-ruby/asciidoctor ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf sys-libs/zlib webp? ( media-libs/libwebp ) debug? ( dev-libs/cJSON ) portmidi? ( media-libs/portmidi )
|
||||
DESCRIPTION=Port of xsystem35, a free implementation of AliceSoft's System 3.x game engine.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kichikuou/xsystem35-sdl2
|
||||
INHERIT=cmake
|
||||
IUSE=+man debug +portmidi +webp
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf sys-libs/zlib webp? ( media-libs/libwebp ) debug? ( dev-libs/cJSON ) portmidi? ( media-libs/portmidi )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kichikuou/xsystem35-sdl2/archive/refs/tags/v2.15.1.tar.gz -> xsystem35-sdl2-2.15.1.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=9486265823ba632a29e8c12f69ec47f3
|
||||
15
metadata/md5-cache/games-engines/xsystem35-sdl2-2.16.0
Normal file
15
metadata/md5-cache/games-engines/xsystem35-sdl2-2.16.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=sys-devel/gettext man? ( dev-ruby/asciidoctor ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf sys-libs/zlib webp? ( media-libs/libwebp ) debug? ( dev-libs/cJSON ) portmidi? ( media-libs/portmidi )
|
||||
DESCRIPTION=Port of xsystem35, a free implementation of AliceSoft's System 3.x game engine.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/kichikuou/xsystem35-sdl2
|
||||
INHERIT=cmake
|
||||
IUSE=+man debug +portmidi +webp
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-ttf sys-libs/zlib webp? ( media-libs/libwebp ) debug? ( dev-libs/cJSON ) portmidi? ( media-libs/portmidi )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/kichikuou/xsystem35-sdl2/archive/refs/tags/v2.16.0.tar.gz -> xsystem35-sdl2-2.16.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=9486265823ba632a29e8c12f69ec47f3
|
||||
14
metadata/md5-cache/games-engines/xsystem4-9999
Normal file
14
metadata/md5-cache/games-engines/xsystem4-9999
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=sys-devel/bison sys-devel/flex dev-build/meson dev-build/ninja virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DEPEND=dev-libs/cglm dev-libs/libffi media-libs/freetype:2 media-libs/libpng media-libs/libsndfile media-libs/libsdl2 media-libs/libwebp sys-libs/zlib media-libs/libjpeg-turbo >=media-video/ffmpeg-5.1 gles2? ( media-libs/mesa ) !gles2? ( virtual/opengl media-libs/glew:0= ) debug? ( dev-scheme/chibi )
|
||||
DESCRIPTION=Cross-platform implementation of AliceSoft's System 4 game engine
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/nunuhara/xsystem4
|
||||
INHERIT=git-r3 meson
|
||||
IUSE=debug gles2
|
||||
LICENSE=GPL-2
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-libs/cglm dev-libs/libffi media-libs/freetype:2 media-libs/libpng media-libs/libsndfile media-libs/libsdl2 media-libs/libwebp sys-libs/zlib media-libs/libjpeg-turbo >=media-video/ffmpeg-5.1 gles2? ( media-libs/mesa ) !gles2? ( virtual/opengl media-libs/glew:0= ) debug? ( dev-scheme/chibi )
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=314fd7f3af80d54dc51790d1a4ce4595
|
||||
15
metadata/md5-cache/media-sound/goxlr-utility-1.2.2
Normal file
15
metadata/md5-cache/media-sound/goxlr-utility-1.2.2
Normal file
File diff suppressed because one or more lines are too long
14
metadata/md5-cache/media-sound/goxlr-utility-9999
Normal file
14
metadata/md5-cache/media-sound/goxlr-utility-9999
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst setup test unpack
|
||||
DESCRIPTION=A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/GoXLR-on-Linux/goxlr-utility
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cargo udev shell-completion desktop xdg git-r3
|
||||
IUSE=tts debug
|
||||
LICENSE=MIT Music-Tribe 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense
|
||||
PROPERTIES=live
|
||||
RDEPEND=media-libs/libpulse dev-util/pkgconf sys-apps/dbus tts? ( app-accessibility/speech-dispatcher llvm-core/clang )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a udev f3d9a4376ebd22131726a68e1a0a058f bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=2c628f835a97fae68e110972a8ec5e13
|
||||
17
metadata/md5-cache/net-irc/halloy-2025.6
Normal file
17
metadata/md5-cache/net-irc/halloy-2025.6
Normal file
File diff suppressed because one or more lines are too long
@@ -1,13 +0,0 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:* >=dev-lang/rust-1.85.0:* )
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DESCRIPTION=Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/erebe/wstunnel/
|
||||
INHERIT=cargo
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl Unicode-3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/erebe/wstunnel/archive/v10.4.0.tar.gz -> wstunnel-10.4.0.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.4.0/wstunnel-10.4.0-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a
|
||||
_md5_=851dd03eb1ea498cf3ebfa2033a52f5a
|
||||
@@ -8,6 +8,6 @@ IUSE=debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=BSD Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl Unicode-3.0
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/erebe/wstunnel/archive/v10.4.1.tar.gz -> wstunnel-10.4.1.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.4.1/wstunnel-10.4.1-crates.tar.xz
|
||||
SRC_URI=https://github.com/erebe/wstunnel/archive/v10.4.3.tar.gz -> wstunnel-10.4.3.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.4.3/wstunnel-10.4.3-crates.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a
|
||||
_md5_=851dd03eb1ea498cf3ebfa2033a52f5a
|
||||
@@ -1,11 +1,11 @@
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig
|
||||
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 doc? ( app-text/doxygen ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= daemon? ( acct-group/monero acct-user/monero ) readline? ( sys-libs/readline:= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
DESCRIPTION=The secure, private, untraceable cryptocurrency
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/monero-project/monero
|
||||
INHERIT=cmake systemd
|
||||
IUSE=+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc cpu_flags_x86_aes
|
||||
HOMEPAGE=https://www.getmonero.org
|
||||
INHERIT=cmake docs systemd
|
||||
IUSE=+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc cpu_flags_x86_aes doc
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=BSD MIT
|
||||
RDEPEND=app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/miniupnpc:= net-libs/zeromq:= daemon? ( acct-group/monero acct-user/monero ) readline? ( sys-libs/readline:= ) hw-wallet? ( dev-libs/hidapi dev-libs/protobuf:= virtual/libusb:1 )
|
||||
@@ -13,5 +13,5 @@ REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/monero-project/monero/archive/v0.18.4.0.tar.gz -> monero-0.18.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=15c675f8ae596b9bbad7e287343e06ae
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b docs 006125f2158d2f16904ebd9114336058 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=fc6b0b00f1f2815618a47e0ea0f92763
|
||||
|
||||
15
metadata/md5-cache/sci-electronics/qucs-s-25.1.2
Normal file
15
metadata/md5-cache/sci-electronics/qucs-s-25.1.2
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-build/cmake sys-devel/flex sys-devel/bison dev-util/gperf app-text/dos2unix app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-qt/qtbase:6 dev-qt/qttools:6 dev-qt/qtsvg:6 dev-qt/qtcharts:6
|
||||
DESCRIPTION=Quite universal circuit simulator with SPICE
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ra3xdh.github.io/
|
||||
INHERIT=cmake
|
||||
IUSE=+ngspice
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-qt/qtbase:6 dev-qt/qttools:6 dev-qt/qtsvg:6 dev-qt/qtcharts:6 ngspice? ( sci-electronics/ngspice )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ra3xdh/qucs_s/releases/download/25.1.2/qucs-s-25.1.2.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=fd4ba9b765b3d76175f1d3518e0a871c
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= )
|
||||
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ggerganov/llama.cpp
|
||||
INHERIT=cmake rocm
|
||||
IUSE=curl openblas blis hip +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) dev-python/numpy
|
||||
REQUIRED_USE=?? ( openblas blis )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ggerganov/llama.cpp/archive/refs/tags/b5633.tar.gz -> llama-cpp-0_pre5633.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b rocm ceb8f84b6d9c14021b983faab573ef93
|
||||
_md5_=e16380c76011dc9e604b6f92baaf157b
|
||||
16
metadata/md5-cache/sci-misc/llama-cpp-0_pre5633-r1
Normal file
16
metadata/md5-cache/sci-misc/llama-cpp-0_pre5633-r1
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
||||
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ggml-org/llama.cpp
|
||||
INHERIT=cmake cuda rocm
|
||||
IUSE=curl openblas blis hip cuda +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy
|
||||
REQUIRED_USE=?? ( openblas blis )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ggml-org/llama.cpp/archive/refs/tags/b5633.tar.gz -> llama-cpp-0_pre5633.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93
|
||||
_md5_=07af1f3ab5097c20d85add901d68bfb0
|
||||
@@ -1,15 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= )
|
||||
DEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
||||
DESCRIPTION=Port of Facebook's LLaMA model in C/C++
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ggerganov/llama.cpp
|
||||
INHERIT=cmake rocm git-r3
|
||||
IUSE=curl openblas blis hip +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
HOMEPAGE=https://github.com/ggml-org/llama.cpp
|
||||
INHERIT=cmake cuda rocm git-r3
|
||||
IUSE=curl openblas blis hip cuda +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) dev-python/numpy
|
||||
RDEPEND=curl? ( net-misc/curl:= ) openblas? ( sci-libs/openblas:= ) blis? ( sci-libs/blis:= ) hip? ( >=dev-util/hip-6.3:= ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) dev-python/numpy
|
||||
REQUIRED_USE=?? ( openblas blis )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b rocm ceb8f84b6d9c14021b983faab573ef93 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=e16380c76011dc9e604b6f92baaf157b
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=07af1f3ab5097c20d85add901d68bfb0
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake go-module systemd toolchain-funcs
|
||||
IUSE=cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx512_bf16 cpu_flags_x86_avx_vnni cpu_flags_x86_amx_tile cpu_flags_x86_amx_int8 cuda blas mkl rocm +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) acct-group/ollama >=acct-user/ollama-3[cuda?]
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.6.5.tar.gz -> ollama-0.6.5.gh.tar.gz https://github.com/negril/gentoo-overlay-vendored/raw/refs/heads/blobs/ollama-0.6.5-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=000ddda88972681f237d0fa9c3b056ad
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare test unpack
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake go-module systemd toolchain-funcs
|
||||
IUSE=cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx512_bf16 cpu_flags_x86_avx_vnni cpu_flags_x86_amx_tile cpu_flags_x86_amx_int8 cuda blas mkl rocm +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) acct-group/ollama >=acct-user/ollama-3[cuda?]
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.6.6.tar.gz -> ollama-0.6.6.gh.tar.gz https://github.com/negril/gentoo-overlay-vendored/raw/refs/heads/blobs/ollama-0.6.6-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=723299ab5ef02eb8554998c8db6e7904
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare pretend test unpack
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake go-module systemd toolchain-funcs
|
||||
IUSE=cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_bmi2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx_vnni cuda blas mkl rocm +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) acct-group/ollama >=acct-user/ollama-3[cuda?]
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.6.8.tar.gz -> ollama-0.6.8.gh.tar.gz https://github.com/negril/gentoo-overlay-vendored/raw/refs/heads/blobs/ollama-0.6.8-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=3f201dbb3b7be353e7b66500eb009a2b
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst preinst prepare pretend test unpack
|
||||
DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) >=dev-lang/go-1.23.4
|
||||
DESCRIPTION=Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ollama.com
|
||||
INHERIT=cuda rocm cmake go-module systemd toolchain-funcs
|
||||
IUSE=cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_f16c cpu_flags_x86_avx2 cpu_flags_x86_bmi2 cpu_flags_x86_fma3 cpu_flags_x86_avx512f cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx_vnni cuda blas mkl rocm +amdgpu_targets_gfx908 +amdgpu_targets_gfx90a +amdgpu_targets_gfx942 +amdgpu_targets_gfx1030 +amdgpu_targets_gfx1100 amdgpu_targets_gfx803 amdgpu_targets_gfx900 amdgpu_targets_gfx906 amdgpu_targets_gfx940 amdgpu_targets_gfx941 amdgpu_targets_gfx1010 amdgpu_targets_gfx1011 amdgpu_targets_gfx1012 amdgpu_targets_gfx1031 amdgpu_targets_gfx1101 amdgpu_targets_gfx1102 amdgpu_targets_gfx1200 amdgpu_targets_gfx1201
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit:= ) blas? ( !mkl? ( virtual/blas ) mkl? ( sci-libs/mkl ) ) rocm? ( >=sci-libs/hipBLAS-5.5:=[amdgpu_targets_gfx908(-)?,amdgpu_targets_gfx90a(-)?,amdgpu_targets_gfx942(-)?,amdgpu_targets_gfx1030(-)?,amdgpu_targets_gfx1100(-)?,amdgpu_targets_gfx803(-)?,amdgpu_targets_gfx900(-)?,amdgpu_targets_gfx906(-)?,amdgpu_targets_gfx940(-)?,amdgpu_targets_gfx941(-)?,amdgpu_targets_gfx1010(-)?,amdgpu_targets_gfx1011(-)?,amdgpu_targets_gfx1012(-)?,amdgpu_targets_gfx1031(-)?,amdgpu_targets_gfx1101(-)?,amdgpu_targets_gfx1102(-)?,amdgpu_targets_gfx1200(-)?,amdgpu_targets_gfx1201(-)?] ) acct-group/ollama >=acct-user/ollama-3[cuda?]
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ollama/ollama/archive/refs/tags/v0.7.0.tar.gz -> ollama-0.7.0.gh.tar.gz https://github.com/negril/gentoo-overlay-vendored/raw/refs/heads/blobs/ollama-0.7.0-vendor.tar.xz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a cuda 283d0f298f6c196c755a0f8d50daca85 rocm ceb8f84b6d9c14021b983faab573ef93 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module 191a27261275fc3bff7dd7482361b5d6 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=3f201dbb3b7be353e7b66500eb009a2b
|
||||
15
metadata/md5-cache/sys-apps/coolercontrol-2.2.0
Normal file
15
metadata/md5-cache/sys-apps/coolercontrol-2.2.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets]
|
||||
DESCRIPTION=Monitor and control your cooling and other devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake desktop xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ CC0-1.0
|
||||
RDEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets] sys-apps/coolercontrold
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.0/coolercontrol-2.2.0.tar.bz2
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=d3c9407eb07cd5dce592a72addc0be4d
|
||||
15
metadata/md5-cache/sys-apps/coolercontrol-2.2.1
Normal file
15
metadata/md5-cache/sys-apps/coolercontrol-2.2.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets]
|
||||
DESCRIPTION=Monitor and control your cooling and other devices
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake desktop xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ CC0-1.0
|
||||
RDEPEND=dev-qt/qtbase:6[dbus,widgets] dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6[widgets] sys-apps/coolercontrold
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.1/coolercontrol-2.2.1.tar.bz2
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=d3c9407eb07cd5dce592a72addc0be4d
|
||||
15
metadata/md5-cache/sys-apps/coolercontrol-liqctld-2.2.0
Normal file
15
metadata/md5-cache/sys-apps/coolercontrol-liqctld-2.2.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (liqctld)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=distutils-r1 systemd
|
||||
IUSE=python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=app-misc/liquidctl[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/fastapi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/uvicorn[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.0/coolercontrol-2.2.0.tar.bz2
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=492e1933b454ccf94803e51cecefb82b
|
||||
15
metadata/md5-cache/sys-apps/coolercontrol-liqctld-2.2.1
Normal file
15
metadata/md5-cache/sys-apps/coolercontrol-liqctld-2.2.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (liqctld)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=distutils-r1 systemd
|
||||
IUSE=python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=app-misc/liquidctl[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/fastapi[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/uvicorn[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.1/coolercontrol-2.2.1.tar.bz2
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=492e1933b454ccf94803e51cecefb82b
|
||||
15
metadata/md5-cache/sys-apps/coolercontrold-2.2.0
Normal file
15
metadata/md5-cache/sys-apps/coolercontrold-2.2.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=app-arch/zstd:= video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] )
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=cargo optfeature systemd
|
||||
IUSE=video_cards_amdgpu debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 ZLIB
|
||||
RDEPEND=app-arch/zstd:= video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.0/coolercontrol-2.2.0.tar.bz2 https://gitlab.com/api/v4/projects/32909921/packages/generic/coolercontrol/2.2.0/coolercontrol-2.2.0-dist.tar.xz https://gitlab.com/api/v4/projects/32909921/packages/generic/coolercontrol/2.2.0/coolercontrold-2.2.0-crates.tar.xz https://github.com/codifryed/nvml-wrapper/archive/572095f631da93be8d243c73820e581676969897.tar.gz -> nvml-wrapper-572095f631da93be8d243c73820e581676969897.gh.tar.gz https://github.com/codifryed/nvml-wrapper/archive/572095f631da93be8d243c73820e581676969897.tar.gz -> nvml-wrapper-572095f631da93be8d243c73820e581676969897.gh.tar.gz https://github.com/codifryed/tower-governor/archive/fd799d86418e58179468953c80ad7094a81a9e37.tar.gz -> tower-governor-fd799d86418e58179468953c80ad7094a81a9e37.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=6127757920dc41d70d9d002ea977777f
|
||||
15
metadata/md5-cache/sys-apps/coolercontrold-2.2.1
Normal file
15
metadata/md5-cache/sys-apps/coolercontrold-2.2.1
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
|
||||
DEPEND=app-arch/zstd:= video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] )
|
||||
DESCRIPTION=Monitor and control your cooling and other devices (daemon)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://gitlab.com/coolercontrol/coolercontrol
|
||||
INHERIT=cargo optfeature systemd
|
||||
IUSE=video_cards_amdgpu debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD GPL-3+ ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 ZLIB
|
||||
RDEPEND=app-arch/zstd:= video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.com/coolercontrol/coolercontrol/-/archive/2.2.1/coolercontrol-2.2.1.tar.bz2 https://gitlab.com/api/v4/projects/32909921/packages/generic/coolercontrol/2.2.1/coolercontrol-2.2.1-dist.tar.xz https://gitlab.com/api/v4/projects/32909921/packages/generic/coolercontrol/2.2.1/coolercontrold-2.2.1-crates.tar.xz https://github.com/codifryed/nvml-wrapper/archive/572095f631da93be8d243c73820e581676969897.tar.gz -> nvml-wrapper-572095f631da93be8d243c73820e581676969897.gh.tar.gz https://github.com/codifryed/nvml-wrapper/archive/572095f631da93be8d243c73820e581676969897.tar.gz -> nvml-wrapper-572095f631da93be8d243c73820e581676969897.gh.tar.gz https://github.com/codifryed/tower-governor/archive/fd799d86418e58179468953c80ad7094a81a9e37.tar.gz -> tower-governor-fd799d86418e58179468953c80ad7094a81a9e37.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 205f396579fe93ffb2775ef7e36a1b20 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 5da01b45ec362e78575502b4fb82773a optfeature 538bce96e5589935b57e178e8635f301 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=6127757920dc41d70d9d002ea977777f
|
||||
@@ -10,6 +10,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-libs/libfmt zlib? ( sys-libs/zlib ) lzo? ( dev-libs/lzo ) zstd? ( app-arch/zstd )
|
||||
SLOT=0
|
||||
SRC_URI=https://codeload.github.com/maharmstone/ntfs2btrfs/tar.gz/refs/tags/20240115 -> ntfs2btrfs-20240115.tar.gz
|
||||
SRC_URI=https://codeload.github.com/maharmstone/ntfs2btrfs/tar.gz/refs/tags/20250616 -> ntfs2btrfs-20250616.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b
|
||||
_md5_=5aec63cb4bcab0658f05d8d1580e5380
|
||||
@@ -11,6 +11,6 @@ LICENSE=Yandex-EULA
|
||||
RDEPEND=app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss >=dev-libs/openssl-1.0.1:0 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-misc/curl net-print/cups sys-apps/dbus sys-libs/libcap sys-libs/libudev-compat virtual/libudev x11-libs/cairo 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[X] x11-misc/xdg-utils ffmpeg-codecs? ( media-video/ffmpeg-chromium:135 ) qt6? ( dev-qt/qtbase:6[gui,widgets] )
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_25.4.1.1062-1_amd64.deb -> yandex-browser-25.4.1.1062_p1.deb )
|
||||
SRC_URI=amd64? ( https://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-stable/yandex-browser-stable_25.4.1.1132-1_amd64.deb -> yandex-browser-25.4.1.1132_p1.deb )
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 linux-info efd923656513c879204fec6638eadee5 chromium-2 3bebf8c71f3acd4070d63b098c45a7f1 multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed wrapper 11a2a3bd712784986679b60a0cab34a0 pax-utils 5555f2e75744739fe100ee62c22d28fe xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=10a6d3defd03dd6e97f52ee0eff54a29
|
||||
@@ -13,6 +13,6 @@ RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_
|
||||
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0/1
|
||||
SRC_URI=https://github.com/DisplayLink/evdi/archive/refs/tags/v1.14.8.tar.gz -> evdi-1.14.8.tar.gz
|
||||
SRC_URI=https://github.com/DisplayLink/evdi/archive/refs/tags/v1.14.10.tar.gz -> evdi-1.14.10.tar.gz
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 dist-kernel-utils 8fd483ccdf8e7fc0919507c0c7c273e4 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f linux-mod-r1 135d5ef515d24ca714c6737e6ffca84b python-utils-r1 b043191f3a82642545249acea7318e03 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 flag-o-matic b892042b2667b8ac69ec8a2571dc290a
|
||||
_md5_=d486b6104ea0bd3ded1a5c6490b34a9b
|
||||
_md5_=88b3c9d06d42f4560665a6bdf83af125
|
||||
@@ -12,6 +12,6 @@ RDEPEND=x11-libs/gtk+:3 plplot? ( >=sci-libs/plplot-5.15.0[cairo,fortran] ) virt
|
||||
REQUIRED_USE=plplot? ( high-level )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=3
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v3.24.31.tar.gz -> gtk-fortran-3.24.31.tar.gz
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v3.24.49.tar.gz -> gtk-fortran-3.24.49.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b fortran-2 54fcb693257134adae26819685891ecc virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||
_md5_=c10c254de2791195a75f10b3cdb7c173
|
||||
_md5_=65137d499f35d059a2c5f31b8f0d2045
|
||||
@@ -12,6 +12,6 @@ RDEPEND=gui-libs/gtk:4 plplot? ( >=sci-libs/plplot-5.15.0[cairo,fortran] ) virtu
|
||||
REQUIRED_USE=plplot? ( high-level )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=4
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v4.6.0.tar.gz -> gtk-fortran-4.6.0.tar.gz
|
||||
SRC_URI=https://github.com/vmagnin/gtk-fortran/archive/v4.8.0.tar.gz -> gtk-fortran-4.8.0.tar.gz
|
||||
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 90d8ee8393c5c815637fd3cb87828c9b fortran-2 54fcb693257134adae26819685891ecc virtualx 9741d451eb64ea8bb9faee90d68a9b68
|
||||
_md5_=0a3383c0e2f17eb684958c3142c182eb
|
||||
_md5_=a4d86995bc6875e688e84c15454ce092
|
||||
@@ -125,7 +125,7 @@ app-backup/grub-btrfs 4.11-r1 4.12 4.13 9999: Improves Grub by adding btrfs snap
|
||||
app-backup/kopia 0.15.0: Kopia - Fast And Secure Open-Source Backup
|
||||
app-backup/kopia-ui-bin 0.15.0-r1: Kopia - Fast And Secure Open-Source Backup (Electron UI)
|
||||
app-backup/pika-backup 0.7.4-r1: Keep your data safe
|
||||
app-backup/restic-browser 0.3.2_p20250523: A GUI to browse and restore from restic backup repositories
|
||||
app-backup/restic-browser 0.3.2_p20250523 0.3.2_p20250523-r1: A GUI to browse and restore from restic backup repositories
|
||||
app-backup/timeshift 23.07.1: A system restore utility for Linux
|
||||
app-backup/timeshift-autosnap 0.9-r1: Automatically creates a timeshift-snapshot when executed
|
||||
app-benchmarks/kdiskmark 3.1.4-r1: Disk benchmarking tool
|
||||
@@ -230,7 +230,7 @@ app-misc/cpufetch 1.06: Simplistic yet fancy CPU architecture fetching tool
|
||||
app-misc/dbf 0.9.0: Command line tool to read the content of dBASE III, IV, and 5.0 files
|
||||
app-misc/diff-so-fancy 1.4.4: Good-lookin' diffs. Actually... nah... The best-lookin' diffs
|
||||
app-misc/doublecmd 1.1.24 1.1.25 1.1.26: Cross Platform file manager
|
||||
app-misc/doublecmd-bin 1.0.11 1.1.21 1.1.23 1.1.24 9999: Double Commander: file manager with two panels, similar to Total Commander
|
||||
app-misc/doublecmd-bin 1.1.23 1.1.24 1.1.26 9999: Double Commander: file manager with two panels, similar to Total Commander
|
||||
app-misc/dpscreenocr 1.4.1: 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.4_p20240213: Realize the collective dream of sleeping computers from all over the internet
|
||||
@@ -251,6 +251,7 @@ app-misc/kanata 1.7.0 1.8.0: Multi-layer keyboard customization
|
||||
app-misc/keyd 2.5.0: A key remapping daemon for linux
|
||||
app-misc/kloak 0.2.30 0.3.7_p1 9999: A privacy tool that makes keystroke biometrics less effective
|
||||
app-misc/kmon 1.6.5 1.7.1: Linux kernel manager and activity monitor
|
||||
app-misc/krabby 0.3.0 9999: Print pokemon sprites in your terminal
|
||||
app-misc/ledger-live-bin 2.84.1: Manager for the Ledger hardware wallet
|
||||
app-misc/lf 27 28-r1 29 30 31 32 33: Terminal file manager
|
||||
app-misc/lyfetch 1.1: Small system information script for linux systems.
|
||||
@@ -263,7 +264,7 @@ app-misc/mirafetch 0.1.0 9999: A Rust reimplementation of Hyfetch wih a focus on
|
||||
app-misc/mobile-datovka 1.10.0: Mobile optimized GUI to access the Czech data box e-government system
|
||||
app-misc/morgen 3.6.10: Morgen simplifies time management by consolidating all your calendars.
|
||||
app-misc/mymefetch 1.3: MymeType's own neofetch-like Bash script
|
||||
app-misc/navi 2.23.0: An interactive cheatsheet tool for the command-line
|
||||
app-misc/navi 2.24.0 9999: An interactive cheatsheet tool for the command-line
|
||||
app-misc/neo 0.6.1 9999: cmatrix clone with 32-bit color and Unicode support
|
||||
app-misc/nerdfetch 8.3.1: A POSIX *nix fetch script using Nerdfonts
|
||||
app-misc/nwg-look 0.2.4 0.2.5-r1 1.0.2: GTK settings editor adapted to work on wlroots-based compositors
|
||||
@@ -401,19 +402,19 @@ app-voices/rhvoice-arina 4.0: RHVoice voice: arina (ru)
|
||||
app-voices/rhvoice-bdl 4.1: RHVoice voice: bdl (en)
|
||||
app-voices/rhvoice-clb 4.0: RHVoice voice: clb (en)
|
||||
app-voices/rhvoice-slt 4.1: RHVoice voice: slt (en)
|
||||
dev-build/FoBiS 3.0.5-r1 3.0.6: FoBiS.py, a Fortran Building System for poor men
|
||||
dev-build/FoBiS 3.0.5-r1 3.0.6 3.1.0: FoBiS.py, a Fortran Building System for poor men
|
||||
dev-build/cargo-make 0.37.24: Rust task runner and build tool
|
||||
dev-build/fpm 0.9.0 0.10.0 0.11.0: Fortran Package Manager (fpm)
|
||||
dev-build/fpm 0.9.0 0.10.0 0.11.0 0.12.0: Fortran Package Manager (fpm)
|
||||
dev-build/fypp 3.1 3.2: Fypp - Python powered Fortran preprocessor
|
||||
dev-build/pdpmake 2.0.3: Public domain POSIX make
|
||||
dev-build/qtilitools 0.1.2: Scripts/commands used in the Qtilities organization
|
||||
dev-build/xmake 2.9.9 9999: A cross-platform build utility based on Lua
|
||||
dev-build/xmake 3.0.0 9999: A cross-platform build utility based on Lua
|
||||
dev-cpp/blurhash 0.2.0 0.2.0-r1: C++ blurhash encoder/decoder
|
||||
dev-cpp/boxed-cpp 1.4.3: Boxing primitive types in C++
|
||||
dev-cpp/coeurl 0.3.0 0.3.1: A simple async wrapper around CURL for C++
|
||||
dev-cpp/cpp-jwt 1.5_pre20220727: JSON Web Token library for C++
|
||||
dev-cpp/cpprestsdk 2.10.19-r4 2.10.19-r5: A Microsoft project for cloud-based client-server communication.
|
||||
dev-cpp/cpptrace 0.7.5 0.8.2 0.8.3 9999: Simple, portable, and self-contained stacktrace library for C++
|
||||
dev-cpp/cpprestsdk 2.10.19-r5: A Microsoft project for cloud-based client-server communication.
|
||||
dev-cpp/cpptrace 0.7.5 0.8.3 1.0.0 9999: Simple, portable, and self-contained stacktrace library for C++
|
||||
dev-cpp/dpp 10.0.23 10.0.24 10.0.25 10.0.29 10.0.30 10.0.33: Lightweight C++ Discord bot library
|
||||
dev-cpp/drogon 1.9.5 1.9.6: C++14/17 based HTTP web application framework
|
||||
dev-cpp/fast_double_parser 0.8.0: Parse strings into double floating-point values
|
||||
@@ -493,7 +494,7 @@ dev-embedded/esp-idf-nvs-partition-gen 0.1.4 0.1.6: Parses ESP-IDF panic handler
|
||||
dev-embedded/esp-idf-panic-decoder 1.2.1-r1 1.3.0: Parses ESP-IDF panic handler output acts as a GDB server over stdin/stdout
|
||||
dev-embedded/esp-idf-size 1.6.1: Firmware size analysis for ESP-IDF
|
||||
dev-embedded/freertos-gdb 1.0.3 1.0.4: Python module for operating with freeRTOS-kernel objects in GDB
|
||||
dev-embedded/fwup 1.12.0: Configurable embedded Linux firmware update creator and runner
|
||||
dev-embedded/fwup 1.12.0 1.13.0: Configurable embedded Linux firmware update creator and runner
|
||||
dev-embedded/idf-component-manager 2.0.4 2.1.1 2.1.2: Tool for installing ESP-IDF components
|
||||
dev-embedded/mv88e6xxx-dump 0.2.0_pre20210327: Dump information about Marvell mv88e6xxx Ethernet switches
|
||||
dev-embedded/nxp-gui-guider 1.7.2-r1: GUI Guider is a user-friendly GUI development tool for LVGL
|
||||
@@ -541,7 +542,7 @@ dev-libs/fastText 0.9.2: Library for fast text representation and classification
|
||||
dev-libs/feedbackd 0.8.1 0.8.2: DBus service for haptic/visual/audio feedback
|
||||
dev-libs/feedbackd-device-themes 0.8.2 0.8.3: Device specific themes for Feedbackd
|
||||
dev-libs/fortran-regex 1.1.2: Modern Fortran port of the tiny-regex-c library for regular expressions
|
||||
dev-libs/fortran-shlex 1.0.1 1.2.1: Modern Fortran port of the tiny-regex-c library for regular expressions
|
||||
dev-libs/fortran-shlex 1.0.1 1.2.1 2.0.0: Modern Fortran port of the tiny-regex-c library for regular expressions
|
||||
dev-libs/fortran-stdlib 0.5.0 0.6.1 0.7.0 9999: A community driven standard library for (modern) Fortran
|
||||
dev-libs/ftl 1.0_p20230220: The Fortran Template Library (FTL) is a general purpose library for Fortran 2003
|
||||
dev-libs/gbinder 1.1.42 9999: GLib-style interface to binder
|
||||
@@ -588,6 +589,7 @@ dev-libs/unordered_dense 4.0.1 4.4.0 9999: A fast and densely stored hashmap and
|
||||
dev-libs/weechat-relay 9999: Portable and multi-interface IRC client relay api
|
||||
dev-libs/xqilla 2.3.4-r3: An XQuery and XPath 2 library and command line utility written in C++
|
||||
dev-libs/zfp 1.0.1: Compressed numerical arrays that support high-speed random access
|
||||
dev-lua/dromozoa-utf8 1.19: Lua 5.3 compatible pure-Lua UTF-8 implementation
|
||||
dev-lua/hump 0.4.2: Helper Utilities for a Multitude of Problems
|
||||
dev-lua/ldbus 0_p20250222: Lua library to access dbus.
|
||||
dev-lua/lua-psl 0.3_p20201126: Lua bindings to libpsl
|
||||
@@ -629,14 +631,12 @@ dev-python/adb-shell 0.4.4-r1: A Python implementation of ADB with shell and Fil
|
||||
dev-python/addict 2.4.0: The Python Dict that's better than heroin
|
||||
dev-python/ahocorasick 2.0.0 2.1.0: Python module implementing Aho-Corasick algorithm
|
||||
dev-python/aisuite 0.1.6: Simple, unified interface to multiple Generative AI providers
|
||||
dev-python/anytree 2.12.0 2.13.0: Powerful and Lightweight Python Tree Data Structure with various plugins
|
||||
dev-python/arpy 2.3.0: Library for accessing ar files
|
||||
dev-python/ascim 0.1.1: Manipulate ASCII art as you would do with raster images
|
||||
dev-python/asgi-lifespan 2.1.0: Programmatic startup/shutdown of ASGI apps
|
||||
dev-python/asyncinotify 4.0.1: An async python inotify package
|
||||
dev-python/asyncpg 0.30.0: An asyncio PostgreSQL driver
|
||||
dev-python/auditok 0.1.5 0.2.0-r1: A module for Audio/Acoustic Activity Detection
|
||||
dev-python/authlib 1.5.2: A Python library in building OAuth and OpenID Connect servers and clients.
|
||||
dev-python/autoflake 2.3.1: Removes unused imports and unused variables from Python code
|
||||
dev-python/autopxd 2.5.0: generates .pxd files automatically from .h files
|
||||
dev-python/avro 1.11.3: Apache Avro is a data serialization system
|
||||
@@ -683,7 +683,7 @@ dev-python/dropbox 12.0.2: The offical Dropbox SDK for Python
|
||||
dev-python/dtreeviz 2.2.2: A python library for decision tree visualization and model interpretation
|
||||
dev-python/evernote2 1.0.3 9999: Unofficial Evernote SDK for Python 3
|
||||
dev-python/exif 1.6.0: Read and modify image EXIF metadata using Python.
|
||||
dev-python/fastapi 0.115.12: FastAPI framework, high performance, easy to learn, ready for production
|
||||
dev-python/fastapi 0.115.12-r1: FastAPI framework, high performance, easy to learn, ready for production
|
||||
dev-python/find-libpython 0.4.0: Finds the libpython associated with the current Python environment
|
||||
dev-python/flask-restx 1.3.0: Framework API development with Flask
|
||||
dev-python/flask-socketio 5.5.1: Socket.IO integration for Flask applications.
|
||||
@@ -771,7 +771,7 @@ dev-python/proton-core 0.4.0: Proton Technologies API wrapper
|
||||
dev-python/proton-keyring-linux 0.2.0: Proton Technologies keyring plugins for linux
|
||||
dev-python/proton-vpn-api-core 0.42.4: Proton AG VPN Core API
|
||||
dev-python/proton-vpn-local-agent 1.4.5: Proton VPN local agent written in Rust
|
||||
dev-python/proton-vpn-network-manager 0.12.13-r2: Proton VPN Network Manager handler
|
||||
dev-python/proton-vpn-network-manager 0.12.13-r3: Proton VPN Network Manager handler
|
||||
dev-python/proxy_tools 0.1.0_p1: Simple proxy (as in the GoF design pattern)
|
||||
dev-python/psycopg2cffi 2.9.0-r1: Implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
|
||||
dev-python/ptpython 3.0.29: Python REPL build on top of prompt-toolkit
|
||||
@@ -798,10 +798,10 @@ dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
|
||||
dev-python/pyrime 0.0.7: rime for python
|
||||
dev-python/pysdl3 0.9.8_beta2 0.9.8_beta3: A pure Python wrapper for SDL3
|
||||
dev-python/pysnooper 1.2.0 1.2.1: Never use print for debugging again
|
||||
dev-python/pyspellchecker 0.8.2: Pure python spell checker based on work by Peter Norvig
|
||||
dev-python/pystardict 0.8-r1: Library for manipulating StarDict dictionaries from within Python
|
||||
dev-python/pytest-cases 3.8.6: Separate test code from test cases in pytest
|
||||
dev-python/pytest-celery 0.1.0: a shim pytest plugin to enable celery.contrib.pytest
|
||||
dev-python/pytest-embedded 1.16.1: A pytest plugin for embedded systems
|
||||
dev-python/pytest-harvest 1.10.5: Store and retrieve data created during your pytest tests execution
|
||||
dev-python/pytest-mypy-plugins 3.1.0: pytest plugin for testing mypy types, stubs, plugins
|
||||
dev-python/pytest-relaxed 2.0.2: Relaxed test discovery for pytest
|
||||
@@ -838,7 +838,7 @@ dev-python/scrapy 2.12.0: A high-level Web Crawling and Web Scraping framework
|
||||
dev-python/screeninfo 0.8.1: Fetch location and size of physical screens.
|
||||
dev-python/sendgrid 6.11.0: Twilio SendGrid library for Python
|
||||
dev-python/sentence-splitter 1.4-r2: Sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder
|
||||
dev-python/sentry-sdk 2.29.1: Python client for Sentry
|
||||
dev-python/sentry-sdk 2.30.0: Python client for Sentry
|
||||
dev-python/signalstickers-client 3.3.0: A Python client for the Signal stickers API
|
||||
dev-python/simplemma 0.9.1: A simple multilingual lemmatizer for Python
|
||||
dev-python/sjcl 0.2.1-r1: Decrypt and encrypt 'Stanford Javascript Crypto Library'-compatible messages
|
||||
@@ -939,6 +939,8 @@ 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/ios-safari-remote-debug 0_pre20250506: A remote debugger for iOS Safari
|
||||
dev-util/ios-webkit-debug-proxy 1.9.1: A DevTools proxy for iOS devices
|
||||
dev-util/juliaup 1.17.21: 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
|
||||
@@ -955,6 +957,7 @@ dev-util/pmbootstrap 3.0.0 3.3.1: Helper tool for developing and building postma
|
||||
dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's OpenGL Shader Builder
|
||||
dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
|
||||
dev-util/rexxd 2025.02.17: Drop-in replacement for the original xxd
|
||||
dev-util/riffdiff 3.3.10: A diff filter highlighting changed line parts
|
||||
dev-util/rust-rover 2024.2.1-r1: A feature-rich Rust IDE with timely support by JetBrarins
|
||||
dev-util/rust-script 0.35.0-r1: Command-line tool to run Rust scripts which can make use of crates
|
||||
dev-util/rye 0.44.0: a Hassle-Free Python Experience
|
||||
@@ -984,7 +987,7 @@ dev-vcs/gitqlient-gitserver-plugin 0.2.0: GitQlient GitServer plugin
|
||||
dev-vcs/gitqlient-jenkins-plugin 0.2.0: GitQlient Jenkins plugin
|
||||
dev-vcs/gitui 0.26.3 0.27.0: blazing fast terminal-ui for git
|
||||
dev-vcs/jj 0.29.0 0.30.0 9999: Jujutsu - an experimental version control system
|
||||
dev-vcs/lazygit 0.47.2 0.48.0 0.49.0 0.50.0 0.51.1 9999: Simple terminal UI for git commands
|
||||
dev-vcs/lazygit 0.50.0 0.51.1 0.52.0 9999: Simple terminal UI for git commands
|
||||
dev-vcs/lazyjj 0.5.0: TUI for Jujutsu/jj
|
||||
dev-vcs/pijul 1.0.0_beta9: A distributed version control system based on a theory of patches
|
||||
dev-zig/zls 0.10.0-r2 0.13.0-r1 0.14.0 9999: Non-official language server for Zig
|
||||
@@ -1015,6 +1018,9 @@ games-engines/fs2_open 24.0.2-r1: FreeSpace2 Source Code Project game engine
|
||||
games-engines/instead 3.4.1 3.5.2 9999: INSTEAD text-based quest game engine
|
||||
games-engines/nxengine-evo 2.6.5_p1-r1: rewrite of the jump-and-run platformer Doukutsu Monogatari(Cave Story)
|
||||
games-engines/ponscripter-fork 3.0.2: Fork of the Ponscripter visual novel engine to take advantage of SDL2
|
||||
games-engines/system3-sdl2 1.6.1: SDL2 port of AliceSoft's System3 for Win32 by Takeda Toshiya.
|
||||
games-engines/xsystem35-sdl2 2.15.1 2.16.0: Port of xsystem35, a free implementation of AliceSoft's System 3.x game engine.
|
||||
games-engines/xsystem4 9999: Cross-platform implementation of AliceSoft's System 4 game engine
|
||||
games-fps/assaultcube 1.3.0.2-r1: Free multiplayer FPS based on the Cube engine
|
||||
games-fps/crispy-doom 5.12.0 6.0: A limit-removing enhanced-resolution Doom source port based on Chocolate Doom
|
||||
games-fps/etlegacy 2.82.0 2.83.2: Wolfenstein: Enemy Territory 2.60b compatible client/server
|
||||
@@ -1323,6 +1329,7 @@ media-sound/eartag 0.5.0 0.5.1: GTK4 MusicBrainz audio tagger
|
||||
media-sound/fooyin 0.8.1 9999: A customizable music player, Qt clone of foobar2000
|
||||
media-sound/furnace 0.6 0.6.5-r1 0.6.7: a multi-system chiptune tracker compatible with DefleMask modules
|
||||
media-sound/gapless 4.3.1 4.4: A GTK4 music player
|
||||
media-sound/goxlr-utility 1.2.2 9999: A utility for monitoring and controlling a TC-Helicon GoXLR or GoXLR Mini
|
||||
media-sound/jacktrip 2.4.0: Send JACK audio over a network
|
||||
media-sound/jriver 31.0.83: A cross-platform media center, famous for high quality of audio.
|
||||
media-sound/kew 2.4.4-r1: kew (/kjuː/) is a command-line music player for Linux.
|
||||
@@ -1457,7 +1464,7 @@ net-im/teams-for-linux 2.0.3 2.0.4 2.0.8: Unofficial Microsoft Teams client for
|
||||
net-im/vesktop-bin 1.5.6 1.5.7: All-in-one voice and text chat for gamers with Vencord Preinstalled
|
||||
net-im/zulip-desktop-bin 5.11.1 5.12.0: Organized chat for distributed teams.
|
||||
net-irc/catgirl 2.2 2.2a: TLS-only terminal IRC client
|
||||
net-irc/halloy 2025.3 2025.4 2025.5: IRC application written in Rust
|
||||
net-irc/halloy 2025.3 2025.4 2025.5 2025.6: IRC application written in Rust
|
||||
net-irc/limnoria-plugins-bugzilla 4.0: Bugzilla integration plugin for the Limnoria IRC Bot
|
||||
net-irc/litterbox 1.9: TLS-only IRC logger
|
||||
net-irc/pounce 3.0 3.1 3.1-r1: Multi-client, TLS-only IRC bouncer
|
||||
@@ -1525,7 +1532,7 @@ net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from
|
||||
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
|
||||
net-misc/wlvncc 20250122 20250307 99999999: A Wayland Native VNC Client
|
||||
net-misc/wsdd 0.8 0.9: A Web Service Discovery host daemon.
|
||||
net-misc/wstunnel 10.4.0 10.4.1 10.4.2: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
|
||||
net-misc/wstunnel 10.4.2 10.4.3: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI
|
||||
net-misc/xh 0.24.1: Friendly and fast tool for sending HTTP requests
|
||||
net-misc/xkcd-handler 1.1.4: A handler for XKCD urls
|
||||
net-misc/xmrig-mo 6.21.2 6.22.2: MoneroOcean fork of xmrig that supports algo switching
|
||||
@@ -1604,6 +1611,7 @@ sci-electronics/kactus2 3.13.3 9999: A open source IP-XACT-based tool
|
||||
sci-electronics/liblxi 1.20: Implementation of the LAN eXtensions for Instrumentation (LXI)
|
||||
sci-electronics/logic-bin 2.4.14: Saleae logic analyzer
|
||||
sci-electronics/lxi-tools 2.7: Tools to access devices with LXI
|
||||
sci-electronics/qucs-s 25.1.2: Quite universal circuit simulator with SPICE
|
||||
sci-electronics/slang 8.1 9999: SystemVerilog compiler and language services
|
||||
sci-electronics/svls 0.2.11: SystemVerilog language server
|
||||
sci-electronics/vcd 221217: VCD file (Value Change Dump) command line viewer
|
||||
@@ -1644,8 +1652,8 @@ sci-mathematics/pyromaths 21.8.2-r1: Create maths exercises in LaTeX and PDF for
|
||||
sci-mathematics/rink 0.8.0-r1 9999: Unit conversion tool, similar to frink
|
||||
sci-mathematics/rstudio-desktop-bin 2023.09.1_p494 2024.12.0_p467 2024.12.0_p467-r1: IDE for R and Python
|
||||
sci-misc/boinc-wrapper 26018-r2 26018-r3: Wrapper to use non-BOINC apps with BOINC
|
||||
sci-misc/llama-cpp 0_pre4576 0_pre4848 0_pre5097 0_pre5332 0_pre5633 9999: Port of Facebook's LLaMA model in C/C++
|
||||
sci-ml/ollama 0.6.5-r1 0.6.6 0.6.8 0.7.0 0.7.1 0.8.0 0.9.0 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
sci-misc/llama-cpp 0_pre4576 0_pre4848 0_pre5097 0_pre5332 0_pre5633-r1 9999: Port of Facebook's LLaMA model in C/C++
|
||||
sci-ml/ollama 0.7.1 0.8.0 0.9.0 9999: Get up and running with Llama 3, Mistral, Gemma, and other language models.
|
||||
sci-physics/openmodelica 1.24.0-r1: Open-source Modelica-based modeling and simulation environment
|
||||
sci-physics/ovito 3.10.4 3.10.5 3.10.5-r1: Open Visualization Tool
|
||||
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
|
||||
@@ -1667,9 +1675,9 @@ sys-apps/bat-extras 2023.09.19-r2 9999: Bash scripts that integrate bat with var
|
||||
sys-apps/bpftune 9999: bpftune uses BPF to auto-tune Linux systems
|
||||
sys-apps/bustd 0.1.1: Process killer daemon for out-of-memory scenarios
|
||||
sys-apps/colortail 0.3.3 9999: tail command with colors
|
||||
sys-apps/coolercontrol 2.1.0: Monitor and control your cooling and other devices
|
||||
sys-apps/coolercontrol-liqctld 2.1.0: Monitor and control your cooling and other devices (liqctld)
|
||||
sys-apps/coolercontrold 2.1.0: Monitor and control your cooling and other devices (daemon)
|
||||
sys-apps/coolercontrol 2.1.0 2.2.0 2.2.1: Monitor and control your cooling and other devices
|
||||
sys-apps/coolercontrol-liqctld 2.1.0 2.2.0 2.2.1: Monitor and control your cooling and other devices (liqctld)
|
||||
sys-apps/coolercontrold 2.1.0 2.2.0 2.2.1: Monitor and control your cooling and other devices (daemon)
|
||||
sys-apps/corefreq 1.96.3: CPU monitoring software designed for the 64-bits Processors, like top
|
||||
sys-apps/dnf5 5.2.12.0 5.2.13.1: 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)
|
||||
@@ -1731,7 +1739,7 @@ sys-fs/gdu 5.14.0 5.25.0: Disk usage analyzer with console interface written in
|
||||
sys-fs/gfs2-utils 3.4.1 3.5.1-r1: Shared-disk cluster file system
|
||||
sys-fs/jefferson 0.4.6: JFFS2 filesystem extraction tool
|
||||
sys-fs/mountpoint-s3-bin 1.1.1: Fuse for AWS S3 (Simple Storage Service), official
|
||||
sys-fs/ntfs2btrfs 20240115: Conversion tool from NTFS to Btrfs
|
||||
sys-fs/ntfs2btrfs 20250616: Conversion tool from NTFS to Btrfs
|
||||
sys-fs/sanoid 2.2.0 9999: Policy-driven snapshot management and replication tools for OpenZFS.
|
||||
sys-fs/ufiformat 0.9.9: USB Floppy Disk formatting tool
|
||||
sys-fs/vramfs 0_p20221214: VRAM based file system for Linux
|
||||
@@ -1788,7 +1796,7 @@ www-client/browsh 1.8.2: A fully-modern text-based browser, rendering to TTY and
|
||||
www-client/mullvad-browser-bin 14.5.3: The Mullvad Browser is developed to minimize tracking and fingerprinting.
|
||||
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
|
||||
www-client/vimb 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
|
||||
www-client/yandex-browser 25.4.1.1062_p1: The web browser from Yandex
|
||||
www-client/yandex-browser 25.4.1.1132_p1: The web browser from Yandex
|
||||
www-client/zen-bin 1.12.8b 1.12.10b: Zen Browser - A Firefox-based browser focused on privacy
|
||||
www-misc/dufs 0.40.0: Dufs is a distinctive utility file server
|
||||
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
|
||||
@@ -1803,9 +1811,9 @@ x11-apps/lightdm-gtk-greeter-settings 1.2.2-r3: Configuration tool for the Light
|
||||
x11-apps/xcur2png 0.7.1-r3: Convert X cursors to PNG images
|
||||
x11-drivers/OpenTabletDriver 0.6.5.1: A cross-platform open-source tablet driver
|
||||
x11-drivers/OpenTabletDriver-bin 0.6.3.0: Cross platform tablet driver (binary package)
|
||||
x11-drivers/evdi 1.14.8 1.14.9: Extensible Virtual Display Interface
|
||||
x11-drivers/evdi 1.14.9 1.14.10: Extensible Virtual Display Interface
|
||||
x11-drivers/xf86-input-xppen 3.4.9-r2: Driver for XP-PEN tablets and drawing devices
|
||||
x11-libs/gtk-fortran 3.24.31 4.6.0 4.7.1: A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
x11-libs/gtk-fortran 3.24.49 4.7.1 4.8.0: A GTK+ binding to build Graphical User Interfaces in Fortran
|
||||
x11-libs/sdl-fakeqwerty 0_pre20191217: Fixes non-QWERTY keyboards on Prison Architect (and maybe other SDL games)
|
||||
x11-misc/aerial-sddm-theme 0_pre20191018-r1 9999: SDDM theme with Apple TV Aerial videos
|
||||
x11-misc/autotiling 1.9.3: Script for sway and i3 to automatically switch the window split orientation
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sun, 15 Jun 2025 17:52:18 +0000
|
||||
Tue, 17 Jun 2025 09:09:05 +0000
|
||||
|
||||
Reference in New Issue
Block a user