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: dev-ruby/classifier/
Date: Sat, 04 Feb 2017 16:17:55
Message-Id: 1486225054.d382c17e712cf3bca8b77f1d3ca2b771cf62667b.graaff@gentoo
1 commit: d382c17e712cf3bca8b77f1d3ca2b771cf62667b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 16:03:44 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 16:17:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d382c17e
7
8 dev-ruby/classifier: add ruby23
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/classifier/classifier-1.3.4.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/classifier/classifier-1.3.4.ebuild b/dev-ruby/classifier/classifier-1.3.4.ebuild
16 index 722a47b..b6b7cfa 100644
17 --- a/dev-ruby/classifier/classifier-1.3.4.ebuild
18 +++ b/dev-ruby/classifier/classifier-1.3.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -USE_RUBY="ruby20 ruby21 ruby22"
27 +USE_RUBY="ruby21 ruby22 ruby23"
28
29 RUBY_FAKEGEM_TASK_DOC=""
30 RUBY_FAKEGEM_EXTRADOC="README.markdown"
31 @@ -24,6 +24,7 @@ ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
32
33 all_ruby_prepare() {
34 sed -i -e "s/PKG_VERSION/\"${PV}\"/" \
35 + -e '/rubyforge/ s:^:#:' \
36 -e "s#PKG_FILES#FileList[ \"lib/**/*\", \"bin/*\", \"test/**/*\", \"[A-Z]*\", \"Rakefile\", \"Gemfile\", \"html/**/*\"]#" Rakefile
37 if use !gsl; then
38 sed -e 's/$GSL = true/$GSL = false/' -i lib/${PN}/lsi.rb || die