commit: 35a52b838394f4934e8a938a5223bd920af40f85 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 31 16:53:10 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 31 17:04:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a52b83
gnome-extra/gnome-user-docs: add 47.6 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/gnome-user-docs/Manifest | 1 + .../gnome-user-docs/gnome-user-docs-47.6.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest index 499ce272ef94..da3b9c6fd450 100644 --- a/gnome-extra/gnome-user-docs/Manifest +++ b/gnome-extra/gnome-user-docs/Manifest @@ -1,2 +1,3 @@ DIST gnome-user-docs-46.4.tar.xz 13261192 BLAKE2B 7075e904ec789cbab48af5f76fe44fe51c32ef021869b6077ca51c71405d8c41de389a50b35971b94d902748944357891ed92351818b32437f5d0bdcd9311a5a SHA512 5ccf42019603963d09e04c2977835ab6a70f06cbaf3276e53025e853fbf607b0f53000043112df00329dc9eda5b19e5be1b07dd66dc21f4c9db98e09cc454d55 DIST gnome-user-docs-47.2.tar.xz 15118376 BLAKE2B b9bf6bdd33059c5c3df6176ef4d0fe27123f68f65324c1d44031db43f278730685736f0a492a9268beff4578272f955385ae1e5885f796b540007804524253e8 SHA512 8e3c0b5a4e8b4062b028b361ec46f752b04167913df29d341e80bd84e2389dd3bbcfd62b766c65322a8cb654d421c1173a56171ee8392c1125b788df5003d38b +DIST gnome-user-docs-47.6.tar.xz 15443716 BLAKE2B fd80a5b4edb3a5e1570d690563393cd138ab987ff9faef5f6191e432bb17a28e3f102d87b3203fc3f7a61018b8221da3a69454b89df177cb5087d3be124c15d8 SHA512 c24246b211b18bd555c8b878eefd959ec42838dc2c5aff16382553ec182baf18809b34cc204088cfafc7d04f98d2da9ced8c41ce1751a03a1a77972cbf603474 diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-47.6.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-47.6.ebuild new file mode 100644 index 000000000000..a02429dac513 --- /dev/null +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-47.6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome2 + +DESCRIPTION="GNOME end user documentation" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs" + +LICENSE="CC-BY-3.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" + +BDEPEND="test? ( dev-libs/libxml2 )" +# eautoreconf requires: +# app-text/yelp-tools +# rebuilding translations requires: +# app-text/yelp-tools +# dev-util/gettext + +# This ebuild does not install any binaries +RESTRICT="binchecks strip + !test? ( test )" + +src_configure() { + # itstool is only needed for rebuilding translations + # xmllint is only needed for tests + gnome2_src_configure \ + $(usex test "" XMLLINT=$(type -P true)) \ + ITSTOOL=$(type -P true) +} + +src_compile() { + # Do not compile; "make all" with unset LINGUAS rebuilds all translations, + # which can take > 2 hours on a Core i7. + return +}
