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 64ABD139085 for ; Sun, 29 Jan 2017 20:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E08F2340E5; Sun, 29 Jan 2017 20:11:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F1FAE2340E5 for ; Sun, 29 Jan 2017 20:11:03 +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 D5FC634165F for ; Sun, 29 Jan 2017 20:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD1F3A36 for ; Sun, 29 Jan 2017 20:10:59 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1485720581.185c1c00f86fc01fc89af1c0170f5dba1795981c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/files/gnuplot-4.6.2-gdversion.patch X-VCS-Directories: sci-visualization/gnuplot/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 185c1c00f86fc01fc89af1c0170f5dba1795981c X-VCS-Branch: master Date: Sun, 29 Jan 2017 20:10:59 +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: b8b9005b-75c3-437f-abc9-290202eeeb8a X-Archives-Hash: 93f97538aee907123096df44175325ce commit: 185c1c00f86fc01fc89af1c0170f5dba1795981c Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 29 09:21:42 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 29 20:09:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c1c00 sci-visualization/gnuplot: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3709 .../gnuplot/files/gnuplot-4.6.2-gdversion.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sci-visualization/gnuplot/files/gnuplot-4.6.2-gdversion.patch b/sci-visualization/gnuplot/files/gnuplot-4.6.2-gdversion.patch deleted file mode 100644 index a10e1cc..00000000 --- a/sci-visualization/gnuplot/files/gnuplot-4.6.2-gdversion.patch +++ /dev/null @@ -1,21 +0,0 @@ -Gnuplot supports using fontconfig in gd terminals. There was a bug in -gd-2.0.35 that prevented this from working; therefore the mechanism -was disabled by testing the GD version. Gentoo has backported the fix -to media-libs/gd-2.0.35-r3 so our test can be different. - -Patch by Bernardo Costa . -Gentoo specific, not to be submitted upstream. -https://bugs.gentoo.org/462996 -https://bugs.gentoo.org/363367 - ---- gnuplot-4.6.2-orig/term/gd.trm -+++ gnuplot-4.6.2/term/gd.trm -@@ -149,7 +149,7 @@ - /* Before version 2.0.36, the libgd function gdFTUseFontConfig() didn't */ - /* do what we need. Test for earlier versions and ignore it. */ - #ifdef GD_MAJOR_VERSION --# if (GD_MINOR_VERSION > 0 || GD_RELEASE_VERSION > 35) -+# if (GD_MINOR_VERSION > 0 || GD_RELEASE_VERSION >= 35) - # define gdUseFontConfig(x) gdFTUseFontConfig(x) - # endif - #endif