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: Thu, 15 Apr 2021 15:36:52
Message-Id: 1618500660.e08d7a253fcda51fbb24a7980ee7cf2b5f71caee.mattst88@gentoo
1 commit: e08d7a253fcda51fbb24a7980ee7cf2b5f71caee
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:31:00 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:31:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08d7a25
7
8 gnome-extra/yelp-xsl: Drop old versions
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-3.36.1.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
17 index ac89e1b44ea..46172ec641d 100644
18 --- a/gnome-extra/yelp-xsl/Manifest
19 +++ b/gnome-extra/yelp-xsl/Manifest
20 @@ -1,2 +1 @@
21 -DIST yelp-xsl-3.36.1.tar.xz 640688 BLAKE2B 0851597133d04c40b69534f1db3d94f8c5eb7fe18e14d81d9a6fc7157e2bf3f63122b04e4c202fc632cf0ee511683e42cc63ba54fea1b6314b42f0a924078c32 SHA512 ae000c2d7d715474706b0da1cf8d9b6573a2767a9b5de31ef1cb95462b548b190f89d399b86280ccd61310257f71509feb92be6a0f6a69257cd91bbe14cbb4ea
22 DIST yelp-xsl-3.38.3.tar.xz 642928 BLAKE2B 30c27d3ebbce1d55bb91c705e1a2ec3aae361646cfec97874614eaac1f8c51535c3ffff6a777fc19c9b85fcf5979384b1c7f4d854a41b10afc643bd68714e0af SHA512 17e66f744de0f88462fe8c1e1d484ead76551c6c0e8d7f9cdf04e670e50829e5258a8190cf58e0723eeeb3cd7fc44004ee5dfb53b5dd6f7dac52d2b8d6cfbaa2
23
24 diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild
25 deleted file mode 100644
26 index 08f7b392057..00000000000
27 --- a/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit gnome2
35 -
36 -DESCRIPTION="XSL stylesheets for yelp"
37 -HOMEPAGE="https://git.gnome.org/browse/yelp-xsl"
38 -
39 -LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
40 -SLOT="0"
41 -IUSE=""
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 -"
48 -DEPEND="${RDEPEND}
49 - >=dev-util/itstool-1.2.0
50 - >=sys-devel/gettext-0.19.8
51 - virtual/awk
52 - virtual/pkgconfig
53 -"