Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/
Date: Fri, 12 Jan 2018 13:26:22
Message-Id: 1515763569.9a4f4df07e01862d8f4b0e6dc53f08946f3ceb76.expeditioneer@gentoo
1 commit: 9a4f4df07e01862d8f4b0e6dc53f08946f3ceb76
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 12 13:26:09 2018 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 12 13:26:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a4f4df0
7
8 gnome-extra/gnome-documents: drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --force
12
13 .../gnome-documents/gnome-documents-3.20.0.ebuild | 55 ----------------------
14 1 file changed, 55 deletions(-)
15
16 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
17 deleted file mode 100644
18 index bf96672e..00000000
19 --- a/gnome-extra/gnome-documents/gnome-documents-3.20.0.ebuild
20 +++ /dev/null
21 @@ -1,55 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="5"
27 -GCONF_DEBUG="no"
28 -
29 -inherit gnome2
30 -
31 -DESCRIPTION="A document manager application for GNOME"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="0"
36 -IUSE=""
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
40 -COMMON_DEPEND="
41 - >=app-misc/tracker-1:=
42 - >=app-text/evince-3.13.3[introspection]
43 - dev-libs/gjs
44 - >=dev-libs/glib-2.39.3:2
45 - >=dev-libs/gobject-introspection-1.31.6:=
46 - >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
47 - gnome-base/gnome-desktop:3=
48 - >=media-libs/clutter-1.10:1.0
49 - >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
50 - >=net-libs/gnome-online-accounts-3.2.0
51 - >=net-libs/libsoup-2.41.3:2.4
52 - >=net-libs/libzapojit-0.0.2
53 - >=net-libs/webkit-gtk-2.6:4
54 - >=x11-libs/gdk-pixbuf-2.25:2[introspection]
55 - >=x11-libs/gtk+-3.19.1:3[introspection]
56 - x11-libs/pango[introspection]
57 -"
58 -RDEPEND="${COMMON_DEPEND}
59 - media-libs/clutter[introspection]
60 - net-misc/gnome-online-miners
61 - sys-apps/dbus
62 - x11-themes/gnome-icon-theme-symbolic
63 -"
64 -DEPEND="${COMMON_DEPEND}
65 - dev-libs/libxslt
66 - >=dev-util/intltool-0.50.1
67 - dev-util/itstool
68 - virtual/pkgconfig
69 -"
70 -# eautoreconf requires yelp-tools
71 -
72 -src_prepare() {
73 - # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
74 - sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
75 - gnome2_src_prepare
76 -}