2023-09-14 11:31:40 UTC

This commit is contained in:
Repository mirror & CI
2023-09-14 11:31:40 +00:00
parent 3e699fe4ea
commit a0be3fbd41
8 changed files with 88 additions and 12 deletions

View File

@@ -1,17 +1,17 @@
BDEPEND=python? ( >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( python_targets_pypy3? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
BDEPEND=python? ( >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=python? ( python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) )
DEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) )
DESCRIPTION=Generic-purpose lossless compression algorithm
EAPI=8
HOMEPAGE=https://github.com/google/brotli/
INHERIT=cmake-multilib distutils-r1 flag-o-matic
IUSE=python test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
IUSE=python test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris
LICENSE=MIT python? ( Apache-2.0 )
RDEPEND=python? ( python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) )
REQUIRED_USE=python? ( || ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) )
RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) )
REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) )
RESTRICT=!test? ( test )
SLOT=0/1
SRC_URI=https://github.com/google/brotli/archive/v1.1.0.tar.gz -> brotli-1.1.0.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c xdg-utils baea6080dd821f5562d715887954c9d3 cmake fc2f89084f590ac95c004ea95b0d2f80 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b cmake-multilib 37d23064f303dcf23453353ab8c77059 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
_md5_=3b493643f0c6cbff85f8e9a1b362103b
_md5_=74edfc155a3672398c780d9ef581a8ac

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/path-6.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A small 'shelve' like datastore with concurrency support
EAPI=8
HOMEPAGE=https://github.com/pickleshare/pickleshare
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos
LICENSE=MIT
RDEPEND=>=dev-python/path-6.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-0.7.5.tar.gz
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=7fa395691c442c7649d32dc74fe7f577

View File

@@ -0,0 +1,18 @@
BDEPEND=debug? ( dev-util/pahole ) secureboot? ( app-crypt/sbsigntools ) secureboot? ( app-crypt/sbsigntools ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/cpio sys-devel/bc sys-devel/flex virtual/libelf app-alternatives/yacc arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl )
DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test
DESCRIPTION=Linux kernel built with Gentoo patches
EAPI=8
HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/
IDEPEND=|| ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 )
INHERIT=kernel-build toolchain-funcs
IUSE=debug hardened secureboot savedconfig secureboot +initramfs test +strip modules-sign
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86
LICENSE=GPL-2
PDEPEND=>=virtual/dist-kernel-6.5.3
RDEPEND=!sys-kernel/gentoo-kernel-bin:6.5.3 virtual/libelf
REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign )
RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test )
SLOT=6.5.3
SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.5-4.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.5-4.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g8.tar.gz -> gentoo-kernel-config-g8.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.5.2-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.5.2-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.5.2-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.5.2-gentoo )
_eclasses_=secureboot 4911adb593665638c76fbd4e70d451ac multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-any-r1 f5169813d1619761b459800587005fd2 portability a74d533f258f1f435be71312558c12f9 savedconfig 8b5f9d995a970e49cd427c55d5840285 dist-kernel-utils 15e54b1d796d6778a24649aa1dccb582 mount-boot 3945d351ee3192381911f938f4ee527a kernel-install b401c54f49745157dcc289640da2f265 kernel-build b8c3806536e044a7ffd2d191b1f97940
_md5_=c96d984bcc2347967380f1a8bebd548a

View File

@@ -0,0 +1,17 @@
BDEPEND=sys-devel/bc sys-devel/flex virtual/libelf app-alternatives/yacc secureboot? ( app-crypt/sbsigntools ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) )
DEFINED_PHASES=config configure install postinst postrm preinst prepare prerm pretend setup test unpack
DESCRIPTION=Pre-built Linux kernel with Gentoo patches
EAPI=8
HOMEPAGE=https://www.kernel.org/
IDEPEND=|| ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 )
INHERIT=kernel-install toolchain-funcs unpacker
IUSE=secureboot +initramfs test
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
LICENSE=GPL-2
PDEPEND=>=virtual/dist-kernel-6.5.3
RDEPEND=!sys-kernel/gentoo-kernel:6.5.3 virtual/libelf
RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test )
SLOT=6.5.3
SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.5-4.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.5-4.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.3-1.gpkg.tar -> gentoo-kernel-6.5.3-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.3-1.gpkg.tar -> gentoo-kernel-6.5.3-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.3-1.gpkg.tar -> gentoo-kernel-6.5.3-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.3-1.gpkg.tar -> gentoo-kernel-6.5.3-1.x86.gpkg.tar )
_eclasses_=secureboot 4911adb593665638c76fbd4e70d451ac dist-kernel-utils 15e54b1d796d6778a24649aa1dccb582 mount-boot 3945d351ee3192381911f938f4ee527a toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 kernel-install b401c54f49745157dcc289640da2f265 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 unpacker aa6a4e924009232d8b78b31e932c30b5
_md5_=73825dc8d2e69139a922c08133a527e7

View File

@@ -0,0 +1,18 @@
BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( sec-keys/openpgp-keys-kernel ) secureboot? ( app-crypt/sbsigntools ) secureboot? ( app-crypt/sbsigntools ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/cpio sys-devel/bc sys-devel/flex virtual/libelf app-alternatives/yacc arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-16 )
DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test unpack
DESCRIPTION=Linux kernel built from vanilla upstream sources
EAPI=8
HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/
IDEPEND=|| ( sys-kernel/installkernel-gentoo sys-kernel/installkernel-systemd-boot ) initramfs? ( >=sys-kernel/dracut-049-r3 )
INHERIT=kernel-build toolchain-funcs verify-sig
IUSE=debug hardened secureboot savedconfig secureboot +initramfs test +strip modules-sign verify-sig
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86
LICENSE=GPL-2
PDEPEND=>=virtual/dist-kernel-6.5.3
RDEPEND=virtual/libelf
REQUIRED_USE=arm? ( savedconfig ) secureboot? ( modules-sign )
RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test )
SLOT=6.5.3
SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.3.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g8.tar.gz -> gentoo-kernel-config-g8.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.3.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.5.2-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.5.2-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.5.2-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.5.2-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.5.2-gentoo )
_eclasses_=secureboot 4911adb593665638c76fbd4e70d451ac multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-any-r1 f5169813d1619761b459800587005fd2 portability a74d533f258f1f435be71312558c12f9 savedconfig 8b5f9d995a970e49cd427c55d5840285 dist-kernel-utils 15e54b1d796d6778a24649aa1dccb582 mount-boot 3945d351ee3192381911f938f4ee527a kernel-install b401c54f49745157dcc289640da2f265 kernel-build b8c3806536e044a7ffd2d191b1f97940 verify-sig 90255aaab6156b22ee05150fe5ffbe6b
_md5_=9fb372d9b963bcc94e219da84d3f716d

View File

@@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual to depend on any Distribution Kernel
EAPI=7
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86
RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.5.3 ~sys-kernel/gentoo-kernel-bin-6.5.3 ~sys-kernel/vanilla-kernel-6.5.3 )
SLOT=0/6.5.3
_md5_=1971dc5148e78da44e87c56fd4647d8b

View File

@@ -8672,7 +8672,7 @@ dev-python/pgspecial 2.1.0: Python implementation of PostgreSQL meta commands
dev-python/pgzero 1.2.1-r2: A zero-boilerplate games programming framework based on Pygame
dev-python/phonenumbers 8.13.18 8.13.19 8.13.20: Python port of Google's libphonenumber
dev-python/phply 1.2.6: Lexer and parser for PHP source implemented using PLY
dev-python/pickleshare 0.7.5: A small 'shelve' like datastore with concurrency support
dev-python/pickleshare 0.7.5 0.7.5-r1: A small 'shelve' like datastore with concurrency support
dev-python/picobox 3.0.0: Dependency injection framework designed with Python in mind
dev-python/pid 3.0.4-r1: Pidfile featuring stale detection and file-locking
dev-python/piexif 1.1.3-r2: Exif manipulation with pure Python
@@ -17404,8 +17404,8 @@ sys-kernel/cryptodev 1.12 1.13-r1 9999: device that allows access to Linux kerne
sys-kernel/dracut 057-r3 059-r2 059-r3 9999: Generic initramfs generation tool
sys-kernel/dracut-crypt-ssh 1.0.7: Early unlocking of encrypted systems via ssh for dracut
sys-kernel/genkernel 4.3.2-r1 4.3.3 4.3.5 4.3.5-r1 4.3.6 9999: Gentoo automatic kernel building scripts
sys-kernel/gentoo-kernel 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16: Linux kernel built with Gentoo patches
sys-kernel/gentoo-kernel-bin 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16: Pre-built Linux kernel with Gentoo patches
sys-kernel/gentoo-kernel 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16 6.5.3: Linux kernel built with Gentoo patches
sys-kernel/gentoo-kernel-bin 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16 6.5.3: Pre-built Linux kernel with Gentoo patches
sys-kernel/gentoo-sources 4.19.289 4.19.292 4.19.293 4.19.294 5.4.250 5.4.254 5.4.255 5.4.256 5.10.187 5.10.191 5.10.192 5.10.193 5.10.194 5.15.122 5.15.127 5.15.128 5.15.129 5.15.130 5.15.131 6.1.53 6.4.16 6.5.3: Full sources including the Gentoo patchset for the 6.5 kernel tree
sys-kernel/git-sources 6.6_rc1: The very latest -git version of the Linux kernel
sys-kernel/installkernel-gentoo 7: Gentoo fork of installkernel script from debianutils
@@ -17421,7 +17421,7 @@ sys-kernel/pf-sources 6.1_p6 6.2_p7: Linux kernel fork that includes the pf-kern
sys-kernel/raspberrypi-image 4.14.98_p20190215 4.19.75_p20190925 5.4.79_p20201201 5.10.11_p20210201 5.10.17_p20210527 5.10.63_p20211029 5.15.32_p20220331 6.1.21_p20230405 9999: Raspberry Pi (all versions) kernel and modules
sys-kernel/raspberrypi-sources 5.15.76_p20221104 5.15.84_p20230106 6.1.21_p20230405: Raspberry Pi kernel sources
sys-kernel/rt-sources 4.14.318_p150 4.19.284_p125 5.4.242_p81 5.10.184_p90 5.15.113_p64 6.0.5_p14 6.1.33_p11: Full Linux 6.1 kernel sources with the CONFIG_PREEMPT_RT patch
sys-kernel/vanilla-kernel 5.4.254 5.4.256 5.4.9999 5.10.191 5.10.194 5.10.9999 5.15.127 5.15.131 5.15.9999 5.19.9999 6.1.53 6.1.9999 6.4.16: Linux kernel built from vanilla upstream sources
sys-kernel/vanilla-kernel 5.4.254 5.4.256 5.4.9999 5.10.191 5.10.194 5.10.9999 5.15.127 5.15.131 5.15.9999 5.19.9999 6.1.53 6.1.9999 6.4.16 6.5.3: Linux kernel built from vanilla upstream sources
sys-kernel/vanilla-sources 4.14.325 4.19.294 5.4.256 5.10.194 5.15.131 6.1.53 6.4.16 6.5.3: Full sources for the Linux kernel
sys-kernel/zen-sources 6.3.9: The Zen Kernel Live Sources
sys-libs/argp-standalone 1.5.0: Standalone argp library for use with musl
@@ -17610,7 +17610,7 @@ virtual/commonlisp 0-r1: Virtual for Common Lisp
virtual/cron 0-r3: Virtual for cron
virtual/daemontools 0: Virtual for daemontools
virtual/dev-manager 0-r2: Virtual for the device filesystem manager
virtual/dist-kernel 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16: Virtual to depend on any Distribution Kernel
virtual/dist-kernel 5.4.254 5.4.256 5.10.191 5.10.194 5.15.127 5.15.131 6.1.53 6.4.16 6.5.3: Virtual to depend on any Distribution Kernel
virtual/dotnet-sdk 6.0-r1 7.0: Virtual for .NET SDK
virtual/editor 0-r5: Virtual for editor
virtual/fam 0-r1: A virtual package to choose between gamin and fam

View File

@@ -1 +1 @@
Thu, 14 Sep 2023 11:16:37 +0000
Thu, 14 Sep 2023 11:31:40 +0000