mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
2025-04-04 09:05:12 UTC
This commit is contained in:
@@ -9,6 +9,6 @@ LICENSE=GPL-3
|
||||
RDEPEND=!app-admin/bitwarden-cli
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2024.4.0/bw-linux-2024.4.0.zip
|
||||
SRC_URI=https://github.com/bitwarden/clients/releases/download/cli-v2025.3.0/bw-oss-linux-2025.3.0.zip
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=272f4d2e82b6dfa2923b147ad82ccca0
|
||||
_md5_=7a743e687e214df787f8da53a3905f75
|
||||
@@ -6,11 +6,11 @@ HOMEPAGE=https://gitlab.com/hfernh/krapplet https://pypi.org/project/krapplet/
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=distutils-r1 pypi xdg
|
||||
IUSE=+gnome-keyring pass python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection dev-python/pygobject:3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] x11-libs/gtk+:3[introspection] gnome-keyring? ( dev-python/secretstorage[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) pass? ( dev-python/python-gnupg[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( gnome-keyring pass ) || ( python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/k/krapplet/krapplet-0.3.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10 pypi ad1b21f87d117ae9bb089bdb65b8f013 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=4f88a783806dfa7c18abb7f85b6e9d69
|
||||
_md5_=49a8327a04a02893252e77b4e056eec0
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig || ( dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
|
||||
DEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) )
|
||||
DESCRIPTION=Unofficial Bitwarden compatible password manager server written in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
|
||||
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles
|
||||
IUSE=cli mysql postgres +sqlite web debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016
|
||||
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.32.5.tar.gz -> vaultwarden-1.32.5.tar.gz https://jroy.ca/dist/vaultwarden-1.32.5-vendor.tar.xz https://jroy.ca/dist/vaultwarden-1.32.5-wiki.tar.xz -> vaultwarden-1.32.5-docs.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 7282c47a52f41c358a5d49c66884c7bc check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd 54bd206bb5c4efac6ae28b6b006713b0 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=63ce45d41c97579007af0e1a984bae40
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=virtual/pkgconfig || ( dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 ) virtual/pkgconfig
|
||||
DEFINED_PHASES=compile configure install postinst prepare pretend setup test unpack
|
||||
DEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) )
|
||||
DESCRIPTION=Unofficial Bitwarden compatible password manager server written in Rust
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dani-garcia/vaultwarden
|
||||
INHERIT=cargo check-reqs readme.gentoo-r1 systemd tmpfiles
|
||||
IUSE=cli mysql postgres +sqlite web debug
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3 0BSD Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0
|
||||
RDEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= cli? ( || ( app-admin/bitwarden-cli app-admin/bitwarden-cli-bin ) ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) web? ( || ( www-apps/vaultwarden-web www-apps/vaultwarden-web-bin ) ) virtual/tmpfiles
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.32.7.tar.gz -> vaultwarden-1.32.7.tar.gz https://jroy.ca/dist/vaultwarden-1.32.7-vendor.tar.xz https://jroy.ca/dist/vaultwarden-1.32.7-wiki.tar.xz -> vaultwarden-1.32.7-docs.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 7282c47a52f41c358a5d49c66884c7bc check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd 54bd206bb5c4efac6ae28b6b006713b0 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=8e617fe5eb35bee775f9a5a752c28aae
|
||||
@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dani-garcia/vaultwarden/archive/refs/tags/1.33.2.tar.gz -> vaultwarden-1.33.2.tar.gz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.33.2/deps.tar.xz -> vaultwarden-1.33.2-deps.tar.xz https://github.com/rahilarious/gentoo-distfiles/releases/download/vaultwarden-1.33.2/wiki.tar.xz -> vaultwarden-1.33.2-docs.tar.xz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 7282c47a52f41c358a5d49c66884c7bc check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd 54bd206bb5c4efac6ae28b6b006713b0 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735
|
||||
_md5_=353f19c345c967197c363b8ebd440ff6
|
||||
_md5_=b535856433a9da8e49838f10dd84d997
|
||||
|
||||
@@ -12,4 +12,4 @@ RDEPEND=acct-user/vaultwarden acct-group/vaultwarden dev-libs/openssl:= cli? ( a
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 7282c47a52f41c358a5d49c66884c7bc check-reqs 2a9731073c152554078a9a8df8fc0f1b readme.gentoo-r1 b045f3acf546393ab6b3170781875358 systemd 54bd206bb5c4efac6ae28b6b006713b0 tmpfiles 9a9814db5a3fbd4f1e921c05297e7735 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=353f19c345c967197c363b8ebd440ff6
|
||||
_md5_=b535856433a9da8e49838f10dd84d997
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/certbot/certbot https://certbot-dns-rfc2136.readthedocs.io/en/stable/ https://pypi.org/project/certbot-dns-rfc2136/ https://letsencrypt.org/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=doc test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=>=app-crypt/acme-2.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=app-crypt/certbot-2.11.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/dnspython-1.15.0[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 )
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/certbot/certbot/archive/v2.11.1.tar.gz -> certbot-2.11.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10
|
||||
_md5_=6e69b3b770aa394eb2cfc5642d23d6d8
|
||||
_md5_=c2203bac00217527309fbc7df4758d7d
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/certbot/certbot https://pypi.org/project/certbot-dns-rfc2136/ https://letsencrypt.org/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=doc test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv
|
||||
KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv
|
||||
LICENSE=Apache-2.0
|
||||
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 ) >=app-crypt/acme-3.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=app-crypt/certbot-3.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/dnspython-2.6.1[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 )
|
||||
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/certbot/certbot/archive/v3.2.0.tar.gz -> certbot-3.2.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10
|
||||
_md5_=0f14f9719d8245943ef1d33d7022dd3b
|
||||
_md5_=ed091c55d61dbb14c051c4aa3d44b6ce
|
||||
|
||||
14
metadata/md5-cache/app-crypt/pinentry-bemenu-0.14.0
Normal file
14
metadata/md5-cache/app-crypt/pinentry-bemenu-0.14.0
Normal file
@@ -0,0 +1,14 @@
|
||||
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
|
||||
DEFINED_PHASES=compile configure install postinst test
|
||||
DEPEND=dev-libs/bemenu dev-libs/libgpg-error dev-libs/libassuan:= dev-libs/popt
|
||||
DESCRIPTION=Pinentry based on bemenu
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/t-8ch/pinentry-bemenu
|
||||
INHERIT=meson
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=dev-libs/bemenu dev-libs/libgpg-error dev-libs/libassuan:= dev-libs/popt
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/t-8ch/pinentry-bemenu/archive/v0.14.0.tar.gz -> pinentry-bemenu-0.14.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922
|
||||
_md5_=9f1c2f9dc0e916817c1acb352988d131
|
||||
15
metadata/md5-cache/app-editors/notepadnext-0.11
Normal file
15
metadata/md5-cache/app-editors/notepadnext-0.11
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-qt/qttools:6
|
||||
DEFINED_PHASES=configure install postinst postrm preinst prepare
|
||||
DEPEND=x11-libs/libxcb:= dev-qt/qtbase:6[gui,network,widgets] dev-qt/qt5compat:6
|
||||
DESCRIPTION=A cross-platform reimplementation of Notepad++ based on Qt
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dail8859/NotepadNext
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=qmake-utils xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 MIT LGPL-2.1 MIT-no-machine-learning || ( MPL-1.1 GPL-2+ LGPL-2.1+ )
|
||||
RDEPEND=x11-libs/libxcb:= dev-qt/qtbase:6[gui,network,widgets] dev-qt/qt5compat:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dail8859/NotepadNext/archive/5875f739855ea0c80dba7a1f10ec8ab248587697.tar.gz -> notepadnext-0.11.tar.gz https://github.com/itay-grudev/SingleApplication/archive/0ba7b6ce42cfb863cbb1463c274c762e1eb6652b.tar.gz -> SingleApplication-0ba7b6ce42cfb863cbb1463c274c762e1eb6652b.tar.gz https://gitlab.freedesktop.org/uchardet/uchardet/-/archive/edae8e81cfb8092496f94da1a306c4c9f0ce32bb.tar.gz -> uchardet-edae8e81cfb8092496f94da1a306c4c9f0ce32bb.tar.gz https://github.com/editorconfig/editorconfig-core-qt/archive/ee967262db4fdbd735f9971cc0c90cf4f3100d3a.tar.gz -> editorconfig-core-qt-ee967262db4fdbd735f9971cc0c90cf4f3100d3a.tar.gz https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/archive/df1fa271274be04f9704f6d67eb2294c03256208.tar.gz -> Qt-Advanced-Docking-System-df1fa271274be04f9704f6d67eb2294c03256208.tar.gz https://github.com/alex-spataru/QSimpleUpdater/archive/ff14dbdaf751fbe759bf457efd20dd82710cf17a.tar.gz -> QSimpleUpdater-ff14dbdaf751fbe759bf457efd20dd82710cf17a.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=2735edc4362c1094d0e664cf2abd5850
|
||||
@@ -1,15 +0,0 @@
|
||||
BDEPEND=dev-qt/qttools:6
|
||||
DEFINED_PHASES=configure install postinst postrm preinst prepare
|
||||
DEPEND=x11-libs/libxcb:= dev-qt/qtbase:6[gui,network,widgets] dev-qt/qt5compat:6
|
||||
DESCRIPTION=A cross-platform reimplementation of Notepad++ based on Qt
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dail8859/NotepadNext
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=qmake-utils xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3 MIT LGPL-2.1 MIT-no-machine-learning || ( MPL-1.1 GPL-2+ LGPL-2.1+ )
|
||||
RDEPEND=x11-libs/libxcb:= dev-qt/qtbase:6[gui,network,widgets] dev-qt/qt5compat:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dail8859/NotepadNext/archive/08c49fe91c013dd8a9608a2e8501e5e29a02eb81.tar.gz -> notepadnext-0.8_p20240828.tar.gz https://github.com/itay-grudev/SingleApplication/archive/494772e98cef0aa88124f154feb575cc60b08b38.tar.gz -> SingleApplication-494772e98cef0aa88124f154feb575cc60b08b38.tar.gz https://gitlab.freedesktop.org/uchardet/uchardet/-/archive/edae8e81cfb8092496f94da1a306c4c9f0ce32bb.tar.gz -> uchardet-edae8e81cfb8092496f94da1a306c4c9f0ce32bb.tar.gz https://github.com/editorconfig/editorconfig-core-qt/archive/ee967262db4fdbd735f9971cc0c90cf4f3100d3a.tar.gz -> editorconfig-core-qt-ee967262db4fdbd735f9971cc0c90cf4f3100d3a.tar.gz https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/archive/952131a1e9730636e0ee87e99fcc8bdb259f6451.tar.gz -> Qt-Advanced-Docking-System-952131a1e9730636e0ee87e99fcc8bdb259f6451.tar.gz https://github.com/alex-spataru/QSimpleUpdater/archive/791c8e2d148943f1f3147753591e9d5bcf637c15.tar.gz -> QSimpleUpdater-791c8e2d148943f1f3147753591e9d5bcf637c15.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=9309e47eb46b26732c90fd72b602c743
|
||||
@@ -1,9 +0,0 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=MymeType's own neofetch-like Bash script
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codeberg.org/MymeType/mymefetch
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0 FSFAP
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/MymeType/mymefetch/archive/v1.2.tar.gz -> mymefetch-1.2.tar.gz
|
||||
_md5_=4ed797e790c4f46e8f91be23c088be68
|
||||
9
metadata/md5-cache/app-misc/mymefetch-1.3
Normal file
9
metadata/md5-cache/app-misc/mymefetch-1.3
Normal file
@@ -0,0 +1,9 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=MymeType's own neofetch-like Bash script
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codeberg.org/MymeType/mymefetch
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Unlicense
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/MymeType/mymefetch/archive/v1.3.tar.gz -> mymefetch-1.3.tar.gz
|
||||
_md5_=1d24e1d0e1b88f69639326e4e9bed5a2
|
||||
12
metadata/md5-cache/app-text/tinymist-9999
Normal file
12
metadata/md5-cache/app-text/tinymist-9999
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=|| ( dev-lang/rust-bin:9999 dev-lang/rust:9999 dev-lang/rust-bin:1.86 dev-lang/rust:1.86 dev-lang/rust-bin:1.85.1 dev-lang/rust:1.85.1 dev-lang/rust-bin:1.85.0 dev-lang/rust:1.85.0 dev-lang/rust-bin:1.84.1 dev-lang/rust:1.84.1 dev-lang/rust-bin:1.84.0 dev-lang/rust:1.84.0 dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 ) >=dev-vcs/git-1.8.2.1[curl]
|
||||
DEFINED_PHASES=compile configure install setup test unpack
|
||||
DESCRIPTION=Fast lsp implementation for typst.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Myriad-Dreamin/tinymist
|
||||
INHERIT=cargo git-r3
|
||||
IUSE=debug
|
||||
LICENSE=Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 EUPL-1.2 ISC LGPL-3+ MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB
|
||||
PROPERTIES=live
|
||||
SLOT=0
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo 7282c47a52f41c358a5d49c66884c7bc git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=eeaf945c8796e704472e6c54097ee557
|
||||
@@ -13,4 +13,4 @@ RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://dl.espressif.com/github_assets/espressif/esp-idf/releases/download/v5.4.1/esp-idf-v5.4.1.zip -> esp-idf-5.4.1.zip https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20241016/openocd-esp32-linux-amd64-0.12.0-esp32-20241016.tar.gz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/xtensa-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/xtensa-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz riscv32? ( https://github.com/espressif/crosstool-NG/releases/download/esp-14.2.0_20241119/riscv32-esp-elf-14.2.0_20241119-x86_64-linux-gnu.tar.xz https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v14.2_20240403/riscv32-esp-elf-gdb-14.2_20240403-x86_64-linux-gnu.tar.gz )
|
||||
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de
|
||||
_md5_=1477d6d314aa22e32d2914f9ad280b5d
|
||||
_md5_=4efdfbbabaa90074bc18102605fc0c1b
|
||||
|
||||
16
metadata/md5-cache/dev-python/find-libpython-0.4.0
Normal file
16
metadata/md5-cache/dev-python/find-libpython-0.4.0
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 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-75.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Finds the libpython associated with the current Python environment
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/ktbarrett/find_libpython
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv ~x86
|
||||
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 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-libpython/find_libpython-0.4.0.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=11339f1d053c9449349c8944e35464e6
|
||||
File diff suppressed because one or more lines are too long
@@ -10,6 +10,6 @@ LICENSE=GPL-3 BSD
|
||||
RDEPEND=dev-cpp/gtkmm:3.0 dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject:3=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[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 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/nwg-piotr/azote/archive/v1.14.2/azote-1.14.2.tar.gz
|
||||
SRC_URI=https://github.com/nwg-piotr/azote/archive/v1.15.0/azote-1.15.0.tar.gz
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10 optfeature 538bce96e5589935b57e178e8635f301 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=a457bbec132853374d64be7501c2cace
|
||||
15
metadata/md5-cache/gui-apps/koi-0.4
Normal file
15
metadata/md5-cache/gui-apps/koi-0.4
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=kde-frameworks/extra-cmake-modules 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,gui,network,widgets,xml] kde-frameworks/kconfigwidgets:6 kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6
|
||||
DESCRIPTION=Theme scheduling for the KDE Plasma Desktop
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/baduhai/Koi
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake xdg
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=LGPL-3
|
||||
RDEPEND=dev-qt/qtbase:6[dbus,gui,network,widgets,xml] kde-frameworks/kconfigwidgets:6 kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/baduhai/Koi/archive/refs/tags/0.4.tar.gz -> koi-0.4.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=c0bc8b7d4f99087d1d5ada4d34b7b5d5
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core dev-libs/dbus-glib dev-libs/glib media-libs/alsa-lib media-libs/fontconfig media-libs/freetype sys-apps/dbus virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+ x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libxcb x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-128.8.0esr-bb23.en-US.linux-x86_64.tar.bz2
|
||||
SRC_URI=https://www.betterbird.eu/downloads/LinuxArchive/betterbird-128.9.0esr-bb24.en-US.linux-x86_64.tar.bz2
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=1697bb03c0d6d45e5ca5a9d70801f32b
|
||||
_md5_=89a5962a9854812b7e137be899fa8981
|
||||
@@ -8,6 +8,6 @@ IUSE=X
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=OFL-1.1
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yuru7/PlemolJP/releases/download/v2.0.3/PlemolJP_v2.0.3.zip https://github.com/yuru7/PlemolJP/releases/download/v2.0.3/PlemolJP_NF_v2.0.3.zip https://github.com/yuru7/PlemolJP/releases/download/v2.0.3/PlemolJP_HS_v2.0.3.zip
|
||||
SRC_URI=https://github.com/yuru7/PlemolJP/releases/download/v2.0.4/PlemolJP_v2.0.4.zip https://github.com/yuru7/PlemolJP/releases/download/v2.0.4/PlemolJP_NF_v2.0.4.zip https://github.com/yuru7/PlemolJP/releases/download/v2.0.4/PlemolJP_HS_v2.0.4.zip
|
||||
_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb
|
||||
_md5_=e3962c05b79475b50eedaaddbe24386c
|
||||
13
metadata/md5-cache/media-sound/listenbrainz-mpd-2.3.8
Normal file
13
metadata/md5-cache/media-sound/listenbrainz-mpd-2.3.8
Normal file
File diff suppressed because one or more lines are too long
12
metadata/md5-cache/media-sound/spct-1.1.1
Normal file
12
metadata/md5-cache/media-sound/spct-1.1.1
Normal file
@@ -0,0 +1,12 @@
|
||||
BDEPEND=virtual/pkgconfig
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=media-libs/game-music-emu sys-libs/ncurses:=
|
||||
DESCRIPTION=A CLI program to play back or render SPC files.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://codeberg.org/jneen/spct
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=media-libs/game-music-emu sys-libs/ncurses:=
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/jneen/spct/archive/v1.1.1.tar.gz -> spct-1.1.1.tar.gz
|
||||
_md5_=a3de2848f0944dfccf18e31ea2967140
|
||||
@@ -9,6 +9,6 @@ LICENSE=all-rights-reserved
|
||||
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/mesa net-print/cups sys-apps/dbus sys-apps/util-linux x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libxkbcommon x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
RESTRICT=bindist mirror strip test
|
||||
SLOT=0
|
||||
SRC_URI=https://dl-canary.discordapp.net/apps/linux/0.0.621/discord-canary-0.0.621.deb
|
||||
SRC_URI=https://dl-canary.discordapp.net/apps/linux/0.0.623/discord-canary-0.0.623.deb
|
||||
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 linux-info ea4122ba1d8791a12b78e53f9510a2e3 pax-utils 5555f2e75744739fe100ee62c22d28fe multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=c01e748038e0995837f65381adc52d70
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=app-arch/rpm2targz
|
||||
DEFINED_PHASES=configure install postinst postrm preinst prepare pretend setup unpack
|
||||
DESCRIPTION=Unofficial Microsoft Teams client for Linux. Binary precompiled version.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/IsmaelMartinez/teams-for-linux
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=chromium-2 desktop rpm xdg
|
||||
IUSE=+l10n_af +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_en-US +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_ur +l10n_vi +l10n_zh-CN +l10n_zh-TW
|
||||
KEYWORDS=-* ~amd64 ~arm ~arm64
|
||||
LICENSE=MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 unRAR OFL-1.1 CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.12.7/teams-for-linux-1.12.7.x86_64.rpm ) arm? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.12.7/teams-for-linux-1.12.7.armv7l.rpm ) arm64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.12.7/teams-for-linux-1.12.7.aarch64.rpm )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=9685f7b2cec3a2db484dde199e6f9cf4
|
||||
@@ -11,6 +11,6 @@ LICENSE=MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 unRAR
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.13.1/teams-for-linux-1.13.1.x86_64.rpm ) arm? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.13.1/teams-for-linux-1.13.1.armv7l.rpm ) arm64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.13.1/teams-for-linux-1.13.1.aarch64.rpm )
|
||||
SRC_URI=amd64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.14.1/teams-for-linux-1.14.1.x86_64.rpm ) arm? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.14.1/teams-for-linux-1.14.1.armv7l.rpm ) arm64? ( https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v1.14.1/teams-for-linux-1.14.1.aarch64.rpm )
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed estack c61c368a76fdf3a82fdf8dbaebea3804 rpm 7828cd38ff559545ca52f92064d0f8f4 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=9685f7b2cec3a2db484dde199e6f9cf4
|
||||
_md5_=d1a09ad44ca1bca8eb9ad24fa783f948
|
||||
16
metadata/md5-cache/net-misc/megasync-5.10.0.2
Normal file
16
metadata/md5-cache/net-misc/megasync-5.10.0.2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=dev-qt/linguist-tools:5 virtual/pkgconfig dolphin? ( kde-frameworks/extra-cmake-modules ) app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= dolphin? ( dev-qt/qtbase:6[network,widgets] kde-apps/dolphin:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 kde-frameworks/kwidgetsaddons:6 ) mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= )
|
||||
DESCRIPTION=The official Qt-based program for syncing your MEGA account in your PC
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mega.io https://github.com/meganz/MEGAsync
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake flag-o-matic qmake-utils xdg
|
||||
IUSE=dolphin mediainfo nautilus nemo thumbnail thunar
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MEGA
|
||||
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= dolphin? ( dev-qt/qtbase:6[network,widgets] kde-apps/dolphin:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 kde-frameworks/kwidgetsaddons:6 ) mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= ) dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.10.0.2_Win.tar.gz -> megasync-5.10.0.2.tar.gz https://github.com/meganz/sdk/archive/b28f39fd6d98d3d30bb1b6a52dd1941cbc7a4e90.tar.gz -> megasync-sdk-5.10.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=39006c45f5481dffdd31634346570f17
|
||||
@@ -1,16 +0,0 @@
|
||||
BDEPEND=dev-qt/linguist-tools:5 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= )
|
||||
DESCRIPTION=The official Qt-based program for syncing your MEGA account in your PC
|
||||
EAPI=8
|
||||
HOMEPAGE=https://mega.io https://github.com/meganz/MEGAsync
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake flag-o-matic qmake-utils xdg
|
||||
IUSE=mediainfo nautilus nemo thumbnail thunar
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=MEGA
|
||||
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= ) dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.8.0.2_Linux.tar.gz -> megasync-5.8.0.2.tar.gz https://github.com/meganz/sdk/archive/ddaaf5e587055897f3054a52d4a6dc74d52bb732.tar.gz -> megasync-sdk-5.8.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=c5b441afa8ae016e15988399298d249a
|
||||
@@ -1,6 +1,6 @@
|
||||
BDEPEND=dev-build/make >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=sci-libs/fftw media-libs/glfw media-libs/glew sci-libs/volk app-arch/zstd media-libs/rtaudio airspy? ( net-wireless/airspy ) airspyhf? ( net-wireless/airspyhf ) bladerf? ( net-wireless/bladerf ) hackrf? ( net-libs/libhackrf ) plutosdr? ( net-libs/libad9361-iio net-libs/libiio ) sdrplay? ( net-wireless/sdrplay ) soapy? ( net-wireless/soapysdr ) rtlsdr? ( net-wireless/rtl-sdr ) uhd? ( net-wireless/uhd ) portaudio? ( media-libs/portaudio )
|
||||
DEPEND=sci-libs/fftw media-libs/glfw media-libs/glew sci-libs/volk app-arch/zstd media-libs/rtaudio airspy? ( net-wireless/airspy ) airspyhf? ( net-wireless/airspyhf ) bladerf? ( net-wireless/bladerf ) hackrf? ( net-libs/libhackrf ) plutosdr? ( net-libs/libad9361-iio net-libs/libiio ) sdrplay? ( net-wireless/sdrplay ) soapy? ( net-wireless/soapysdr ) rtlsdr? ( || ( net-wireless/rtl-sdr net-wireless/rtl-sdr-blog ) ) uhd? ( net-wireless/uhd ) portaudio? ( media-libs/portaudio )
|
||||
DESCRIPTION=Cross-Platform SDR Software
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.sdrpp.org/
|
||||
@@ -8,8 +8,8 @@ INHERIT=cmake
|
||||
IUSE=airspy airspyhf bladerf hackrf hermes plutosdr rtlsdr sdrplay soapy uhd portaudio
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=sci-libs/fftw media-libs/glfw media-libs/glew sci-libs/volk app-arch/zstd media-libs/rtaudio airspy? ( net-wireless/airspy ) airspyhf? ( net-wireless/airspyhf ) bladerf? ( net-wireless/bladerf ) hackrf? ( net-libs/libhackrf ) plutosdr? ( net-libs/libad9361-iio net-libs/libiio ) sdrplay? ( net-wireless/sdrplay ) soapy? ( net-wireless/soapysdr ) rtlsdr? ( net-wireless/rtl-sdr ) uhd? ( net-wireless/uhd ) portaudio? ( media-libs/portaudio )
|
||||
RDEPEND=sci-libs/fftw media-libs/glfw media-libs/glew sci-libs/volk app-arch/zstd media-libs/rtaudio airspy? ( net-wireless/airspy ) airspyhf? ( net-wireless/airspyhf ) bladerf? ( net-wireless/bladerf ) hackrf? ( net-libs/libhackrf ) plutosdr? ( net-libs/libad9361-iio net-libs/libiio ) sdrplay? ( net-wireless/sdrplay ) soapy? ( net-wireless/soapysdr ) rtlsdr? ( || ( net-wireless/rtl-sdr net-wireless/rtl-sdr-blog ) ) uhd? ( net-wireless/uhd ) portaudio? ( media-libs/portaudio )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/AlexandreRouma/SDRPlusPlus/archive/206ce6e8c37aa7ee2e1990b80644330b6ac69b6b.tar.gz -> sdrpp-1.2.0_pre20240607.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57
|
||||
_md5_=53c5eb0b879e17fd31f03d1321d94355
|
||||
_md5_=0f4bc7f5459e377d4045aa8b52dd5a92
|
||||
|
||||
17
metadata/md5-cache/sci-electronics/cocotb-1.9.2
Normal file
17
metadata/md5-cache/sci-electronics/cocotb-1.9.2
Normal file
@@ -0,0 +1,17 @@
|
||||
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-75.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=dev-python/find-libpython[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 )
|
||||
DESCRIPTION=Python-based chip (RTL) verification
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.cocotb.org
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
|
||||
KEYWORDS=~amd64 ~arm64 ~riscv ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/find-libpython[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
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/c/cocotb/cocotb-1.9.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10 pypi ad1b21f87d117ae9bb089bdb65b8f013
|
||||
_md5_=f9a3dcf352c5db9cda0ac391a2d8b350
|
||||
11
metadata/md5-cache/www-apps/pleroma-fe-2.8.0
Normal file
11
metadata/md5-cache/www-apps/pleroma-fe-2.8.0
Normal file
@@ -0,0 +1,11 @@
|
||||
BDEPEND=net-libs/nodejs[npm] sys-apps/yarn
|
||||
DEFINED_PHASES=compile install postinst unpack
|
||||
DESCRIPTION=Main frontend for www-apps/pleroma, inspired by qvitter
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pleroma.social/ https://git.pleroma.social/pleroma/pleroma-fe
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=AGPL-3 MIT ISC Apache-2.0
|
||||
RESTRICT=network-sandbox
|
||||
SLOT=0
|
||||
SRC_URI=https://git.pleroma.social/pleroma/pleroma-fe/-/archive/2.8.0/pleroma-fe-2.8.0.tar.gz
|
||||
_md5_=8d2bc5e92326e2e63fa04ca4b063bc00
|
||||
@@ -6,5 +6,5 @@ KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=!www-apps/vaultwarden-web
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/dani-garcia/bw_web_builds/releases/download/v2024.3.1/bw_web_v2024.3.1.tar.gz -> vaultwarden-web-bin-2024.3.1.tar.gz
|
||||
SRC_URI=https://github.com/dani-garcia/bw_web_builds/releases/download/v2025.3.1/bw_web_v2025.3.1.tar.gz -> vaultwarden-web-bin-2025.3.1.tar.gz
|
||||
_md5_=1e13c50c4fdd6c7e90839a68b7e03138
|
||||
@@ -8,6 +8,6 @@ KEYWORDS=~amd64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.7.2b/zen.linux-x86_64.tar.bz2 -> zen-bin-1.7.2b.tar.bz2
|
||||
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.10.3b/zen.linux-x86_64.tar.xz -> zen-bin-1.10.3b.tar.xz
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=27678a14f8ade8aa421e2e2a4ef13206
|
||||
_md5_=59722be1d76ca9b56d768ae868a8da20
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -87,7 +87,7 @@ app-admin/ananicy-cpp 1.1.1-r3: Ananicy rewritten in C++ for much lower CPU and
|
||||
app-admin/antidot 0.6.3: Cleans up your $HOME from those pesky dotfiles
|
||||
app-admin/aws-vault 7.2.0: Securely store and access AWS credentials in development environments
|
||||
app-admin/bitwarden-cli 2024.2.0 2024.2.1: CLI frontend client connects to Bitwarden comapatible password manager server
|
||||
app-admin/bitwarden-cli-bin 2024.4.0 2024.6.0 2025.2.0: Precompiled CLI frontend which connects to Bitwarden comapatible servers
|
||||
app-admin/bitwarden-cli-bin 2024.6.0 2025.2.0 2025.3.0: Precompiled CLI frontend which connects to Bitwarden comapatible servers
|
||||
app-admin/blahajdots 0.5.0 9999: Bespoke dotfile management for sharkgirls.
|
||||
app-admin/boinctui 2.7.1 2.7.1-r1: Fullscreen text mode manager for the BOINC client
|
||||
app-admin/chamber 2.13.2: Managing secrets in AWS SSM Parameter Store
|
||||
@@ -116,7 +116,7 @@ app-admin/synadm 0.43.1 0.44: Command line admin tool for Synapse
|
||||
app-admin/talosctl-bin 1.7.6 1.9.2: Pre-compiled talosctl is an tool for interacting with the Talos API
|
||||
app-admin/terragrunt-bin 0.38.6 0.45.4 0.50.8: A thin wrapper for Terraform
|
||||
app-admin/tflint 0.55.1: Terraform linter
|
||||
app-admin/vaultwarden 1.32.5 1.32.7 1.33.2 9999: Unofficial Bitwarden compatible password manager server written in Rust
|
||||
app-admin/vaultwarden 1.33.2 9999: Unofficial Bitwarden compatible password manager server written in Rust
|
||||
app-alternatives/phosh-keyboard 0: sm.puri.OSK0.desktop symlinks
|
||||
app-arch/fuse-archive 0.1.14 1.6 1.10 1.12: Read-only FUSE file system for mounting archives and compressed files
|
||||
app-arch/libarchive-qt 2.0.8: Qt based archiving solution with libarchive backend
|
||||
@@ -158,7 +158,7 @@ app-crypt/ifcplugin-bin 3.1.1.0: Crypto Interface Web Browser Plugin
|
||||
app-crypt/intel-ipsec-mb 1.1 1.2 1.3 1.5 9999: Multi-Buffer Crypto for IPSec from Intel
|
||||
app-crypt/keepass-diff 1.1.3-r1: A CLI tool to diff Keepass (.kdbx) files
|
||||
app-crypt/lego 4.16.1 4.17.4 4.22.2 9999: Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go
|
||||
app-crypt/pinentry-bemenu 0.13.2: Pinentry based on bemenu
|
||||
app-crypt/pinentry-bemenu 0.13.2 0.14.0: Pinentry based on bemenu
|
||||
app-crypt/reop 2.1.1-r1: reasonable expectation of privacy
|
||||
app-crypt/sac-core 10.8.1050-r1: Thales/Gemalto SafeNet Authentication Client
|
||||
app-crypt/sops 3.9.2 3.9.4: Simple And Flexible Tool For Managing Secrets
|
||||
@@ -185,7 +185,7 @@ app-editors/lapce 0.4.2-r1 9999: Lightning-fast and Powerful Code Editor written
|
||||
app-editors/mined 2015.25: A powerful text editor with extensive Unicode and CJK support
|
||||
app-editors/neovide 0.12.2: Neovide: No Nonsense Neovim Gui
|
||||
app-editors/neovim-qt 0.2.19: Neovim client library and GUI, in Qt
|
||||
app-editors/notepadnext 0.8_p20240828 0.9 0.9_p20241128: A cross-platform reimplementation of Notepad++ based on Qt
|
||||
app-editors/notepadnext 0.9 0.9_p20241128 0.11: A cross-platform reimplementation of Notepad++ based on Qt
|
||||
app-editors/pulsar-bin 1.126.0 1.127.0 1.127.1: A Community-led Hyper-Hackable Text Editor
|
||||
app-editors/typora-bin 1.10.8: a markdown editor,markdown reader.
|
||||
app-emacs/catppuccin-emacs 9999: Soothing pastel theme for Emacs
|
||||
@@ -265,7 +265,7 @@ app-misc/minder 1.16.2 1.16.3: Mind-mapping application for Elementary OS.
|
||||
app-misc/mirafetch 0.1.0 9999: A Rust reimplementation of Hyfetch wih a focus on speed
|
||||
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.2: MymeType's own neofetch-like Bash script
|
||||
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/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
|
||||
@@ -364,6 +364,7 @@ app-text/sioyek 9999: Sioyek is a PDF viewer with a focus on textbooks and resea
|
||||
app-text/smu 1.5 9999: Simple markup - markdown like syntax
|
||||
app-text/texlab 5.22.1: LaTeX Language Server
|
||||
app-text/the-platinum-searcher-bin 2.2.0: Fast CLI search tool, faster than grep, ack, silver_searcher (ag)
|
||||
app-text/tinymist 9999: Fast lsp implementation for typst.
|
||||
app-text/tldr 3.2.0 3.3.0: Python command line client for tldr pages
|
||||
app-text/typst 0.13.1 9999: A markup-based typesetting system for the sciences
|
||||
app-text/typstyle 0.12.12: A beautiful and reliable code formatter for Typst
|
||||
@@ -697,6 +698,7 @@ dev-python/dropbox 11.36.2 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/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.
|
||||
dev-python/fontawesomefree 6.5.1: Font Awesome Free
|
||||
@@ -1086,7 +1088,7 @@ games-util/samrewritten 9999 202008: Steam Achievement Manager For Linux
|
||||
games-util/sdl2-gamepad-mapper 0.0.8-r1: GUI application to generate an SDL2 mapping string from a generic controller
|
||||
games-util/steamtinkerlaunch 12.12 9999: Wrapper script for Steam custom launch options
|
||||
games-util/umu-launcher 1.2.6: Unified launcher for Windows games on Linux
|
||||
games-util/xivlauncher 1.1.1: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
|
||||
games-util/xivlauncher 1.1.2: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
|
||||
games-util/xone 0.3_p20240425: Linux kernel driver for Xbox One and Xbox Series X|S accessories
|
||||
gnome-extra/commit 4.1-r1 4.2: Commit message editor
|
||||
gnome-extra/extension-manager 0.5.1 0.6.1 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions
|
||||
@@ -1100,7 +1102,7 @@ gui-apps/1password 8.10.28 8.10.48-r1: The world’s most-loved password manager
|
||||
gui-apps/ReGreet 0.1.1-r10 9999: A clean and customizable GTK-based greetd greeter written in Rust
|
||||
gui-apps/ashell 0.3.0 0.3.1: A ready to go Wayland status bar for Hyprland
|
||||
gui-apps/aylurs-gtk-shell 1.8.2-r1: Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system.
|
||||
gui-apps/azote 1.14.2 9999: wallpaper manager for wlroots compositors
|
||||
gui-apps/azote 1.15.0 9999: wallpaper manager for wlroots compositors
|
||||
gui-apps/clipman 1.6.2 1.6.3 1.6.4: A basic clipboard manager for Wayland.
|
||||
gui-apps/contour 0.6.1.7494: Modern C++ Terminal Emulator
|
||||
gui-apps/coreaction 4.5.0 5.0.0: A side bar for showing widgets for C Suite
|
||||
@@ -1145,7 +1147,7 @@ gui-apps/hyprswitch 1.3.1: A CLI/GUI that allows switching between windows in Hy
|
||||
gui-apps/hyprsysteminfo 0.1.3: Hyprland's system information GUI application
|
||||
gui-apps/intiface-central-bin 2.6.0 2.6.4: Buttplug frontend application
|
||||
gui-apps/ironbar 0.16.0-r1 0.16.1 0.16.1-r1: Customisable Wayland gtk bar written in Rust
|
||||
gui-apps/koi 0.3.1: Theme scheduling for the KDE Plasma Desktop
|
||||
gui-apps/koi 0.3.1 0.4: Theme scheduling for the KDE Plasma Desktop
|
||||
gui-apps/lan-mouse 0.7.3-r1: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
|
||||
gui-apps/lemurs 0.3.2: A TUI Display/Login Manager
|
||||
gui-apps/lswt 1.0.4-r1 2.0.0 9999: List Wayland toplevels
|
||||
@@ -1235,7 +1237,7 @@ gui-wm/swayfx 0.4-r2 0.5: SwayFX: Sway, but with eye candy!
|
||||
kde-apps/kwalletcli 3.03: CLI for the KDE Wallet
|
||||
kde-misc/geminipart 20241121 20241215: KPart for viewing text/gemini files
|
||||
kde-misc/kio-gemini 20240801 20241109: Gemini KIO worker
|
||||
mail-client/betterbird-bin 128.8.0: Betterbird is a fine-tuned version of Mozilla Thunderbird.
|
||||
mail-client/betterbird-bin 128.9.0: Betterbird is a fine-tuned version of Mozilla Thunderbird.
|
||||
mail-client/mailspring-bin 1.13.3: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
|
||||
mail-client/proton-mail-bin 1.0.6: Beta Client for Proton Mail
|
||||
mail-filter/postfix-mta-sts-resolver 1.4.0: Daemon which provides TLS client policy for Postfix via socketmap
|
||||
@@ -1257,7 +1259,7 @@ media-fonts/moralerspace 1.1.0: moralerspace is a composite font of Monaspace an
|
||||
media-fonts/nerdfonts 3.2.1 3.3.0: Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
|
||||
media-fonts/overpass 3.0.4: An open source webfont family inspired by Highway Gothic
|
||||
media-fonts/piazzolla 2.005: Piazzolla font family
|
||||
media-fonts/plemoljp 2.0.3: PlemolJP is a composite font of IBM Plex Mono and IBM Plex Sans JP.
|
||||
media-fonts/plemoljp 2.0.4: PlemolJP is a composite font of IBM Plex Mono and IBM Plex Sans JP.
|
||||
media-fonts/source-han-mono 1.002: Pan-CJK OpenType/CFF mono font family
|
||||
media-fonts/source-han-serif 2.002 2.003: Pan-CJK OpenType/CFF font family
|
||||
media-fonts/ttf-ancient-fonts 2.60: Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks
|
||||
@@ -1344,6 +1346,7 @@ media-sound/gapless 4.3.1: A GTK4 music player
|
||||
media-sound/jacktrip 1.7.1-r1 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.
|
||||
media-sound/listenbrainz-mpd 2.3.8: ListenBrainz submission client for MPD
|
||||
media-sound/lms 3.64.0-r1 3.65.0: Lightweight Music Server.
|
||||
media-sound/loudgain 0.6.8-r1 0.6.8_p20240128 0.6.8_p20240128-r2: Versatile ReplayGain 2.0 loudness normalizer
|
||||
media-sound/mopidy 3.4.2: An extensible music server written in Python.
|
||||
@@ -1363,6 +1366,7 @@ media-sound/plexamp 4.11.5: A dedicated music player for your Plex media library
|
||||
media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file or stream as a PulseAudio source
|
||||
media-sound/qloud 1.4.2: Tool to measure loudspeaker frequency and step responses and distortions
|
||||
media-sound/rsgain 3.5.1 3.5.3: Really Simple replay Gain calculator for tagging audio files
|
||||
media-sound/spct 1.1.1: A CLI program to play back or render SPC files.
|
||||
media-sound/spot 0.4.0-r2: GTK4 Spotify (Premium) client
|
||||
media-sound/spotify-adblock 1.0.1 1.0.2 1.0.3: Adblocker for Spotify
|
||||
media-sound/spotify-player 0.19.1 0.20.4 9999: spotify_player is a fast, easy to use, and configurable terminal music player.
|
||||
@@ -1439,7 +1443,7 @@ net-im/axolotl-bin 2.0.1: Axolotl is a cross-platform Signal client
|
||||
net-im/beeper 3.109.1 3.110.1 4.0.570: Beeper: Unified Messenger
|
||||
net-im/chatterino 2.5.2-r1: Chat client for https://twitch.tv
|
||||
net-im/conduit 0.8.0-r1 0.9.0-r1 9999: Matrix homeserver written in Rust
|
||||
net-im/discord-canary-bin 0.0.621: All-in-one voice and text chat
|
||||
net-im/discord-canary-bin 0.0.623: All-in-one voice and text chat
|
||||
net-im/discord-ptb-bin 0.0.97: All-in-one voice and text chat
|
||||
net-im/eturnal 1.12.0-r1 1.12.1: STUN/TURN server
|
||||
net-im/flare 0.12.0-r1: Chat with your friends on Signal
|
||||
@@ -1465,7 +1469,7 @@ net-im/pop 8.0.21: Screen sharing with multiplayer control, with voice
|
||||
net-im/revolt-desktop 1.0.8-r2: Revolt Desktop App
|
||||
net-im/session-desktop-bin 1.10.8: Session Desktop - Onion routing based messenger
|
||||
net-im/sliding-sync 0.99.15 0.99.19: Proxy implementation of MSC3575's sync protocol.
|
||||
net-im/teams-for-linux 1.12.7 1.13.1 1.13.2: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
|
||||
net-im/teams-for-linux 1.13.2 1.14.1: Unofficial Microsoft Teams client for Linux. Binary precompiled version.
|
||||
net-im/vesktop-bin 1.5.4 1.5.5: 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
|
||||
@@ -1522,7 +1526,7 @@ net-misc/maestral 1.9.3-r1 1.9.4: Maestral is an open-source Dropbox client writ
|
||||
net-misc/maestral-qt 1.9.3 1.9.4: Maestral is an open-source Dropbox client written in Python
|
||||
net-misc/mastorss 0.13.1 0.13.1-r1 9999: Another RSS to Mastodon bot
|
||||
net-misc/mbpoll 1.5.2 9999: command line utility to communicate with ModBus slave (RTU or TCP)
|
||||
net-misc/megasync 5.8.0.2 5.9.0.3: The official Qt-based program for syncing your MEGA account in your PC
|
||||
net-misc/megasync 5.9.0.3 5.10.0.2: The official Qt-based program for syncing your MEGA account in your PC
|
||||
net-misc/myip 1.2.1: Get your external IP address using STUN server
|
||||
net-misc/ooni-probe-cli 3.23.0 3.24.0: OONI Probe network measurement tool for detecting internet censorship
|
||||
net-misc/openbgpd 8.4 8.5 8.6 9999: OpenBGPD is a free implementation of BGPv4
|
||||
@@ -1602,6 +1606,7 @@ sci-chemistry/xcrysden 1.6.2-r2: For the visualisation of molecular and crystal
|
||||
sci-electronics/bender 0.28.1-r1: A dependency management tool for hardware projects
|
||||
sci-electronics/bluespec 2022.01-r1 2023.01 2023.07 2024.01 2024.07 2025.01.1 9999: Toolchain for the Bluespec Hardware Definition Language
|
||||
sci-electronics/circt 1.37.0 1.76.0 1.110.0: The fast free Verilog/SystemVerilog simulator
|
||||
sci-electronics/cocotb 1.9.2: Python-based chip (RTL) verification
|
||||
sci-electronics/coil64 2.1.27: Coil64 is inductance coil calculator
|
||||
sci-electronics/dsview 1.3.0 1.3.2 9999: An open source multi-function instrument
|
||||
sci-electronics/kactus2 3.13.3 9999: A open source IP-XACT-based tool
|
||||
@@ -1772,14 +1777,14 @@ www-apps/laminar 1.3-r1: Fast and lightweight Continuous Integration
|
||||
www-apps/libmedium 2024.06.10: Alternative private front-end to Medium
|
||||
www-apps/mycorrhiza 1.15.1 9999: Git-based wiki engine written in Go using mycomarkup
|
||||
www-apps/pleroma 2.9.1 9999: ActivityPub social networking software compatible with other Fediverse software
|
||||
www-apps/pleroma-fe 2.7.0 9999: Main frontend for www-apps/pleroma, inspired by qvitter
|
||||
www-apps/pleroma-fe 2.7.0 2.8.0 9999: Main frontend for www-apps/pleroma, inspired by qvitter
|
||||
www-apps/redlib 0.34.0 0.35.1: Private front-end to Reddit
|
||||
www-apps/rimgo 1.2.1: An alternative frontend for Imgur. Originally based on rimgu.
|
||||
www-apps/sblg 0.6.1: A utility for creating static blogs
|
||||
www-apps/snac 2.25 2.26: A simple, minimalistic ActivityPub instance
|
||||
www-apps/uwebsockets 20.14.0 20.62.0 9999: ultra fast, simple, secure & standards compliant web I/O
|
||||
www-apps/vaultwarden-web 2024.1.2b 2024.3.0 2024.3.1: Bitwarden web vault patched to make it work with Vaultwarden
|
||||
www-apps/vaultwarden-web-bin 2024.3.1 2024.5.0 2025.1.1: Prebuilt Vaultwarden web from upstream
|
||||
www-apps/vaultwarden-web-bin 2024.5.0 2025.1.1 2025.3.1: Prebuilt Vaultwarden web from upstream
|
||||
www-apps/whoogle-search 0.9.3: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||
www-apps/zola 0.19.2-r1: A fast static site generator with everything built-in
|
||||
www-client/badwolf 1.3.0-r1 9999: Minimalist and privacy-oriented WebKitGTK+ browser
|
||||
@@ -1789,7 +1794,7 @@ www-client/mullvad-browser-bin 14.0.9: The Mullvad Browser is developed to minim
|
||||
www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
|
||||
www-client/vimb 3.6.0 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
|
||||
www-client/yandex-browser 25.2.1.939_p1: The web browser from Yandex
|
||||
www-client/zen-bin 1.7.2b 1.9b: Zen Browser - A Firefox-based browser focused on privacy
|
||||
www-client/zen-bin 1.9b 1.10.3b: 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
|
||||
www-misc/gorss 0.3: Go Terminal Feed Reader
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 03 Apr 2025 19:20:36 +0000
|
||||
Fri, 04 Apr 2025 09:05:12 +0000
|
||||
|
||||
@@ -555,6 +555,7 @@ net-mail/dovecot-fts-flatcurve:textcat - Add libtextcat language guessing suppor
|
||||
net-misc/iipsrv:apache2 - Add Apache mox_proxy_fcgi config file
|
||||
net-misc/iipsrv:lighttpd - Add Lighttpd config file
|
||||
net-misc/jool:iptables - In addition to net-firewall/nftables, include support for xtables with net-firewall/iptables.
|
||||
net-misc/megasync:dolphin - Build a plugin for Dolphin
|
||||
net-misc/megasync:mediainfo - Use media-libs/libmediainfo to determine media properties
|
||||
net-misc/megasync:nautilus - Build a plugin for nautilus
|
||||
net-misc/megasync:nemo - Build a plugin for Nemo
|
||||
|
||||
Reference in New Issue
Block a user