public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/the-board/
Date: Fri, 29 Apr 2011 19:12:07 +0000 (UTC)	[thread overview]
Message-ID: <26a736768dde15383ed734c8bf8ed92c5989840b.nirbheek@gentoo> (raw)

commit:     26a736768dde15383ed734c8bf8ed92c5989840b
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 18:55:46 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 18:55:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=26a73676

app-misc/the-board: 0.1.2 → 0.1.3

---
 ...e-board-0.1.2.ebuild => the-board-0.1.3.ebuild} |   14 ++++++++------
 app-misc/the-board/the-board-9999.ebuild           |   14 ++++++++------
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/app-misc/the-board/the-board-0.1.2.ebuild b/app-misc/the-board/the-board-0.1.3.ebuild
similarity index 79%
rename from app-misc/the-board/the-board-0.1.2.ebuild
rename to app-misc/the-board/the-board-0.1.3.ebuild
index 6e57283..1bc7985 100644
--- a/app-misc/the-board/the-board-0.1.2.ebuild
+++ b/app-misc/the-board/the-board-0.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/TheBoardProject"
 # Not sure if this is the correct license
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+libnotify +libsoup +nautilus"
+IUSE="+cheese +libnotify +libsoup +nautilus"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -24,22 +24,23 @@ else
 fi
 
 RDEPEND="
-	>=dev-libs/glib-2.27.3
-	>=x11-libs/gtk+-2.91.7:3[introspection]
+	>=dev-libs/glib-2.28.0
+	>=x11-libs/gtk+-3.0.0:3[introspection]
 	>=x11-libs/gdk-pixbuf-2.22:2[introspection]
 	>=dev-libs/gjs-0.7.7
-	>=dev-libs/gobject-introspection-0.9.6
+	>=dev-libs/gobject-introspection-0.10.0
 	>=media-libs/clutter-1.6.0:1.0[introspection]
-	>=media-libs/clutter-gtk-0.91.8:1.0
+	>=media-libs/clutter-gtk-1.0.0:1.0
 	>=media-libs/clutter-gst-1.3.2:1.0
 	>=x11-libs/mx-1.1.1[introspection]
 
 	media-libs/gstreamer:0.10
 
+	cheese? ( >=media-video/cheese-3.0.1 )
 	libnotify? ( >=x11-libs/libnotify-0.7.1 )
 	libsoup? ( net-libs/libsoup:2.4[introspection] )
 	nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
-				>=gnome-base/nautilus-2.91.3 )
+				>=gnome-base/nautilus-3.0.0 )
 "
 DEPEND="${RDEPEND}
 	>=sys-devel/gettext-0.17
@@ -52,6 +53,7 @@ src_prepare() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-maintainer-mode
+		$(use_with cheese)
 		$(use_with libnotify)
 		$(use_with libsoup)
 		$(use_with nautilus)"

diff --git a/app-misc/the-board/the-board-9999.ebuild b/app-misc/the-board/the-board-9999.ebuild
index 6e57283..1bc7985 100644
--- a/app-misc/the-board/the-board-9999.ebuild
+++ b/app-misc/the-board/the-board-9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/TheBoardProject"
 # Not sure if this is the correct license
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+libnotify +libsoup +nautilus"
+IUSE="+cheese +libnotify +libsoup +nautilus"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
@@ -24,22 +24,23 @@ else
 fi
 
 RDEPEND="
-	>=dev-libs/glib-2.27.3
-	>=x11-libs/gtk+-2.91.7:3[introspection]
+	>=dev-libs/glib-2.28.0
+	>=x11-libs/gtk+-3.0.0:3[introspection]
 	>=x11-libs/gdk-pixbuf-2.22:2[introspection]
 	>=dev-libs/gjs-0.7.7
-	>=dev-libs/gobject-introspection-0.9.6
+	>=dev-libs/gobject-introspection-0.10.0
 	>=media-libs/clutter-1.6.0:1.0[introspection]
-	>=media-libs/clutter-gtk-0.91.8:1.0
+	>=media-libs/clutter-gtk-1.0.0:1.0
 	>=media-libs/clutter-gst-1.3.2:1.0
 	>=x11-libs/mx-1.1.1[introspection]
 
 	media-libs/gstreamer:0.10
 
+	cheese? ( >=media-video/cheese-3.0.1 )
 	libnotify? ( >=x11-libs/libnotify-0.7.1 )
 	libsoup? ( net-libs/libsoup:2.4[introspection] )
 	nautilus? ( >=x11-libs/gdk-pixbuf-2.22.1
-				>=gnome-base/nautilus-2.91.3 )
+				>=gnome-base/nautilus-3.0.0 )
 "
 DEPEND="${RDEPEND}
 	>=sys-devel/gettext-0.17
@@ -52,6 +53,7 @@ src_prepare() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-maintainer-mode
+		$(use_with cheese)
 		$(use_with libnotify)
 		$(use_with libsoup)
 		$(use_with nautilus)"



             reply	other threads:[~2011-04-29 19:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 19:12 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-01 14:17 [gentoo-commits] proj/gnome:master commit in: app-misc/the-board/ Gilles Dartiguelongue
2011-04-29 19:56 Gilles Dartiguelongue
2011-03-29 13:02 Nirbheek Chauhan
2011-03-22 11:12 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26a736768dde15383ed734c8bf8ed92c5989840b.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox