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 4D0841387B1 for ; Thu, 19 Dec 2013 23:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 957D3E0B51; Thu, 19 Dec 2013 23:40:11 +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 1061EE0B00 for ; Thu, 19 Dec 2013 23:40:11 +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 310C133F5EB for ; Thu, 19 Dec 2013 23:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D11D1110353 for ; Thu, 19 Dec 2013 23:40:08 +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: <1387496286.9c3caaaad8f755fdf1703e74fcfec747967cf307.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/cogl/ X-VCS-Repository: proj/gnome X-VCS-Files: media-libs/cogl/cogl-1.16.0.ebuild media-libs/cogl/cogl-9999.ebuild X-VCS-Directories: media-libs/cogl/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9c3caaaad8f755fdf1703e74fcfec747967cf307 X-VCS-Branch: master Date: Thu, 19 Dec 2013 23:40:08 +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: 8a935543-adb8-4223-bfee-33cac9ae7b9a X-Archives-Hash: c784183eaf23d291fad7da470209706d commit: 9c3caaaad8f755fdf1703e74fcfec747967cf307 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 19 23:38:06 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 19 23:38:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9c3caaaa media-libs/cogl: fix whitespaces --- media-libs/cogl/cogl-1.16.0.ebuild | 4 ++-- media-libs/cogl/cogl-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/cogl/cogl-1.16.0.ebuild b/media-libs/cogl/cogl-1.16.0.ebuild index 9e4f292..102ec1f 100644 --- a/media-libs/cogl/cogl-1.16.0.ebuild +++ b/media-libs/cogl/cogl-1.16.0.ebuild @@ -53,13 +53,13 @@ DEPEND="${COMMON_DEPEND} src_prepare() { # Do not build examples - sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \ + sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \ -i Makefile.am Makefile.in || die if ! use test ; then # For some reason the configure switch will not completely disable # tests being built - sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \ + sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \ -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \ -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \ -i Makefile.am Makefile.in || die diff --git a/media-libs/cogl/cogl-9999.ebuild b/media-libs/cogl/cogl-9999.ebuild index acf6587..18ee627 100644 --- a/media-libs/cogl/cogl-9999.ebuild +++ b/media-libs/cogl/cogl-9999.ebuild @@ -67,13 +67,13 @@ fi src_prepare() { # Do not build examples - sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \ + sed -e "s/^\(SUBDIRS +=.*\)examples\(.*\)$/\1\2/" \ -i Makefile.am Makefile.in || die if ! use test ; then # For some reason the configure switch will not completely disable # tests being built - sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \ + sed -e "s/^\(SUBDIRS =.*\)test-fixtures\(.*\)$/\1\2/" \ -e "s/^\(SUBDIRS +=.*\)tests\(.*\)$/\1\2/" \ -e "s/^\(.*am__append.* \)tests\(.*\)$/\1\2/" \ -i Makefile.am Makefile.in || die