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: Tue, 25 Dec 2012 18:26:00
Message-Id: 1356459924.48f97c50963557a230e270b7fc9896f0e228d5bc.eva@gentoo
1 commit: 48f97c50963557a230e270b7fc9896f0e228d5bc
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 18:25:24 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 25 18:25:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=48f97c50
7
8 gnome-extra/gnome-documents: moved to gx86
9
10 * Sync live ebuild with gx86 changes.
11
12 ---
13 .../gnome-documents/gnome-documents-3.6.2.ebuild | 56 --------------------
14 .../gnome-documents/gnome-documents-9999.ebuild | 23 ++++-----
15 2 files changed, 10 insertions(+), 69 deletions(-)
16
17 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild
18 deleted file mode 100644
19 index 4069de8..0000000
20 --- a/gnome-extra/gnome-documents/gnome-documents-3.6.2.ebuild
21 +++ /dev/null
22 @@ -1,56 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI="4"
28 -GCONF_DEBUG="no"
29 -GNOME2_LA_PUNT="yes"
30 -
31 -inherit gnome2
32 -if [[ ${PV} = 9999 ]]; then
33 - inherit gnome2-live
34 -fi
35 -
36 -DESCRIPTION="GNOME document manager"
37 -HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -IUSE=""
42 -if [[ ${PV} = 9999 ]]; then
43 - KEYWORDS=""
44 -else
45 - KEYWORDS="~amd64 ~x86"
46 -fi
47 -
48 -# Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
49 -COMMON_DEPEND="
50 - >=app-misc/tracker-0.13.1
51 - >=app-text/evince-3.3.0[introspection]
52 - dev-libs/gjs
53 - >=dev-libs/glib-2.31.6:2
54 - >=dev-libs/gobject-introspection-1.31.6
55 - >=dev-libs/libgdata-0.13.1[gnome,introspection]
56 - gnome-base/gnome-desktop:3
57 - >=media-libs/clutter-1.10:1.0
58 - >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
59 - >=net-libs/gnome-online-accounts-3.2.0
60 - net-libs/libsoup:2.4
61 - >=net-libs/libzapojit-0.0.2
62 - >=x11-libs/gdk-pixbuf-2.25:2[introspection]
63 - >=x11-libs/gtk+-3.5.5:3[introspection]
64 - x11-libs/pango[introspection]"
65 -RDEPEND="${COMMON_DEPEND}
66 - media-libs/clutter[introspection]
67 - sys-apps/dbus
68 - x11-themes/gnome-icon-theme-symbolic"
69 -DEPEND="${COMMON_DEPEND}
70 - >=dev-util/intltool-0.40
71 - >=sys-devel/gettext-0.17
72 - virtual/pkgconfig"
73 -
74 -src_configure() {
75 - DOCS="AUTHORS NEWS README TODO"
76 - G2CONF="${G2CONF} --disable-schemas-compile"
77 - gnome2_src_configure
78 -}
79
80 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
81 index 4069de8..6344387 100644
82 --- a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
83 +++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
84 @@ -2,7 +2,7 @@
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: $
87
88 -EAPI="4"
89 +EAPI="5"
90 GCONF_DEBUG="no"
91 GNOME2_LA_PUNT="yes"
92
93 @@ -14,7 +14,7 @@ fi
94 DESCRIPTION="GNOME document manager"
95 HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
96
97 -LICENSE="GPL-2"
98 +LICENSE="GPL-2+"
99 SLOT="0"
100 IUSE=""
101 if [[ ${PV} = 9999 ]]; then
102 @@ -25,13 +25,13 @@ fi
103
104 # Need gdk-pixbuf-2.25 for gdk_pixbuf_get_pixels_with_length
105 COMMON_DEPEND="
106 - >=app-misc/tracker-0.13.1
107 + >=app-misc/tracker-0.13.1:=
108 >=app-text/evince-3.3.0[introspection]
109 dev-libs/gjs
110 >=dev-libs/glib-2.31.6:2
111 >=dev-libs/gobject-introspection-1.31.6
112 >=dev-libs/libgdata-0.13.1[gnome,introspection]
113 - gnome-base/gnome-desktop:3
114 + gnome-base/gnome-desktop:3=
115 >=media-libs/clutter-1.10:1.0
116 >=media-libs/clutter-gtk-1.3.2:1.0[introspection]
117 >=net-libs/gnome-online-accounts-3.2.0
118 @@ -39,18 +39,15 @@ COMMON_DEPEND="
119 >=net-libs/libzapojit-0.0.2
120 >=x11-libs/gdk-pixbuf-2.25:2[introspection]
121 >=x11-libs/gtk+-3.5.5:3[introspection]
122 - x11-libs/pango[introspection]"
123 + x11-libs/pango[introspection]
124 +"
125 RDEPEND="${COMMON_DEPEND}
126 media-libs/clutter[introspection]
127 sys-apps/dbus
128 - x11-themes/gnome-icon-theme-symbolic"
129 + x11-themes/gnome-icon-theme-symbolic
130 +"
131 DEPEND="${COMMON_DEPEND}
132 >=dev-util/intltool-0.40
133 >=sys-devel/gettext-0.17
134 - virtual/pkgconfig"
135 -
136 -src_configure() {
137 - DOCS="AUTHORS NEWS README TODO"
138 - G2CONF="${G2CONF} --disable-schemas-compile"
139 - gnome2_src_configure
140 -}
141 + virtual/pkgconfig
142 +"