diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-19 08:38:39 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-04-19 13:33:19 +0100 |
commit | de15c375e5f0bf616f3255322ea8ace2666a8690 (patch) | |
tree | 743443c46bf32aa8e2ddd9653d962c759af7af3f /games-kids | |
parent | games-kids/tuxmath: update HOMEPAGE, metadata (diff) | |
download | gentoo-de15c375e5f0bf616f3255322ea8ace2666a8690.tar.gz gentoo-de15c375e5f0bf616f3255322ea8ace2666a8690.tar.bz2 gentoo-de15c375e5f0bf616f3255322ea8ace2666a8690.zip |
games-kids/tuxtype: update HOMEPAGE, SRC_URI, metadata
Closes: https://bugs.gentoo.org/680742
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11737
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/Manifest | 2 | ||||
-rw-r--r-- | games-kids/tuxtype/metadata.xml | 11 | ||||
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/games-kids/tuxtype/Manifest b/games-kids/tuxtype/Manifest index 8fcbd166406c..7767407cec59 100644 --- a/games-kids/tuxtype/Manifest +++ b/games-kids/tuxtype/Manifest @@ -1 +1 @@ -DIST tuxtype_w_fonts-1.8.1.tar.gz 11528002 BLAKE2B 45cf547f94665913746c6f3fbcd25554cd4adeda1b6cbcc7cbffc1afec3c161f590ad9d21fa53c8e141978916a2d943cfa626cf412f805aeaf7d327284b11615 SHA512 2c360807295f8d9f3d18f36b64c49e39fac78d81570c7a554244a01ee76627c90579e580b609ea7994378f5bbff916142e293ad94306b7b38d132fdc1c53734f +DIST tuxtype-1.8.1.tar.gz 11470321 BLAKE2B 13650d319e75ed9770113475841780c3413b1d9918f9641bb5b32cf67a622ab731c54149e52252f69030ab8e016b4de408a835aaed29cbf5772213b58cab3e65 SHA512 c7285ece93168260215e20cb5e4f4a46da00687c22241e70f97f735e19501ea8f1abb38e4070fac108c524e5aa3f23f680acef6ef9f5654bc2dab954bcadab01 diff --git a/games-kids/tuxtype/metadata.xml b/games-kids/tuxtype/metadata.xml index 78274e0fa550..52de2ed0b372 100644 --- a/games-kids/tuxtype/metadata.xml +++ b/games-kids/tuxtype/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <upstream> + <remote-id type="github">tux4kids/tuxtype</remote-id> + </upstream> </pkgmetadata> diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild index ecb8f47f7717..428594088496 100644 --- a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild +++ b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils user DESCRIPTION="Typing tutorial with lots of eye-candy" -HOMEPAGE="https://alioth.debian.org/projects/tux4kids" -SRC_URI="https://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz" +HOMEPAGE="https://github.com/tux4kids/tuxtype" +SRC_URI="https://github.com/tux4kids/${PN}/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 OFL-1.1" SLOT="0" @@ -21,7 +21,7 @@ DEPEND="media-libs/libsdl[video] svg? ( gnome-base/librsvg )" RDEPEND=${DEPEND} -S=${WORKDIR}/tuxtype_w_fonts-${PV} +S=${WORKDIR}/${PN}-upstream-${PV} pkg_setup(){ enewgroup gamestat 36 |