From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDB4F139694 for ; Wed, 22 Mar 2017 19:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC6E21C075; Wed, 22 Mar 2017 19:28:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A93E21C075 for ; Wed, 22 Mar 2017 19:28:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB565340FDA for ; Wed, 22 Mar 2017 19:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34100715A for ; Wed, 22 Mar 2017 19:28:34 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1490210880.5222e472b9882373b5e46adb82968f4126d0b8c6.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/files/, media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/files/gegl-0.3.12-failing-tests.patch media-libs/gegl/gegl-0.3.10.ebuild media-libs/gegl/gegl-0.3.12.ebuild media-libs/gegl/gegl-0.3.8.ebuild X-VCS-Directories: media-libs/gegl/files/ media-libs/gegl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5222e472b9882373b5e46adb82968f4126d0b8c6 X-VCS-Branch: master Date: Wed, 22 Mar 2017 19:28:34 +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: 8dd1ef98-f5a6-4216-83a9-12bcca1c1ae4 X-Archives-Hash: 97389f898077372dd99da3ca5b540982 commit: 5222e472b9882373b5e46adb82968f4126d0b8c6 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Mar 22 19:25:12 2017 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 22 19:28:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5222e472 media-libs/gegl: Disable two failing tests (bug #595332) Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../gegl/files/gegl-0.3.12-failing-tests.patch | 33 ++++++++++++++++++++++ media-libs/gegl/gegl-0.3.10.ebuild | 4 ++- media-libs/gegl/gegl-0.3.12.ebuild | 2 ++ media-libs/gegl/gegl-0.3.8.ebuild | 4 ++- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch b/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch new file mode 100644 index 00000000000..c886419925a --- /dev/null +++ b/media-libs/gegl/files/gegl-0.3.12-failing-tests.patch @@ -0,0 +1,33 @@ +From e3ffef75aabd2d078cf341124ba42ce7673419b3 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +Date: Wed, 22 Mar 2017 19:59:38 +0100 +Subject: [PATCH] Disable failing tests + +https://bugs.gentoo.org/show_bug.cgi?id=595332#c3 +--- + tests/simple/Makefile.am | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/tests/simple/Makefile.am b/tests/simple/Makefile.am +index e28680a..aa7efd8 100644 +--- a/tests/simple/Makefile.am ++++ b/tests/simple/Makefile.am +@@ -15,7 +15,6 @@ noinst_PROGRAMS = \ + test-gegl-rectangle \ + test-gegl-color \ + test-gegl-tile \ +- test-image-compare \ + test-license-check \ + test-misc \ + test-node-connections \ +@@ -23,7 +22,6 @@ noinst_PROGRAMS = \ + test-node-properties \ + test-object-forked \ + test-opencl-colors \ +- test-serialize \ + test-path \ + test-proxynop-processing \ + test-scaled-blit \ +-- +2.12.0 + diff --git a/media-libs/gegl/gegl-0.3.10.ebuild b/media-libs/gegl/gegl-0.3.10.ebuild index 4623228a29c..6ac39e18502 100644 --- a/media-libs/gegl/gegl-0.3.10.ebuild +++ b/media-libs/gegl/gegl-0.3.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -93,6 +93,8 @@ src_prepare() { -e '/composite-transform.xml/d' \ -i tests/compositions/Makefile.am || die + epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch + eautoreconf gnome2_environment_reset diff --git a/media-libs/gegl/gegl-0.3.12.ebuild b/media-libs/gegl/gegl-0.3.12.ebuild index 37b1e5de89d..650df9398ca 100644 --- a/media-libs/gegl/gegl-0.3.12.ebuild +++ b/media-libs/gegl/gegl-0.3.12.ebuild @@ -93,6 +93,8 @@ src_prepare() { -e '/composite-transform.xml/d' \ -i tests/compositions/Makefile.am || die + epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch + eautoreconf gnome2_environment_reset diff --git a/media-libs/gegl/gegl-0.3.8.ebuild b/media-libs/gegl/gegl-0.3.8.ebuild index d93f96153ff..c1bd4c14c7b 100644 --- a/media-libs/gegl/gegl-0.3.8.ebuild +++ b/media-libs/gegl/gegl-0.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -93,6 +93,8 @@ src_prepare() { -e '/composite-transform.xml/d' \ -i tests/compositions/Makefile.am || die + epatch "${FILESDIR}"/${PN}-0.3.12-failing-tests.patch + eautoreconf gnome2_environment_reset