From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QFt6w-0003On-0X for garchives@archives.gentoo.org; Fri, 29 Apr 2011 19:12:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A08921C093; Fri, 29 Apr 2011 19:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F1DC1C093 for ; Fri, 29 Apr 2011 19:12:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BF721B4055 for ; Fri, 29 Apr 2011 19:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E99A980504 for ; Fri, 29 Apr 2011 19:12:07 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <26a736768dde15383ed734c8bf8ed92c5989840b.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/the-board/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/the-board/the-board-0.1.2.ebuild app-misc/the-board/the-board-0.1.3.ebuild app-misc/the-board/the-board-9999.ebuild X-VCS-Directories: app-misc/the-board/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 26a736768dde15383ed734c8bf8ed92c5989840b Date: Fri, 29 Apr 2011 19:12:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9b8dceeeff08476a1e54d9d92fd438bd commit: 26a736768dde15383ed734c8bf8ed92c5989840b Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Apr 29 18:55:46 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Apr 29 18:55:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D26a73676 app-misc/the-board: 0.1.2 =E2=86=92 0.1.3 --- ...e-board-0.1.2.ebuild =3D> 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-boa= rd/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=3D"http://live.gnome.org/TheBoardProject" # Not sure if this is the correct license LICENSE=3D"GPL-3" SLOT=3D"0" -IUSE=3D"+libnotify +libsoup +nautilus" +IUSE=3D"+cheese +libnotify +libsoup +nautilus" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -24,22 +24,23 @@ else fi =20 RDEPEND=3D" - >=3Ddev-libs/glib-2.27.3 - >=3Dx11-libs/gtk+-2.91.7:3[introspection] + >=3Ddev-libs/glib-2.28.0 + >=3Dx11-libs/gtk+-3.0.0:3[introspection] >=3Dx11-libs/gdk-pixbuf-2.22:2[introspection] >=3Ddev-libs/gjs-0.7.7 - >=3Ddev-libs/gobject-introspection-0.9.6 + >=3Ddev-libs/gobject-introspection-0.10.0 >=3Dmedia-libs/clutter-1.6.0:1.0[introspection] - >=3Dmedia-libs/clutter-gtk-0.91.8:1.0 + >=3Dmedia-libs/clutter-gtk-1.0.0:1.0 >=3Dmedia-libs/clutter-gst-1.3.2:1.0 >=3Dx11-libs/mx-1.1.1[introspection] =20 media-libs/gstreamer:0.10 =20 + cheese? ( >=3Dmedia-video/cheese-3.0.1 ) libnotify? ( >=3Dx11-libs/libnotify-0.7.1 ) libsoup? ( net-libs/libsoup:2.4[introspection] ) nautilus? ( >=3Dx11-libs/gdk-pixbuf-2.22.1 - >=3Dgnome-base/nautilus-2.91.3 ) + >=3Dgnome-base/nautilus-3.0.0 ) " DEPEND=3D"${RDEPEND} >=3Dsys-devel/gettext-0.17 @@ -52,6 +53,7 @@ src_prepare() { G2CONF=3D"${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-boar= d/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=3D"http://live.gnome.org/TheBoardProject" # Not sure if this is the correct license LICENSE=3D"GPL-3" SLOT=3D"0" -IUSE=3D"+libnotify +libsoup +nautilus" +IUSE=3D"+cheese +libnotify +libsoup +nautilus" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -24,22 +24,23 @@ else fi =20 RDEPEND=3D" - >=3Ddev-libs/glib-2.27.3 - >=3Dx11-libs/gtk+-2.91.7:3[introspection] + >=3Ddev-libs/glib-2.28.0 + >=3Dx11-libs/gtk+-3.0.0:3[introspection] >=3Dx11-libs/gdk-pixbuf-2.22:2[introspection] >=3Ddev-libs/gjs-0.7.7 - >=3Ddev-libs/gobject-introspection-0.9.6 + >=3Ddev-libs/gobject-introspection-0.10.0 >=3Dmedia-libs/clutter-1.6.0:1.0[introspection] - >=3Dmedia-libs/clutter-gtk-0.91.8:1.0 + >=3Dmedia-libs/clutter-gtk-1.0.0:1.0 >=3Dmedia-libs/clutter-gst-1.3.2:1.0 >=3Dx11-libs/mx-1.1.1[introspection] =20 media-libs/gstreamer:0.10 =20 + cheese? ( >=3Dmedia-video/cheese-3.0.1 ) libnotify? ( >=3Dx11-libs/libnotify-0.7.1 ) libsoup? ( net-libs/libsoup:2.4[introspection] ) nautilus? ( >=3Dx11-libs/gdk-pixbuf-2.22.1 - >=3Dgnome-base/nautilus-2.91.3 ) + >=3Dgnome-base/nautilus-3.0.0 ) " DEPEND=3D"${RDEPEND} >=3Dsys-devel/gettext-0.17 @@ -52,6 +53,7 @@ src_prepare() { G2CONF=3D"${G2CONF} --disable-static --disable-maintainer-mode + $(use_with cheese) $(use_with libnotify) $(use_with libsoup) $(use_with nautilus)"