public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] ruby-ng-gnome2.eclass: inline mirror://sourceforge
@ 2024-04-12 12:16 Lucio Sauer
  2024-04-12 12:17 ` [gentoo-dev] [PATCH 2/2] stardict.eclass: " Lucio Sauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucio Sauer @ 2024-04-12 12:16 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Lucio Sauer

Hi all,

the following patch is part of a tree-wide effort to inline
mirror://sourceforge (https://github.com/gentoo/gentoo/pull/36198).

The entry in thirdpartymirrors adds a pointless level of indirection,
since sourceforge provides a bouncer service already.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
---
 eclass/ruby-ng-gnome2.eclass | 6 +++---
 1 file 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
 
-- 
2.43.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-dev] [PATCH 2/2] stardict.eclass: inline mirror://sourceforge
  2024-04-12 12:16 [gentoo-dev] [PATCH 1/2] ruby-ng-gnome2.eclass: inline mirror://sourceforge Lucio Sauer
@ 2024-04-12 12:17 ` Lucio Sauer
  0 siblings, 0 replies; 2+ messages in thread
From: Lucio Sauer @ 2024-04-12 12:17 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Lucio Sauer

the following patch is part of a tree-wide effort to inline
mirror://sourceforge (https://github.com/gentoo/gentoo/pull/36198).

The entry in thirdpartymirrors adds a pointless level of indirection,
since sourceforge provides a bouncer service already.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
---
 eclass/stardict.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass
index 080c01f92470..b69310c7cb18 100644
--- a/eclass/stardict.eclass
+++ b/eclass/stardict.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: stardict.eclass
@@ -48,7 +48,7 @@ if [[ -n ${FROM_LANG} && -n ${TO_LANG} ]]; then
 fi
 
 HOMEPAGE="http://stardict.sourceforge.net/"
-SRC_URI="mirror://sourceforge/stardict/${DICT_P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/stardict/${DICT_P}.tar.bz2"
 S="${WORKDIR}/${DICT_P}"
 
 LICENSE="GPL-2"
-- 
2.43.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-12 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 12:16 [gentoo-dev] [PATCH 1/2] ruby-ng-gnome2.eclass: inline mirror://sourceforge Lucio Sauer
2024-04-12 12:17 ` [gentoo-dev] [PATCH 2/2] stardict.eclass: " Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox