diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /games-mud | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/kildclient/kildclient-3.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | games-mud/tf/tf-5.0_beta8_p8-r1.ebuild | 6 | ||||
-rw-r--r-- | games-mud/trebuchet/trebuchet-1.075-r1.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/games-mud/kildclient/kildclient-3.0.1-r1.ebuild b/games-mud/kildclient/kildclient-3.0.1-r1.ebuild index 703ac1cad76a..6a51d9709745 100644 --- a/games-mud/kildclient/kildclient-3.0.1-r1.ebuild +++ b/games-mud/kildclient/kildclient-3.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="Powerful MUD client with a built-in PERL interpreter" HOMEPAGE="http://kildclient.sourceforge.net" -SRC_URI="mirror://sourceforge/kildclient/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/kildclient/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild b/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild index df7c30050399..3fb01e719f69 100644 --- a/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild +++ b/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild @@ -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 EAPI=7 @@ -12,11 +12,11 @@ MY_DEB_PV="$(ver_cut 1-2)$(ver_cut 3-4)-$(ver_cut 6)" DESCRIPTION="Small, flexible, screen-oriented MUD client (aka TinyFugue)" HOMEPAGE="https://tinyfugue.sourceforge.net/" SRC_URI=" - mirror://sourceforge/tinyfugue/tf-${MY_PV}.tar.gz + https://downloads.sourceforge.net/tinyfugue/tf-${MY_PV}.tar.gz mirror://debian/pool/main/t/tf5/tf5_${MY_DEB_PV}.debian.tar.xz http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt -> tf-allrootpatch.txt http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt -> tf-allsrcpatch.txt - doc? ( mirror://sourceforge/tinyfugue/tf-${MY_PV}-help.tar.gz )" + doc? ( https://downloads.sourceforge.net/tinyfugue/tf-${MY_PV}-help.tar.gz )" LICENSE="GPL-2" SLOT="0" diff --git a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild index 3cf5c7cc08f2..2468c2a0dc2a 100644 --- a/games-mud/trebuchet/trebuchet-1.075-r1.ebuild +++ b/games-mud/trebuchet/trebuchet-1.075-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A crossplatform TCL/TK based MUD client" HOMEPAGE="http://belfry.com/fuzzball/trebuchet/" -SRC_URI="mirror://sourceforge/trebuchet/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/trebuchet/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |