Diff diakonos-0.9.7 with a diakonos-0.9.12

/usr/portage/app-editors/diakonos/diakonos-0.9.12.ebuild 2025-02-03 17:39:32.290665000 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
USE_RUBY="ruby27 ruby30 ruby31"
6
USE_RUBY="ruby31 ruby32 ruby33"
7 7

  
8 8
inherit ruby-ng
9 9

  
10 10
DESCRIPTION="A Linux editor for the masses"
11 11
HOMEPAGE="https://git.sr.ht/~pistos/diakonos"
12
SRC_URI="https://github.com/Pistos/diakonos/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="https://git.sr.ht/~pistos/diakonos/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13
RUBY_S="diakonos-v${PV}"
13 14

  
14 15
LICENSE="MIT"
15 16
SLOT="0"
......
22 23
	test? ( dev-ruby/rspec )"
23 24

  
24 25
each_ruby_test() {
25
	${RUBY} -S rspec -Ilib spec/*.rb spec/*/*.rb || die
26
	${RUBY} -S rspec spec || die
26 27
}
27 28

  
28 29
each_ruby_install() {
Thank you!