Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Sat, 02 Jul 2016 10:44:01
Message-Id: 1467456173.420e2af8c098dc594846ac30a05346f22255a9ef.pacho@gentoo
1 commit: 420e2af8c098dc594846ac30a05346f22255a9ef
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 10:05:57 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:42:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420e2af8
7
8 app-text/evince: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-text/evince/Manifest | 1 -
13 app-text/evince/evince-3.20.0.ebuild | 98 ------------------------------------
14 2 files changed, 99 deletions(-)
15
16 diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
17 index 2cc3fd2..bd43010 100644
18 --- a/app-text/evince/Manifest
19 +++ b/app-text/evince/Manifest
20 @@ -1,2 +1 @@
21 DIST evince-3.18.2.tar.xz 3159888 SHA256 42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17 SHA512 9d73d23de18f89034bf3ba1f18aba37316ddd6304370f3442a39c62d95a3443a51b1b7c641616f7b2d2d4deb316f0ea5246650eee3e4458a2356c9f2b2406fe6 WHIRLPOOL 01fd8d0289319c6cd41ee2581a896428f483c960c4f73417102f0697900fe14418ffdcc5811e8f3cfe7be881df54b97f6d8bb840e81db06fa61fc8c9f0ea29da
22 -DIST evince-3.20.0.tar.xz 3342544 SHA256 cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280 SHA512 924e2ea66f45cc449a03fa6bc5bda28e54a0add26bcbc0bd1e58fd2851b7999722e7e70e54e9f338f66a4527b5924e55ae03050be2fffc267fdfee2eba5c6d9d WHIRLPOOL 3b89840da97c07aa249a74a4af086bcaeb5ab11dcf633a3880d4ffe6c07c9b2010c3dbf34c2963cbc0622066ad54e3a66fb8ad02de32b65316cd03115227f802
23
24 diff --git a/app-text/evince/evince-3.20.0.ebuild b/app-text/evince/evince-3.20.0.ebuild
25 deleted file mode 100644
26 index a37bfe1..0000000
27 --- a/app-text/evince/evince-3.20.0.ebuild
28 +++ /dev/null
29 @@ -1,98 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="Simple document viewer for GNOME"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
41 -
42 -LICENSE="GPL-2+ CC-BY-SA-3.0"
43 -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
44 -SLOT="0/evd3.4-evv3.3"
45 -IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps"
46 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
47 -
48 -# atk used in libview
49 -# gdk-pixbuf used all over the place
50 -COMMON_DEPEND="
51 - dev-libs/atk
52 - >=dev-libs/glib-2.36:2[dbus]
53 - >=dev-libs/libxml2-2.5:2
54 - sys-libs/zlib:=
55 - x11-libs/gdk-pixbuf:2
56 - >=x11-libs/gtk+-3.16.0:3[introspection?]
57 - gnome-base/gsettings-desktop-schemas
58 - >=x11-libs/cairo-1.10:=
59 - >=app-text/poppler-0.33:=[cairo]
60 - djvu? ( >=app-text/djvu-3.5.22:= )
61 - dvi? (
62 - virtual/tex-base
63 - dev-libs/kpathsea:=
64 - t1lib? ( >=media-libs/t1lib-5:= ) )
65 - gstreamer? (
66 - media-libs/gstreamer:1.0
67 - media-libs/gst-plugins-base:1.0
68 - media-libs/gst-plugins-good:1.0 )
69 - gnome? ( gnome-base/gnome-desktop:3= )
70 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
71 - introspection? ( >=dev-libs/gobject-introspection-1:= )
72 - nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
73 - postscript? ( >=app-text/libspectre-0.2:= )
74 - tiff? ( >=media-libs/tiff-3.6:0= )
75 - xps? ( >=app-text/libgxps-0.2.1:= )
76 -"
77 -RDEPEND="${COMMON_DEPEND}
78 - gnome-base/gvfs
79 - gnome-base/librsvg
80 - || (
81 - >=x11-themes/adwaita-icon-theme-2.17.1
82 - >=x11-themes/hicolor-icon-theme-0.10 )
83 -"
84 -DEPEND="${COMMON_DEPEND}
85 - app-text/docbook-xml-dtd:4.3
86 - app-text/yelp-tools
87 - dev-util/gdbus-codegen
88 - >=dev-util/gtk-doc-am-1.13
89 - >=dev-util/intltool-0.35
90 - dev-util/itstool
91 - sys-devel/gettext
92 - virtual/pkgconfig
93 -"
94 -# eautoreconf needs:
95 -# app-text/yelp-tools
96 -
97 -src_prepare() {
98 - gnome2_src_prepare
99 -
100 - # Do not depend on adwaita-icon-theme, bug #326855, #391859
101 - # https://bugs.freedesktop.org/show_bug.cgi?id=29942
102 - sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
103 - -i configure || die "sed failed"
104 -}
105 -
106 -src_configure() {
107 - gnome2_src_configure \
108 - --disable-static \
109 - --enable-pdf \
110 - --enable-comics \
111 - --enable-thumbnailer \
112 - --with-platform=gnome \
113 - --enable-dbus \
114 - $(use_enable djvu) \
115 - $(use_enable dvi) \
116 - $(use_enable gstreamer multimedia) \
117 - $(use_enable gnome libgnome-desktop) \
118 - $(use_with gnome-keyring keyring) \
119 - $(use_enable introspection) \
120 - $(use_enable nautilus) \
121 - $(use_enable nsplugin browser-plugin) \
122 - $(use_enable postscript ps) \
123 - $(use_enable t1lib) \
124 - $(use_enable tiff) \
125 - $(use_enable xps) \
126 - BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins
127 -}