From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC97A198005 for ; Wed, 20 Mar 2013 08:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F1EEE002F; Wed, 20 Mar 2013 08:15:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9A29E002F for ; Wed, 20 Mar 2013 08:15:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC58D33C394 for ; Wed, 20 Mar 2013 08:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 30731E4073 for ; Wed, 20 Mar 2013 08:15:16 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1363766226.bec3263314f6957c81e9fb5c208d34ead26b17e7.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/clutter/ X-VCS-Repository: proj/gnome X-VCS-Files: media-libs/clutter/clutter-1.13.10.ebuild media-libs/clutter/clutter-1.13.8.ebuild media-libs/clutter/clutter-9999.ebuild X-VCS-Directories: media-libs/clutter/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: bec3263314f6957c81e9fb5c208d34ead26b17e7 X-VCS-Branch: master Date: Wed, 20 Mar 2013 08:15:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32f48c5e-177d-4a2b-93a9-10f96a07be39 X-Archives-Hash: bbe85ef49d6eadaa41a24f62276df7c2 commit: bec3263314f6957c81e9fb5c208d34ead26b17e7 Author: Priit Laes plaes org> AuthorDate: Wed Mar 20 07:57:06 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Wed Mar 20 07:57:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bec32633 media-libs/clutter: 1.13.8 → 1.13.10 --- ...lutter-1.13.8.ebuild => clutter-1.13.10.ebuild} | 11 +++++++++-- media-libs/clutter/clutter-9999.ebuild | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/media-libs/clutter/clutter-1.13.8.ebuild b/media-libs/clutter/clutter-1.13.10.ebuild similarity index 93% rename from media-libs/clutter/clutter-1.13.8.ebuild rename to media-libs/clutter/clutter-1.13.10.ebuild index 85428a4..0cd2e08 100644 --- a/media-libs/clutter/clutter-1.13.8.ebuild +++ b/media-libs/clutter/clutter-1.13.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.12.2.ebuild,v 1.4 2013/02/02 22:45:55 ago Exp $ +# $Header: $ EAPI="5" CLUTTER_LA_PUNT="yes" @@ -8,13 +8,20 @@ CLUTTER_LA_PUNT="yes" # Inherit gnome2 after clutter to download sources from gnome.org # since clutter-project.org doesn't provide .xz tarballs inherit clutter gnome2 virtualx +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live +fi DESCRIPTION="Clutter is a library for creating graphical user interfaces" LICENSE="LGPL-2.1+ FDL-1.1+" SLOT="1.0" IUSE="debug doc gtk +introspection test" # evdev tslib -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +if [[ ${PV} = 9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +fi # NOTE: glx flavour uses libdrm + >=mesa-7.3 # XXX: uprof needed for profiling diff --git a/media-libs/clutter/clutter-9999.ebuild b/media-libs/clutter/clutter-9999.ebuild index 3fc2bcc..0cd2e08 100644 --- a/media-libs/clutter/clutter-9999.ebuild +++ b/media-libs/clutter/clutter-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,7 +20,7 @@ IUSE="debug doc gtk +introspection test" # evdev tslib if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi # NOTE: glx flavour uses libdrm + >=mesa-7.3 @@ -30,7 +30,7 @@ RDEPEND=" >=dev-libs/glib-2.31.19:2 >=dev-libs/atk-2.5.3[introspection?] >=dev-libs/json-glib-0.12[introspection?] - >=media-libs/cogl-1.9.6:1.0=[introspection?,pango] + >=media-libs/cogl-1.13.4:1.0=[introspection?,pango] media-libs/fontconfig >=x11-libs/cairo-1.10:=[glib] >=x11-libs/pango-1.30[introspection?]