Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/
Date: Thu, 25 Oct 2018 19:59:01
Message-Id: 1540497495.dc454e2859b5f4b4d1babe801df46e9f212e01e6.zlogene@gentoo
1 commit: dc454e2859b5f4b4d1babe801df46e9f212e01e6
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 19:58:15 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 19:58:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc454e28
7
8 app-text/zathura-cb: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-text/zathura-cb/Manifest | 1 -
14 app-text/zathura-cb/zathura-cb-0.1.6.ebuild | 57 -----------------------------
15 2 files changed, 58 deletions(-)
16
17 diff --git a/app-text/zathura-cb/Manifest b/app-text/zathura-cb/Manifest
18 index e94b2abb64d..f3ae632e5f1 100644
19 --- a/app-text/zathura-cb/Manifest
20 +++ b/app-text/zathura-cb/Manifest
21 @@ -1,2 +1 @@
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-0.1.6.ebuild b/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
26 deleted file mode 100644
27 index 8422c19f22a..00000000000
28 --- a/app-text/zathura-cb/zathura-cb-0.1.6.ebuild
29 +++ /dev/null
30 @@ -1,57 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils toolchain-funcs readme.gentoo-r1
37 -
38 -if [[ ${PV} == *9999 ]]; then
39 - inherit git-r3
40 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.git"
41 - EGIT_BRANCH="develop"
42 -else
43 - KEYWORDS="amd64 arm x86"
44 - SRC_URI="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz"
45 -fi
46 -
47 -DESCRIPTION="Comic book plug-in for zathura with 7zip, rar, tar and zip support"
48 -HOMEPAGE="https://pwmt.org/projects/zathura/"
49 -
50 -LICENSE="ZLIB"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -RDEPEND=">=app-text/zathura-0.3.1
55 - dev-libs/glib:2=
56 - app-arch/libarchive:=
57 - x11-libs/cairo:=
58 - x11-libs/gdk-pixbuf:="
59 -DEPEND="${RDEPEND}
60 - virtual/pkgconfig"
61 -
62 -src_configure() {
63 - myzathuraconf=(
64 - CC="$(tc-getCC)"
65 - LD="$(tc-getLD)"
66 - VERBOSE=1
67 - DESTDIR="${D}"
68 - )
69 -}
70 -
71 -src_compile() {
72 - emake "${myzathuraconf[@]}"
73 -}
74 -
75 -src_install() {
76 - emake "${myzathuraconf[@]}" install
77 - dodoc AUTHORS
78 -
79 - FORCE_PRINT_ELOG=1
80 - local DOC_CONTENTS="Consider installing app-arch/p7zip app-arch/tar app-arch/unrar
81 - app-arch/unzip for additional file support."
82 - readme.gentoo_create_doc
83 -}
84 -
85 -pkg_postinst() {
86 - readme.gentoo_print_elog
87 -}