Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Wed, 26 Sep 2018 23:01:34
Message-Id: 1538002876.5757f98d00cb5c484bd3b7d386f15d28d16ef774.monsieurp@gentoo
1 commit: 5757f98d00cb5c484bd3b7d386f15d28d16ef774
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 17:58:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 26 23:01:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5757f98d
7
8 www-client/dillo: EAPI7 and improve ebuild.
9
10 Closes: https://bugs.gentoo.org/665720
11 Closes: https://github.com/gentoo/gentoo/pull/9830
12
13 www-client/dillo/dillo-9999.ebuild | 15 +++++++++------
14 1 file changed, 9 insertions(+), 6 deletions(-)
15
16 diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild
17 index 0d478f4ab15..b0388a0b17e 100644
18 --- a/www-client/dillo/dillo-9999.ebuild
19 +++ b/www-client/dillo/dillo-9999.ebuild
20 @@ -1,8 +1,9 @@
21 # Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -inherit autotools eutils mercurial multilib toolchain-funcs
26 +EAPI=7
27 +
28 +inherit autotools desktop mercurial toolchain-funcs
29
30 DESCRIPTION="Lean FLTK based web browser"
31 HOMEPAGE="https://www.dillo.org/"
32 @@ -29,6 +30,8 @@ PATCHES=(
33 "${FILESDIR}"/${PN}2-inbuf.patch
34 )
35
36 +DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
37 +
38 src_prepare() {
39 default
40 eautoreconf
41 @@ -52,12 +55,12 @@ src_compile() {
42 }
43
44 src_install() {
45 - dodir /etc
46 default
47
48 - use doc && dohtml html/*
49 - dodoc AUTHORS ChangeLog README NEWS
50 - dodoc doc/*.txt doc/README
51 + if use doc; then
52 + docinto html
53 + dodoc -r html/
54 + fi
55
56 doicon "${DISTDIR}"/${PN}.png
57 make_desktop_entry ${PN} Dillo