summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-31 18:44:17 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-01 23:40:43 +0100
commit83c998928d5743cb0a4c2a15d279bcc086588bd9 (patch)
tree4da90177550da1574fbdcd6c62c3b91c7ee633ab /sci-electronics
parentsci-electronics/iverilog: remove unused patch (diff)
downloadgentoo-83c998928d5743cb0a4c2a15d279bcc086588bd9.tar.gz
gentoo-83c998928d5743cb0a4c2a15d279bcc086588bd9.tar.bz2
gentoo-83c998928d5743cb0a4c2a15d279bcc086588bd9.zip
sci-electronics/klayout: remove unused patch/file
Closes: https://github.com/gentoo/gentoo/pull/3740
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/klayout/files/klayout-0.21.7-Makefile.conf.linux-gentoo43
-rw-r--r--sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch18
2 files changed, 0 insertions, 61 deletions
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"