diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-21 08:48:13 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-04-22 21:15:18 +0100 |
commit | 735d1f57763941757952ddff9e31281b31c2530c (patch) | |
tree | 1aca6e384894e676bfaf221850a52596560d2684 /dev-games/t4k-common/t4k-common-0.1.1.ebuild | |
parent | games-emulation/atari800: update HOMEPAGE, SRC_URI, metadata (diff) | |
download | gentoo-735d1f57763941757952ddff9e31281b31c2530c.tar.gz gentoo-735d1f57763941757952ddff9e31281b31c2530c.tar.bz2 gentoo-735d1f57763941757952ddff9e31281b31c2530c.zip |
dev-games/t4k-common: update HOMEPAGE, SRC_URI, metadata
Bug: https://bugs.gentoo.org/683184
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11759
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games/t4k-common/t4k-common-0.1.1.ebuild')
-rw-r--r-- | dev-games/t4k-common/t4k-common-0.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/t4k-common/t4k-common-0.1.1.ebuild b/dev-games/t4k-common/t4k-common-0.1.1.ebuild index ed40644465c3..2b12a55927ca 100644 --- a/dev-games/t4k-common/t4k-common-0.1.1.ebuild +++ b/dev-games/t4k-common/t4k-common-0.1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="A library of code shared between tuxmath and tuxtype" -HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/download.php" -SRC_URI="http://alioth.debian.org/frs/download.php/3540/t4k_common-${PV}.tar.gz" +HOMEPAGE="https://github.com/tux4kids/t4kcommon" +SRC_URI="https://github.com/tux4kids/t4kcommon/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -28,7 +28,7 @@ RDEPEND="dev-libs/libxml2:2 DEPEND="${RDEPEND} virtual/pkgconfig" -S=${WORKDIR}/t4k_common-${PV} +S=${WORKDIR}/t4kcommon-upstream-${PV} src_prepare() { epatch "${FILESDIR}"/${P}-libpng.patch |