Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
Date: Tue, 12 Jun 2018 07:58:27
Message-Id: 1528790290.e1c0c1e27eb16948b932beb4984f4f275faefd5e.asturm@gentoo
1 commit: e1c0c1e27eb16948b932beb4984f4f275faefd5e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 07:53:14 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 07:58:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c0c1e2
7
8 app-text/apvlv: EAPI-6 bump, eutils->desktop
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-text/apvlv/apvlv-0.1.5-r2.ebuild | 14 +++++---------
13 1 file changed, 5 insertions(+), 9 deletions(-)
14
15 diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
16 index 2b8f04dccb9..f369b25891e 100644
17 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild
18 +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild
19 @@ -1,8 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 -inherit eutils cmake-utils gnome2-utils
25 +EAPI=6
26 +
27 +inherit cmake-utils desktop gnome2-utils
28
29 DESCRIPTION="Alf's PDF Viewer Like Vim"
30 HOMEPAGE="https://naihe2010.github.com/apvlv/"
31 @@ -38,22 +39,17 @@ src_configure() {
32 -DAPVLV_WITH_HTML=OFF
33 -DAPVLV_WITH_UMD=OFF
34 -DAPVLV_WITH_TXT=ON
35 - $(cmake-utils_use djvu APVLV_WITH_DJVU)
36 - $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
37 + -DAPVLV_WITH_DJVU=$(usex djvu)
38 + -DAPVLV_ENABLE_DEBUG=$(usex debug)
39 )
40 cmake-utils_src_configure
41 }
42
43 src_install() {
44 cmake-utils_src_install
45 - dodoc AUTHORS NEWS README THANKS TODO
46 newicon -s 32 icons/pdf.png ${PN}.png
47 }
48
49 -pkg_preinst() {
50 - gnome2_icon_savelist
51 -}
52 -
53 pkg_postinst() {
54 gnome2_icon_cache_update
55 }