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 7881E138334 for ; Sat, 18 May 2019 11:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C81E0823; Sat, 18 May 2019 11:54:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56617E0823 for ; Sat, 18 May 2019 11:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8233D3449D3 for ; Sat, 18 May 2019 11:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161FD452 for ; Sat, 18 May 2019 11:54:04 +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: <1558180419.dcf00ca4549b3e362634f4a626b7a328cec8a47c.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch X-VCS-Directories: media-libs/gegl/files/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: dcf00ca4549b3e362634f4a626b7a328cec8a47c X-VCS-Branch: master Date: Sat, 18 May 2019 11:54:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 47e54cca-e612-4553-886e-a0d424788cc8 X-Archives-Hash: 72f0e551263dd63932b9305c260b848b commit: dcf00ca4549b3e362634f4a626b7a328cec8a47c Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 17 18:27:49 2019 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat May 18 11:53:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf00ca4 media-libs/gegl: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/12034 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Sebastian Pipping gentoo.org> .../files/gegl-0.4.8-remove-imath-version.patch | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch b/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch deleted file mode 100644 index 54ee791a68e..00000000000 --- a/media-libs/gegl/files/gegl-0.4.8-remove-imath-version.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -urN a/operations/external/exr-save.cc b/operations/external/exr-save.cc ---- a/operations/external/exr-save.cc 2018-07-11 23:15:19.000000000 +0100 -+++ b/operations/external/exr-save.cc 2018-08-22 19:13:26.241432231 +0100 -@@ -145,10 +145,10 @@ - &blue[0], &blue[1], - NULL, NULL, NULL); - { -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } - } -@@ -184,10 +184,10 @@ - &green[0], &green[1], - &blue[0], &blue[1], - NULL, NULL, NULL); -- Imf::Chromaticities c1 (Imath_2_2::V2f(red[0],red[1]), -- Imath_2_2::V2f(green[0],green[1]), -- Imath_2_2::V2f(blue[0],blue[1]), -- Imath_2_2::V2f(wp[0],wp[1])); -+ Imf::Chromaticities c1 (Imath::V2f(red[0],red[1]), -+ Imath::V2f(green[0],green[1]), -+ Imath::V2f(blue[0],blue[1]), -+ Imath::V2f(wp[0],wp[1])); - Imf::addChromaticities (header, c1); - } -