Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-shell-extensions/
Date: Tue, 03 May 2011 16:20:36
Message-Id: 91a22661dc08e19b28d9cd24818623c7b2463ad6.nirbheek@gentoo
1 commit: 91a22661dc08e19b28d9cd24818623c7b2463ad6
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 16:07:54 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 16:07:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=91a22661
7
8 Add gnome-extra/gnome-shell-extensions
9
10 * Go forth and extend! Or something.
11
12 ---
13 .../gnome-shell-extensions-3.0.1.ebuild | 45 ++++++++++++++++++++
14 .../gnome-shell-extensions-9999.ebuild | 45 ++++++++++++++++++++
15 2 files changed, 90 insertions(+), 0 deletions(-)
16
17 diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild
18 new file mode 100644
19 index 0000000..220e5a5
20 --- /dev/null
21 +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.1.ebuild
22 @@ -0,0 +1,45 @@
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 gnome2-live
32 +
33 +DESCRIPTION="JavaScript Extensions for GNOME Shell"
34 +HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +IUSE=""
39 +if [[ ${PV} = 9999 ]]; then
40 + KEYWORDS=""
41 +else
42 + EGIT_TREE="3.0.1"
43 + EGIT_BRANCH="gnome-3-0"
44 + KEYWORDS="~amd64 ~x86"
45 +fi
46 +
47 +COMMON_DEPEND="
48 + >=dev-libs/glib-2.26
49 + >=gnome-base/gnome-desktop-2.91.6:3"
50 +RDEPEND="${COMMON_DEPEND}
51 + gnome-base/gnome-desktop:3[introspection]
52 + media-libs/clutter:1.0[introspection]
53 + net-libs/telepathy-glib[introspection]
54 + x11-libs/gtk+:3[introspection]
55 + x11-libs/pango[introspection]"
56 +DEPEND="${COMMON_DEPEND}
57 + sys-devel/gettext
58 + >=dev-util/pkgconfig-0.22
59 + >=dev-util/intltool-0.26
60 + gnome-base/gnome-common"
61 +
62 +pkg_setup() {
63 + DOCS="HACKING README"
64 + G2CONF="${G2CONF}
65 + --enable-extensions=all
66 + --disable-schemas-compile"
67 +}
68
69 diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
70 new file mode 100644
71 index 0000000..4adb188
72 --- /dev/null
73 +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild
74 @@ -0,0 +1,45 @@
75 +# Copyright 1999-2011 Gentoo Foundation
76 +# Distributed under the terms of the GNU General Public License v2
77 +# $Header: $
78 +
79 +EAPI="4"
80 +GCONF_DEBUG="no"
81 +GNOME2_LA_PUNT="yes"
82 +
83 +inherit gnome2 gnome2-live
84 +
85 +DESCRIPTION="JavaScript Extensions for GNOME Shell"
86 +HOMEPAGE="http://live.gnome.org/GnomeShell/Extensions"
87 +
88 +LICENSE="GPL-2"
89 +SLOT="0"
90 +IUSE="+nm-applet"
91 +if [[ ${PV} = 9999 ]]; then
92 + KEYWORDS=""
93 +else
94 + EGIT_TREE="3.0.1"
95 + EGIT_BRANCH="gnome-3-0"
96 + KEYWORDS="~amd64 ~x86"
97 +fi
98 +
99 +COMMON_DEPEND="
100 + >=dev-libs/glib-2.26
101 + >=gnome-base/gnome-desktop-2.91.6:3"
102 +RDEPEND="${COMMON_DEPEND}
103 + gnome-base/gnome-desktop:3[introspection]
104 + media-libs/clutter:1.0[introspection]
105 + net-libs/telepathy-glib[introspection]
106 + x11-libs/gtk+:3[introspection]
107 + x11-libs/pango[introspection]"
108 +DEPEND="${COMMON_DEPEND}
109 + sys-devel/gettext
110 + >=dev-util/pkgconfig-0.22
111 + >=dev-util/intltool-0.26
112 + gnome-base/gnome-common"
113 +
114 +pkg_setup() {
115 + DOCS="HACKING README"
116 + G2CONF="${G2CONF}
117 + --enable-extensions=all
118 + --disable-schemas-compile"
119 +}