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 <gentoo-commits+bounces-401376-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RQpKX-0003IL-JS for garchives@archives.gentoo.org; Wed, 16 Nov 2011 23:55:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CB121C044; Wed, 16 Nov 2011 23:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D50221C044 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2011 23:55:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE9CC1B401D for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2011 23:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0B80980042 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2011 23:55:40 +0000 (UTC) From: "Nirbheek Chauhan" <nirbheek@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org> Message-ID: <1625475b7d66c6473b67635375dd476da60533a1.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-boxes/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild X-VCS-Directories: gnome-extra/gnome-boxes/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 1625475b7d66c6473b67635375dd476da60533a1 Date: Wed, 16 Nov 2011 23:55:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1bb525aa-301e-4d02-94a3-e574212204b7 X-Archives-Hash: 6e5ab5b8c660d5099f15a2e7a432a86a commit: 1625475b7d66c6473b67635375dd476da60533a1 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org> AuthorDate: Wed Nov 16 23:43:12 2011 +0000 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 23:43:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D1625475b New package gnome-extra/gnome-boxes --- gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild | 57 +++++++++++++++++= ++++++ 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild b/gnome-extr= a/gnome-boxes/gnome-boxes-9999.ebuild new file mode 100644 index 0000000..9b61247 --- /dev/null +++ b/gnome-extra/gnome-boxes/gnome-boxes-9999.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Simple GNOME 3 application to access remote or virtual sy= stems" +HOMEPAGE=3D"https://live.gnome.org/Design/Apps/Boxes" + +LICENSE=3D"LGPL-2" +SLOT=3D"0" +IUSE=3D"" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi + +RDEPEND=3D" + >=3Ddev-libs/libxml2-2.7.8:2 + >=3Dsys-fs/udev-167[gudev] + >=3Ddev-libs/glib-2.29.90:2 + >=3Ddev-libs/gobject-introspection-0.9.6 + >=3Dsys-libs/libosinfo-0.0.1 + >=3Dapp-emulation/libvirt-glib-0.0.1 + >=3Dx11-libs/gtk+-3.2.2-r1:3 + >=3Dnet-libs/gtk-vnc-0.4.4[gtk3] + >=3Dnet-misc/spice-gtk-0.7.81[gtk3]" +DEPEND=3D"${RDEPEND} + >=3Ddev-util/pkgconfig-0.22 + >=3Ddev-util/intltool-0.40 + >=3Dsys-devel/gettext-0.17" + +if [[ ${PV} =3D 9999 ]]; then + # NOTE: There's been no release yet, so we're not sure if upstream will= ship + # with the C sources pregenerated from the vala source files or not. + # Move these deps outside if that doesn't happen. + DEPEND=3D"${DEPEND} + >=3Ddev-lang/vala-0.14.0:0.14 + >=3Dsys-libs/libosinfo-0.0.1[introspection,vala] + >=3Dapp-emulation/libvirt-glib-0.0.1[introspection,vala] + >=3Dnet-libs/gtk-vnc-0.4.4[gtk3,introspection,vala] + >=3Dnet-misc/spice-gtk-0.7.1[introspection,vala]" +fi + +pkg_setup() { + DOCS=3D"AUTHORS MAINTAINERS README TODO" + G2CONF=3D"--disable-schemas-compile + --disable-strict-cc + VALAC=3D$(type -P valac-0.14)" +}