public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Lucio Sauer <watermanpaint@posteo.net>
To: gentoo-dev@lists.gentoo.org
Cc: Lucio Sauer <watermanpaint@posteo.net>
Subject: [gentoo-dev] [PATCH 2/2] stardict.eclass: inline mirror://sourceforge
Date: Fri, 12 Apr 2024 12:17:01 +0000	[thread overview]
Message-ID: <20240412121656.19039-7-watermanpaint@posteo.net> (raw)
In-Reply-To: <20240412121656.19039-5-watermanpaint@posteo.net>

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



      reply	other threads:[~2024-04-12 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240412121656.19039-7-watermanpaint@posteo.net \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox