Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/
Date: Wed, 27 Nov 2019 22:57:11
Message-Id: 1574895406.e936a711934ce0297abbe79c5eb094f30162a44b.chewi@gentoo
1 commit: e936a711934ce0297abbe79c5eb094f30162a44b
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 22:24:57 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 22:56:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e936a711
7
8 games-kids/tuxtype: Drop old 1.8.1-r1
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.17
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-kids/tuxtype/Manifest | 1 -
14 games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 46 ------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/games-kids/tuxtype/Manifest b/games-kids/tuxtype/Manifest
18 index be5b7102a95..0e6eba5b287 100644
19 --- a/games-kids/tuxtype/Manifest
20 +++ b/games-kids/tuxtype/Manifest
21 @@ -1,2 +1 @@
22 -DIST tuxtype-1.8.1.tar.gz 11470321 BLAKE2B 13650d319e75ed9770113475841780c3413b1d9918f9641bb5b32cf67a622ab731c54149e52252f69030ab8e016b4de408a835aaed29cbf5772213b58cab3e65 SHA512 c7285ece93168260215e20cb5e4f4a46da00687c22241e70f97f735e19501ea8f1abb38e4070fac108c524e5aa3f23f680acef6ef9f5654bc2dab954bcadab01
23 DIST tuxtype-1.8.3.tar.gz 11805625 BLAKE2B f34b2386234001452a3aba8afda7206a6bf674e6e60d5e5a8ea889e462f6979615f46bd47d62353c75e814c785e6a2ce97728f8cef6c44e43bb799b633ca0175 SHA512 7638cf7b5cb3a02072d36b43d385e43797bb846c5a69fda532432fb80ece19c44ca7b9b54bd73d4d3b7462b18f90cadb4648ed82a1d9e4822d7f3bd2c7a89343
24
25 diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
26 deleted file mode 100644
27 index db74faed70e..00000000000
28 --- a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit desktop xdg
37 -
38 -DESCRIPTION="Typing tutorial with lots of eye-candy"
39 -HOMEPAGE="https://github.com/tux4kids/tuxtype"
40 -SRC_URI="https://github.com/tux4kids/${PN}/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2 OFL-1.1"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="svg"
46 -
47 -DEPEND="acct-group/gamestat
48 - media-libs/libsdl[video]
49 - media-libs/sdl-image
50 - media-libs/sdl-mixer
51 - media-libs/sdl-pango
52 - media-libs/sdl-ttf
53 - svg? ( gnome-base/librsvg:2 )"
54 -
55 -RDEPEND="${DEPEND}"
56 -
57 -S="${WORKDIR}/${PN}-upstream-${PV}"
58 -
59 -src_configure() {
60 - econf \
61 - --localedir="${EPREFIX}"/usr/share/locale \
62 - $(use_with svg rsvg)
63 -}
64 -
65 -src_install() {
66 - default
67 - rm -v "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING,INSTALL} || die
68 - keepdir /etc/${PN} /var/games/${PN}/words
69 -
70 - newicon -s 64 icon.png ${PN}.png
71 - make_desktop_entry ${PN} TuxTyping
72 -
73 - fowners root:gamestat /var/games/${PN} /usr/bin/${PN}
74 - fperms 660 /var/games/${PN}
75 - fperms 2755 /usr/bin/${PN}
76 -}