Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/atril/
Date: Wed, 02 Sep 2020 06:02:12
Message-Id: 1599026500.fe81654430be1d77856cd5163a3e7acd09afbffb.np-hardass@gentoo
1 commit: fe81654430be1d77856cd5163a3e7acd09afbffb
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 19:37:28 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe816544
7
8 app-text/atril: drop 1.22.3
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 app-text/atril/Manifest | 1 -
15 app-text/atril/atril-1.22.3.ebuild | 90 --------------------------------------
16 2 files changed, 91 deletions(-)
17
18 diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
19 index 3af59acb68d..635d19e4b37 100644
20 --- a/app-text/atril/Manifest
21 +++ b/app-text/atril/Manifest
22 @@ -1,2 +1 @@
23 -DIST atril-1.22.3.tar.xz 1798396 BLAKE2B 1f06585393e1a9a6d51b7cc50c52bd61e8e115aa3985ffca0233c2e09219a88c3a30b4ddbcc70bfb9ddf663810e6cc67e968f8a32bfd4a3f07b4646e896a7f18 SHA512 f4a83702818e1fb32279c67f1727c01480d27fe756f3fc0ff9dcd42584ce74ce10ac7ee81c0149f3756b6eb08f2a011ede28706ab54ff16a51c544a1af3b103f
24 DIST atril-1.24.0.tar.xz 2062468 BLAKE2B 374c7769f5c9753b1d9a6143c796a317914aebbb638b6f0a85b732b43b0e9ad2fff1374a5f3f4dc1abc8c265ce003bfef2cddc47cdb18ddc7f24c4905ef5232c SHA512 dfdd5ed82ba76c4f0a446a95b0a6201bedf8b4d00ff46ce697a5b937251f6d7a1888ca76eef623eb84dcddb425c7ad662e179f593686bba064b7491d4d940293
25
26 diff --git a/app-text/atril/atril-1.22.3.ebuild b/app-text/atril/atril-1.22.3.ebuild
27 deleted file mode 100644
28 index c5b3e71e514..00000000000
29 --- a/app-text/atril/atril-1.22.3.ebuild
30 +++ /dev/null
31 @@ -1,90 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -MATE_LA_PUNT="yes"
38 -
39 -inherit mate
40 -
41 -if [[ ${PV} != 9999 ]]; then
42 - KEYWORDS="amd64 ~arm ~arm64 x86"
43 -fi
44 -
45 -DESCRIPTION="Atril document viewer for MATE"
46 -LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
47 -SLOT="0"
48 -
49 -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1lib tiff xps"
50 -
51 -REQUIRED_USE="t1lib? ( dvi )"
52 -
53 -RDEPEND="
54 - >=app-text/poppler-0.22[cairo]
55 - dev-libs/atk
56 - >=dev-libs/glib-2.50:2
57 - >=dev-libs/libxml2-2.5:2
58 - sys-libs/zlib
59 - x11-libs/gdk-pixbuf:2
60 - >=x11-libs/gtk+-3.22:3[introspection?]
61 - x11-libs/libICE
62 - >=x11-libs/libSM-1:0
63 - x11-libs/libX11
64 - >=x11-libs/cairo-1.9.10
65 - x11-libs/pango
66 - caja? ( >=mate-base/caja-1.17.1[introspection?] )
67 - djvu? ( >=app-text/djvu-3.5.17:0 )
68 - dvi? (
69 - virtual/tex-base
70 - t1lib? ( >=media-libs/t1lib-5:5 )
71 - )
72 - epub? (
73 - dev-libs/mathjax
74 - >=net-libs/webkit-gtk-2.4.3:4
75 - )
76 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
77 - introspection? ( >=dev-libs/gobject-introspection-0.6:= )
78 - postscript? ( >=app-text/libspectre-0.2 )
79 - tiff? ( >=media-libs/tiff-3.6:0 )
80 - xps? ( >=app-text/libgxps-0.2.1 )
81 - !!app-text/mate-document-viewer"
82 -
83 -DEPEND="${RDEPEND}
84 - app-text/docbook-xml-dtd:4.1.2
85 - app-text/rarian
86 - app-text/yelp-tools
87 - >=app-text/scrollkeeper-dtd-1:1.0
88 - dev-util/gdbus-codegen
89 - dev-util/glib-utils
90 - dev-util/gtk-doc
91 - dev-util/gtk-doc-am
92 - >=dev-util/intltool-0.50.1
93 - sys-devel/gettext
94 - virtual/pkgconfig"
95 -
96 -# Tests use dogtail which is not available on Gentoo.
97 -RESTRICT="test"
98 -
99 -src_configure() {
100 - # Passing --disable-help would drop offline help, that would be inconsistent
101 - # with helps of the most of GNOME apps that doesn't require network for that.
102 - mate_src_configure \
103 - --disable-tests \
104 - --enable-comics \
105 - --enable-pdf \
106 - --enable-pixbuf \
107 - --enable-previewer \
108 - --enable-thumbnailer \
109 - $(use_with gnome-keyring keyring) \
110 - $(use_enable caja) \
111 - $(use_enable dbus) \
112 - $(use_enable debug) \
113 - $(use_enable djvu) \
114 - $(use_enable dvi) \
115 - $(use_enable epub) \
116 - $(use_enable introspection) \
117 - $(use_enable postscript ps) \
118 - $(use_enable t1lib) \
119 - $(use_enable tiff) \
120 - $(use_enable xps)
121 -}