diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 01:32:16 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 02:11:34 -0500 |
commit | 957448e9ffb07cfd1234e63fad26899d8ceb6c8d (patch) | |
tree | 2da0aa8ea8bce38e83ab23ba9a06b7aae83591cc /dev-games | |
parent | dev-games/clanlib: enable USE=sound by default (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-games/clanlib/clanlib-0.8.1-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-2.3.7-r3.ebuild | 4 |
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" |