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/html2haml/
Date: Sat, 25 Apr 2020 12:16:09
Message-Id: 1587816958.d4721643d8e1a29fc09f319556e5ec4d949db6dc.graaff@gentoo
1 commit: d4721643d8e1a29fc09f319556e5ec4d949db6dc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 07:51:35 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 12:15:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4721643
7
8 dev-ruby/html2haml: drop obsolete haml slot
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/html2haml/html2haml-2.2.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ruby/html2haml/html2haml-2.2.0.ebuild b/dev-ruby/html2haml/html2haml-2.2.0.ebuild
17 index 6a0a572beb5..3dac0ad3ef2 100644
18 --- a/dev-ruby/html2haml/html2haml-2.2.0.ebuild
19 +++ b/dev-ruby/html2haml/html2haml-2.2.0.ebuild
20 @@ -1,9 +1,9 @@
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=6
26
27 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
28 +USE_RUBY="ruby24 ruby25 ruby26"
29
30 RUBY_FAKEGEM_EXTRADOC="README.md Changelog.markdown"
31 RUBY_FAKEGEM_RECIPE_DOC="yard"
32 @@ -21,7 +21,7 @@ IUSE=""
33 ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.0
34 >=dev-ruby/erubis-2.7.0
35 >=dev-ruby/ruby_parser-3.5
36 - || ( dev-ruby/haml:5 dev-ruby/haml:4 )"
37 + dev-ruby/haml:5"
38
39 ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"