Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 25 Nov 2017 10:56:50
Message-Id: 1511607402.09dc621516b60867847f19bd46ec0c7aa800b481.graaff@gentoo
1 commit: 09dc621516b60867847f19bd46ec0c7aa800b481
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 25 10:55:37 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 10:56:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dc6215
7
8 ruby-fakegem.eclass: fix RUBY_FAKEGEM_EXTRAINSTALL
9
10 Remove wrong default value and fix documentation accordingly.
11
12 eclass/ruby-fakegem.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index 57ff678cdf0..c606ccfdb7b 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -98,11 +98,11 @@ RUBY_FAKEGEM_BINDIR="${RUBY_FAKEGEM_BINDIR-bin}"
20 # Filename of .gemspec file to install instead of generating a generic one.
21
22 # @ECLASS-VARIABLE: RUBY_FAKEGEM_EXTRAINSTALL
23 +# @DEFAULT_UNSET
24 # @DESCRIPTION:
25 # List of files and directories relative to the top directory that also
26 # get installed. Some gems provide extra files such as version information,
27 # Rails generators, or data that needs to be installed as well.
28 -RUBY_FAKEGEM_EXTRAINSTALL=""
29
30
31 RUBY_FAKEGEM_SUFFIX="${RUBY_FAKEGEM_SUFFIX:-}"