summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-19 01:32:16 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-19 02:11:34 -0500
commit957448e9ffb07cfd1234e63fad26899d8ceb6c8d (patch)
tree2da0aa8ea8bce38e83ab23ba9a06b7aae83591cc /dev-games/clanlib
parentdev-games/clanlib: enable USE=sound by default (diff)
downloadgentoo-957448e9ffb07cfd1234e63fad26899d8ceb6c8d.tar.gz
gentoo-957448e9ffb07cfd1234e63fad26899d8ceb6c8d.tar.bz2
gentoo-957448e9ffb07cfd1234e63fad26899d8ceb6c8d.zip
dev-games/clanlib: replace dead SRC_URI/HOMEPAGE in old slots
Closes: https://bugs.gentoo.org/881253 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r--dev-games/clanlib/clanlib-0.8.1-r2.ebuild6
-rw-r--r--dev-games/clanlib/clanlib-2.3.7-r3.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-games/clanlib/clanlib-0.8.1-r2.ebuild b/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
index dc731f1467d2..71d3a0c5b785 100644
--- a/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Multi-platform game development library"
-HOMEPAGE="http://www.clanlib.org/"
-SRC_URI="http://clanlib.org/download/releases-${PV:0:3}/ClanLib-${PV}.tgz"
+HOMEPAGE="https://github.com/sphair/ClanLib"
+SRC_URI="mirror://gentoo/ClanLib-${PV}.tgz"
S="${WORKDIR}"/ClanLib-${PV}
LICENSE="ZLIB"
diff --git a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
index adedc2bd65bf..f3998ba284cb 100644
--- a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
+++ b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild
@@ -7,8 +7,8 @@ inherit autotools toolchain-funcs
MY_P=ClanLib-${PV}
DESCRIPTION="Multi-platform game development library"
-HOMEPAGE="http://www.clanlib.org/"
-SRC_URI="http://clanlib.org/download/releases-2.0/${MY_P}.tgz"
+HOMEPAGE="https://github.com/sphair/ClanLib"
+SRC_URI="mirror://gentoo/${MY_P}.tgz"
S="${WORKDIR}"/${MY_P}
LICENSE="ZLIB"