Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/yelp/
Date: Wed, 23 May 2018 17:05:13
Message-Id: 1527095100.bf7f7453a831b7a9218d646402670864f8237513.sobhan@gentoo
1 commit: bf7f7453a831b7a9218d646402670864f8237513
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 23 17:05:00 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 23 17:05:00 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bf7f7453
7
8 gnome-extra/yelp: bump
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../yelp/{yelp-3.20.0.ebuild => yelp-3.26.0.ebuild} | 17 ++++++++---------
14 1 file changed, 8 insertions(+), 9 deletions(-)
15
16 diff --git a/gnome-extra/yelp/yelp-3.20.0.ebuild b/gnome-extra/yelp/yelp-3.26.0.ebuild
17 similarity index 72%
18 rename from gnome-extra/yelp/yelp-3.20.0.ebuild
19 rename to gnome-extra/yelp/yelp-3.26.0.ebuild
20 index 67d18c99..9ea0d573 100644
21 --- a/gnome-extra/yelp/yelp-3.20.0.ebuild
22 +++ b/gnome-extra/yelp/yelp-3.26.0.ebuild
23 @@ -1,12 +1,10 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Id$
28
29 -EAPI="5"
30 +EAPI=6
31 GNOME2_LA_PUNT="yes"
32 -GCONF_DEBUG="no"
33
34 -inherit autotools eutils gnome2
35 +inherit autotools gnome2
36
37 DESCRIPTION="Help browser for GNOME"
38 HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
39 @@ -14,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
40 LICENSE="GPL-2+"
41 SLOT="0"
42 IUSE=""
43 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
44 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
45
46 RDEPEND="
47 app-arch/bzip2:=
48 @@ -24,9 +22,9 @@ RDEPEND="
49 >=dev-libs/libxml2-2.6.5:2
50 >=dev-libs/libxslt-1.1.4
51 >=gnome-extra/yelp-xsl-3.12
52 - >=net-libs/webkit-gtk-2.7.2:4
53 + >=net-libs/webkit-gtk-2.15.1:4
54 >=x11-libs/gtk+-3.13.3:3
55 - x11-themes/gnome-icon-theme-symbolic
56 + x11-themes/adwaita-icon-theme
57 "
58 DEPEND="${RDEPEND}
59 >=dev-util/gtk-doc-am-1.13
60 @@ -39,7 +37,8 @@ DEPEND="${RDEPEND}
61 src_prepare() {
62 # Fix compatibility with Gentoo's sys-apps/man
63 # https://bugzilla.gnome.org/show_bug.cgi?id=648854
64 - epatch "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
65 + eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
66 +
67 eautoreconf
68 gnome2_src_prepare
69 }