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, 28 Jan 2018 16:19:25
Message-Id: 1517156337.825ed23abcfe8e59e959abbece8a95c8d05cc57f.xmw@gentoo
1 commit: 825ed23abcfe8e59e959abbece8a95c8d05cc57f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 15:55:42 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 16:18:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825ed23a
7
8 app-text/zathura-cb: Version bump.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 app-text/zathura-cb/Manifest | 1 +
13 .../{zathura-cb-9999.ebuild => zathura-cb-0.1.7.ebuild} | 9 +++++----
14 app-text/zathura-cb/zathura-cb-9999.ebuild | 9 +++++----
15 3 files changed, 11 insertions(+), 8 deletions(-)
16
17 diff --git a/app-text/zathura-cb/Manifest b/app-text/zathura-cb/Manifest
18 index cf489bfc97f..e94b2abb64d 100644
19 --- a/app-text/zathura-cb/Manifest
20 +++ b/app-text/zathura-cb/Manifest
21 @@ -1 +1,2 @@
22 DIST zathura-cb-0.1.6.tar.gz 7205 BLAKE2B 57fa7c8d54cdfdd717d89b8341139c70c86921a65b328a59f1e382d4c8ea03c041184f065e092ec98fff577c029363430b32db95a3b034cbeb19eb51b07d3948 SHA512 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230
23 +DIST zathura-cb-0.1.7.tar.gz 6971 BLAKE2B 814b0ff8e3d33c85e06ceb3abb315aa16464efda8a5c60554eb7ac8ce3babcf33daea5122e1ca201c1fbffb616a1eea79ba40b74e0c325ec23a7c2dd249d2e6f SHA512 a48c70bf534a8798d94c1b15382dad229d37ea5f5cbef8382ce87a4366c3607609577f10a8eeb2056e2aa539014e6411e08c879f5359f80ff676cb55c6ae9af2
24
25 diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild
26 similarity index 87%
27 copy from app-text/zathura-cb/zathura-cb-9999.ebuild
28 copy to app-text/zathura-cb/zathura-cb-0.1.7.ebuild
29 index 32698cdd593..4c3f58bbc0c 100644
30 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild
31 +++ b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild
32 @@ -1,9 +1,9 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=5
38 +EAPI=6
39
40 -inherit eutils toolchain-funcs readme.gentoo-r1
41 +inherit eutils toolchain-funcs readme.gentoo-r1 xdg
42
43 if [[ ${PV} == *9999 ]]; then
44 inherit git-r3
45 @@ -21,7 +21,7 @@ LICENSE="ZLIB"
46 SLOT="0"
47 IUSE=""
48
49 -RDEPEND=">=app-text/zathura-0.3.1
50 +RDEPEND=">=app-text/zathura-0.3.8
51 dev-libs/glib:2=
52 app-arch/libarchive:=
53 x11-libs/cairo:=
54 @@ -53,5 +53,6 @@ src_install() {
55 }
56
57 pkg_postinst() {
58 + xdg_pkg_postinst
59 readme.gentoo_print_elog
60 }
61
62 diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild
63 index 32698cdd593..4c3f58bbc0c 100644
64 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild
65 +++ b/app-text/zathura-cb/zathura-cb-9999.ebuild
66 @@ -1,9 +1,9 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 -EAPI=5
72 +EAPI=6
73
74 -inherit eutils toolchain-funcs readme.gentoo-r1
75 +inherit eutils toolchain-funcs readme.gentoo-r1 xdg
76
77 if [[ ${PV} == *9999 ]]; then
78 inherit git-r3
79 @@ -21,7 +21,7 @@ LICENSE="ZLIB"
80 SLOT="0"
81 IUSE=""
82
83 -RDEPEND=">=app-text/zathura-0.3.1
84 +RDEPEND=">=app-text/zathura-0.3.8
85 dev-libs/glib:2=
86 app-arch/libarchive:=
87 x11-libs/cairo:=
88 @@ -53,5 +53,6 @@ src_install() {
89 }
90
91 pkg_postinst() {
92 + xdg_pkg_postinst
93 readme.gentoo_print_elog
94 }