2026-07-02 13:01:03 UTC

This commit is contained in:
Repository mirror & CI
2026-07-02 13:01:03 +00:00
parent 93a7fa9a4c
commit 57481d9ab6
10 changed files with 92 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=Handy scripts for ebuild development and more
EAPI=8
HOMEPAGE=https://gitweb.gentoo.org/proj/mgorny-dev-scripts.git https://github.com/gentoo/mgorny-dev-scripts/
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos
LICENSE=GPL-2+
RDEPEND=app-portage/gentoolkit >=app-portage/gpyutils-0.12 dev-perl/URI dev-util/pkgcheck dev-vcs/git net-misc/wget sys-apps/portage x11-misc/xdg-utils
SLOT=0
SRC_URI=https://gitweb.gentoo.org/proj/mgorny-dev-scripts.git/snapshot/mgorny-dev-scripts-83.tar.bz2
_md5_=bb8b09ef95e0fc439925e978ca381e40

View File

@@ -0,0 +1,16 @@
BDEPEND=verify-sig? ( >=sec-keys/openpgp-keys-libevent-1 ) >=app-portage/elt-patches-20250306 verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 )
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=ssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
DESCRIPTION=Library to execute a function when a specific event occurs on a file descriptor
EAPI=8
HOMEPAGE=https://libevent.org/ https://github.com/libevent/libevent/
INHERIT=libtool multilib-minimal verify-sig
IUSE=+clock-gettime debug malloc-replacement +ssl static-libs test verbose-debug 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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris
LICENSE=BSD
RDEPEND=ssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
RESTRICT=!test? ( test )
SLOT=0/2.1-7
SRC_URI=https://github.com/libevent/libevent/releases/download/release-2.1.13-stable/libevent-2.1.13-stable.tar.gz verify-sig? ( https://github.com/libevent/libevent/releases/download/release-2.1.13-stable/libevent-2.1.13-stable.tar.gz.asc )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 libtool 6a96cd90e5da8c7c615015479f46f1a4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=48a0086fbc4248cd25140c3d3e08450c

View File

@@ -0,0 +1,15 @@
BDEPEND=verify-sig? ( >=sec-keys/openpgp-keys-libevent-1 ) 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 prepare test unpack
DEPEND=mbedtls? ( net-libs/mbedtls:3=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( >=dev-libs/openssl-1.0.1h-r2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
DESCRIPTION=Library to execute a function when a specific event occurs on a file descriptor
EAPI=8
HOMEPAGE=https://libevent.org/ https://github.com/libevent/libevent/
INHERIT=cmake-multilib verify-sig
IUSE=+clock-gettime debug malloc-replacement mbedtls +ssl static-libs test verbose-debug 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
LICENSE=BSD
RDEPEND=mbedtls? ( net-libs/mbedtls:3=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssl? ( >=dev-libs/openssl-1.0.1h-r2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
RESTRICT=test
SLOT=0/2.2.1-r2
SRC_URI=https://github.com/libevent/libevent/releases/download/release-2.2.2-alpha/libevent-2.2.2-alpha.tar.gz verify-sig? ( https://github.com/libevent/libevent/releases/download/release-2.2.2-alpha/libevent-2.2.2-alpha.tar.gz.asc )
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
_md5_=c70202a79c6a5d92dc2c538746f264eb

View File

@@ -12,4 +12,4 @@ RDEPEND=mbedtls? ( net-libs/mbedtls:3=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32
RESTRICT=test
SLOT=0/2.2.1-r2
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 cmake-multilib 3f19d8d5fccba52076cdeb2281ad349f git-r3 2f8cdb10b033f92c3136aa6488a31c98
_md5_=33e3e7d1cf2891b22b76970124c3ee44
_md5_=f8b0db7b77bad87f80ba71c768296ac5

View File

@@ -0,0 +1,18 @@
BDEPEND=virtual/pkgconfig nls? ( sys-devel/gettext ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=dev-cpp/eigen:= >=dev-libs/boost-1.67:= >=dev-libs/libfmt-8.1.0:= media-libs/freetype media-libs/libepoxy media-libs/libjpeg-turbo:0= media-libs/libpng:0= virtual/zlib:= virtual/glu virtual/opengl ffmpeg? ( media-video/ffmpeg:0= ) lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) dev-qt/qtbase:6[gui,opengl,widgets]
DESCRIPTION=OpenGL 3D space simulator
EAPI=8
HOMEPAGE=https://celestiaproject.space/ https://github.com/CelestiaProject/Celestia
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop lua-single xdg cmake
IUSE=ffmpeg lto lua nls test lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=dev-cpp/eigen:= >=dev-libs/boost-1.67:= >=dev-libs/libfmt-8.1.0:= media-libs/freetype media-libs/libepoxy media-libs/libjpeg-turbo:0= media-libs/libpng:0= virtual/zlib:= virtual/glu virtual/opengl ffmpeg? ( media-video/ffmpeg:0= ) lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) ) dev-qt/qtbase:6[gui,opengl,widgets]
REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/CelestiaProject/Celestia/archive/329e03ae8858e3c12386c603f0a034649cf17f8a.tar.gz -> celestia-1.7.0_pre20260630.tar.gz https://github.com/CelestiaProject/CelestiaContent/archive/d156a8b5ed3f03add56c706880cc879b99ba26f9.tar.gz -> celestia-1.7.0_pre20260630-data.tar.gz
_eclasses_=desktop e447b5f77146d69797e9f03ff177f3f1 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 lua-utils 7c89927eda6f21c4c48136247077ab37 lua-single 75fe955a36b18e199213c8739eaebdbb xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 cmake c54f532543a549f7318d6c49aaf8e953
_md5_=579560f9ac585693c30cd56fa04edc6b

View File

@@ -12,6 +12,6 @@ RDEPEND=python_single_target_python3_13? ( >=dev-python/annotated-types-0.7.0[py
REQUIRED_USE=^^ ( python_single_target_python3_13 python_single_target_python3_14 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/c/chemex/chemex-2026.5.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/c/chemex/chemex-2026.6.1.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 18a01bee4e486884d7457cfacde74099 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 8b4cb6626db7331e3187d652f4bbf9d4 pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=4f8e2e9a112826f6fcd68f58eeed029c

View File

@@ -0,0 +1,15 @@
BDEPEND=app-arch/xz-utils[extra-filters(+)] eselect-ldso? ( app-eselect/eselect-blas app-eselect/eselect-lapack )
DEFINED_PHASES=install postinst postrm unpack
DESCRIPTION=Intel Math Kernel Library
EAPI=8
HOMEPAGE=https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html
INHERIT=unpacker
IUSE=eselect-ldso examples gnu-openmp llvm-openmp static-libs tbb
KEYWORDS=~amd64
LICENSE=ISSL
RDEPEND=eselect-ldso? ( app-eselect/eselect-blas app-eselect/eselect-lapack ) gnu-openmp? ( sys-devel/gcc:*[openmp] ) llvm-openmp? ( llvm-runtimes/openmp ) tbb? ( dev-cpp/tbb )
RESTRICT=strip
SLOT=0/3
SRC_URI=https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-mkl-core-2026.1-2026.1.0-236_amd64.deb https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-mkl-core-devel-2026.1-2026.1.0-236_amd64.deb https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-mkl-classic-include-2026.1-2026.1.0-236_amd64.deb
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2
_md5_=b5312e3ad74349db9d056888cfdc4c38

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install
DESCRIPTION=OpenPGP keys used by the libevent project
EAPI=8
HOMEPAGE=https://libevent.org/
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=public-domain
SLOT=0
SRC_URI=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9e3ac83a27974b84d1b3401db86086848ef8686d -> openpgp-keys-libevent-1-azat-khuzhin.asc https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2133bc600ab133e1d826d173fe43009c4607b1fb -> openpgp-keys-libevent-1-nick-mathewson.asc
_md5_=3925572e6820711ae1b519aeca8781ea

View File

@@ -3106,7 +3106,7 @@ app-portage/iwdevtools 0.13.1 9999: Small tools to aid with Gentoo development,
app-portage/kuroneko 0.1.5: Vulnerability checker using data scraped from Gentoo Bugzilla
app-portage/kuroo 1.2.4 9999: Graphical Portage frontend based on KDE Frameworks
app-portage/metagen 0.7.4 0.7.4-r1 9999: metadata.xml generator for ebuilds
app-portage/mgorny-dev-scripts 76 77 78 79 80 81 82: Handy scripts for ebuild development and more
app-portage/mgorny-dev-scripts 76 77 78 79 80 81 82 83: Handy scripts for ebuild development and more
app-portage/mirrorselect 2.6.4 2.6.5 9999: Tool to help select distfiles mirrors for Gentoo
app-portage/nattka 0.4.2-r1: A New Arch Tester Toolkit -- open-source stable-bot replacement
app-portage/no-distcc-env 9999: package.env files to disable distcc on a per-package basis
@@ -5668,7 +5668,7 @@ dev-libs/liberasurecode 1.6.3 1.6.5: Erasure Code API library written in C with
dev-libs/libestr 0.1.11-r1: Library for some string essentials
dev-libs/libev 4.33: A high-performance event loop/event model with lots of feature
dev-libs/libevdev 1.13.6 9999: Handler library for evdev events
dev-libs/libevent 2.1.12-r1 2.2.1-r3 2.2.1-r4 9999: Library to execute a function when a specific event occurs on a file descriptor
dev-libs/libevent 2.1.12-r1 2.1.13 2.2.1-r3 2.2.1-r4 2.2.2 9999: Library to execute a function when a specific event occurs on a file descriptor
dev-libs/libezV24 0.1.1-r3: Library that provides an easy API to Linux serial ports
dev-libs/libf2c 20240130: Library that converts FORTRAN to C source
dev-libs/libfastjson 1.2304.0-r1: Fork of the json-c library, which is optimized for liblognorm processing
@@ -15858,7 +15858,7 @@ perl-core/Text-Tabs+Wrap 2023.51.100: Expand/unexpand tabs per unix expand and l
perl-core/Unicode-Collate 1.310.0: Unicode Collate Algorithm
sci-astronomy/calcmysky 0.4.0: Simulator of light scattering by planetary atmospheres
sci-astronomy/cdsclient 3.8.4-r1: Collection of scripts to access the CDS databases
sci-astronomy/celestia 1.7.0_pre20241231-r1: OpenGL 3D space simulator
sci-astronomy/celestia 1.7.0_pre20241231-r1 1.7.0_pre20260630: OpenGL 3D space simulator
sci-astronomy/cpl 7.3.2: ESO common pipeline library for astronomical data reduction
sci-astronomy/ds9-bin 7.4-r1: Data visualization application for astronomical FITS images
sci-astronomy/erfa 2.0.0: Essential Routines for Fundamental Astronomy
@@ -16028,7 +16028,7 @@ sci-chemistry/autodock_vina 1.2.7: Program for drug discovery, molecular docking
sci-chemistry/avogadro2 1.103.0 2.0.0: Advanced molecule editor and visualizer 2
sci-chemistry/bodr 10: The Blue Obelisk Data Repository listing element and isotope properties
sci-chemistry/cara-bin 1.8.4-r2: Analysis of NMR spectra and Computer Aided Resonance Assignment
sci-chemistry/chemex 2026.5.0 2026.6.0: Program to fit chemical exchange induced shift and relaxation data
sci-chemistry/chemex 2026.6.0 2026.6.1: Program to fit chemical exchange induced shift and relaxation data
sci-chemistry/chemical-mime-data 0.1.95_pre20171122: A collection of data files to add support for chemical MIME types
sci-chemistry/chemtool 1.6.14-r1: A GTK program for drawing organic molecules
sci-chemistry/clashlist 3.17-r1: Build lists of van der Waals clashes from an input PDB file
@@ -16313,7 +16313,7 @@ sci-libs/mc 1.5-r1: 2D/3D AFEM code for nonlinear geometric PDE
sci-libs/med 4.1.1-r4 5.0.0: Library to store and exchange meshed data or computation results
sci-libs/metis 5.2.1-r2: Package for unstructured serial graph partitioning
sci-libs/miopen 6.3.3 6.4.3-r1 7.0.2 7.1.0-r1 7.2.0: AMD's Machine Intelligence Library
sci-libs/mkl 2025.3.1.8 2026.0.0.908: Intel Math Kernel Library
sci-libs/mkl 2025.3.1.8 2026.0.0.908 2026.1.0.236: Intel Math Kernel Library
sci-libs/mpfi 1.5.4_p20220401: Multiple precision interval arithmetic library based on MPFR
sci-libs/mumps 5.3.5-r1: MUltifrontal Massively Parallel sparse direct matrix Solver
sci-libs/nanoflann 1.7.1 9999: C++ header-only library for Nearest Neighbor (NN) search wih KD-trees
@@ -16750,7 +16750,7 @@ sec-keys/openpgp-keys-leiningen 20260128: OpenPGP keys used to sign Leiningen pa
sec-keys/openpgp-keys-less 20260115: OpenPGP keys used by less
sec-keys/openpgp-keys-libarchive 20251118: OpenPGP keys used by the libarchive project
sec-keys/openpgp-keys-libass 20220515 20250608: OpenPGP keys used to sign libass releases
sec-keys/openpgp-keys-libevent 0: OpenPGP keys used by the libevent project
sec-keys/openpgp-keys-libevent 0 1: OpenPGP keys used by the libevent project
sec-keys/openpgp-keys-libgssglue 20260127: OpenPGP keys used by net-libs/libgssglue
sec-keys/openpgp-keys-libidn 20250414 20260617: OpenPGP keys used to sign libidn releases
sec-keys/openpgp-keys-libjpeg-turbo 20260124: OpenPGP key used by media-libs/libjpeg-turbo

View File

@@ -1 +1 @@
Thu, 02 Jul 2026 12:46:00 +0000
Thu, 02 Jul 2026 13:01:02 +0000