Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/
Date: Sun, 05 Feb 2017 23:26:10
Message-Id: 1486337159.43a44244b3c67991e21323d2428a198fdda95be4.xmw@gentoo
1 commit: 43a44244b3c67991e21323d2428a198fdda95be4
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 23:24:52 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 23:25:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a44244
7
8 app-text/zathura-cb: Remove optional decompressors from RDEPEND (bug 608284).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/zathura-cb/zathura-cb-0.1.6.ebuild | 20 ++++++++++++--------
13 app-text/zathura-cb/zathura-cb-9999.ebuild | 22 +++++++++++++---------
14 2 files changed, 25 insertions(+), 17 deletions(-)
15
16 diff --git a/app-text/zathura-cb/zathura-cb-0.1.6.ebuild b/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
17 index fe19606..0888816 100644
18 --- a/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
19 +++ b/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -inherit eutils toolchain-funcs
25 +inherit eutils toolchain-funcs readme.gentoo-r1
26 [[ ${PV} == 9999* ]] && inherit git-2
27
28 DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support"
29 @@ -24,17 +24,12 @@ KEYWORDS=""
30 fi
31 IUSE=""
32
33 -COMMON_DEPEND=">=app-text/zathura-0.3.1
34 +RDEPEND=">=app-text/zathura-0.3.1
35 dev-libs/glib:2=
36 app-arch/libarchive:=
37 x11-libs/cairo:=
38 x11-libs/gdk-pixbuf:="
39 -RDEPEND="${COMMON_DEPEND}
40 - app-arch/p7zip
41 - app-arch/tar
42 - app-arch/unrar
43 - app-arch/unzip"
44 -DEPEND="${COMMON_DEPEND}
45 +DEPEND="${RDEPEND}
46 virtual/pkgconfig"
47
48 pkg_setup() {
49 @@ -53,4 +48,13 @@ src_compile() {
50 src_install() {
51 emake "${myzathuraconf[@]}" install
52 dodoc AUTHORS
53 + readme.gentoo_create_doc
54 }
55 +
56 +pkg_postinst() {
57 + readme.gentoo_print_elog
58 +}
59 +
60 +FORCE_PRINT_ELOG=1
61 +DOC_CONTENTS="Consider installing app-arch/p7zip app-arch/tar app-arch/unrar
62 +app-arch/unzip for additional file support."
63
64 diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild
65 index 09699b4..0888816 100644
66 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild
67 +++ b/app-text/zathura-cb/zathura-cb-9999.ebuild
68 @@ -1,10 +1,10 @@
69 -# Copyright 1999-2014 Gentoo Foundation
70 +# Copyright 1999-2017 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Id$
73
74 EAPI=5
75
76 -inherit eutils toolchain-funcs
77 +inherit eutils toolchain-funcs readme.gentoo-r1
78 [[ ${PV} == 9999* ]] && inherit git-2
79
80 DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support"
81 @@ -24,17 +24,12 @@ KEYWORDS=""
82 fi
83 IUSE=""
84
85 -COMMON_DEPEND=">=app-text/zathura-0.3.1
86 +RDEPEND=">=app-text/zathura-0.3.1
87 dev-libs/glib:2=
88 app-arch/libarchive:=
89 x11-libs/cairo:=
90 x11-libs/gdk-pixbuf:="
91 -RDEPEND="${COMMON_DEPEND}
92 - app-arch/p7zip
93 - app-arch/tar
94 - app-arch/unrar
95 - app-arch/unzip"
96 -DEPEND="${COMMON_DEPEND}
97 +DEPEND="${RDEPEND}
98 virtual/pkgconfig"
99
100 pkg_setup() {
101 @@ -53,4 +48,13 @@ src_compile() {
102 src_install() {
103 emake "${myzathuraconf[@]}" install
104 dodoc AUTHORS
105 + readme.gentoo_create_doc
106 }
107 +
108 +pkg_postinst() {
109 + readme.gentoo_print_elog
110 +}
111 +
112 +FORCE_PRINT_ELOG=1
113 +DOC_CONTENTS="Consider installing app-arch/p7zip app-arch/tar app-arch/unrar
114 +app-arch/unzip for additional file support."