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 CC041138247 for ; Sun, 17 Nov 2013 00:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A586E08EA; Sun, 17 Nov 2013 00:47:04 +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 31BCCE08EA for ; Sun, 17 Nov 2013 00:47:03 +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 B1C8333F1B8 for ; Sun, 17 Nov 2013 00:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 03339E530A for ; Sun, 17 Nov 2013 00:47:00 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1384649203.6d495d4aa93ebf26602e5114d6659121a7807c51.okias@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/weston/ X-VCS-Repository: proj/x11 X-VCS-Files: dev-libs/weston/weston-1.3.1.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 6d495d4aa93ebf26602e5114d6659121a7807c51 X-VCS-Branch: master Date: Sun, 17 Nov 2013 00:47:00 +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: 912eb12c-7356-4549-8b63-ca40948336bd X-Archives-Hash: 5ea0679af6c80f5f0a99868d3dbff993 commit: 6d495d4aa93ebf26602e5114d6659121a7807c51 Author: David Heidelberger ixit cz> AuthorDate: Sun Nov 17 00:46:43 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Sun Nov 17 00:46:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6d495d4a dev-libs/weston: Building test is broken in portage, disable for now. Bump to 1.3.1 --- dev-libs/weston/{weston-9999.ebuild => weston-1.3.1.ebuild} | 7 ++++--- dev-libs/weston/weston-9999.ebuild | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-1.3.1.ebuild similarity index 94% copy from dev-libs/weston/weston-9999.ebuild copy to dev-libs/weston/weston-1.3.1.ebuild index 8333b1f..f5c4db5 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/weston/weston-1.2.1.ebuild,v 1.1 2013/08/25 16:39:48 chithanh Exp $ EAPI=5 @@ -10,6 +10,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi VIRTUALX_REQUIRED="test" +RESTRICT="test" inherit autotools readme.gentoo toolchain-funcs virtualx $GIT_ECLASS @@ -38,13 +39,12 @@ REQUIRED_USE=" " RDEPEND=" - >=dev-libs/wayland-1.3.90 + >=dev-libs/wayland-1.1.90 media-libs/mesa[egl?,wayland] media-libs/lcms:2 media-libs/libpng:= media-libs/libwebp virtual/jpeg - sys-libs/pam >=x11-libs/cairo-1.11.3[gles2(-)?,opengl?] >=x11-libs/libdrm-2.4.30 x11-libs/libxkbcommon @@ -94,6 +94,7 @@ DEPEND="${RDEPEND} " src_prepare() { + sed -ie 's/tests //' "${S}"/Makefile.am if [[ ${PV} = 9999* ]]; then eautoreconf fi diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 8333b1f..67c27cb 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -10,6 +10,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi VIRTUALX_REQUIRED="test" +RESTRICT="test" inherit autotools readme.gentoo toolchain-funcs virtualx $GIT_ECLASS @@ -94,6 +95,7 @@ DEPEND="${RDEPEND} " src_prepare() { + sed -ie 's/tests //' "${S}"/Makefile.am if [[ ${PV} = 9999* ]]; then eautoreconf fi