public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pyxplot/files/
@ 2017-01-29 20:10 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-29 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1bd28b67abd3e4bedc442606c0852b4db353f72b
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 09:23:53 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-29 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 20:10 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pyxplot/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox