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 6B372158041 for ; Tue, 7 Sep 2021 06:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7AA6E092A; Tue, 7 Sep 2021 06:46:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3A51E092A for ; Tue, 7 Sep 2021 06:46:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 88E80340A9E for ; Tue, 7 Sep 2021 06:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01CC350 for ; Tue, 7 Sep 2021 06:46:43 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1630997198.375d59b9b0bb8d8857c04888e620273278c23008.ulm@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-5.0.1-fix-underlinking.patch X-VCS-Directories: sci-visualization/gnuplot/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 375d59b9b0bb8d8857c04888e620273278c23008 X-VCS-Branch: master Date: Tue, 7 Sep 2021 06:46:43 +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: 87c7658c-d3b2-4a74-936a-222b27851571 X-Archives-Hash: 7a7c7ebcfed0c27e720f03a52c925adf commit: 375d59b9b0bb8d8857c04888e620273278c23008 Author: Ulrich Müller gentoo org> AuthorDate: Tue Sep 7 06:46:38 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Sep 7 06:46:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375d59b9 sci-visualization/gnuplot: Remove stale patch file Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> .../gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch b/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch deleted file mode 100644 index c39bc828f26..00000000000 --- a/sci-visualization/gnuplot/files/gnuplot-5.0.1-fix-underlinking.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Add missing linkage against X11 libs. -Author: Anton Gladky -Last-Update: 2015-06-16 - -Index: gnuplot-5.0.1/src/Makefile.am -=================================================================== ---- gnuplot-5.0.1.orig/src/Makefile.am -+++ gnuplot-5.0.1/src/Makefile.am -@@ -89,6 +89,8 @@ $(EXTRA_gnuplot_SOURCES) - - if BUILD_WXWIDGETS - gnuplot_SOURCES += wxterminal/wxt_gui.cpp -+XLIBS = @LIBRARIES_FOR_X@ -+gnuplot_LDADD += $(XLIBS) - endif - - if BUILD_GPCAIRO