Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-documents/
Date: Tue, 27 Sep 2011 09:32:51
Message-Id: 1a4b1f0fdf373074aaf6422210b5517915f86461.tetromino@gentoo
1 commit: 1a4b1f0fdf373074aaf6422210b5517915f86461
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 09:31:36 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 09:31:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1a4b1f0f
7
8 gnome-extra/gnome-documents: new package
9
10 Add the new gnome-3.2 browser for ~/Documents and google docs.
11
12 ---
13 .../gnome-documents/gnome-documents-0.2.0.ebuild | 52 ++++++++++++++++++++
14 .../gnome-documents/gnome-documents-9999.ebuild | 52 ++++++++++++++++++++
15 2 files changed, 104 insertions(+), 0 deletions(-)
16
17 diff --git a/gnome-extra/gnome-documents/gnome-documents-0.2.0.ebuild b/gnome-extra/gnome-documents/gnome-documents-0.2.0.ebuild
18 new file mode 100644
19 index 0000000..360ad51
20 --- /dev/null
21 +++ b/gnome-extra/gnome-documents/gnome-documents-0.2.0.ebuild
22 @@ -0,0 +1,52 @@
23 +# Copyright 1999-2011 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"
46 +fi
47 +
48 +COMMON_DEPEND="
49 + >=app-misc/tracker-0.12.1
50 + >=app-text/evince-3[introspection]
51 + dev-libs/gjs
52 + >=dev-libs/glib-2.29.90:2
53 + >=dev-libs/gobject-introspection-0.9.6
54 + >=dev-libs/libgdata-0.9.1[introspection]
55 + gnome-base/gnome-desktop:3
56 + >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
57 + >=net-libs/gnome-online-accounts-3.1.90
58 + net-libs/liboauth
59 + net-libs/libsoup:2.4
60 + x11-libs/gdk-pixbuf:2[introspection]
61 + >=x11-libs/gtk+-3.1.13:3[introspection]
62 + x11-libs/pango[introspection]"
63 +RDEPEND="${COMMON_DEPEND}
64 + media-libs/clutter[introspection]
65 + sys-apps/dbus"
66 +DEPEND="${COMMON_DEPEND}
67 + >=dev-util/intltool-0.40
68 + >=dev-util/pkgconfig-0.22
69 + >=sys-devel/gettext-0.17"
70 +
71 +pkg_setup() {
72 + DOCS="AUTHORS NEWS README TODO"
73 + G2CONF="${G2CONF} --disable-schemas-compile"
74 +}
75
76 diff --git a/gnome-extra/gnome-documents/gnome-documents-9999.ebuild b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
77 new file mode 100644
78 index 0000000..360ad51
79 --- /dev/null
80 +++ b/gnome-extra/gnome-documents/gnome-documents-9999.ebuild
81 @@ -0,0 +1,52 @@
82 +# Copyright 1999-2011 Gentoo Foundation
83 +# Distributed under the terms of the GNU General Public License v2
84 +# $Header: $
85 +
86 +EAPI="4"
87 +GCONF_DEBUG="no"
88 +GNOME2_LA_PUNT="yes"
89 +
90 +inherit gnome2
91 +if [[ ${PV} = 9999 ]]; then
92 + inherit gnome2-live
93 +fi
94 +
95 +DESCRIPTION="GNOME document manager"
96 +HOMEPAGE="https://live.gnome.org/Design/Apps/Documents"
97 +
98 +LICENSE="GPL-2"
99 +SLOT="0"
100 +IUSE=""
101 +if [[ ${PV} = 9999 ]]; then
102 + KEYWORDS=""
103 +else
104 + KEYWORDS="~amd64"
105 +fi
106 +
107 +COMMON_DEPEND="
108 + >=app-misc/tracker-0.12.1
109 + >=app-text/evince-3[introspection]
110 + dev-libs/gjs
111 + >=dev-libs/glib-2.29.90:2
112 + >=dev-libs/gobject-introspection-0.9.6
113 + >=dev-libs/libgdata-0.9.1[introspection]
114 + gnome-base/gnome-desktop:3
115 + >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
116 + >=net-libs/gnome-online-accounts-3.1.90
117 + net-libs/liboauth
118 + net-libs/libsoup:2.4
119 + x11-libs/gdk-pixbuf:2[introspection]
120 + >=x11-libs/gtk+-3.1.13:3[introspection]
121 + x11-libs/pango[introspection]"
122 +RDEPEND="${COMMON_DEPEND}
123 + media-libs/clutter[introspection]
124 + sys-apps/dbus"
125 +DEPEND="${COMMON_DEPEND}
126 + >=dev-util/intltool-0.40
127 + >=dev-util/pkgconfig-0.22
128 + >=sys-devel/gettext-0.17"
129 +
130 +pkg_setup() {
131 + DOCS="AUTHORS NEWS README TODO"
132 + G2CONF="${G2CONF} --disable-schemas-compile"
133 +}