Diff htmlentities-4.3.4-r1 with a htmlentities-4.4.0

/usr/portage/dev-ruby/htmlentities/htmlentities-4.4.0.ebuild 2025-11-18 18:18:06.894762999 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
6
USE_RUBY="ruby32 ruby33 ruby34"
7 7

  
8
RUBY_FAKEGEM_TASK_TEST=""
8
RUBY_FAKEGEM_GEMSPEC="htmlentities.gemspec"
9
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
9 10

  
10 11
RUBY_FAKEGEM_EXTRADOC="History.txt"
11 12

  
......
13 14

  
14 15
DESCRIPTION="A simple library for encoding/decoding entities in (X)HTML documents"
15 16
HOMEPAGE="https://github.com/threedaymonk/htmlentities"
17
SRC_URI="https://github.com/threedaymonk/htmlentities/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
16 18

  
17 19
LICENSE="MIT"
18 20
SLOT="0"
19
KEYWORDS="amd64 x86"
20

  
21
each_ruby_test() {
22
	${RUBY} -Ilib:. -S testrb-2 test/*_test.rb || die "tests failed"
23
}
21
KEYWORDS="~amd64 ~x86"
Thank you!