Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/
Date: Sat, 25 Jun 2016 18:43:36
Message-Id: 1466880147.a003bed2cc4cb2be0066817323b8852bd127c6db.pacho@gentoo
1 commit: a003bed2cc4cb2be0066817323b8852bd127c6db
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 17:38:22 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:42:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a003bed2
7
8 gnome-extra/gnome-documents: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-documents/Manifest | 1 -
13 .../gnome-documents-3.18.2-r1.ebuild | 55 ----------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
17 index 76a3c25..393adbe 100644
18 --- a/gnome-extra/gnome-documents/Manifest
19 +++ b/gnome-extra/gnome-documents/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-documents-3.18.2.tar.xz 2297404 SHA256 850ddaf3366549bbe0696c2ec3a36faf16438b387b8e9cb7812c7d5266a74cd4 SHA512 638ed9020d5204e5587e2241040fff6aa62fc7f1afd50e035f50c5038d1b72038233f2f1a001d89bf45f210344f83790a2c2358a24ee9692a30f3b663dd81dbd WHIRLPOOL 8a08fd0155ec60da7d1276ee4f25be2f7e3ddcfe09e9f0785dd952ab2a58bdcddcaaea8f83c558689613eb914d848209a24f8fd9e7a1e37ead1e208306523272
22 DIST gnome-documents-3.18.3.tar.xz 2297720 SHA256 16a50d509d43009d58b44b5f6d4d92e155a55dcb22bd8e0fdfd63b8d2ab48b91 SHA512 69129100858434c99d3a47bfa776637e8d26eda5eb40d089f1c32da6ef1ecc3265c17cbcb657e944559dbca788445a66956c7aabbb24167ec095d8af4f4d29de WHIRLPOOL b5be7ad7ed8bc1ad484a94a1b83dc53389277181a63ccf16519b7bcf798e471082fa4d133173a6dc55628ba3a7ad2e37c8063f987ffd00a38c59efdea7749942
23
24 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild
25 deleted file mode 100644
26 index 4d32372..0000000
27 --- a/gnome-extra/gnome-documents/gnome-documents-3.18.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,55 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="A document manager application for GNOME"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -IUSE=""
45 -KEYWORDS="amd64 x86"
46 -
47 -# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
48 -COMMON_DEPEND="
49 - >=app-misc/tracker-1:=
50 - >=app-text/evince-3.13.3[introspection]
51 - dev-libs/gjs
52 - >=dev-libs/glib-2.39.3:2
53 - >=dev-libs/gobject-introspection-1.31.6:=
54 - >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
55 - gnome-base/gnome-desktop:3=
56 - >=media-libs/clutter-1.10:1.0
57 - >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
58 - >=net-libs/gnome-online-accounts-3.2.0
59 - >=net-libs/libsoup-2.41.3:2.4
60 - >=net-libs/libzapojit-0.0.2
61 - >=net-libs/webkit-gtk-2.6:4
62 - >=x11-libs/gdk-pixbuf-2.25:2[introspection]
63 - >=x11-libs/gtk+-3.15.5:3[introspection]
64 - x11-libs/pango[introspection]
65 -"
66 -RDEPEND="${COMMON_DEPEND}
67 - media-libs/clutter[introspection]
68 - net-misc/gnome-online-miners
69 - sys-apps/dbus
70 - x11-themes/gnome-icon-theme-symbolic
71 -"
72 -DEPEND="${COMMON_DEPEND}
73 - dev-libs/libxslt
74 - >=dev-util/intltool-0.50.1
75 - dev-util/itstool
76 - virtual/pkgconfig
77 -"
78 -# eautoreconf requires yelp-tools
79 -
80 -src_prepare() {
81 - # Prevent sandbox violation, https://bugzilla.gnome.org/show_bug.cgi?id=758097
82 - sed -i -e '/-rm -f $(appdir)\/org.gnome.Books.data.gresource/d' data/Makefile.{am,in} || die
83 - gnome2_src_prepare
84 -}