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 E8EB01387B2 for ; Sat, 11 Oct 2014 16:43:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F8EE0BFF; Sat, 11 Oct 2014 16:43:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10845E0BFE for ; Sat, 11 Oct 2014 16:43:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38A35340421 for ; Sat, 11 Oct 2014 16:43:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7A977934 for ; Sat, 11 Oct 2014 16:43:46 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1413041219.0aa385646e70d7c7221d65161b8934e4d4439711.eva@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.18.2.ebuild media-libs/clutter/clutter-1.20.0.ebuild media-libs/clutter/clutter-9999.ebuild X-VCS-Directories: media-libs/clutter/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0aa385646e70d7c7221d65161b8934e4d4439711 X-VCS-Branch: master Date: Sat, 11 Oct 2014 16:43:46 +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: e7c731c9-3c77-451a-9260-a59dfa387fe7 X-Archives-Hash: 7cfe236971efdf868d015cfbcfcd5fa3 commit: 0aa385646e70d7c7221d65161b8934e4d4439711 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 11 15:26:59 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 11 15:26:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0aa38564 media-libs/clutter: 1.18.4 → 1.20.0 --- .../{clutter-1.18.2.ebuild => clutter-1.20.0.ebuild} | 14 ++++---------- media-libs/clutter/clutter-9999.ebuild | 14 ++++---------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/media-libs/clutter/clutter-1.18.2.ebuild b/media-libs/clutter/clutter-1.20.0.ebuild similarity index 91% rename from media-libs/clutter/clutter-1.18.2.ebuild rename to media-libs/clutter/clutter-1.20.0.ebuild index 11ac915..9cff4b5 100644 --- a/media-libs/clutter/clutter-1.18.2.ebuild +++ b/media-libs/clutter/clutter-1.20.0.ebuild @@ -3,12 +3,12 @@ # $Header: $ EAPI="5" -CLUTTER_LA_PUNT="yes" +GCONF_DEBUG="no" +GNOME2_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 +inherit gnome2 virtualx +HOMEPAGE="https://wiki.gnome.org/Projects/Clutter" DESCRIPTION="Clutter is a library for creating graphical user interfaces" LICENSE="LGPL-2.1+ FDL-1.1+" @@ -66,8 +66,6 @@ src_prepare() { } src_configure() { - DOCS="README NEWS ChangeLog*" - # XXX: Conformance test suite (and clutter itself) does not work under Xvfb # (GLX error blabla) # XXX: Profiling, coverage disabled for now @@ -96,7 +94,3 @@ src_configure() { src_test() { Xemake check -C tests/conform } - -src_install() { - clutter_src_install -} diff --git a/media-libs/clutter/clutter-9999.ebuild b/media-libs/clutter/clutter-9999.ebuild index 0f07f3f..28f14a7 100644 --- a/media-libs/clutter/clutter-9999.ebuild +++ b/media-libs/clutter/clutter-9999.ebuild @@ -3,15 +3,15 @@ # $Header: $ EAPI="5" -CLUTTER_LA_PUNT="yes" +GCONF_DEBUG="no" +GNOME2_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 +inherit gnome2 virtualx if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi +HOMEPAGE="https://wiki.gnome.org/Projects/Clutter" DESCRIPTION="Clutter is a library for creating graphical user interfaces" LICENSE="LGPL-2.1+ FDL-1.1+" @@ -73,8 +73,6 @@ src_prepare() { } src_configure() { - DOCS="README NEWS ChangeLog*" - # XXX: Conformance test suite (and clutter itself) does not work under Xvfb # (GLX error blabla) # XXX: Profiling, coverage disabled for now @@ -103,7 +101,3 @@ src_configure() { src_test() { Xemake check -C tests/conform } - -src_install() { - clutter_src_install -}