summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-07-18 08:43:46 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-18 09:31:36 +0200
commit7cb455f490e515e196fe3ad607a37732dd6132c0 (patch)
tree37608104f057fa2d6fd528c46a588f8c333dcf18
parentsys-libs/ncurses: x86 stable wrt bug #690050 (diff)
downloadgentoo-7cb455f490e515e196fe3ad607a37732dd6132c0.tar.gz
gentoo-7cb455f490e515e196fe3ad607a37732dd6132c0.tar.bz2
gentoo-7cb455f490e515e196fe3ad607a37732dd6132c0.zip
ruby-ng.eclass: remove commented-out code
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--eclass/ruby-ng.eclass10
1 files changed, 0 insertions, 10 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 21cbc5d99595..90c36cd86e40 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -531,16 +531,6 @@ _each_ruby_check_install() {
local sitedir=$(${RUBY} -rrbconfig -e 'puts RbConfig::CONFIG["sitedir"]')
local sitelibdir=$(${RUBY} -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"]')
- # Look for wrong files in sitedir
- # if [[ -d "${D}${sitedir}" ]]; then
- # local f=$(find "${D}${sitedir}" -mindepth 1 -maxdepth 1 -not -wholename "${D}${sitelibdir}")
- # if [[ -n ${f} ]]; then
- # eerror "Found files in sitedir, outsite sitelibdir:"
- # eerror "${f}"
- # die "Misplaced files in sitedir"
- # fi
- # fi
-
# The current implementation lacks libruby (i.e.: jruby)
[[ -z ${libruby_soname} ]] && return 0