summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-05 03:04:32 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-05 03:04:32 -0500
commitd1f18a9f11dde5cf862fd7c32c6d33a0a9114736 (patch)
tree2263b6d9a132eda0bd86f48e54c00d8383a6b517
parent58d5b6df48974566c90f6b21e09f15dddad2134b (diff)
downloadbaldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.tar.gz
baldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.tar.xz
baldeagleos-repo-d1f18a9f11dde5cf862fd7c32c6d33a0a9114736.zip
Adding metadata
-rw-r--r--app-shells/gentoo-bashcomp/Manifest1
-rw-r--r--app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild21
-rw-r--r--dev-db/postgresql/postgresql-14.24.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-15.19.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-16.15.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-17.11.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-18.6.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-19_beta3.ebuild2
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild2
-rw-r--r--dev-python/pygraphviz/pygraphviz-2.0.1-r1.ebuild (renamed from dev-python/pygraphviz/pygraphviz-2.0.1.ebuild)19
-rw-r--r--sci-ml/ggml/Manifest2
-rw-r--r--sci-ml/ggml/ggml-0.23.0.ebuild (renamed from sci-ml/ggml/ggml-0.22.0.ebuild)0
12 files changed, 47 insertions, 10 deletions
diff --git a/app-shells/gentoo-bashcomp/Manifest b/app-shells/gentoo-bashcomp/Manifest
index 0abdd1b4721a..40354730d9dd 100644
--- a/app-shells/gentoo-bashcomp/Manifest
+++ b/app-shells/gentoo-bashcomp/Manifest
@@ -1,2 +1,3 @@
DIST gentoo-bashcomp-20240625.tar.bz2 23794 BLAKE2B 567131238e24744a5083ad8ec484d4342b6891e95b999d11d809da769d8f2ad3536f7da769f0d291663b9c3be46fe67d261cbdcf59a0f846e4f08a66b4106571 SHA512 1b5476ba7cb1b7c2f1d51c03d592245718fb4c2c07ff5171aee1bfa0def2a2f0bbff7a38950d18e3646285e7432cedee0ee75eed1c6348946793f011de4ddcbf
DIST gentoo-bashcomp-20250620.tar.bz2 23780 BLAKE2B dc4d6dd7d0063056a234cfe4aff3d39b4519848f6f3d68d76f63cdcb5d333da159a88984b8607ae2f9b99ab6bd9ed264b0e4c7f4a7edafe002dbec18cb6c2e19 SHA512 222995b060f762d86c486e34d3e8f740b15a947b4392575bb1af29f11e3cec9c2a0fbdd1a8d397f5356db771adc19df39c2e70ac2dd22b2ce4ee188747ef5b6b
+DIST gentoo-bashcomp-20260905.tar.bz2 23762 BLAKE2B b667ccdab5711cbb07ebc58ddf0ab60e3f9541a7b671735e4a65af23efc7bdc2bb15792ab911058b5de270a7409a4eaa2f2b082dc66066916435f04c768d5eb6 SHA512 8ed9f95bcfe6950d37da0bb523d6b91b1b341a1e055a5808e6394e0e4198db9327dda3e4fb3a77aaf1dd8a5170fcca755d012cc37790f35a835cfb66e2d37e7a
diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild
new file mode 100644
index 000000000000..437e00eb03b3
--- /dev/null
+++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20260905.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)"
+HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/"
+SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+src_install() {
+ emake DESTDIR="${D}" install \
+ completionsdir="$(get_bashcompdir)" \
+ helpersdir="$(get_bashhelpersdir)" \
+ compatdir="${EPREFIX}/etc/bash_completion.d"
+}
diff --git a/dev-db/postgresql/postgresql-14.24.ebuild b/dev-db/postgresql/postgresql-14.24.ebuild
index 4a117ffc7088..17ffb318bbbc 100644
--- a/dev-db/postgresql/postgresql-14.24.ebuild
+++ b/dev-db/postgresql/postgresql-14.24.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-15.19.ebuild b/dev-db/postgresql/postgresql-15.19.ebuild
index c6b12889499c..e5e249796e58 100644
--- a/dev-db/postgresql/postgresql-15.19.ebuild
+++ b/dev-db/postgresql/postgresql-15.19.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-16.15.ebuild b/dev-db/postgresql/postgresql-16.15.ebuild
index af8b36de8e96..2dc96e1b3227 100644
--- a/dev-db/postgresql/postgresql-16.15.ebuild
+++ b/dev-db/postgresql/postgresql-16.15.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-17.11.ebuild b/dev-db/postgresql/postgresql-17.11.ebuild
index b281b53c3a63..f5eeecb68b30 100644
--- a/dev-db/postgresql/postgresql-17.11.ebuild
+++ b/dev-db/postgresql/postgresql-17.11.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-18.6.ebuild b/dev-db/postgresql/postgresql-18.6.ebuild
index 18e099e13dc1..e8cd144be135 100644
--- a/dev-db/postgresql/postgresql-18.6.ebuild
+++ b/dev-db/postgresql/postgresql-18.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-19_beta3.ebuild b/dev-db/postgresql/postgresql-19_beta3.ebuild
index 2ed6a3f6e149..ee7f6db5ef63 100644
--- a/dev-db/postgresql/postgresql-19_beta3.ebuild
+++ b/dev-db/postgresql/postgresql-19_beta3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 pam python-single-r1 systemd tmpfiles
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
index 6106aa152f77..a6600de05c33 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{13..14} )
-LLVM_COMPAT=( {16..22} )
+LLVM_COMPAT=( {16..23} )
LLVM_OPTIONAL=1
inherit dot-a flag-o-matic linux-info llvm-r2 meson pam python-single-r1 \
diff --git a/dev-python/pygraphviz/pygraphviz-2.0.1.ebuild b/dev-python/pygraphviz/pygraphviz-2.0.1-r1.ebuild
index 1b95f0660a32..5d609463ea77 100644
--- a/dev-python/pygraphviz/pygraphviz-2.0.1.ebuild
+++ b/dev-python/pygraphviz/pygraphviz-2.0.1-r1.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/pygraphviz/pygraphviz
PYTHON_COMPAT=( python3_{13..14} )
-inherit distutils-r1 pypi
+inherit distutils-r1 flag-o-matic pypi toolchain-funcs
DESCRIPTION="Python wrapper for the Graphviz Agraph data structure"
HOMEPAGE="
@@ -22,8 +22,9 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
# Note: only C API of graphviz is used, PYTHON_USEDEP unnecessary.
+# [cairo] is actually pangocairo, needed for gvplugin_pango.
DEPEND="
- media-gfx/graphviz:=
+ media-gfx/graphviz:=[cairo]
"
RDEPEND="
${DEPEND}
@@ -35,6 +36,20 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
+src_configure() {
+ # set to a meaningless path, it hardcodes /lib anyway; at least it
+ # will stop it from adding a bunch of wrong RUNPATHs
+ export GRAPHVIZ_PREFIX=${T}
+
+ # upstream's solution to "not one of the random hardcoded paths" is
+ # literally "add a bunch of -I -L flags yourself"
+ append-cppflags $($(tc-getPKG_CONFIG) --cflags libcdt || die)
+ local libdir=$($(tc-getPKG_CONFIG) --variable=libdir libcdt || die)
+ # the build system will pass a bunch of "-l"s anyway
+ append-ldflags $($(tc-getPKG_CONFIG) --libs-only-L libcdt || die) \
+ -L"${libdir}/graphviz" -Wl,-rpath,"${libdir}/graphviz"
+}
+
python_test() {
rm -rf pygraphviz || die
epytest --pyargs pygraphviz
diff --git a/sci-ml/ggml/Manifest b/sci-ml/ggml/Manifest
index 589ad7211620..dec27fe6bc94 100644
--- a/sci-ml/ggml/Manifest
+++ b/sci-ml/ggml/Manifest
@@ -1 +1 @@
-DIST ggml-0.22.0.tar.gz 3767077 BLAKE2B 0ce794cd97a26d42490ee0ce3501ca7a7fc046b1827faeaeb28cdc2b4b01aad2d58d0ba6a2575def7792d9c3226acac43cd4c0839e1cd5143d80f50a87886205 SHA512 61ea7d216c949f0e484f2b4edf1a83226e452079ef0663575c1b2585a2960bc1318bdf64da817a89cbe0b3baa4d7cdec81fe33417d55bb4b2e80428486aebd5a
+DIST ggml-0.23.0.tar.gz 3931297 BLAKE2B 05f297c2da2dcd6d274ec49c6f5186d7a13b5202bc792be9b06bce29616c6a3ef582d8d45705ad45d5da534194c0dfada1e4de1d85cfc86eb5b673a5a1c5ab4f SHA512 5bab13fbe931e4a78759449e91eadad979d1efaf427439c674ebb22639fde32d1468791488b28ae3dda4952dd8c0514b2c4fee9ecc46033f7aff16de442dffc2
diff --git a/sci-ml/ggml/ggml-0.22.0.ebuild b/sci-ml/ggml/ggml-0.23.0.ebuild
index f099d0b88d86..f099d0b88d86 100644
--- a/sci-ml/ggml/ggml-0.22.0.ebuild
+++ b/sci-ml/ggml/ggml-0.23.0.ebuild