Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp-xsl/
Date: Thu, 26 Sep 2019 19:32:57
Message-Id: 1569526333.b2ae6d91b9eccebbf053779a7941deaddd964e59.leio@gentoo
1 commit: b2ae6d91b9eccebbf053779a7941deaddd964e59
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 26 19:11:49 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 26 19:32:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ae6d91
7
8 gnome-extra/yelp-xsl: bump to 3.32.1
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/yelp-xsl/Manifest | 1 +
14 gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild | 25 +++++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
18 index c437211dd75..174c95600dd 100644
19 --- a/gnome-extra/yelp-xsl/Manifest
20 +++ b/gnome-extra/yelp-xsl/Manifest
21 @@ -1,2 +1,3 @@
22 DIST yelp-xsl-3.20.1.tar.xz 568400 BLAKE2B f61151777eee346d08ecee2903fcf34759581b782662658a6af68f6623e62f9773ef842fa430655871033f39f10aa50481543c4d88f94c6484709fcd3d3776a7 SHA512 7ea22c3180261917d1a277a9b5023f9b2b22346bc3f55cdb1c61c4ae8f78411da93058b55f99c25c9a1bedad21ffa6c3dc460e1ee98614a84a4efa2c2449baac
23 DIST yelp-xsl-3.30.1.tar.xz 518444 BLAKE2B 013dc16b04129c714c1938a0cb02f9f833a5a234dc1414387350c01c6f7659e87b0aa6b40e063605b0e5858e2bbf5201410b892ad728086cbca117e4bb942d74 SHA512 34d3a7a95af72a6676db1da2e6bf0fe1dbb3a69b1a82cab2998e305a76dd140012af129c204531c9bb03c5e0593286a4d8833e68b401903e967005f422c6a54e
24 +DIST yelp-xsl-3.32.1.tar.xz 528412 BLAKE2B 0e35757b8bd4139ebf436f69c6254cb26ba92f13d6ce345093b023151d3127f70a866572e6d42c9c93d2faf85abd6dc0ef2720955f5defab3c3415605eaf9152 SHA512 05a03e045c8278faaf39604d6cbccb449130d2c85e3231c8c9737e344fc249cd2949011fb1a0e4fb6085dc21374e7804fc7fa4161f51607d93b301cbcf5453be
25
26 diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild
27 new file mode 100644
28 index 00000000000..2c0738f168c
29 --- /dev/null
30 +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit gnome2
37 +
38 +DESCRIPTION="XSL stylesheets for yelp"
39 +HOMEPAGE="https://git.gnome.org/browse/yelp-xsl"
40 +
41 +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
42 +SLOT="0"
43 +IUSE=""
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
45 +
46 +RDEPEND="
47 + >=dev-libs/libxml2-2.6.12:=
48 + >=dev-libs/libxslt-1.1.8:=
49 +"
50 +DEPEND="${RDEPEND}
51 + >=dev-util/intltool-0.40
52 + >=dev-util/itstool-1.2.0
53 + sys-devel/gettext
54 + virtual/awk
55 + virtual/pkgconfig
56 +"