summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-12 12:44:11 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-30 20:18:33 +0200
commit67defaf332550f88f0d23963dffbecdac5d3bdff (patch)
treec1eb6c9d707565a388f9d61649c9d980ce505812 /eclass
parentsys-devel/clang-common: reapply cet config for x86_64 only (diff)
downloadgentoo-67defaf332550f88f0d23963dffbecdac5d3bdff.tar.gz
gentoo-67defaf332550f88f0d23963dffbecdac5d3bdff.tar.bz2
gentoo-67defaf332550f88f0d23963dffbecdac5d3bdff.zip
ruby-ng-gnome2.eclass: inline mirror://sourceforge
bump copyright to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-ng-gnome2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
index e6636811aacc..e10f1e625993 100644
--- a/eclass/ruby-ng-gnome2.eclass
+++ b/eclass/ruby-ng-gnome2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-ng-gnome2.eclass
@@ -44,7 +44,7 @@ BDEPEND="virtual/pkgconfig"
ruby_add_bdepend "
dev-ruby/pkg-config
test? ( >=dev-ruby/test-unit-2 )"
-SRC_URI="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz"
HOMEPAGE="https://ruby-gnome.github.io/"
LICENSE="LGPL-2.1+"
SLOT="0"
@@ -52,7 +52,7 @@ 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="mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz"
+ SRC_URI="https://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-${PV}.tar.gz"
RUBY_S=ruby-gnome2-all-${PV}/${RUBY_FAKEGEM_NAME}
fi