public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/
Date: Sun, 22 Oct 2023 08:16:58 +0000 (UTC)	[thread overview]
Message-ID: <1697962596.7a37668a761dbc514a1e7446d3d69040daf7e0c7.leio@gentoo> (raw)

commit:     7a37668a761dbc514a1e7446d3d69040daf7e0c7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 08:16:36 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 08:16:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a37668a

gnome-extra/gnome-user-docs: add 45.1

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

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

diff --git a/gnome-extra/gnome-user-docs/Manifest b/gnome-extra/gnome-user-docs/Manifest
index 06668bc56477..3cc308d4ab53 100644
--- a/gnome-extra/gnome-user-docs/Manifest
+++ b/gnome-extra/gnome-user-docs/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-user-docs-44.3.tar.xz 13364796 BLAKE2B 2a8d23154d08c18a699691451f5c37fd6729a6da8ed53b40478f929260fac2c77c01388edbb12edef7e142a322acb163466166aceaa35594143b214e87dabb4c SHA512 c61967958e3d0447d69cc89381896697489e144c3bc3090e1d62cc385a6a7d94501172a11536ba591912a1f8c37c2ef5f8cb299b105f3ac2eabd637fdaa38fdd
 DIST gnome-user-docs-45.0.tar.xz 12655292 BLAKE2B 37b49ec1fadaf8d757be9794598c84cce15ea94cfb1c026dcd2bb874581739384c387cbf83d534f7ac167580214e48985ed70beca10af7eadc86924628c59713 SHA512 9ab39dd408a8c718e4a6629bda1d7a0c917a2d67d84780fcfd29936e577cab8ac4c80654c2404689779d7e4ce4e9e95d217a4244c39f8f653ee8e97533a07a90
+DIST gnome-user-docs-45.1.tar.xz 13113588 BLAKE2B 4e0bedf3f0741c3c9dd48e8a018cfa061e8bc21fecb59829b2262ab3a44721d75e71913438f903622a1e37fc5cc6ca3c364fca5e5c6446faab4ad2173df1c640 SHA512 2d87b4a58a780eee90ac1b13810a0e9a36b7e4308802117df918c9c43c1014f1067d9a524ba904d679e337d2127e1f8e92ff472e52a3b13fd64c5e52cfdd006a

diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild
new file mode 100644
index 000000000000..90276892b101
--- /dev/null
+++ b/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.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 ~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
+}


             reply	other threads:[~2023-10-22  8:17 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-22  8:16 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29 18:08 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/ Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-04-06 21:07 Arthur Zamarin
2024-03-17 17:51 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2023-09-17 17:18 Matt Turner
2023-08-30  7:57 Arthur Zamarin
2023-07-27  5:46 WANG Xuerui
2023-07-16 20:31 Matt Turner
2023-07-07 22:11 Matt Turner
2023-05-02 19:16 Sam James
2023-05-02 18:42 Arthur Zamarin
2023-05-02 17:42 Sam James
2023-04-24 16:41 Matt Turner
2023-03-19  3:41 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-05  5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-09-24 15:04 Matt Turner
2022-05-28  5:45 Sam James
2022-03-24  2:29 Matt Turner
2022-02-14  6:27 Matt Turner
2021-12-19  4:53 Matt Turner
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-09-19  9:35 Pacho Ramos
2021-09-19  9:35 Pacho Ramos
2021-08-17  6:33 Matt Turner
2021-07-12 19:13 Matt Turner
2021-05-02 15:01 Matt Turner
2021-04-16  3:52 Matt Turner
2020-12-19 15:14 Mart Raudsepp
2020-07-19 18:34 Mart Raudsepp
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-05-01 12:48 Mart Raudsepp
2020-03-17 19:06 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-12-12 16:46 Michał Górny
2019-09-26 18:35 Mart Raudsepp
2019-08-04 15:05 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:50 Mart Raudsepp
2019-03-14  9:35 Mart Raudsepp
2019-03-04 20:45 Mart Raudsepp
2018-12-07 12:41 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:15 Mikle Kolyada
2017-08-12 23:15 Gilles Dartiguelongue
2016-06-25 19:13 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-06 17:23 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-11-15 10:30 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1697962596.7a37668a761dbc514a1e7446d3d69040daf7e0c7.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox