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/
Date: Thu, 15 Apr 2021 15:36:51
Message-Id: 1618500651.2d3122feaa4e212337cd1136cc0a0ff5af8c0f44.mattst88@gentoo
1 commit: 2d3122feaa4e212337cd1136cc0a0ff5af8c0f44
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:30:51 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:30:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3122fe
7
8 gnome-extra/yelp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/yelp/Manifest | 1 -
13 gnome-extra/yelp/yelp-3.36.2.ebuild | 57 -------------------------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
17 index ced7d875bb6..3f8e9e7dcd7 100644
18 --- a/gnome-extra/yelp/Manifest
19 +++ b/gnome-extra/yelp/Manifest
20 @@ -1,2 +1 @@
21 -DIST yelp-3.36.2.tar.xz 1526300 BLAKE2B f33bbbab9c02d36d8d2472735b661f5a29bfae8b104851e202a0b825390c308500fe108b6a7741ddf0774b2657f772bf94b69051b089b98009ab49a1cc55e4f5 SHA512 eabf1513a723c208d63c728aa08da641672b93f026317258f5732371e9837ab7626d2dcaf609da7982458fe2caf76a6d7607042d073bb5779a2e3916e938af0d
22 DIST yelp-3.38.3.tar.xz 1505460 BLAKE2B a9874d23b80094d4bf9d78e23072cee97b77c3f6cf0dd4eadad6d362a582559fa667862b11c34c5ca6569f4dc0ab4bf2b2e9f6f05d3100e674ecb717ad28eaf8 SHA512 7e4749b652fa60ab82a715f40be6b8e0430869ec94f47743e3c48b5a9894bc9867f8623574d27da6f3dfb3fe3269a384d02c817ef8c81188e559ab173412df79
23
24 diff --git a/gnome-extra/yelp/yelp-3.36.2.ebuild b/gnome-extra/yelp/yelp-3.36.2.ebuild
25 deleted file mode 100644
26 index 34af0767f4a..00000000000
27 --- a/gnome-extra/yelp/yelp-3.36.2.ebuild
28 +++ /dev/null
29 @@ -1,57 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -GNOME2_EAUTORECONF="yes"
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Help browser for GNOME"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -IUSE=""
44 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
45 -
46 -RDEPEND="
47 - app-arch/bzip2:=
48 - >=app-arch/xz-utils-4.9:=
49 - dev-db/sqlite:3=
50 - >=dev-libs/glib-2.38:2
51 - >=dev-libs/libxml2-2.6.5:2
52 - >=dev-libs/libxslt-1.1.4
53 - >=gnome-extra/yelp-xsl-3.27.1
54 - >=net-libs/webkit-gtk-2.19.2:4
55 - >=x11-libs/gtk+-3.13.3:3
56 - x11-themes/adwaita-icon-theme
57 -"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="
60 - dev-libs/appstream-glib
61 - >=dev-util/gtk-doc-am-1.13
62 - dev-util/glib-utils
63 - dev-util/itstool
64 - >=sys-devel/gettext-0.19.8
65 - virtual/pkgconfig
66 -"
67 -
68 -PATCHES=(
69 - # Fix compatibility with Gentoo's sys-apps/man
70 - # https://bugzilla.gnome.org/show_bug.cgi?id=648854
71 - "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch # needs eautoreconf
72 -)
73 -
74 -src_configure() {
75 - gnome2_src_configure \
76 - --disable-static \
77 - --enable-bz2 \
78 - --enable-lzma \
79 - APPSTREAM_UTIL=$(type -P true)
80 -}
81 -
82 -src_install() {
83 - gnome2_src_install
84 - exeinto /usr/libexec/
85 - doexe "${S}"/libyelp/yelp-groff
86 -}