games-kids/tuxtype: Drop old 1.8.1-r1
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 27 Nov 2019 22:24:57 +0000 (22:24 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 27 Nov 2019 22:56:46 +0000 (22:56 +0000)
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
games-kids/tuxtype/Manifest
games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild [deleted file]

index be5b7102a957278f4d76dc9d2e37552e3461f926..0e6eba5b287348d372c94f4a63c3d42b09e6b703 100644 (file)
@@ -1,2 +1 @@
-DIST tuxtype-1.8.1.tar.gz 11470321 BLAKE2B 13650d319e75ed9770113475841780c3413b1d9918f9641bb5b32cf67a622ab731c54149e52252f69030ab8e016b4de408a835aaed29cbf5772213b58cab3e65 SHA512 c7285ece93168260215e20cb5e4f4a46da00687c22241e70f97f735e19501ea8f1abb38e4070fac108c524e5aa3f23f680acef6ef9f5654bc2dab954bcadab01
 DIST tuxtype-1.8.3.tar.gz 11805625 BLAKE2B f34b2386234001452a3aba8afda7206a6bf674e6e60d5e5a8ea889e462f6979615f46bd47d62353c75e814c785e6a2ce97728f8cef6c44e43bb799b633ca0175 SHA512 7638cf7b5cb3a02072d36b43d385e43797bb846c5a69fda532432fb80ece19c44ca7b9b54bd73d4d3b7462b18f90cadb4648ed82a1d9e4822d7f3bd2c7a89343
diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
deleted file mode 100644 (file)
index db74fae..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="Typing tutorial with lots of eye-candy"
-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"
-KEYWORDS="~amd64 ~x86"
-IUSE="svg"
-
-DEPEND="acct-group/gamestat
-       media-libs/libsdl[video]
-       media-libs/sdl-image
-       media-libs/sdl-mixer
-       media-libs/sdl-pango
-       media-libs/sdl-ttf
-       svg? ( gnome-base/librsvg:2 )"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-upstream-${PV}"
-
-src_configure() {
-       econf \
-               --localedir="${EPREFIX}"/usr/share/locale \
-               $(use_with svg rsvg)
-}
-
-src_install() {
-       default
-       rm -v "${ED}"/usr/share/doc/${PF}/{ABOUT-NLS,COPYING,INSTALL} || die
-       keepdir /etc/${PN} /var/games/${PN}/words
-
-       newicon -s 64 icon.png ${PN}.png
-       make_desktop_entry ${PN} TuxTyping
-
-       fowners root:gamestat /var/games/${PN} /usr/bin/${PN}
-       fperms 660 /var/games/${PN}
-       fperms 2755 /usr/bin/${PN}
-}