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.6.2.ebuild gnome-documents-0.2.1.ebuild
Date: Tue, 25 Dec 2012 18:25:37
Message-Id: 20121225182525.B27232171D@flycatcher.gentoo.org
1 eva 12/12/25 18:25:25
2
3 Modified: ChangeLog
4 Added: gnome-documents-3.6.2.ebuild
5 Removed: gnome-documents-0.2.1.ebuild
6 Log:
7 Version bump for Gnome 3.6. Switch to EAPI=5.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.5 gnome-extra/gnome-documents/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 19 May 2012 23:10:54 -0000 1.4
25 +++ ChangeLog 25 Dec 2012 18:25:25 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-extra/gnome-documents
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.4 2012/05/19 23:10:54 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/ChangeLog,v 1.5 2012/12/25 18:25:25 eva Exp $
31 +
32 +*gnome-documents-3.6.2 (25 Dec 2012)
33 +
34 + 25 Dec 2012; Gilles Dartiguelongue <eva@g.o>
35 + -gnome-documents-0.2.1.ebuild, +gnome-documents-3.6.2.ebuild:
36 + Version bump for Gnome 3.6. Switch to EAPI=5.
37
38 *gnome-documents-0.4.2 (19 May 2012)
39
40
41
42
43 1.1 gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-documents-3.6.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild,v 1.1 2012/12/25 18:25:25 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2
59
60 DESCRIPTION="GNOME document manager"
61 HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
62
63 LICENSE="GPL-2+"
64 SLOT="0"
65 IUSE=""
66 KEYWORDS="~amd64 ~x86"
67
68 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
69 COMMON_DEPEND="
70 >=app-misc/tracker-0.13.1:=
71 >=app-text/evince-3.3.0[introspection]
72 dev-libs/gjs
73 >=dev-libs/glib-2.31.6:2
74 >=dev-libs/gobject-introspection-1.31.6
75 >=dev-libs/libgdata-0.13.1[gnome,introspection]
76 gnome-base/gnome-desktop:3=
77 >=media-libs/clutter-1.10:1.0
78 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
79 >=net-libs/gnome-online-accounts-3.2.0
80 net-libs/libsoup:2.4
81 >=net-libs/libzapojit-0.0.2
82 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
83 >=x11-libs/gtk+-3.5.5:3[introspection]
84 x11-libs/pango[introspection]
85 "
86 RDEPEND="${COMMON_DEPEND}
87 media-libs/clutter[introspection]
88 sys-apps/dbus
89 x11-themes/gnome-icon-theme-symbolic
90 "
91 DEPEND="${COMMON_DEPEND}
92 >=dev-util/intltool-0.40
93 >=sys-devel/gettext-0.17
94 virtual/pkgconfig
95 "