2026-06-16 11:46:03 UTC

This commit is contained in:
Repository mirror & CI
2026-06-16 11:46:04 +00:00
parent 7c68f27f68
commit 2c060747da
7 changed files with 56 additions and 8 deletions

View File

@@ -4,9 +4,9 @@ DESCRIPTION=Gentoo Package Manager Specification
EAPI=9
HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification
IUSE=html twoside
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 ~sparc x86 ~x64-macos ~x64-solaris
LICENSE=CC-BY-SA-4.0
RDEPEND=!app-doc/pms-bin
SLOT=0
SRC_URI=https://distfiles.gentoo.org/pub/proj/pms/pms-9_p20260614.tar.xz
_md5_=4625e607f00682a639a73f0642fec6d6
_md5_=3ca27fff803c874a9ec508fb50662097

View File

@@ -3,9 +3,9 @@ DESCRIPTION=Gentoo Package Manager Specification
EAPI=9
HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification
IUSE=html
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris
LICENSE=CC-BY-SA-4.0
RDEPEND=!app-doc/pms
SLOT=0
SRC_URI=https://distfiles.gentoo.org/pub/proj/pms/pms-9_p20260614-prebuilt.tar.xz
_md5_=7d2acf2002a5977e6b567895aa8965f3
_md5_=2f99c4d14738254108a8ef36d7c43c87

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig verify-sig? ( >=sec-keys/openpgp-keys-strace-20251130 ) 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 verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=configure install prepare test unpack
DEPEND=static? ( elfutils? ( dev-libs/elfutils[static-libs(+)] ) ncurses? ( sys-libs/ncurses[static-libs(+)] ) selinux? ( sys-libs/libselinux[static-libs(+)] ) unwind? ( sys-libs/libunwind[static-libs(+)] ) ) !static? ( elfutils? ( dev-libs/elfutils ) ncurses? ( sys-libs/ncurses:= ) selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/libunwind:= ) ) aio? ( >=dev-libs/libaio-0.3.106 )
DESCRIPTION=Useful diagnostic, instructional, and debugging tool
EAPI=8
HOMEPAGE=https://strace.io/
INHERIT=autotools edo flag-o-matic toolchain-funcs verify-sig
IUSE=aio ncurses perl selinux static test unwind elfutils verify-sig
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=LGPL-2.1+ test? ( GPL-2+ )
RDEPEND=!static? ( elfutils? ( dev-libs/elfutils ) ncurses? ( sys-libs/ncurses:= ) selinux? ( sys-libs/libselinux ) unwind? ( sys-libs/libunwind:= ) ) perl? ( dev-lang/perl )
REQUIRED_USE=?? ( unwind elfutils )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/strace/strace/releases/download/v7.1/strace-7.1.tar.xz verify-sig? ( https://github.com/strace/strace/releases/download/v7.1/strace-7.1.tar.xz.asc )
_eclasses_=gnuconfig b4fa4889c6f586d6b069215a86dd9e53 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 autotools 0698802996fcfe9a604eac3c1f6e7112 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=49787c257d32da0597714af7892e3a08

View File

@@ -0,0 +1,16 @@
BDEPEND=verify-sig? ( >=sec-keys/openpgp-keys-gsasl-20260616 ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install postinst prepare test unpack
DEPEND=!net-libs/libgsasl sys-libs/readline:= gcrypt? ( dev-libs/libgcrypt:= ) gnutls? ( net-libs/gnutls:= ) idn? ( net-dns/libidn:= ) kerberos? ( >=net-libs/libgssglue-0.5-r1 ) nls? ( >=sys-devel/gettext-0.18.1 ) ntlm? ( >=net-libs/libntlm-0.3.5 )
DESCRIPTION=The GNU SASL client, server, and library
EAPI=8
HOMEPAGE=https://www.gnu.org/software/gsasl/
INHERIT=branding multilib-minimal verify-sig
IUSE=+client gcrypt gnutls idn kerberos nls ntlm +server static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=GPL-3
RDEPEND=!net-libs/libgsasl sys-libs/readline:= gcrypt? ( dev-libs/libgcrypt:= ) gnutls? ( net-libs/gnutls:= ) idn? ( net-dns/libidn:= ) kerberos? ( >=net-libs/libgssglue-0.5-r1 ) nls? ( >=sys-devel/gettext-0.18.1 ) ntlm? ( >=net-libs/libntlm-0.3.5 )
REQUIRED_USE=|| ( client server )
SLOT=0
SRC_URI=mirror://gnu/gsasl/gsasl-2.2.4.tar.gz verify-sig? ( mirror://gnu/gsasl/gsasl-2.2.4.tar.gz.sig )
_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=83f46659686759fe85e82d06ac6917e6

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 GNU SASL Library
EAPI=8
HOMEPAGE=https://www.gnu.org/software/gsasl/#downloading
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://josefsson.org/key-20190320.txt -> openpgp-keys-gsasl-20260616-josefsson-key-20190320.txt
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 sec-keys ceb4d3181e42bf20ca66d74129d9e848
_md5_=a587f2b72b585594632c99a73cfec03c

View File

@@ -4114,7 +4114,7 @@ dev-debug/peda 1.2-r1 9999: Python Exploit Development Assistance for GDB
dev-debug/pwndbg 20250418-r1 20250530-r3 20251010-r3 20251020-r3 99999999: A GDB plug-in that makes debugging with GDB suck less
dev-debug/rr 5.9.0-r1 9999: Record and Replay Framework
dev-debug/scap-driver 0.20.0: Kernel module for dev-debug/sysdig
dev-debug/strace 6.19 7.0-r1 9999: Useful diagnostic, instructional, and debugging tool
dev-debug/strace 6.19 7.0-r1 7.1 9999: Useful diagnostic, instructional, and debugging tool
dev-debug/sysdig 0.40.1-r1: A system exploration and troubleshooting tool
dev-debug/systemtap 5.3-r1 5.4 5.5 9999: Linux trace/probe tool
dev-debug/valgrind 3.26.0 3.26.0_p1 3.27.0 3.27.0_p1 3.27.1 9999: An open-source memory debugger for GNU/Linux
@@ -15237,7 +15237,7 @@ net-misc/gns3-gui 2.2.56 2.2.59: Graphical Network Simulator
net-misc/gns3-server 2.2.56 2.2.59: GNS3 server to asynchronously manage emulators
net-misc/gofish 1.2-r2: Gofish gopher server
net-misc/gokrazy-rsync 0.3.3: rsync in Go!
net-misc/gsasl 2.2.1 2.2.2 2.2.2-r1: The GNU SASL client, server, and library
net-misc/gsasl 2.2.1 2.2.2 2.2.2-r1 2.2.4: The GNU SASL client, server, and library
net-misc/gupnp-tools 0.12.1-r1 0.12.2: Collection of developer-oriented UPnP tools
net-misc/gvrpcd 1.3-r1: A program for announcing VLANs using GVRP
net-misc/gwhois 20120626-r1: Generic whois
@@ -16609,7 +16609,7 @@ sec-keys/openpgp-keys-gnutls 20220320 20221017 20231129 20240415 20240415-r1 202
sec-keys/openpgp-keys-gocryptfs 20250916 20260208: OpenPGP keys used to sign gocryptfs
sec-keys/openpgp-keys-grep 20220407: OpenPGP keys used by GNU Grep
sec-keys/openpgp-keys-grub 20251028: OpenPGP keys used for GRUB releases
sec-keys/openpgp-keys-gsasl 20260127: OpenPGP keys used by the GNU SASL Library
sec-keys/openpgp-keys-gsasl 20260127 20260616: OpenPGP keys used by the GNU SASL Library
sec-keys/openpgp-keys-guillemjover 20220331: OpenPGP keys used by Guillem Jover
sec-keys/openpgp-keys-gzip 20220406: OpenPGP keys used by GNU Gzip
sec-keys/openpgp-keys-handbrake 20260208 20260311: OpenPGP keys used to sign HandBrake

View File

@@ -1 +1 @@
Tue, 16 Jun 2026 08:31:02 +0000
Tue, 16 Jun 2026 11:46:03 +0000