Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/the-board/
Date: Fri, 29 Apr 2011 19:12:18
Message-Id: 26a736768dde15383ed734c8bf8ed92c5989840b.nirbheek@gentoo
1 commit: 26a736768dde15383ed734c8bf8ed92c5989840b
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 18:55:46 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 18:55:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=26a73676
7
8 app-misc/the-board: 0.1.2 → 0.1.3
9
10 ---
11 ...e-board-0.1.2.ebuild => the-board-0.1.3.ebuild} | 14 ++++++++------
12 app-misc/the-board/the-board-9999.ebuild | 14 ++++++++------
13 2 files changed, 16 insertions(+), 12 deletions(-)
14
15 diff --git a/app-misc/the-board/the-board-0.1.2.ebuild b/app-misc/the-board/the-board-0.1.3.ebuild
16 similarity index 79%
17 rename from app-misc/the-board/the-board-0.1.2.ebuild
18 rename to app-misc/the-board/the-board-0.1.3.ebuild
19 index 6e57283..1bc7985 100644
20 --- a/app-misc/the-board/the-board-0.1.2.ebuild
21 +++ b/app-misc/the-board/the-board-0.1.3.ebuild
22 @@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/TheBoardProject"
23 # Not sure if this is the correct license
24 LICENSE="GPL-3"
25 SLOT="0"
26 -IUSE="+libnotify +libsoup +nautilus"
27 +IUSE="+cheese +libnotify +libsoup +nautilus"
28 if [[ ${PV} = 9999 ]]; then
29 KEYWORDS=""
30 else
31 @@ -24,22 +24,23 @@ else
32 fi
33
34 RDEPEND="
35 - >=dev-libs/glib-2.27.3
36 - >=x11-libs/gtk+-2.91.7:3[introspection]
37 + >=dev-libs/glib-2.28.0
38 + >=x11-libs/gtk+-3.0.0:3[introspection]
39 >=x11-libs/gdk-pixbuf-2.22:2[introspection]
40 >=dev-libs/gjs-0.7.7
41 - >=dev-libs/gobject-introspection-0.9.6
42 + >=dev-libs/gobject-introspection-0.10.0
43 >=media-libs/clutter-1.6.0:1.0[introspection]
44 - >=media-libs/clutter-gtk-0.91.8:1.0
45 + >=media-libs/clutter-gtk-1.0.0:1.0
46 >=media-libs/clutter-gst-1.3.2:1.0
47 >=x11-libs/mx-1.1.1[introspection]
48
49 media-libs/gstreamer:0.10
50
51 + cheese? ( >=media-video/cheese-3.0.1 )
52 libnotify? ( >=x11-libs/libnotify-0.7.1 )
53 libsoup? ( net-libs/libsoup:2.4[introspection] )
54 nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
55 - >=gnome-base/nautilus-2.91.3 )
56 + >=gnome-base/nautilus-3.0.0 )
57 "
58 DEPEND="${RDEPEND}
59 >=sys-devel/gettext-0.17
60 @@ -52,6 +53,7 @@ src_prepare() {
61 G2CONF="${G2CONF}
62 --disable-static
63 --disable-maintainer-mode
64 + $(use_with cheese)
65 $(use_with libnotify)
66 $(use_with libsoup)
67 $(use_with nautilus)"
68
69 diff --git a/app-misc/the-board/the-board-9999.ebuild b/app-misc/the-board/the-board-9999.ebuild
70 index 6e57283..1bc7985 100644
71 --- a/app-misc/the-board/the-board-9999.ebuild
72 +++ b/app-misc/the-board/the-board-9999.ebuild
73 @@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/TheBoardProject"
74 # Not sure if this is the correct license
75 LICENSE="GPL-3"
76 SLOT="0"
77 -IUSE="+libnotify +libsoup +nautilus"
78 +IUSE="+cheese +libnotify +libsoup +nautilus"
79 if [[ ${PV} = 9999 ]]; then
80 KEYWORDS=""
81 else
82 @@ -24,22 +24,23 @@ else
83 fi
84
85 RDEPEND="
86 - >=dev-libs/glib-2.27.3
87 - >=x11-libs/gtk+-2.91.7:3[introspection]
88 + >=dev-libs/glib-2.28.0
89 + >=x11-libs/gtk+-3.0.0:3[introspection]
90 >=x11-libs/gdk-pixbuf-2.22:2[introspection]
91 >=dev-libs/gjs-0.7.7
92 - >=dev-libs/gobject-introspection-0.9.6
93 + >=dev-libs/gobject-introspection-0.10.0
94 >=media-libs/clutter-1.6.0:1.0[introspection]
95 - >=media-libs/clutter-gtk-0.91.8:1.0
96 + >=media-libs/clutter-gtk-1.0.0:1.0
97 >=media-libs/clutter-gst-1.3.2:1.0
98 >=x11-libs/mx-1.1.1[introspection]
99
100 media-libs/gstreamer:0.10
101
102 + cheese? ( >=media-video/cheese-3.0.1 )
103 libnotify? ( >=x11-libs/libnotify-0.7.1 )
104 libsoup? ( net-libs/libsoup:2.4[introspection] )
105 nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
106 - >=gnome-base/nautilus-2.91.3 )
107 + >=gnome-base/nautilus-3.0.0 )
108 "
109 DEPEND="${RDEPEND}
110 >=sys-devel/gettext-0.17
111 @@ -52,6 +53,7 @@ src_prepare() {
112 G2CONF="${G2CONF}
113 --disable-static
114 --disable-maintainer-mode
115 + $(use_with cheese)
116 $(use_with libnotify)
117 $(use_with libsoup)
118 $(use_with nautilus)"