Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-documents: gnome-documents-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 22:57:08
Message-Id: 20130328225705.1AE592171D@flycatcher.gentoo.org
1 pacho 13/03/28 22:57:05
2
3 Modified: ChangeLog
4 Added: gnome-documents-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.12 gnome-extra/gnome-documents/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 2 Feb 2013 22:37:40 -0000 1.11
24 +++ ChangeLog 28 Mar 2013 22:57:04 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/gnome-documents
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.11 2013/02/02 22:37:40 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.12 2013/03/28 22:57:04 pacho Exp $
30 +
31 +*gnome-documents-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnome-documents-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> gnome-documents-3.6.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 gnome-extra/gnome-documents/gnome-documents-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-documents-3.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.8.0.ebuild,v 1.1 2013/03/28 22:57:04 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="GNOME document manager"
58 HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
66 COMMON_DEPEND="
67 >=app-misc/tracker-0.16:=
68 >=app-text/evince-3.7.4[introspection]
69 dev-libs/gjs
70 >=dev-libs/glib-2.35.1:2
71 >=dev-libs/gobject-introspection-1.31.6
72 >=dev-libs/libgdata-0.13.3[gnome,introspection]
73 gnome-base/gnome-desktop:3=
74 >=media-libs/clutter-1.10:1.0
75 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
76 >=net-libs/gnome-online-accounts-3.2.0
77 >=net-libs/libsoup-2.41.3:2.4
78 >=net-libs/libzapojit-0.0.2
79 >=net-libs/webkit-gtk-1.10.0:3
80 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
81 >=x11-libs/gtk+-3.7.7:3[introspection]
82 x11-libs/pango[introspection]
83 "
84 RDEPEND="${COMMON_DEPEND}
85 media-libs/clutter[introspection]
86 sys-apps/dbus
87 x11-themes/gnome-icon-theme-symbolic
88 "
89 DEPEND="${COMMON_DEPEND}
90 >=dev-util/intltool-0.40
91 >=sys-devel/gettext-0.17
92 virtual/pkgconfig
93 "