commit: b942faa6eaec896056e9b8cfb8154c1407f44d4e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 09:10:28 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 09:40:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b942faa6
gnome-extra/yelp-xsl: add 42.4 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/yelp-xsl/Manifest | 1 + gnome-extra/yelp-xsl/yelp-xsl-42.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest index 8c5351c30355..11c0ffce4e41 100644 --- a/gnome-extra/yelp-xsl/Manifest +++ b/gnome-extra/yelp-xsl/Manifest @@ -1 +1,2 @@ DIST yelp-xsl-42.1.tar.xz 667448 BLAKE2B 45f19a6cc7a0ff9f3f31e0f33935d757c07e403c77d2adfa20fda46a7f22da5b6196e7dc40a3e83ef0604f6c681c5ca99d5565d070d3fdcbf732312aa73d34c8 SHA512 90c7cc244dba038d6fcc1344adf950640a0affb8e5a1a6945a776d3308bf9b5071320856968f7a31688855a18a872f63553bd643b7776801cc68b182b455fc10 +DIST yelp-xsl-42.4.tar.xz 394536 BLAKE2B 24e0f8acdf6d7d4714b2f7571496a26e0fcff5ffd1f74568601e5b56ad02db95caa746631d846598e77ce9641e9f68f41ae187629d108214f3808988cd450ce1 SHA512 bd70ec8b04ec866bcd895be0451700fbbdc75ad8742f78a6b4bc9100a0d09cc71630c5c9e3ffe7c135a90f48511ac3c5a31a02eb295cd18836885f29ed28ffb4 diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.4.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-42.4.ebuild new file mode 100644 index 000000000000..fe9df5094a84 --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-42.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome.org meson + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl" + +LICENSE="GPL-2+ LGPL-2.1+ MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +BDEPEND=" + >=dev-libs/libxml2-2.6.12 + >=dev-libs/libxslt-1.1.8 + >=dev-util/itstool-1.2.0 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"
