Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/yelp-tools/
Date: Fri, 16 Apr 2021 01:47:26
Message-Id: 1618535726.e9a0be867bb65fe806a46bc813b12fc2f7a58911.mattst88@gentoo
1 commit: e9a0be867bb65fe806a46bc813b12fc2f7a58911
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 01:08:48 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 01:15:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a0be86
7
8 app-text/yelp-tools: Version bump to 40.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-text/yelp-tools/Manifest | 1 +
13 app-text/yelp-tools/yelp-tools-40.0.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-text/yelp-tools/Manifest b/app-text/yelp-tools/Manifest
17 index 221678b65d5..422685e8bd3 100644
18 --- a/app-text/yelp-tools/Manifest
19 +++ b/app-text/yelp-tools/Manifest
20 @@ -1 +1,2 @@
21 DIST yelp-tools-3.38.0.tar.xz 213692 BLAKE2B 87da439f864df8be78f8c2ae3fae387e9d70a5dca7f4ad6b584602fd4a6beec49cf0403dd7a53045d38cfd1ac6945802032689092f2624ba8b421ab5d4d43fd1 SHA512 2042e37f8efbe9974f5a507910393b837a0b9154beb918a5e8d145205fb519c8244bb405cf328ff5014287086be5b6d33ad631951bd0e950c2ad9efc60065d59
22 +DIST yelp-tools-40.0.tar.xz 38708 BLAKE2B d9533fefc6a9416ed6f887971db62a7db6baed4f65aaf1e03d20c98fa23efb3af9f10189af0284bde3837f58f662f4ca4be8275d597a7c799a14585c87e6ec10 SHA512 b89e514cdc2c6ff96097af0cab5694e9f1dfd2a125e08f99a69c0e7dd51e1e1a859c2e6eec656ecea6103bfc65733e1256a77ef992454db4a554567b46fa2628
23
24 diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild
25 new file mode 100644
26 index 00000000000..9a95c578eac
27 --- /dev/null
28 +++ b/app-text/yelp-tools/yelp-tools-40.0.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit gnome2 meson
36 +
37 +DESCRIPTION="Collection of tools for building and converting documentation"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools"
39 +
40 +LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
43 +
44 +RDEPEND="
45 + >=dev-libs/libxml2-2.6.12
46 + >=dev-libs/libxslt-1.1.8
47 + dev-util/itstool
48 + >=gnome-extra/yelp-xsl-3.36
49 +"
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="
52 + virtual/pkgconfig
53 +"