Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/
Date: Sun, 01 Dec 2013 18:42:23
Message-Id: 1385923210.fc4bab920e69aba42e253eea7fa368462ef42844.eva@gentoo
1 commit: fc4bab920e69aba42e253eea7fa368462ef42844
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 13 10:37:37 2013 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 18:40:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc4bab92
7
8 gnome-extra/gnome-documents: 3.8.4 → 3.10.1
9
10 ---
11 ...s-9999.ebuild => gnome-documents-3.10.1.ebuild} | 36 +++++++++-------------
12 .../gnome-documents/gnome-documents-9999.ebuild | 27 ++++++++--------
13 2 files changed, 29 insertions(+), 34 deletions(-)
14
15 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild
16 similarity index 55%
17 copy from gnome-extra/gnome-documents/gnome-documents-9999.ebuild
18 copy to gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild
19 index 6344387..c37ea7c 100644
20 --- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
21 +++ b/gnome-extra/gnome-documents/gnome-documents-3.10.1.ebuild
22 @@ -1,53 +1,47 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2013 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 EAPI="5"
29 GCONF_DEBUG="no"
30 -GNOME2_LA_PUNT="yes"
31
32 -inherit gnome2
33 -if [[ ${PV} = 9999 ]]; then
34 - inherit gnome2-live
35 -fi
36 +inherit eutils gnome2
37
38 -DESCRIPTION="GNOME document manager"
39 -HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
40 +DESCRIPTION="A document manager application for GNOME"
41 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Documents"
42
43 LICENSE="GPL-2+"
44 SLOT="0"
45 IUSE=""
46 -if [[ ${PV} = 9999 ]]; then
47 - KEYWORDS=""
48 -else
49 - KEYWORDS="~amd64 ~x86"
50 -fi
51 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52
53 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
54 COMMON_DEPEND="
55 - >=app-misc/tracker-0.13.1:=
56 - >=app-text/evince-3.3.0[introspection]
57 + >=app-misc/tracker-0.16:=
58 + >=app-text/evince-3.7.4[introspection]
59 dev-libs/gjs
60 - >=dev-libs/glib-2.31.6:2
61 + >=dev-libs/glib-2.37:2
62 >=dev-libs/gobject-introspection-1.31.6
63 - >=dev-libs/libgdata-0.13.1[gnome,introspection]
64 + >=dev-libs/libgdata-0.13.3[gnome,introspection]
65 gnome-base/gnome-desktop:3=
66 >=media-libs/clutter-1.10:1.0
67 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
68 >=net-libs/gnome-online-accounts-3.2.0
69 - net-libs/libsoup:2.4
70 + >=net-libs/libsoup-2.41.3:2.4
71 >=net-libs/libzapojit-0.0.2
72 + >=net-libs/webkit-gtk-1.10.0:3
73 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
74 - >=x11-libs/gtk+-3.5.5:3[introspection]
75 + >=x11-libs/gtk+-3.9.11:3[introspection]
76 x11-libs/pango[introspection]
77 "
78 RDEPEND="${COMMON_DEPEND}
79 media-libs/clutter[introspection]
80 + net-misc/gnome-online-miners
81 sys-apps/dbus
82 x11-themes/gnome-icon-theme-symbolic
83 "
84 DEPEND="${COMMON_DEPEND}
85 - >=dev-util/intltool-0.40
86 - >=sys-devel/gettext-0.17
87 + dev-libs/libxslt
88 + >=dev-util/intltool-0.50.1
89 virtual/pkgconfig
90 "
91
92 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
93 index 6344387..8240d26 100644
94 --- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
95 +++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
96 @@ -1,18 +1,17 @@
97 -# Copyright 1999-2012 Gentoo Foundation
98 +# Copyright 1999-2013 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: $
101
102 EAPI="5"
103 GCONF_DEBUG="no"
104 -GNOME2_LA_PUNT="yes"
105
106 inherit gnome2
107 if [[ ${PV} = 9999 ]]; then
108 inherit gnome2-live
109 fi
110
111 -DESCRIPTION="GNOME document manager"
112 -HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
113 +DESCRIPTION="A document manager application for GNOME"
114 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Documents"
115
116 LICENSE="GPL-2+"
117 SLOT="0"
118 @@ -20,34 +19,36 @@ IUSE=""
119 if [[ ${PV} = 9999 ]]; then
120 KEYWORDS=""
121 else
122 - KEYWORDS="~amd64 ~x86"
123 + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
124 fi
125
126 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
127 COMMON_DEPEND="
128 - >=app-misc/tracker-0.13.1:=
129 - >=app-text/evince-3.3.0[introspection]
130 + >=app-misc/tracker-0.16:=
131 + >=app-text/evince-3.7.4[introspection]
132 dev-libs/gjs
133 - >=dev-libs/glib-2.31.6:2
134 + >=dev-libs/glib-2.37:2
135 >=dev-libs/gobject-introspection-1.31.6
136 - >=dev-libs/libgdata-0.13.1[gnome,introspection]
137 + >=dev-libs/libgdata-0.13.3[gnome,introspection]
138 gnome-base/gnome-desktop:3=
139 >=media-libs/clutter-1.10:1.0
140 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
141 >=net-libs/gnome-online-accounts-3.2.0
142 - net-libs/libsoup:2.4
143 + >=net-libs/libsoup-2.41.3:2.4
144 >=net-libs/libzapojit-0.0.2
145 + >=net-libs/webkit-gtk-1.10.0:3
146 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
147 - >=x11-libs/gtk+-3.5.5:3[introspection]
148 + >=x11-libs/gtk+-3.9.11:3[introspection]
149 x11-libs/pango[introspection]
150 "
151 RDEPEND="${COMMON_DEPEND}
152 media-libs/clutter[introspection]
153 + net-misc/gnome-online-miners
154 sys-apps/dbus
155 x11-themes/gnome-icon-theme-symbolic
156 "
157 DEPEND="${COMMON_DEPEND}
158 - >=dev-util/intltool-0.40
159 - >=sys-devel/gettext-0.17
160 + dev-libs/libxslt
161 + >=dev-util/intltool-0.50.1
162 virtual/pkgconfig
163 "