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/ansi/
Date: Mon, 12 Jul 2021 13:26:39
Message-Id: 1626096390.657e8bd2fc09d18d31aa0022327c4fb3c4256dd5.graaff@gentoo
1 commit: 657e8bd2fc09d18d31aa0022327c4fb3c4256dd5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 08:07:00 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 13:26:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657e8bd2
7
8 dev-ruby/ansi: add ruby30; EAPI 7
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/ansi/ansi-1.5.0-r1.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..5a8e4bd43e6
19 --- /dev/null
20 +++ b/dev-ruby/ansi/ansi-1.5.0-r1.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2021 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +USE_RUBY="ruby26 ruby27 ruby30"
27 +
28 +RUBY_FAKEGEM_TASK_TEST=""
29 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 +RUBY_FAKEGEM_EXTRADOC="DEMO.md HISTORY.md README.md"
31 +
32 +inherit ruby-fakegem
33 +
34 +DESCRIPTION="The Ruby ANSI project is collection of ANSI escape codes for Ruby"
35 +HOMEPAGE="https://rubyworks.github.io/ansi/"
36 +
37 +LICENSE="BSD-2"
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
40 +IUSE=""
41 +
42 +# Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest
43 +RESTRICT="test"