summaryrefslogtreecommitdiff
path: root/dev-build
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-12 20:06:40 -0500
commit193236e34a32b643d816ed04394476eab7e04db7 (patch)
tree8b608b17886179a6530935fc0531c7a89a51d1a0 /dev-build
parent9f2ba2858a177b1c2335b5b46428ee7cec08c288 (diff)
downloadbaldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.gz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.tar.xz
baldeagleos-repo-193236e34a32b643d816ed04394476eab7e04db7.zip
Adding metadata
Diffstat (limited to 'dev-build')
-rw-r--r--dev-build/gtk-doc-am/Manifest1
-rw-r--r--dev-build/gtk-doc-am/gtk-doc-am-1.36.1.ebuild33
-rw-r--r--dev-build/scons/scons-4.11.0.ebuild2
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-build/gtk-doc-am/Manifest b/dev-build/gtk-doc-am/Manifest
index ca58663a6510..b9945c4e6080 100644
--- a/dev-build/gtk-doc-am/Manifest
+++ b/dev-build/gtk-doc-am/Manifest
@@ -1 +1,2 @@
DIST gtk-doc-1.34.0.tar.xz 494116 BLAKE2B cb8550debed9f32b967de9d4ebdde8dbe83551eb8527221d2d788355431f34e62a4beedda3e7f5722516ae8e23794a56b97a4f761ede0f7f2c0ef288624b5f7a SHA512 d962fe31949b5f7c70122c7ebbd98f4d21725697804bf5dd75fd7a6662753a91c9350fd1e8bed22a58a957b173f35e200fcbb4c7c2ebc45ccbc0db2e916b27ea
+DIST gtk-doc-1.36.1.tar.xz 594020 BLAKE2B a566461c4c9bb8f072b8f6b92c917d5ec7da33f0f7a3893a89e85d830a9430e37ae68817d1a5c7bc2cab9000c0e4938da5b456bdf615144cba8a4b65d419b934 SHA512 20caee6904220785369e768a2dfa73f52e8a0f0672e44dab9553888c6755e92a5a5bae6d659a445c80935fc3a368f3f82111baeb8546c33ad95bcfd1e00d117f
diff --git a/dev-build/gtk-doc-am/gtk-doc-am-1.36.1.ebuild b/dev-build/gtk-doc-am/gtk-doc-am-1.36.1.ebuild
new file mode 100644
index 000000000000..5fb41c2382c5
--- /dev/null
+++ b/dev-build/gtk-doc-am/gtk-doc-am-1.36.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GNOME_ORG_MODULE="gtk-doc"
+
+inherit gnome.org
+
+DESCRIPTION="Automake files from gtk-doc"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gtk-doc"
+
+LICENSE="GPL-2+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="!<dev-util/gtk-doc-${PV}"
+PDEPEND="virtual/pkgconfig"
+
+# This ebuild doesn't even compile anything, causing tests to fail when updating (bug #316071)
+RESTRICT="test"
+
+src_configure() {
+ :
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ insinto /usr/share/aclocal
+ doins buildsystems/autotools/gtk-doc.m4
+}
diff --git a/dev-build/scons/scons-4.11.0.ebuild b/dev-build/scons/scons-4.11.0.ebuild
index 76a7fa790016..3012636a719a 100644
--- a/dev-build/scons/scons-4.11.0.ebuild
+++ b/dev-build/scons/scons-4.11.0.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
IUSE="doc test"
RESTRICT="!test? ( test )"