sci-electronics/klayout: remove unused patch/file
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Tue, 31 Jan 2017 17:44:17 +0000 (18:44 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 1 Feb 2017 22:40:43 +0000 (23:40 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3740

sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo [deleted file]
sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch [deleted file]

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 (file)
index 32d75df..0000000
+++ /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 (file)
index fe96fb9..0000000
+++ /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"