Gentoo Archives: gentoo-commits

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