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/files/, app-text/zathura/
Date: Sun, 28 Apr 2019 18:15:34
Message-Id: 1556475326.3379f508da8ef51e2b20de43b070e2b8d753265b.zlogene@gentoo
1 commit: 3379f508da8ef51e2b20de43b070e2b8d753265b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 18:14:58 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 18:15:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3379f508
7
8 app-text/zathura: Dreop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-text/zathura/Manifest | 1 -
14 app-text/zathura/files/zathura-find-libm.patch | 26 -----------
15 app-text/zathura/zathura-0.4.1-r2.ebuild | 64 --------------------------
16 3 files changed, 91 deletions(-)
17
18 diff --git a/app-text/zathura/Manifest b/app-text/zathura/Manifest
19 index f5a399d7908..16964487023 100644
20 --- a/app-text/zathura/Manifest
21 +++ b/app-text/zathura/Manifest
22 @@ -1,2 +1 @@
23 -DIST zathura-0.4.1.tar.xz 148592 BLAKE2B c6fc495ce6413057dc86be95272e8178f32649c68f95052b2db00526b7805b1f6772c628902409af66ba88983171b5456f4cd26c77fcbe32023bf99d1081a55d SHA512 370e7fa12a3a3a2a973870a99f7b2b910c808d6932c1de9093630d7e8bd7d97feb4b7df713e9ac33c7927849b63174a899ce6eaa60db89b1c47d6e13ef181ad6
24 DIST zathura-0.4.3.tar.xz 145796 BLAKE2B fe360d6ea2a11138324784beec8e8ebe0eaa83e4e682785a50265bbd0a77be0dcab4cd523923462398faaf918a4d304de148d64972dc9b6cb96578476e0ae6eb SHA512 427948025c20b2badb00921d03ec83e26806fd90d0d50cdcf0f3bcf645cd7206695faa3b5a7698d3d70b9bd60e8e68c920cf1e7f29855dd11a1a8ce6a7f8160b
25
26 diff --git a/app-text/zathura/files/zathura-find-libm.patch b/app-text/zathura/files/zathura-find-libm.patch
27 deleted file mode 100644
28 index 4995238fb8d..00000000000
29 --- a/app-text/zathura/files/zathura-find-libm.patch
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -From cc99b8d3491ce0cd30ba56decc33d811478bab0c Mon Sep 17 00:00:00 2001
33 -From: Sebastian Ramacher <sebastian@××××××××.at>
34 -Date: Tue, 30 Oct 2018 00:39:19 +0100
35 -Subject: [PATCH] Search for m instead of libm (fixes #757)
36 -
37 -Thanks to Franz Trischberger for the fix.
38 ----
39 - meson.build | 2 +-
40 - 1 file changed, 1 insertion(+), 1 deletion(-)
41 -
42 -diff --git a/meson.build b/meson.build
43 -index f54f104..afe9ae8 100644
44 ---- a/meson.build
45 -+++ b/meson.build
46 -@@ -36,7 +36,7 @@ dbusinterfacesdir = join_paths(datadir, 'dbus-1', 'interfaces')
47 - plugindir = join_paths(get_option('libdir'), 'zathura')
48 -
49 - # required dependencies
50 --libm = cc.find_library('libm', required: false)
51 -+libm = cc.find_library('m', required: false)
52 - girara = dependency('girara-gtk3', version: '>=0.2.9')
53 - glib = dependency('glib-2.0', version: '>=2.50')
54 - gio = dependency('gio-unix-2.0', required: host_machine.system() != 'windows')
55 ---
56 -2.18.0
57 -
58
59 diff --git a/app-text/zathura/zathura-0.4.1-r2.ebuild b/app-text/zathura/zathura-0.4.1-r2.ebuild
60 deleted file mode 100644
61 index f6972544584..00000000000
62 --- a/app-text/zathura/zathura-0.4.1-r2.ebuild
63 +++ /dev/null
64 @@ -1,64 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -inherit gnome2-utils meson virtualx xdg-utils
71 -
72 -DESCRIPTION="A highly customizable and functional document viewer"
73 -HOMEPAGE="http://pwmt.org/projects/zathura/"
74 -
75 -if [[ ${PV} == *9999 ]]; then
76 - inherit git-r3
77 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
78 - EGIT_BRANCH="develop"
79 -else
80 - SRC_URI="https://pwmt.org/projects/zathura/download/${P}.tar.xz"
81 - KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
82 -fi
83 -
84 -LICENSE="ZLIB"
85 -SLOT="0"
86 -IUSE="+magic seccomp sqlite synctex test"
87 -
88 -PATCHES=( "${FILESDIR}"/${PN}-find-libm.patch )
89 -
90 -RDEPEND=">=dev-libs/girara-0.3.1
91 - >=dev-libs/glib-2.50:2
92 - dev-python/sphinx
93 - >=sys-devel/gettext-0.19.8
94 - x11-libs/cairo
95 - >=x11-libs/gtk+-3.22:3
96 - magic? ( sys-apps/file )
97 - seccomp? ( sys-libs/libseccomp )
98 - sqlite? ( >=dev-db/sqlite-3.5.9:3 )
99 - synctex? ( app-text/texlive-core )"
100 -
101 -DEPEND="${RDEPEND}
102 - test? ( dev-libs/check )"
103 -
104 -BDEPEND="virtual/pkgconfig"
105 -
106 -src_configure() {
107 - local emesonargs=(
108 - -Denable-magic=$(usex magic true false)
109 - -Denable-seccomp=$(usex seccomp true false)
110 - -Denable-sqlite=$(usex sqlite true false)
111 - -Denable-synctex=$(usex synctex true false)
112 - )
113 - meson_src_configure
114 -}
115 -
116 -src_test() {
117 - virtx meson_src_test
118 -}
119 -
120 -pkg_postinst() {
121 - gnome2_icon_cache_update
122 - xdg_desktop_database_update
123 -}
124 -
125 -pkg_postrm() {
126 - gnome2_icon_cache_update
127 - xdg_desktop_database_update
128 -}