Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Mon, 25 Sep 2017 16:21:17
Message-Id: 1506356272.792916cd92186c0c163f4018d670231cd76cd937.leio@gentoo
1 commit: 792916cd92186c0c163f4018d670231cd76cd937
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 25 16:17:52 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 25 16:17:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792916cd
7
8 app-text/evince: remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-text/evince/Manifest | 1 -
13 app-text/evince/evince-3.22.1.ebuild | 98 ---------------------------------
14 app-text/evince/evince-3.24.0.ebuild | 102 -----------------------------------
15 3 files changed, 201 deletions(-)
16
17 diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
18 index 19784c89eac..7ff79a3dda7 100644
19 --- a/app-text/evince/Manifest
20 +++ b/app-text/evince/Manifest
21 @@ -1,3 +1,2 @@
22 DIST evince-3.22.1.tar.xz 3365004 SHA256 f3d439db3b5a5745d26175d615a71dffa1535235b1e3aa0b85d397ea33ab231c SHA512 c36a90bf98f25b4f9f05536f1a09c38be30b814529e17a4ab159ba7c1e952402a211f335d4cdf1928ace8a5b46d6d019fbbd457ce11c2ffa264d8bb7c32d5a18 WHIRLPOOL 7b646bab40f9c05b7689de70b1de2e313b0576a772887187d71b51b00c456251169b7e5bb85f44f443a0dcce5199a405dc303c49a4be3d62c244225493c58749
23 -DIST evince-3.24.0.tar.xz 3507256 SHA256 043895af7bbd6f1b57f9ab8778e78cf9c0af5dfcc347eaa94a17bf864c04dc8f SHA512 b793c44b2976abe58461adfdb0b1874af8d6bafaf9b80a851d94b776f9d50f6a81774bcb5b35cd59a9ad3afeea9a8b88018aa85d670373c7c2fa9617407a09c4 WHIRLPOOL 944a9622802d2ab99140115f65922cf79baefcabf43be08b9b3f9654fe095ef57909a03ba20ad6cfe1f396878674265d7198e48669168b288e4b21ace1172a69
24 DIST evince-3.24.1.tar.xz 3511576 SHA256 9ca0c5213407b37be55fddb04a85d9301b692c4412c5920319d975403bff0f37 SHA512 205c1c9b68c9215bdcebf0c36841a35898e056ef8e56208db62c1fac04c4efad8fbc0800f410e3c94c526536adba5e8ead68bebec8f81061a3831789c5173726 WHIRLPOOL de0074c42ec8614a7ef34848de6768a722a855f3113fdad7392993a913f707f6e4fc55f86cbab945b41bc84ba92d79c82e2bc0b680a99702681b4d775706e3c6
25
26 diff --git a/app-text/evince/evince-3.22.1.ebuild b/app-text/evince/evince-3.22.1.ebuild
27 deleted file mode 100644
28 index 9f7909586d2..00000000000
29 --- a/app-text/evince/evince-3.22.1.ebuild
30 +++ /dev/null
31 @@ -1,98 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 systemd
39 -
40 -DESCRIPTION="Simple document viewer for GNOME"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
42 -
43 -LICENSE="GPL-2+ CC-BY-SA-3.0"
44 -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
45 -SLOT="0/evd3.4-evv3.3"
46 -IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps"
47 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
48 -
49 -# atk used in libview
50 -# gdk-pixbuf used all over the place
51 -COMMON_DEPEND="
52 - dev-libs/atk
53 - >=dev-libs/glib-2.36:2[dbus]
54 - >=dev-libs/libxml2-2.5:2
55 - sys-libs/zlib:=
56 - x11-libs/gdk-pixbuf:2
57 - >=x11-libs/gtk+-3.16.0:3[introspection?]
58 - gnome-base/gsettings-desktop-schemas
59 - >=x11-libs/cairo-1.10:=
60 - >=app-text/poppler-0.33[cairo]
61 - djvu? ( >=app-text/djvu-3.5.22:= )
62 - dvi? (
63 - virtual/tex-base
64 - dev-libs/kpathsea:=
65 - t1lib? ( >=media-libs/t1lib-5:= ) )
66 - gstreamer? (
67 - media-libs/gstreamer:1.0
68 - media-libs/gst-plugins-base:1.0
69 - media-libs/gst-plugins-good:1.0 )
70 - gnome? ( gnome-base/gnome-desktop:3= )
71 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
72 - introspection? ( >=dev-libs/gobject-introspection-1:= )
73 - nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
74 - postscript? ( >=app-text/libspectre-0.2:= )
75 - tiff? ( >=media-libs/tiff-3.6:0= )
76 - xps? ( >=app-text/libgxps-0.2.1:= )
77 -"
78 -RDEPEND="${COMMON_DEPEND}
79 - gnome-base/gvfs
80 - gnome-base/librsvg
81 - || (
82 - >=x11-themes/adwaita-icon-theme-2.17.1
83 - >=x11-themes/hicolor-icon-theme-0.10 )
84 -"
85 -DEPEND="${COMMON_DEPEND}
86 - app-text/docbook-xml-dtd:4.3
87 - app-text/yelp-tools
88 - dev-util/gdbus-codegen
89 - >=dev-util/gtk-doc-am-1.13
90 - >=dev-util/intltool-0.35
91 - dev-util/itstool
92 - sys-devel/gettext
93 - virtual/pkgconfig
94 -"
95 -# eautoreconf needs:
96 -# app-text/yelp-tools
97 -
98 -src_prepare() {
99 - gnome2_src_prepare
100 -
101 - # Do not depend on adwaita-icon-theme, bug #326855, #391859
102 - # https://bugs.freedesktop.org/show_bug.cgi?id=29942
103 - sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
104 - -i configure || die "sed failed"
105 -}
106 -
107 -src_configure() {
108 - gnome2_src_configure \
109 - --disable-static \
110 - --enable-pdf \
111 - --enable-comics \
112 - --enable-thumbnailer \
113 - --with-platform=gnome \
114 - --enable-dbus \
115 - $(use_enable djvu) \
116 - $(use_enable dvi) \
117 - $(use_enable gstreamer multimedia) \
118 - $(use_enable gnome libgnome-desktop) \
119 - $(use_with gnome-keyring keyring) \
120 - $(use_enable introspection) \
121 - $(use_enable nautilus) \
122 - $(use_enable nsplugin browser-plugin) \
123 - $(use_enable postscript ps) \
124 - $(use_enable t1lib) \
125 - $(use_enable tiff) \
126 - $(use_enable xps) \
127 - BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins \
128 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
129 -}
130
131 diff --git a/app-text/evince/evince-3.24.0.ebuild b/app-text/evince/evince-3.24.0.ebuild
132 deleted file mode 100644
133 index c11a3d7f1ed..00000000000
134 --- a/app-text/evince/evince-3.24.0.ebuild
135 +++ /dev/null
136 @@ -1,102 +0,0 @@
137 -# Copyright 1999-2017 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI=6
141 -GNOME2_LA_PUNT="yes"
142 -
143 -inherit gnome2 systemd
144 -
145 -DESCRIPTION="Simple document viewer for GNOME"
146 -HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
147 -
148 -LICENSE="GPL-2+ CC-BY-SA-3.0"
149 -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
150 -SLOT="0/evd3.4-evv3.3"
151 -IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps"
152 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
153 -
154 -# atk used in libview
155 -# gdk-pixbuf used all over the place
156 -COMMON_DEPEND="
157 - dev-libs/atk
158 - >=dev-libs/glib-2.36:2[dbus]
159 - >=dev-libs/libxml2-2.5:2
160 - sys-libs/zlib:=
161 - x11-libs/gdk-pixbuf:2
162 - >=x11-libs/gtk+-3.16.0:3[introspection?]
163 - gnome-base/gsettings-desktop-schemas
164 - >=x11-libs/cairo-1.10:=
165 - >=app-text/poppler-0.33[cairo]
166 - djvu? ( >=app-text/djvu-3.5.22:= )
167 - dvi? (
168 - virtual/tex-base
169 - dev-libs/kpathsea:=
170 - t1lib? ( >=media-libs/t1lib-5:= ) )
171 - gstreamer? (
172 - media-libs/gstreamer:1.0
173 - media-libs/gst-plugins-base:1.0
174 - media-libs/gst-plugins-good:1.0 )
175 - gnome? ( gnome-base/gnome-desktop:3= )
176 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
177 - introspection? ( >=dev-libs/gobject-introspection-1:= )
178 - nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
179 - postscript? ( >=app-text/libspectre-0.2:= )
180 - tiff? ( >=media-libs/tiff-3.6:0= )
181 - xps? ( >=app-text/libgxps-0.2.1:= )
182 -"
183 -RDEPEND="${COMMON_DEPEND}
184 - gnome-base/gvfs
185 - gnome-base/librsvg
186 - || (
187 - >=x11-themes/adwaita-icon-theme-2.17.1
188 - >=x11-themes/hicolor-icon-theme-0.10 )
189 -"
190 -DEPEND="${COMMON_DEPEND}
191 - app-text/docbook-xml-dtd:4.3
192 - app-text/yelp-tools
193 - dev-util/gdbus-codegen
194 - >=dev-util/gtk-doc-am-1.13
195 - >=dev-util/intltool-0.35
196 - dev-util/itstool
197 - sys-devel/gettext
198 - virtual/pkgconfig
199 -"
200 -# eautoreconf needs:
201 -# app-text/yelp-tools
202 -
203 -PATCHES=(
204 - "${FILESDIR}"/3.22.1-CVE-2017-1000083.patch
205 -)
206 -
207 -src_prepare() {
208 - gnome2_src_prepare
209 -
210 - # Do not depend on adwaita-icon-theme, bug #326855, #391859
211 - # https://bugs.freedesktop.org/show_bug.cgi?id=29942
212 - sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
213 - -i configure || die "sed failed"
214 -}
215 -
216 -src_configure() {
217 - gnome2_src_configure \
218 - --disable-static \
219 - --enable-pdf \
220 - --enable-comics \
221 - --enable-thumbnailer \
222 - --with-platform=gnome \
223 - --enable-dbus \
224 - $(use_enable djvu) \
225 - $(use_enable dvi) \
226 - $(use_enable gstreamer multimedia) \
227 - $(use_enable gnome libgnome-desktop) \
228 - $(use_with gnome-keyring keyring) \
229 - $(use_enable introspection) \
230 - $(use_enable nautilus) \
231 - $(use_enable nsplugin browser-plugin) \
232 - $(use_enable postscript ps) \
233 - $(use_enable t1lib) \
234 - $(use_enable tiff) \
235 - $(use_enable xps) \
236 - BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins \
237 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
238 -}