Skip to content

Commit

Permalink
games-kids/tuxtype: update HOMEPAGE, SRC_URI, metadata
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/680742
Signed-off-by: Wim Muskee <[email protected]>
Closes: gentoo#11737
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
wimmuskee authored and chewi committed Apr 19, 2019
1 parent 8eed3f1 commit de15c37
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion games-kids/tuxtype/Manifest
Original file line number Diff line number Diff line change
@@ -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
11 changes: 7 additions & 4 deletions games-kids/tuxtype/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Gentoo Games Project</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="github">tux4kids/tuxtype</remote-id>
</upstream>
</pkgmetadata>
8 changes: 4 additions & 4 deletions games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit de15c37

Please sign in to comment.