Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/
Date: Tue, 28 Mar 2017 23:19:27
Message-Id: 1490743121.4101b0f8bd669454cf2e5dba31ea1da1101b7567.leio@gentoo
1 commit: 4101b0f8bd669454cf2e5dba31ea1da1101b7567
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 28 23:18:41 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 28 23:18:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4101b0f8
7
8 gnome-extra/gnome-documents: bump to 3.22.2
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.1
11
12 gnome-extra/gnome-documents/Manifest | 1 +
13 .../gnome-documents/gnome-documents-3.22.2.ebuild | 47 ++++++++++++++++++++++
14 2 files changed, 48 insertions(+)
15
16 diff --git a/gnome-extra/gnome-documents/Manifest b/gnome-extra/gnome-documents/Manifest
17 index e9fd5c01e36..31bb0d197f1 100644
18 --- a/gnome-extra/gnome-documents/Manifest
19 +++ b/gnome-extra/gnome-documents/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-documents-3.20.1.tar.xz 2327412 SHA256 c73810ded97431360ba80c127d3244b1e6e416643fba0ba96411d22729211394 SHA512 f879a9761f5a34cb006a7df3933dfbd8f4c54e3fecf1601bd48d05a0994821eb8e7f5ba54f7ac5a2b6cd9674b733dd74445592d1e20f6903073965ec79072916 WHIRLPOOL d66fd64403d27610725562edb444ee93108984a7b5dec7dd7322f896734e75241f67e3939cd0000f4031f531c9b9fc3354d13436394725fa845a25096596498c
22 DIST gnome-documents-3.22.1.tar.xz 2313364 SHA256 3879f1f31c3339cd69355945b4cf217e25dc6ed9cc7577d25d0353e0a1b8e8cb SHA512 519efc6f68d3a1ce4905d5aa1d16d273ad14323979a0c2188731af6ba3a5830b809186021f8138ce14a3feb398a005bed737d0c89c1032e4bd985123207bd481 WHIRLPOOL 968801d8a2c86b91199f85b21bb6f6652885c3ad4d70520e6234838f87591ca8f7190c77ca98d2f9099ee10654518f303c2c542ab94193425592beb79f576b68
23 +DIST gnome-documents-3.22.2.tar.xz 2312152 SHA256 1c491e31b53bf8ca9c8a9205ed44f56fdf853c9aeb964942c87fc9223653ef91 SHA512 9a2e7cc61de06151873c4ff12ab2a55f2158a2d09b4838eedff741ea8315925821eb78879d7ec990f2a006f42ab291e93fe91a3538bfcb8a32bc69baee0316ca WHIRLPOOL 254fb452ccea3e05da517baa410f753d6b17192e6a13654a635b686b3f7334bf168bb96e080326a87ed081258f19624f75bbbf003fc73759c9e06c3654f8f0d3
24
25 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.22.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.22.2.ebuild
26 new file mode 100644
27 index 00000000000..25b1a4b7bec
28 --- /dev/null
29 +++ b/gnome-extra/gnome-documents/gnome-documents-3.22.2.ebuild
30 @@ -0,0 +1,47 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="A document manager application for GNOME"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +IUSE=""
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
46 +COMMON_DEPEND="
47 + >=app-misc/tracker-1:=[miner-fs]
48 + >=app-text/evince-3.13.3[introspection]
49 + >=app-text/libgepub-0.4[introspection]
50 + dev-libs/gjs
51 + >=dev-libs/glib-2.39.3:2
52 + >=dev-libs/gobject-introspection-1.31.6:=
53 + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
54 + gnome-base/gnome-desktop:3=[introspection]
55 + >=media-libs/clutter-1.10:1.0
56 + >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
57 + >=net-libs/gnome-online-accounts-3.2.0[introspection]
58 + >=net-libs/libsoup-2.41.3:2.4
59 + >=net-libs/libzapojit-0.0.2[introspection]
60 + >=net-libs/webkit-gtk-2.6:4[introspection]
61 + >=x11-libs/gdk-pixbuf-2.25:2[introspection]
62 + >=x11-libs/gtk+-3.19.1:3[introspection]
63 + x11-libs/pango[introspection]
64 +"
65 +RDEPEND="${COMMON_DEPEND}
66 + media-libs/clutter[introspection]
67 + net-misc/gnome-online-miners
68 + sys-apps/dbus
69 + x11-themes/adwaita-icon-theme
70 +"
71 +DEPEND="${COMMON_DEPEND}
72 + dev-libs/libxslt
73 + >=dev-util/intltool-0.50.1
74 + dev-util/itstool
75 + virtual/pkgconfig
76 +"
77 +# eautoreconf requires yelp-tools