2026-06-06 14:46:30 UTC

This commit is contained in:
Repository mirror & CI
2026-06-06 14:46:31 +00:00
parent c765414c62
commit ea8ee7a3ac
26 changed files with 110 additions and 131 deletions

View File

@@ -1,17 +0,0 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-libs/libgcrypt:0= sys-fs/cryptsetup:= keyring? ( app-crypt/libsecret ) qt6? ( dev-libs/libpwquality dev-qt/qtbase:6[gui,network,widgets] kwallet? ( kde-frameworks/kwallet:6 ) )
DESCRIPTION=Front end to cryptsetup
EAPI=8
HOMEPAGE=https://mhogomchungu.github.io/zuluCrypt/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg
IUSE=keyring kwallet +qt6 udev
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=dev-libs/libgcrypt:0= sys-fs/cryptsetup:= keyring? ( app-crypt/libsecret ) qt6? ( dev-libs/libpwquality dev-qt/qtbase:6[gui,network,widgets] kwallet? ( kde-frameworks/kwallet:6 ) ) udev? ( virtual/udev )
REQUIRED_USE=kwallet? ( qt6 )
SLOT=0
SRC_URI=https://github.com/mhogomchungu/zulucrypt/releases/download/7.0.0/zulucrypt-7.0.0.tar.xz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=f1a70518c11036ed7b0db2579da0416a

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-zulucrypt ) app-alternatives/ninja >=dev-build/cmake-3.28.5 verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-libs/libgcrypt:0= sys-apps/util-linux sys-fs/cryptsetup:= sys-fs/lvm2 keyring? ( app-crypt/libsecret ) qt6? ( dev-libs/libpwquality dev-qt/qtbase:6[dbus,gui,network,widgets] kwallet? ( kde-frameworks/knotifications:6 kde-frameworks/kwallet:6 ) )
DESCRIPTION=Front end to cryptsetup
EAPI=8
HOMEPAGE=https://mhogomchungu.github.io/zuluCrypt/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake verify-sig xdg
IUSE=keyring kwallet +qt6 udev verify-sig
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+ BSD-2
RDEPEND=dev-libs/libgcrypt:0= sys-apps/util-linux sys-fs/cryptsetup:= sys-fs/lvm2 keyring? ( app-crypt/libsecret ) qt6? ( dev-libs/libpwquality dev-qt/qtbase:6[dbus,gui,network,widgets] kwallet? ( kde-frameworks/knotifications:6 kde-frameworks/kwallet:6 ) ) udev? ( virtual/libudev )
REQUIRED_USE=kwallet? ( qt6 )
SLOT=0
SRC_URI=https://github.com/mhogomchungu/zulucrypt/releases/download/7.1.1/zulucrypt-7.1.1.tar.xz verify-sig? ( https://github.com/mhogomchungu/zulucrypt/releases/download/7.1.1/zulucrypt-7.1.1.tar.xz.asc )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=ecd582a3f73e31ebbb05286c4c3a8007

View File

@@ -1,4 +1,4 @@
BDEPEND=test? ( dev-lang/perl )
BDEPEND=test? ( dev-lang/perl dev-util/xxd )
DEFINED_PHASES=compile install prepare test
DESCRIPTION=Grep-like tool to search for binary strings
EAPI=8
@@ -11,4 +11,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/tmbinc/bgrep/archive/6eb0e4730c5ae88574bdab83b07d7b25ac544778.tar.gz -> bgrep-0.2_p20250205.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5
_md5_=ab50ff904618127f03fc751331649352
_md5_=2004da797f2e53ec5e7d9d8731d0ec76

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=compile install
DESCRIPTION=Just-In-Time Compiler for the Lua programming language
EAPI=8
HOMEPAGE=https://luajit.org/
INHERIT=flag-o-matic toolchain-funcs
IUSE=lua52compat static-libs
KEYWORDS=~amd64 ~arm ~arm64 -hppa ~mips ~ppc -riscv -sparc ~x86
LICENSE=MIT
SLOT=2/2.1.1780076327
SRC_URI=https://github.com/LuaJIT/LuaJIT/archive/b925b3e3fc6771171602323b45fbe9fb8fc90369.tar.gz -> luajit-2.1.1780076327.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d
_md5_=4709d2dd682595fd361a27d7788d1c1c

View File

@@ -3,10 +3,10 @@ DEFINED_PHASES=compile install unpack
DESCRIPTION=Just-In-Time Compiler for the Lua programming language
EAPI=8
HOMEPAGE=https://luajit.org/
INHERIT=toolchain-funcs git-r3
INHERIT=flag-o-matic toolchain-funcs git-r3
IUSE=lua52compat static-libs
LICENSE=MIT
PROPERTIES=live
SLOT=2/2.1.9999999999
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=9d9a25a09fc9c0e32a77aec93dde1d91
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=7e8b748b1bee6fa50703a5a888eaa6f7

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://libgit2.org/
INHERIT=cmake flag-o-matic python-any-r1
IUSE=examples gssapi +ssh test trace
KEYWORDS=~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86
KEYWORDS=~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
LICENSE=GPL-2-with-linking-exception
RDEPEND=dev-libs/libpcre2:= net-libs/llhttp:= virtual/zlib:= dev-libs/openssl:0= gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 )
RESTRICT=!test? ( test )
SLOT=0/1.9
SRC_URI=https://github.com/libgit2/libgit2/archive/v1.9.3.tar.gz -> libgit2-1.9.3.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 3395ce6618fc5c7af03335471b896644 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=2836f641b2d8dd1ebed39fdfae7d1a4a
_md5_=78716afe23065e3b50f13188c8d742ff

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) virtual/dotnet-sdk:10.0 dev-dotnet/csharp-gentoodotnetinfo 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_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare pretend setup test unpack
DESCRIPTION=Generic pure Python loader for .NET runtimes
EAPI=8
HOMEPAGE=https://pythonnet.github.io/clr-loader/ https://github.com/pythonnet/clr-loader/ https://pypi.org/project/clr_loader/
INHERIT=check-reqs dotnet-pkg distutils-r1 pypi
IUSE=test debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=amd64
LICENSE=MIT
RDEPEND=dev-python/cffi[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] virtual/dotnet-sdk:10.0 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_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=!test? ( test ) strip
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/clr-loader/clr_loader-0.2.9.tar.gz https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net461/1.0.0/microsoft.netframework.referenceassemblies.net461.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net461/1.0.3/microsoft.netframework.referenceassemblies.net461.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net472/1.0.3/microsoft.netframework.referenceassemblies.net472.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.0/microsoft.netframework.referenceassemblies.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/nxports/1.1.0/nxports.1.1.0.nupkg
_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 nuget a7033f7321d93b6b38dc9aed53c83bb8 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 dotnet-pkg 149be926006315896e1a57f36db1b772 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=c9f23fa88958a452d4589ef7747342b9

View File

@@ -5,7 +5,7 @@ EAPI=8
HOMEPAGE=https://pythonnet.github.io/clr-loader/ https://github.com/pythonnet/clr-loader/ https://pypi.org/project/clr_loader/
INHERIT=check-reqs dotnet-pkg distutils-r1 pypi
IUSE=test debug python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
KEYWORDS=amd64
LICENSE=MIT
RDEPEND=dev-python/cffi[python_targets_python3_13(-)?,python_targets_python3_14(-)?] virtual/dotnet-sdk:10.0 python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_13 python_targets_python3_14 )
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) strip
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/clr-loader/clr_loader-0.3.1.tar.gz https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net461/1.0.0/microsoft.netframework.referenceassemblies.net461.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net461/1.0.3/microsoft.netframework.referenceassemblies.net461.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies.net472/1.0.3/microsoft.netframework.referenceassemblies.net472.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.0/microsoft.netframework.referenceassemblies.1.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/nxports/1.1.0/nxports.1.1.0.nupkg
_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c edo a5e294016aa84979fcb2459749eb80b2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 nuget a7033f7321d93b6b38dc9aed53c83bb8 dotnet-pkg-base 6c5f563c6f9f99038ac0ddf7403e3b55 dotnet-pkg 149be926006315896e1a57f36db1b772 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=d52db168952735e96a6f70fe6f643556
_md5_=394cec1cc9fd9a4377bbd62ca8f5de51

View File

@@ -6,7 +6,7 @@ EAPI=8
HOMEPAGE=https://www.psycopg.org/psycopg3/ https://github.com/psycopg/psycopg/ https://pypi.org/project/psycopg/
INHERIT=distutils-r1
IUSE=+native-extensions test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos
LICENSE=LGPL-3
RDEPEND=native-extensions? ( >=dev-db/postgresql-8.1:= ) !native-extensions? ( >=dev-db/postgresql-8.1:* ) python_targets_python3_12? ( >=dev-python/typing-extensions-4.4[python_targets_python3_12(-)?] ) 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_12 python_targets_python3_13 python_targets_python3_14 )
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/psycopg/psycopg/archive/3.3.4.tar.gz -> psycopg-3.3.4.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226
_md5_=9420dbeb008cd8e31b169d1ef12e5b2d
_md5_=9ed39b1db0bd827c1b96289484e9ab95

View File

@@ -6,7 +6,7 @@ EAPI=8
HOMEPAGE=https://launchpad.net/subunit/ https://github.com/testing-cabal/subunit/ https://pypi.org/project/python-subunit/
INHERIT=distutils-r1 multilib-minimal autotools
IUSE=static-libs test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86
KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
LICENSE=Apache-2.0 BSD
RDEPEND=dev-python/pyyaml[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/testtools-0.9.34[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/iso8601[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] 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_12 python_targets_python3_13 python_targets_python3_14 )
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/testing-cabal/subunit/archive/1.4.6.tar.gz -> subunit-1.4.6.gh.tar.gz
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 fa417e51408bf16a2c13f1730b404226 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112
_md5_=fb2e058f9bacc1155259d04d35501a01
_md5_=2cf02167f094415c05d1667f9f1a908a

View File

@@ -12,6 +12,6 @@ RDEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-la
REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=1.3.0
SRC_URI=https://github.com/SmallLars/openssl-ccm/archive/refs/tags/1.3.0.tar.gz -> {P}.tar.gz
SRC_URI=https://github.com/SmallLars/openssl-ccm/archive/refs/tags/1.3.0.tar.gz -> openssl-ccm-1.3.0.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multilib fc812e8eb2170022c28272d80a1f9e77 ruby-utils 70349884e22849da218b0f0c4a32da54 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-fakegem 48f84e242da52518087150e5f863d4e8
_md5_=5cda341d0ae30578bd89f6e9750f2f8d
_md5_=3af6fc398589707e574ce4e4ba9db549

View File

@@ -1,14 +1,14 @@
DEFINED_PHASES=compile install preinst prepare setup
DEPEND=>=virtual/jdk-1.6:* >=dev-java/java-config-2.2.0-r3
DEPEND=virtual/jdk:25 >=dev-java/java-config-2.2.0-r3
DESCRIPTION=A Scheme dialect with a simple Java interface called Javadot notation
EAPI=8
EAPI=9
HOMEPAGE=https://jscheme.sourceforge.net/jscheme/main.html
INHERIT=java-pkg-2
IUSE=doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64
LICENSE=Apache-1.1
RDEPEND=>=virtual/jre-1.6 >=virtual/jdk-1.6:* >=dev-java/java-config-2.2.0-r3
RDEPEND=virtual/jre:25 >=dev-java/java-config-2.2.0-r3
SLOT=0
SRC_URI=https://downloads.sourceforge.net/jscheme/jscheme-7.2.tgz
_eclasses_=java-utils-2 b41327d85d12ce816943cf4d344add19 java-pkg-2 438c2725ea326202d7fc1eb31af76813
_md5_=da364f7a967cf00a87a00068eee3ce09
_md5_=52ee04fc14b5c1d6e5920fd33b79d6f5

View File

@@ -6,11 +6,11 @@ EAPI=8
HOMEPAGE=https://nagios-plugins.org/
INHERIT=autotools
IUSE=ipv6 ldap mysql nagios-dns nagios-ping nagios-game nls postgres samba selinux snmp ssh +ssl rpc
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86
LICENSE=GPL-2
RDEPEND=nagios-dns? ( net-dns/bind ) nagios-game? ( games-util/qstat ) nagios-ping? ( net-analyzer/fping ) rpc? ( net-nds/rpcbind ) samba? ( net-fs/samba ) ssh? ( virtual/openssh ) snmp? ( dev-perl/Net-SNMP net-analyzer/net-snmp[-minimal] ) dev-lang/perl ldap? ( net-nds/openldap:= ) mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) ssl? ( dev-libs/openssl:0= ) !net-analyzer/monitoring-plugins selinux? ( sec-policy/selinux-nagios )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/nagios-plugins/nagios-plugins/releases/download/release-2.4.12/nagios-plugins-2.4.12.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112
_md5_=2460d84036d1c5bfaea482538781c8f2
_md5_=1481d37652986653299afba5e544a470

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python3_12 python_single_target
SLOT=0/40
SRC_URI=https://downloads.sourceforge.net/net-snmp/net-snmp/5.9.5.2/net-snmp-5.9.5.2.tar.gz https://dev.gentoo.org/~jsmolic/distfiles/net-snmp-5.7.3-patches-3.tar.xz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 perl-functions 1863acf0982afafc67797e3ce7275b4c readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 perl-module 41920449ca174fe9b9b303dfcbdb37a3 systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=b8ba392093a3686dd39237ceffb176b3
_md5_=54d1cf73a4146db4b6355bcbc020a383

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=python? ( ^^ ( python_single_target_python3_12 python_single_target
SLOT=0/40
SRC_URI=https://dev.gentoo.org/~jsmolic/distfiles/net-snmp-5.7.3-patches-3.tar.xz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-utils-r1 3ce55b5ac9c0a92cc4aeb1f88010d707 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 perl-functions 1863acf0982afafc67797e3ce7275b4c readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 perl-module 41920449ca174fe9b9b303dfcbdb37a3 systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=2040b878776ddd0b349010d0c6e7b564
_md5_=aa7bfe47933a824b2c438c38acb0e4f1

View File

@@ -1,16 +1,16 @@
BDEPEND=virtual/pkgconfig test? ( dev-util/cppunit ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure install prepare
DEPEND=dev-libs/openssl:= net-libs/udns net-misc/curl virtual/zlib:=
DEPEND=dev-libs/openssl:= net-libs/udns net-misc/curl virtual/zlib:= test? ( dev-util/cppunit )
DESCRIPTION=BitTorrent library written in C++ for *nix
EAPI=9
HOMEPAGE=https://rtorrent.net
INHERIT=autotools
IUSE=debug test
KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris
KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=GPL-2
RDEPEND=dev-libs/openssl:= net-libs/udns net-misc/curl virtual/zlib:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.9/libtorrent-0.16.9.tar.gz
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.13/libtorrent-0.16.13.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112
_md5_=16766865958a3e5f5ad28449a67df569
_md5_=9196195600f3eca96d4703ed799b82a6

View File

@@ -1,16 +0,0 @@
BDEPEND=virtual/pkgconfig test? ( dev-util/cppunit ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure install prepare
DEPEND=dev-libs/openssl:= net-libs/udns net-misc/curl virtual/zlib:=
DESCRIPTION=BitTorrent library written in C++ for *nix
EAPI=8
HOMEPAGE=https://rtorrent.net
INHERIT=autotools
IUSE=debug test
KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=GPL-2
RDEPEND=dev-libs/openssl:= net-libs/udns net-misc/curl virtual/zlib:=
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.8/libtorrent-0.16.8.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112
_md5_=8d1c8d27a5bb95e133a157026aa7b1f3

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig
DEFINED_PHASES=configure install postinst prepare setup
DEPEND=~net-libs/libtorrent-0.16.13 virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) ncurses? ( sys-libs/ncurses:0= ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) dev-cpp/nlohmann_json test? ( dev-util/cppunit )
DESCRIPTION=BitTorrent Client using libtorrent
EAPI=8
HOMEPAGE=https://rtorrent.net
INHERIT=autotools lua-single systemd toolchain-funcs
IUSE=debug lua +ncurses selinux systemd test tinyxml2 xmlrpc lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=GPL-2
RDEPEND=~net-libs/libtorrent-0.16.13 virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) ncurses? ( sys-libs/ncurses:0= ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) selinux? ( sec-policy/selinux-rtorrent )
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) tinyxml2? ( !xmlrpc )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.13/rtorrent-0.16.13.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=4450e34662660a72bdfd3587f2156d3c

View File

@@ -1,17 +0,0 @@
BDEPEND=virtual/pkgconfig test? ( dev-util/cppunit ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig
DEFINED_PHASES=configure install postinst prepare setup
DEPEND=~net-libs/libtorrent-0.16.8 sys-libs/ncurses:0= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) dev-cpp/nlohmann_json
DESCRIPTION=BitTorrent Client using libtorrent
EAPI=8
HOMEPAGE=https://rtorrent.net
INHERIT=autotools lua-single systemd toolchain-funcs
IUSE=debug lua selinux test tinyxml2 xmlrpc lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris
LICENSE=GPL-2
RDEPEND=~net-libs/libtorrent-0.16.8 sys-libs/ncurses:0= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) selinux? ( sec-policy/selinux-rtorrent )
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) tinyxml2? ( !xmlrpc )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.8/rtorrent-0.16.8.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=fb43c2ef26e86114e7b58ed1e5a160b6

View File

@@ -1,17 +0,0 @@
BDEPEND=virtual/pkgconfig test? ( dev-util/cppunit ) sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig
DEFINED_PHASES=configure install postinst prepare setup
DEPEND=~net-libs/libtorrent-0.16.9 sys-libs/ncurses:0= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) dev-cpp/nlohmann_json
DESCRIPTION=BitTorrent Client using libtorrent
EAPI=8
HOMEPAGE=https://rtorrent.net
INHERIT=autotools lua-single systemd toolchain-funcs
IUSE=debug lua selinux systemd test tinyxml2 xmlrpc lua_single_target_lua5-3 lua_single_target_lua5-4
KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=GPL-2
RDEPEND=~net-libs/libtorrent-0.16.9 sys-libs/ncurses:0= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) selinux? ( sec-policy/selinux-rtorrent )
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) tinyxml2? ( !xmlrpc )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rakshasa/rtorrent/releases/download/v0.16.9/rtorrent-0.16.9.tar.gz
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb systemd a964c0cbe818b5729da1dbfcee5be861
_md5_=bbce9b2d78213417976c6360449c1896

View File

@@ -1,16 +1,16 @@
BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst prepare setup unpack
DEPEND=~net-libs/libtorrent-9999 sys-libs/ncurses:0= virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) dev-cpp/nlohmann_json test? ( dev-util/cppunit )
DEPEND=~net-libs/libtorrent-9999 virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) ncurses? ( sys-libs/ncurses:0= ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) dev-cpp/nlohmann_json test? ( dev-util/cppunit )
DESCRIPTION=BitTorrent Client using libtorrent
EAPI=8
HOMEPAGE=https://rtorrent.net
INHERIT=autotools lua-single systemd toolchain-funcs git-r3
IUSE=debug lua selinux systemd test tinyxml2 xmlrpc lua_single_target_lua5-3 lua_single_target_lua5-4
IUSE=debug lua +ncurses selinux systemd test tinyxml2 xmlrpc lua_single_target_lua5-3 lua_single_target_lua5-4
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=~net-libs/libtorrent-9999 sys-libs/ncurses:0= virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) selinux? ( sec-policy/selinux-rtorrent )
RDEPEND=~net-libs/libtorrent-9999 virtual/zlib:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) ncurses? ( sys-libs/ncurses:0= ) systemd? ( sys-apps/systemd:= ) xmlrpc? ( dev-libs/xmlrpc-c:=[libxml2] ) selinux? ( sec-policy/selinux-rtorrent )
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) tinyxml2? ( !xmlrpc )
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb systemd a964c0cbe818b5729da1dbfcee5be861 git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=07ce560dceda93a0824191565c515268
_md5_=bec911138414f930912f96742bbf6088

View File

@@ -0,0 +1,15 @@
BDEPEND=app-alternatives/gpg test? ( app-crypt/pgpdump )
DEFINED_PHASES=compile install test
DESCRIPTION=OpenPGP keys used by the zuluCrypt developer
EAPI=8
HOMEPAGE=https://mhogomchungu.github.io/zuluCrypt/
INHERIT=sec-keys
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=public-domain
PROPERTIES=test_network
RESTRICT=!test? ( test ) test
SLOT=0
SRC_URI=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xE3AF84691424AD00E099003502FC64E8DEBF43A8 -> openpgp-keys-banyikwafb-ubuntu-20170817.asc
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 sec-keys ceb4d3181e42bf20ca66d74129d9e848
_md5_=49da723abb29c889f964c8cd41e97eb3

View File

@@ -1569,7 +1569,7 @@ app-crypt/yubihsm-connector 3.0.7: Server to expose YubiHSM 2 to network
app-crypt/yubihsm-shell 2.7.2: Components used to interact with the YubiHSM 2
app-crypt/yubikey-manager 5.8.0 5.9.0 5.9.1-r1: Python library and command line tool for configuring a YubiKey
app-crypt/yubioath-flutter-bin 7.3.3: Yubico Authenticator for TOTP
app-crypt/zulucrypt 7.0.0 7.1.0: Front end to cryptsetup
app-crypt/zulucrypt 7.1.0 7.1.1: Front end to cryptsetup
app-dicts/aspell-af 0.50.0-r1: Aspell (Afrikaans) language dictionary
app-dicts/aspell-am 0.03.1-r1: Aspell (Amharic) language dictionary
app-dicts/aspell-ar 1.2.0-r1: Aspell (Arabic) language dictionary
@@ -5264,7 +5264,7 @@ dev-lang/lfe 2.2.0-r1: Lisp-flavoured Erlang, a lisp syntax front-end to the Erl
dev-lang/lisaac 0.13.1-r2: An object prototype based language
dev-lang/logtalk 3.47.0-r2: Open source object-oriented logic programming language
dev-lang/lua 5.1.5-r200 5.3.6-r102 5.4.8: A powerful light-weight programming language designed for extending applications
dev-lang/luajit 2.1.1716656478-r1 2.1.1731601260 2.1.1770848219 2.1.9999999999: Just-In-Time Compiler for the Lua programming language
dev-lang/luajit 2.1.1716656478-r1 2.1.1731601260 2.1.1770848219 2.1.1780076327 2.1.9999999999: Just-In-Time Compiler for the Lua programming language
dev-lang/luau 0.669 0.707: Gradually typed embeddable scripting language derived from Lua
dev-lang/maude 3.1-r1 3.2.2 3.3.1 3.4 3.5.1: High-level specification language for equational and logic programming
dev-lang/mercury 22.01.1-r1: Mercury is a modern general-purpose logic/functional programming language
@@ -8312,7 +8312,7 @@ dev-python/clikit 0.6.2-r1: Group of utilities to build beautiful and testable c
dev-python/clint 0.5.1-r4: Python Command-line Application Tools
dev-python/cloudpickle 3.1.2: Extended pickling support for Python objects
dev-python/cloudscraper 1.2.69-r1: A Python module to bypass Cloudflare's anti-bot page
dev-python/clr-loader 0.2.9 0.3.1: Generic pure Python loader for .NET runtimes
dev-python/clr-loader 0.3.1: Generic pure Python loader for .NET runtimes
dev-python/cmd2 2.6.2 3.5.1 4.0.0: Extra features for standard library's cmd module
dev-python/colorama 0.4.6: ANSI escape character sequences for colored terminal text & cursor positioning
dev-python/colorclass 2.2.2-r1: Colorful worry-free console applications for multiple platforms
@@ -9338,7 +9338,7 @@ dev-python/python3-lxc 5.0.0: Python bindings for LXC
dev-python/python3-saml 1.16.0: OneLogin's SAML Python Toolkit
dev-python/python3-xapp 3.0.2: Python bindings for x11-libs/xapp
dev-python/pythondialog 3.5.3: A Python module for making simple text/console-mode user interfaces
dev-python/pythonnet 3.0.5-r1: Nearly seamless integration with the .NET Common Language Runtime
dev-python/pythonnet 3.0.5-r2: Nearly seamless integration with the .NET Common Language Runtime
dev-python/pythran 0.18.1: Ahead of Time compiler for numeric kernels
dev-python/pytidylib 0.3.2-r2: Python wrapper for HTML Tidy (tidylib)
dev-python/pytimeparse 1.1.8-r1: A small Python module to parse various kinds of time expressions
@@ -10252,7 +10252,7 @@ dev-ruby/octokit 10.0.0: Ruby toolkit for the Github API
dev-ruby/omniauth 2.1.3 2.1.4: A generalized Rack framework for multiple-provider authentication
dev-ruby/open4 1.3.4-r1: Open3::popen3 with exit status
dev-ruby/openfact 5.6.1: OpenFact, a system inventory tool (community implementation of Facter)
dev-ruby/openssl-ccm 1.2.3 1.3.0: OpenSSL CBC-MAC (CCM) ruby gem
dev-ruby/openssl-ccm 1.2.3 1.3.0-r1: OpenSSL CBC-MAC (CCM) ruby gem
dev-ruby/openssl-cmac 2.0.2 2.1.0: Gem for RFC 4493, 4494, 4615 - The AES-CMAC Algorithm
dev-ruby/optimist 3.2.0 3.2.1: A commandline option parser for Ruby that just gets out of your way
dev-ruby/optionable 0.2.0-r1: Robust options validation for Ruby methods
@@ -10618,7 +10618,7 @@ dev-scheme/guile-sqlite3 0.1.3-r100: Guile bindings of sqlite3
dev-scheme/guile-ssh 0.16.4-r100 0.18.0: Library providing access to the SSH protocol for GNU Guile
dev-scheme/guile-zlib 0.1.0-r100: GNU Guile library providing bindings to zlib
dev-scheme/guile-zstd 0.1.1-r100: GNU Guile bindings to the zstd compression library
dev-scheme/jscheme 7.2-r2: A Scheme dialect with a simple Java interface called Javadot notation
dev-scheme/jscheme 7.2-r3: A Scheme dialect with a simple Java interface called Javadot notation
dev-scheme/kawa 3.1.1-r3: Java-based Scheme system & Language Framework
dev-scheme/mit-scheme 12.1-r1: Scheme interpreter, compiler, debugger and runtime library
dev-scheme/owl-lisp 0.2.1 0.2.2 9999: Purely functional dialect of Scheme
@@ -15029,7 +15029,7 @@ net-libs/libssh2 1.11.1 9999: Library implementing the SSH2 protocol
net-libs/libtelnet 0.23-r2: Simple RFC-compliant TELNET implementation as a C library
net-libs/libtirpc 1.3.6 1.3.7 1.3.7-r2: Transport Independent RPC library (SunRPC replacement)
net-libs/libtlsrpt 0.5.0 9999: library to implement TLSRPT
net-libs/libtorrent 0.15.7 0.16.8 0.16.9 0.16.11 9999: BitTorrent library written in C++ for *nix
net-libs/libtorrent 0.15.7 0.16.11 0.16.13 9999: BitTorrent library written in C++ for *nix
net-libs/libtorrent-rasterbar 2.0.10: C++ BitTorrent implementation focusing on efficiency and scalability
net-libs/libtrace 4.0.21 4.0.22 4.0.26 4.0.28: A library and tools for trace processing
net-libs/libupnp 1.14.24 1.14.25 1.14.30 1.14.31 1.18.5: An Portable Open Source UPnP Development Kit
@@ -15549,7 +15549,7 @@ net-p2p/ncdc 1.25: Lightweight direct connect client with a friendly ncurses int
net-p2p/nicotine+ 3.3.7 3.3.10: Graphical client for the Soulseek peer to peer network written in Python
net-p2p/qbittorrent 5.1.2-r1 5.1.4 5.2.0 9999: BitTorrent client in C++ and Qt
net-p2p/resilio-sync 2.8.1.1390 3.1.1.1075 9999: Resilient, fast and scalable file synchronization tool
net-p2p/rtorrent 0.15.7 0.16.8 0.16.9 0.16.11 9999: BitTorrent Client using libtorrent
net-p2p/rtorrent 0.15.7 0.16.11 0.16.13 9999: BitTorrent Client using libtorrent
net-p2p/stig 0.14.0a_p0 0.14.2a_p0: TUI and CLI for the BitTorrent client Transmission
net-p2p/syncthing 1.29.5 2.0.10 2.0.14 2.0.15 2.0.16 2.1.0 2.1.1: Open Source Continuous File Synchronization
net-p2p/torrentinfo 1.8.7: A torrent file parser
@@ -16798,6 +16798,7 @@ sec-keys/openpgp-keys-yubico 20260509: OpenPGP keys used by Yubico's developers
sec-keys/openpgp-keys-zackweinberg 20231223: OpenPGP keys used by Zack Weinberg
sec-keys/openpgp-keys-zsh 2026.05.31: PGP keys used to sign ZSH releases
sec-keys/openpgp-keys-zstd 20260121: OpenPGP key used by app-arch/zstd
sec-keys/openpgp-keys-zulucrypt 20170817: OpenPGP keys used by the zuluCrypt developer
sec-keys/signify-keys-opensmtpd 20181026: Signify keys used to sign OpenSMTPD portable releases
sec-keys/signify-keys-signify 30: Signify keys used to sign signify portable releases
sec-keys/sigstore-trusted-root 0_p20241016: trusted-root.json for dev-python/sigstore

View File

@@ -1 +1 @@
Sat, 06 Jun 2026 14:01:32 +0000
Sat, 06 Jun 2026 14:46:30 +0000

View File

@@ -5521,7 +5521,7 @@ net-analyzer/nagios-plugin-check_raid:megaraid-sas - Support LSI MegaRAID SAS co
net-analyzer/nagios-plugin-check_raid:mpt - Support LSI MPT Fusion controllers
net-analyzer/nagios-plugin-check_raid:mpt-sas2 - Support LSI SAS-2 controllers
net-analyzer/nagios-plugins:ipv6 - Enable ipv6 checks.
net-analyzer/nagios-plugins:nagios-dns - Install net-dns/bind-tools required for monitoring DNS servers. Disabling the flag does not remove any plugin file.
net-analyzer/nagios-plugins:nagios-dns - Install net-dns/bind required for monitoring DNS servers. Disabling the flag does not remove any plugin file.
net-analyzer/nagios-plugins:nagios-game - Install games-util/qstat required for monitoring FPS servers. Disabling the flag does not remove any plugin file.
net-analyzer/nagios-plugins:nagios-ping - Install net-analyzer/fping required for fancy ping monitoring. Disabling the flag does not remove any plugin file.
net-analyzer/nagios-plugins:rpc - Install net-nds/rpcbind required for monitoring RPC services. Disabling the flag does not remove any plugin file.