From 83c998928d5743cb0a4c2a15d279bcc086588bd9 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Tue, 31 Jan 2017 18:44:17 +0100 Subject: sci-electronics/klayout: remove unused patch/file Closes: https://github.com/gentoo/gentoo/pull/3740 --- .../klayout-0.21.7-Makefile.conf.linux-gentoo | 43 ---------------------- .../klayout/files/klayout-0.22.8-noautoruby.patch | 18 --------- 2 files changed, 61 deletions(-) delete mode 100644 sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo delete mode 100644 sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch (limited to 'sci-electronics') diff --git a/sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo b/sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo deleted file mode 100644 index 32d75df7e72b..000000000000 --- a/sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo +++ /dev/null @@ -1,43 +0,0 @@ - -# Configuration file for gentoo-linux -# Compiler options - -# Compiler general -INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) -DEFS=-DQT_THREAD_SUPPORT -DQT3_SUPPORT - -# C++ -CXXOPT_DEP=-MM -MG -CXXWARN=-Wall -pedantic -Wno-deprecated -Woverloaded-virtual \ - -Wsign-promo -Wsynth -Wno-long-long -Wno-strict-aliasing -CXXOPT=-c $(CXXFLAGS) -o -CXXOPT_SO=-fPIC $(CXXOPT) - -# C -CCOPT_DEP=-MM -MG -CCWARN= -CCOPT=-c $(CFLAGS) -o -CCOPT_SO=-fPIC $(CCOPT) - -# Linker -LINK=$(CXX) -LOPT=-Wl,-E ${LDFLAGS} -o -LOPT_SO=-shared -fPIC $(LOPT) -o - -LIBS=-L$(QTLIB) -lQtGui -lQtCore -lQtXml -lrt -lstdc++ -lcrypt -ldl -lz - -.PHONY: install -install: - mkdir -p $(INSTALL_BINDIR) - cp main/$(EXEC_NAME) $(INSTALL_BINDIR) - for bin in $(OTHER_BIN) ; \ - do \ - cp main/$$bin $(INSTALL_BINDIR) ; \ - done - for plugin in $(PLUGINS) ; \ - do \ - cp $$plugin/*.so $(INSTALL_BINDIR) ; \ - done - chmod 755 $(INSTALL_BINDIR) $(INSTALL_BINDIR)/* - - diff --git a/sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch b/sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch deleted file mode 100644 index fe96fb9572f6..000000000000 --- a/sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ruN klayout-0.22.8.orig/build.sh klayout-0.22.8/build.sh ---- klayout-0.22.8.orig/build.sh 2013-06-22 00:43:11.000000000 +0200 -+++ klayout-0.22.8/build.sh 2013-10-13 20:13:36.493108910 +0200 -@@ -62,10 +62,10 @@ - RUBYINCLUDE2="not-used" - RUBYLIBFILE="" - --RUBY="" --if [ "`ruby1.9 -v`" != "" ]; then RUBY="ruby1.9"; fi --if [ "`ruby1.8 -v`" != "" ]; then RUBY="ruby1.8"; fi --if [ "`ruby -v`" != "" ]; then RUBY="ruby"; fi -+#RUBY="" -+#if [ "`ruby1.9 -v`" != "" ]; then RUBY="ruby1.9"; fi -+#if [ "`ruby1.8 -v`" != "" ]; then RUBY="ruby1.8"; fi -+#if [ "`ruby -v`" != "" ]; then RUBY="ruby"; fi - if [ "$RUBY" != "" ]; then - - echo "Found ruby interpreter: $RUBY" -- cgit v1.2.3-65-gdbad