commit:     1a96a5322b371833380d98628176cc8716a36e64
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat Mar 18 22:44:55 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:41:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a96a532

gnome-extra/gnome-user-docs: Version bump to 44.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30225
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-user-docs/Manifest               |  1 +
 .../gnome-user-docs/gnome-user-docs-44.0.ebuild    | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gnome-extra/gnome-user-docs/Manifest 
b/gnome-extra/gnome-user-docs/Manifest
index 6dff58bd09c0..85cd6ed5b9d3 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-user-docs-43.0.tar.xz 11303880 BLAKE2B 
c9f3e0757eaa25944198c4c07809a86642e9e879e83856aaa3f8f968b35dc45667768acda0039f1e8a6f9a57e86afbd2d8df5e21d3ab7fa41a5e79cfe0f666eb
 SHA512 
cf14edc34049d8e770f31e34b722a3309009fac64f3ac159cdf2baaebf7bd70ea8f0c592b398c9f0e21e11c7ac10d91a97a0079376da07dd1d433c2d3703eeef
+DIST gnome-user-docs-44.0.tar.xz 12570592 BLAKE2B 
1acb8a1a46eb85e42d21a45122d01ff85ea7f687e767f2f091b807abab80cfe373fc6dbed2fa1a513a80db2d35d7b066455d5290e3c61fd71e217f91242ea6f2
 SHA512 
144c5053998594cfa7e80c730b6ef1cd60dcd9dae34756e6116c5ef96d1660d7153e64348dbab4efdd26c073b56c0740f218778de48fa684d37a8a3e57d98d55
 DIST gnome-user-docs-44.rc.tar.xz 12461604 BLAKE2B 
9a97fac53bc4510174b3ae3a180c540625e15babec9b1fb03c93e40526e9eeb04aa6580a502db4b930b38000a622d3010da3132dfe3f65f5cc6f83b863c251ba
 SHA512 
86bdac3f1869e4c2b778f12b8bf2227331f615e9ae0d94b391293dc2df4db457a59939f97157f1ba71af8feb9268e474acd4c7cede1b06f954c61ad29a90dd0f

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-44.0.ebuild 
b/gnome-extra/gnome-user-docs/gnome-user-docs-44.0.ebuild
new file mode 100644
index 000000000000..f5c2e5bd8bf7
--- /dev/null
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-44.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 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 ~ia64 ~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
+}

Reply via email to