From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- app-editors/diakonos/diakonos-0.9.4-r1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app-editors/diakonos/diakonos-0.9.4-r1.ebuild') diff --git a/app-editors/diakonos/diakonos-0.9.4-r1.ebuild b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild index 74fbd1888407..081eff7e66f0 100644 --- a/app-editors/diakonos/diakonos-0.9.4-r1.ebuild +++ b/app-editors/diakonos/diakonos-0.9.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ USE_RUBY="ruby26 ruby27 ruby30" inherit ruby-ng DESCRIPTION="A Linux editor for the masses" -HOMEPAGE="http://diakonos.pist0s.ca" -SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2" +HOMEPAGE="https://git.sr.ht/~pistos/diakonos" +SRC_URI="https://github.com/Pistos/diakonos/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -21,8 +21,12 @@ ruby_add_rdepend "dev-ruby/curses" ruby_add_bdepend "doc? ( dev-ruby/yard ) test? ( dev-ruby/bacon )" +each_ruby_test() { + ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die +} + each_ruby_install() { - ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${P} || die "install failed" + ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${PF} || die "install failed" } all_ruby_install() { @@ -31,7 +35,3 @@ all_ruby_install() { dodoc -r doc/* fi } - -each_ruby_test() { - ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die -} -- cgit v1.2.3