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/klayout/files/klayout-0.22.8-noautoruby.patch
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/klayout/files/klayout-0.22.8-noautoruby.patch')
-rw-r--r--sci-electronics/klayout/files/klayout-0.22.8-noautoruby.patch18
1 files changed, 0 insertions, 18 deletions
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"