commit: c4106df30b444ae1a74c9ddf66528fbce7185539 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 12 06:33:52 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 06:19:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4106df3
ruby-ng-gnome2.eclass: drop obsolete SRC_URI The last version below 3.4.0 that used this SRC_URI has been removed in 2021 in bd4380d7b621baa6b63b24bedce94dfebe171cf3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> eclass/ruby-ng-gnome2.eclass | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index 8cce47cf1903..77c004f56998 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -47,13 +47,8 @@ ruby_add_bdepend " HOMEPAGE="https://ruby-gnome.github.io/" LICENSE="LGPL-2.1+" SLOT="0" -if ver_test -ge "3.4.0"; then - SRC_URI="https://github.com/ruby-gnome/ruby-gnome/archive/${PV}.tar.gz -> ruby-gnome2-${PV}.tar.gz" - RUBY_S=ruby-gnome-${PV}/${RUBY_FAKEGEM_NAME} -else - SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz" - RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME} -fi +SRC_URI="https://github.com/ruby-gnome/ruby-gnome/archive/${PV}.tar.gz -> ruby-gnome2-${PV}.tar.gz" +RUBY_S=ruby-gnome-${PV}/${RUBY_FAKEGEM_NAME} ruby-ng-gnome2_all_ruby_prepare() { # Avoid compilation of dependencies during test.
