public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/
Date: Wed, 06 Aug 2025 09:40:26 +0000 (UTC)	[thread overview]
Message-ID: <1754473209.21d2edc48219fe50372f9757bbb3683fe8de3449.pacho@gentoo> (raw)

commit:     21d2edc48219fe50372f9757bbb3683fe8de3449
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  6 08:39:00 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 09:40:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2edc4

gnome-extra/yelp: add 42.3

Bug: https://bugs.gentoo.org/953900
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/yelp/Manifest         |  1 +
 gnome-extra/yelp/yelp-42.3.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
index d621c815b702..075a284fb77f 100644
--- a/gnome-extra/yelp/Manifest
+++ b/gnome-extra/yelp/Manifest
@@ -1 +1,2 @@
 DIST yelp-42.2.tar.xz 1506136 BLAKE2B dbde815af6902eebae0e6dcdb12e0e0c8981fa64608e6ba3c8950b908b13981c335011ee2e2240e8a96c4aff3f8b682d630ea34215918374e231220eb87e0f2b SHA512 7fd8da347b3cdb9b24a31eebe14c4964c5e41956caa2b79e70d6ea0c829d94f8428bbd96a2472c02d56673ca0ed1c75f7c6f874a59c4eea0b1440918a99969f4
+DIST yelp-42.3.tar.xz 1223408 BLAKE2B 99d530b65c070d57b7bd06768772cb8d900d6cb392f7030795c4b52117f403ac95b25f535dbbef018dce81a16de8aac8e6582191cc24843d02ccb3005a900233 SHA512 53cb9477eb01bd2a38be2b5a4d31b2c7ff1e964b555055f9f1c0806848265ce665ea43bf554f0f69b46fc37a0a37ae32d5eb5c2505f8792856a51b4c3f1a2adc

diff --git a/gnome-extra/yelp/yelp-42.3.ebuild b/gnome-extra/yelp/yelp-42.3.ebuild
new file mode 100644
index 000000000000..3cde8e4fa94a
--- /dev/null
+++ b/gnome-extra/yelp/yelp-42.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Help browser for GNOME"
+HOMEPAGE="https://apps.gnome.org/Yelp/"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	>=dev-libs/glib-2.67.4:2
+	>=x11-libs/gtk+-3.13.3:3
+	>=gui-libs/libhandy-1.5.0:1
+	>=dev-libs/libxml2-2.6.5:2=
+	>=dev-libs/libxslt-1.1.4
+	dev-db/sqlite:3=
+	net-libs/webkit-gtk:4.1
+	>=gnome-extra/yelp-xsl-42.3
+	>=app-arch/xz-utils-4.9:=
+	app-arch/bzip2:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	>=dev-util/itstool-1.2.0
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dlzma=enabled
+		-Dbzip2=enabled
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2025-08-06  9:40 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-06  9:40 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-10  3:39 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/ Arthur Zamarin
2025-09-07 20:56 Eli Schwartz
2025-08-06  9:40 Pacho Ramos
2025-05-30 21:08 Sam James
2023-07-27  8:29 WANG Xuerui
2023-02-17 22:56 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-11-05  5:59 Arthur Zamarin
2022-10-30 23:21 Matt Turner
2022-09-23  4:12 Matt Turner
2022-05-28  5:45 Sam James
2022-03-27  5:01 Matt Turner
2022-03-22  5:48 Matt Turner
2021-12-19 12:23 Mart Raudsepp
2021-12-19 12:23 Mart Raudsepp
2021-12-18 23:39 Matt Turner
2021-08-09  1:18 Sam James
2021-07-26  7:15 Matt Turner
2021-07-23  2:15 Matt Turner
2021-06-06 21:49 Matt Turner
2021-04-16  1:47 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15  5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-03-13  3:51 Matt Turner
2020-12-19 15:14 Mart Raudsepp
2020-08-02 11:14 Mart Raudsepp
2020-04-25 20:17 Mart Raudsepp
2020-03-17 19:06 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-26 19:32 Mart Raudsepp
2019-08-04 15:05 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2018-12-14 12:09 Gilles Dartiguelongue
2018-02-11  9:59 Mart Raudsepp
2016-03-06 17:23 Mikle Kolyada
2015-11-19 19:23 Pacho Ramos
2015-11-15 10:30 Pacho Ramos
2015-09-21 18:37 Pacho Ramos
2015-09-21 18:37 Pacho Ramos
2015-09-20 18:38 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=1754473209.21d2edc48219fe50372f9757bbb3683fe8de3449.pacho@gentoo \
    --to=pacho@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