summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-04-12 12:47:52 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-30 20:21:05 +0200
commit794061a3298b5716db015defa7b3e2c583b73980 (patch)
treebefde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /games-sports
parentstardict.eclass: inline mirror://sourceforge (diff)
downloadgentoo-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-sports')
-rw-r--r--games-sports/billardgl/billardgl-1.75-r2.ebuild4
-rw-r--r--games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild2
-rw-r--r--games-sports/gracer/gracer-0.1.5-r2.ebuild4
-rw-r--r--games-sports/speed-dreams/speed-dreams-2.2.3.ebuild10
-rw-r--r--games-sports/speed-dreams/speed-dreams-2.3.0.ebuild8
-rw-r--r--games-sports/trigger/trigger-0.6.1-r1.ebuild4
-rw-r--r--games-sports/trophy/trophy-2.0.4-r1.ebuild4
-rw-r--r--games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild2
8 files changed, 19 insertions, 19 deletions
diff --git a/games-sports/billardgl/billardgl-1.75-r2.ebuild b/games-sports/billardgl/billardgl-1.75-r2.ebuild
index 5c1bcd616075..b50bf50da35a 100644
--- a/games-sports/billardgl/billardgl-1.75-r2.ebuild
+++ b/games-sports/billardgl/billardgl-1.75-r2.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=7
@@ -7,7 +7,7 @@ inherit desktop
DESCRIPTION="An OpenGL billards game"
HOMEPAGE="https://sourceforge.net/projects/billardgl/"
-SRC_URI="mirror://sourceforge/${PN}/BillardGL-${PV}.tar.gz
+SRC_URI="https://downloads.sourceforge.net/${PN}/BillardGL-${PV}.tar.gz
mirror://gentoo/${PN}.png"
S="${WORKDIR}"/BillardGL-${PV}/src
diff --git a/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild b/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild
index 2e4aaaa572f5..2f8ff0be5474 100644
--- a/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild
+++ b/games-sports/bygfoot/bygfoot-2.3.2-r2.ebuild
@@ -7,7 +7,7 @@ inherit desktop flag-o-matic vcs-clean
DESCRIPTION="GTK+2 Soccer Management Game"
HOMEPAGE="https://bygfoot.sourceforge.io/new/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/games-sports/gracer/gracer-0.1.5-r2.ebuild b/games-sports/gracer/gracer-0.1.5-r2.ebuild
index 6138404cd11e..4a7c62263331 100644
--- a/games-sports/gracer/gracer-0.1.5-r2.ebuild
+++ b/games-sports/gracer/gracer-0.1.5-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="3D motor sports simulator"
HOMEPAGE="https://gracer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gracer/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/gracer/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
diff --git a/games-sports/speed-dreams/speed-dreams-2.2.3.ebuild b/games-sports/speed-dreams/speed-dreams-2.2.3.ebuild
index 514956352f07..9523cee78445 100644
--- a/games-sports/speed-dreams/speed-dreams-2.2.3.ebuild
+++ b/games-sports/speed-dreams/speed-dreams-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,10 +10,10 @@ MY_PV="${PV}-r7616"
DESCRIPTION="Fork of the famous open racing car simulator TORCS"
HOMEPAGE="http://www.speed-dreams.org/"
SRC_URI="
- mirror://sourceforge/speed-dreams/${PN}-src-base-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-hq-cars-and-tracks-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-more-hq-cars-and-tracks-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-wip-cars-and-tracks-${MY_PV}.tar.xz"
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-base-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-hq-cars-and-tracks-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-more-hq-cars-and-tracks-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-wip-cars-and-tracks-${MY_PV}.tar.xz"
S="${WORKDIR}"
LICENSE="GPL-2+ BitstreamVera CC0-1.0 Free-Art-1.2 OFL-1.1"
diff --git a/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild b/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild
index ef52cadfa46f..089280d3a4e6 100644
--- a/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild
+++ b/games-sports/speed-dreams/speed-dreams-2.3.0.ebuild
@@ -10,10 +10,10 @@ MY_PV="${PV}-r8786"
DESCRIPTION="Fork of the famous open racing car simulator TORCS"
HOMEPAGE="http://www.speed-dreams.org/"
SRC_URI="
- mirror://sourceforge/speed-dreams/${PN}-src-base-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-hq-cars-and-tracks-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-more-hq-cars-and-tracks-${MY_PV}.tar.xz
- mirror://sourceforge/speed-dreams/${PN}-src-wip-cars-and-tracks-${MY_PV}.tar.xz"
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-base-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-hq-cars-and-tracks-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-more-hq-cars-and-tracks-${MY_PV}.tar.xz
+ https://downloads.sourceforge.net/speed-dreams/${PN}-src-wip-cars-and-tracks-${MY_PV}.tar.xz"
LICENSE="GPL-2+ BitstreamVera CC0-1.0 Free-Art-1.2 OFL-1.1"
SLOT="0"
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild
index 4f792aba9d4f..dbf0500de132 100644
--- a/games-sports/trigger/trigger-0.6.1-r1.ebuild
+++ b/games-sports/trigger/trigger-0.6.1-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=8
@@ -9,7 +9,7 @@ MY_PN=${PN}-rally
MY_P=${MY_PN}-${PV}
DESCRIPTION="Free OpenGL rally car racing game"
HOMEPAGE="https://trigger-rally.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/${MY_PN}/${MY_P}.tar.bz2"
S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
diff --git a/games-sports/trophy/trophy-2.0.4-r1.ebuild b/games-sports/trophy/trophy-2.0.4-r1.ebuild
index 23bd48e035fb..7f42cde802b6 100644
--- a/games-sports/trophy/trophy-2.0.4-r1.ebuild
+++ b/games-sports/trophy/trophy-2.0.4-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=8
@@ -6,7 +6,7 @@ inherit desktop xdg
DESCRIPTION="2D Racing Game"
HOMEPAGE="https://trophy.sourceforge.io/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz
https://dev.gentoo.org/~pacho/${PN}/${PN}.png"
LICENSE="GPL-2"
diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
index 6a5ba8f9a23f..dccd476bea79 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r2.ebuild
@@ -9,7 +9,7 @@ MY_P=${PN}-srcdata-$(ver_rs 1- '')1
DESCRIPTION="Remake of the famous Stunts game"
HOMEPAGE="http://www.ultimatestunts.nl/"
-SRC_URI="mirror://sourceforge/ultimatestunts/${MY_P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/ultimatestunts/${MY_P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"