Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-documents: ChangeLog gnome-documents-3.12.0.ebuild
Date: Sun, 27 Apr 2014 17:15:01
Message-Id: 20140427171457.1BC232004B@flycatcher.gentoo.org
1 eva 14/04/27 17:14:57
2
3 Modified: ChangeLog
4 Added: gnome-documents-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.32 gnome-extra/gnome-documents/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 26 Apr 2014 19:17:38 -0000 1.31
24 +++ ChangeLog 27 Apr 2014 17:14:56 -0000 1.32
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gnome-documents
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.31 2014/04/26 19:17:38 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.32 2014/04/27 17:14:56 eva Exp $
30 +
31 +*gnome-documents-3.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-documents-3.12.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 26 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-documents-3.8.5.ebuild:
38 drop old
39
40
41
42 1.1 gnome-extra/gnome-documents/gnome-documents-3.12.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.12.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.12.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-documents-3.12.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.12.0.ebuild,v 1.1 2014/04/27 17:14:56 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="A document manager application for GNOME"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
60
61 LICENSE="GPL-2+"
62 SLOT="0"
63 IUSE=""
64 KEYWORDS="~amd64 ~x86"
65
66 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
67 COMMON_DEPEND="
68 >=app-misc/tracker-1:=
69 >=app-text/evince-3.7.4[introspection]
70 dev-libs/gjs
71 >=dev-libs/glib-2.37:2
72 >=dev-libs/gobject-introspection-1.31.6
73 >=dev-libs/libgdata-0.13.3[gnome,introspection]
74 gnome-base/gnome-desktop:3=
75 >=media-libs/clutter-1.10:1.0
76 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
77 >=net-libs/gnome-online-accounts-3.2.0
78 >=net-libs/libsoup-2.41.3:2.4
79 >=net-libs/libzapojit-0.0.2
80 >=net-libs/webkit-gtk-1.10.0:3
81 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
82 >=x11-libs/gtk+-3.11.5:3[introspection]
83 x11-libs/pango[introspection]
84 "
85 RDEPEND="${COMMON_DEPEND}
86 media-libs/clutter[introspection]
87 net-misc/gnome-online-miners
88 sys-apps/dbus
89 x11-themes/gnome-icon-theme-symbolic
90 "
91 DEPEND="${COMMON_DEPEND}
92 dev-libs/libxslt
93 >=dev-util/intltool-0.50.1
94 virtual/pkgconfig
95 "
96
97 src_configure() {
98 gnome2_src_configure ITSTOOL="$(type -P true)"
99 }