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/polyglot/
Date: Sun, 23 Feb 2020 06:05:07
Message-Id: 1582437736.3b8e2d961472ae67edd96f2d1eeefd2e5760af5e.graaff@gentoo
1 commit: 3b8e2d961472ae67edd96f2d1eeefd2e5760af5e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 06:02:16 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 06:02:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8e2d96
7
8 dev-ruby/polyglot: add ruby27
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/polyglot/polyglot-0.3.5.ebuild | 9 ++-------
14 1 file changed, 2 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-ruby/polyglot/polyglot-0.3.5.ebuild b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
17 index a8efe928b1b..3f1076e95df 100644
18 --- a/dev-ruby/polyglot/polyglot-0.3.5.ebuild
19 +++ b/dev-ruby/polyglot/polyglot-0.3.5.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
27 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28
29 RUBY_FAKEGEM_TASK_DOC=""
30 RUBY_FAKEGEM_TASK_TEST=""
31 @@ -18,8 +18,3 @@ LICENSE="MIT"
32 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 SLOT="0"
34 IUSE=""
35 -
36 -all_ruby_prepare() {
37 - # jruby has trouble parsing this metadata and there are no dependencies.
38 - rm -f ../metadata || die
39 -}