Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/
Date: Fri, 23 Sep 2022 04:12:44
Message-Id: 1663905815.66724d2efd8d82e091396f48e49f65b6af467e95.mattst88@gentoo
1 commit: 66724d2efd8d82e091396f48e49f65b6af467e95
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 15:12:42 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 04:03:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66724d2e
7
8 gnome-extra/yelp-xsl: Version bump to 42.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/yelp-xsl/Manifest | 1 +
13 gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
17 index 26c325e1b525..421c2e68cbe7 100644
18 --- a/gnome-extra/yelp-xsl/Manifest
19 +++ b/gnome-extra/yelp-xsl/Manifest
20 @@ -1 +1,2 @@
21 DIST yelp-xsl-42.0.tar.xz 663824 BLAKE2B bf1ceae255a6166cda81be57e0cae14c25e4668d70e16bafb3aeaf0958b2393c4c6be8a4575b24fc7560fdddd60c3790b89890015d13f4124445f037549781de SHA512 70d86bedd00fd38ffefb82962b591b710aa6ba59f9a12c968d5c47afeed9f4afecfb5e1228fbaba3acab5d5673cb6511d3d51674f7602f5001835d9c134fedda
22 +DIST yelp-xsl-42.1.tar.xz 667448 BLAKE2B 45f19a6cc7a0ff9f3f31e0f33935d757c07e403c77d2adfa20fda46a7f22da5b6196e7dc40a3e83ef0604f6c681c5ca99d5565d070d3fdcbf732312aa73d34c8 SHA512 90c7cc244dba038d6fcc1344adf950640a0affb8e5a1a6945a776d3308bf9b5071320856968f7a31688855a18a872f63553bd643b7776801cc68b182b455fc10
23
24 diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild
25 new file mode 100644
26 index 000000000000..c54bc133810f
27 --- /dev/null
28 +++ b/gnome-extra/yelp-xsl/yelp-xsl-42.1.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +inherit gnome2
35 +
36 +DESCRIPTION="XSL stylesheets for yelp"
37 +HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl"
38 +
39 +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
42 +
43 +DEPEND="
44 + >=dev-libs/libxml2-2.6.12:=
45 + >=dev-libs/libxslt-1.1.8:=
46 +"
47 +RDEPEND="${DEPEND}"
48 +BDEPEND="
49 + >=dev-util/itstool-1.2.0
50 + >=sys-devel/gettext-0.19.8
51 + virtual/awk
52 + virtual/pkgconfig
53 +"