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 CC914139085 for ; Sun, 29 Jan 2017 20:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5923C2340E1; Sun, 29 Jan 2017 20:11:06 +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 279BE2340E1 for ; Sun, 29 Jan 2017 20:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 51C7234167B for ; Sun, 29 Jan 2017 20:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C563A39 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: <1485720582.1bd28b67abd3e4bedc442606c0852b4db353f72b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pyxplot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pyxplot/files/pyxplot-0.8.3-as-needed.patch X-VCS-Directories: sci-visualization/pyxplot/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1bd28b67abd3e4bedc442606c0852b4db353f72b 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: 6b87d850-e17b-450f-a12b-a60d94bc4475 X-Archives-Hash: d113cf2d784acef2c1b6714810aaede3 commit: 1bd28b67abd3e4bedc442606c0852b4db353f72b Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 29 09:23:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 29 20:09:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd28b67 sci-visualization/pyxplot: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3709 .../pyxplot/files/pyxplot-0.8.3-as-needed.patch | 56 ---------------------- 1 file changed, 56 deletions(-) diff --git a/sci-visualization/pyxplot/files/pyxplot-0.8.3-as-needed.patch b/sci-visualization/pyxplot/files/pyxplot-0.8.3-as-needed.patch deleted file mode 100644 index bdb1507..00000000 --- a/sci-visualization/pyxplot/files/pyxplot-0.8.3-as-needed.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.skel.orig 2010-09-24 14:54:19.000000000 +0100 -+++ Makefile.skel 2010-09-25 20:35:30.000000000 +0100 -@@ -120,17 +120,17 @@ - - $(LOCAL_BINDIR)/pyxplot: $(PPL_OBJECTS) - mkdir -p $(LOCAL_BINDIR) -- $(LINK) $(LDFLAGS) $(LIBS) $(PPL_OBJECTS) -o $(LOCAL_BINDIR)/pyxplot -+ $(LINK) $(LDFLAGS) $(PPL_OBJECTS) $(LIBS) -o $(LOCAL_BINDIR)/pyxplot - - $(LOCAL_BINDIR)/debug/pyxplot: $(PPL_OBJECTS_DEBUG) - mkdir -p $(LOCAL_BINDIR)/debug - echo "The files in this directory are binaries with debugging options enabled: they produce activity logs called 'pyxplot.log'. It should be noted that these binaries can up to ten times slower than non-debugging versions." > $(LOCAL_BINDIR)/debug/README -- $(LINK) $(LDFLAGS) $(LIBS) $(PPL_OBJECTS_DEBUG) -o $(LOCAL_BINDIR)/debug/pyxplot -+ $(LINK) $(LDFLAGS) $(PPL_OBJECTS_DEBUG) $(LIBS) -o $(LOCAL_BINDIR)/debug/pyxplot - - $(LOCAL_BINDIR)/install/pyxplot: $(PPL_OBJECTS_INSTALL) - mkdir -p $(LOCAL_BINDIR)/install - echo "The files in this directory are binaries intended to be installed with 'make install'. They should not be used in their present location, as they contain hard-coded links to files which are created by the 'make install' step." > $(LOCAL_BINDIR)/debug/README -- $(LINK) $(LDFLAGS) $(LIBS) $(PPL_OBJECTS_INSTALL) -o $(LOCAL_BINDIR)/install/pyxplot -+ $(LINK) $(LDFLAGS) $(PPL_OBJECTS_INSTALL) $(LIBS) -o $(LOCAL_BINDIR)/install/pyxplot - - # - # Make the pyxplot_watch binaries -@@ -138,15 +138,15 @@ - - $(LOCAL_BINDIR)/pyxplot_watch: $(PPLW_OBJECTS) - mkdir -p $(LOCAL_BINDIR) -- $(LINK) $(LDFLAGS) $(LIBS) $(PPLW_OBJECTS) -o $(LOCAL_BINDIR)/pyxplot_watch -+ $(LINK) $(LDFLAGS) $(PPLW_OBJECTS) $(LIBS) -o $(LOCAL_BINDIR)/pyxplot_watch - - $(LOCAL_BINDIR)/debug/pyxplot_watch: $(PPLW_OBJECTS_DEBUG) - mkdir -p $(LOCAL_BINDIR)/debug -- $(LINK) $(LDFLAGS) $(LIBS) $(PPLW_OBJECTS_DEBUG) -o $(LOCAL_BINDIR)/debug/pyxplot_watch -+ $(LINK) $(LDFLAGS) $(PPLW_OBJECTS_DEBUG) $(LIBS) -o $(LOCAL_BINDIR)/debug/pyxplot_watch - - $(LOCAL_BINDIR)/install/pyxplot_watch: $(PPLW_OBJECTS_INSTALL) - mkdir -p $(LOCAL_BINDIR)/install -- $(LINK) $(LDFLAGS) $(LIBS) $(PPLW_OBJECTS_INSTALL) -o $(LOCAL_BINDIR)/install/pyxplot_watch -+ $(LINK) $(LDFLAGS) $(PPLW_OBJECTS_INSTALL) $(LIBS) -o $(LOCAL_BINDIR)/install/pyxplot_watch - - # - # Make fits helper binaries -@@ -154,11 +154,11 @@ - - $(LOCAL_BINDIR)/pyxplot_fitshelper: $(FITSHELP_OBJECTS) - mkdir -p $(LOCAL_BINDIR) -- $(LINK) $(LDFLAGS) $(LINK_FITSIO) $(LIBS) $(FITSHELP_OBJECTS) -o $(LOCAL_BINDIR)/pyxplot_fitshelper -+ $(LINK) $(LDFLAGS) $(FITSHELP_OBJECTS) $(LIBS) $(LINK_FITSIO) -o $(LOCAL_BINDIR)/pyxplot_fitshelper - - $(LOCAL_BINDIR)/install/pyxplot_fitshelper: $(FITSHELP_OBJECTS_INSTALL) - mkdir -p $(LOCAL_BINDIR)/install -- $(LINK) $(LDFLAGS) $(LINK_FITSIO) $(LIBS) $(FITSHELP_OBJECTS_INSTALL) -o $(LOCAL_BINDIR)/install/pyxplot_fitshelper -+ $(LINK) $(LDFLAGS) $(FITSHELP_OBJECTS_INSTALL) $(LIBS) $(LINK_FITSIO) -o $(LOCAL_BINDIR)/install/pyxplot_fitshelper - - # - # Make time helper