summaryrefslogtreecommitdiff
path: root/games-kids/tuxtype
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-kids/tuxtype
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-kids/tuxtype')
-rw-r--r--games-kids/tuxtype/Manifest1
-rw-r--r--games-kids/tuxtype/tuxtype-1.8.1.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/games-kids/tuxtype/Manifest b/games-kids/tuxtype/Manifest
index d3b11c0fae61..8408545ba4a5 100644
--- a/games-kids/tuxtype/Manifest
+++ b/games-kids/tuxtype/Manifest
@@ -1,4 +1,3 @@
DIST tuxtype_w_fonts-1.8.1.tar.gz 11528002 BLAKE2B 45cf547f94665913746c6f3fbcd25554cd4adeda1b6cbcc7cbffc1afec3c161f590ad9d21fa53c8e141978916a2d943cfa626cf412f805aeaf7d327284b11615 SHA512 2c360807295f8d9f3d18f36b64c49e39fac78d81570c7a554244a01ee76627c90579e580b609ea7994378f5bbff916142e293ad94306b7b38d132fdc1c53734f
EBUILD tuxtype-1.8.1-r1.ebuild 1058 BLAKE2B c48edef6365fd66d4a3ec13f919d7512a1f8bf8bda478918fdf3a5dad393ebd0cbf1a43634b2a0b4655e123fa080f4103f36113404d5c84458cc6d037ce9bd57 SHA512 1ef36f7a6b95dff17e7126af131c34781abbeed496e2e3cac52259882bd9d386dc1db7369798f716902c121e65fb0ec751b65ba457056753875a022a1119c160
-EBUILD tuxtype-1.8.1.ebuild 1160 BLAKE2B dec3c87dd341ca4f1a543ac5e3667fb09c7e50f849c8cea735cc752089099e9c540d2f4d57c36ebb2d240c46403da2a948b419a39b02c55c6cf0c9a9e0f5261d SHA512 d4c3fba878e598ac0c4baa9c2a97bb4100610a4e0b59b08a7c1929da929e82615e87e29c21f4c1f9bfa2536c2dfcf31f276040b73e3ae49e89ccdf711ba817c3
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
deleted file mode 100644
index 1c0c734242d8..000000000000
--- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Typing tutorial with lots of eye-candy"
-HOMEPAGE="http://alioth.debian.org/projects/tux4kids/"
-SRC_URI="http://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz"
-
-LICENSE="GPL-2 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="svg"
-
-DEPEND="media-libs/libsdl[video]
- media-libs/sdl-pango
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf
- svg? ( gnome-base/librsvg )"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/tuxtype_w_fonts-${PV}
-
-src_prepare() {
- sed -i \
- -e 's:$(prefix)/share:'${GAMES_DATADIR}':g' \
- -e 's:$(prefix)/doc/$(PACKAGE):/usr/share/doc/'${PF}':g' \
- $(find -name Makefile.in) || die
-}
-
-src_configure() {
- egamesconf \
- --docdir=/usr/share/doc/${PF} \
- --localedir=/usr/share/locale \
- $(use_with svg rsvg)
-}
-
-src_install() {
- default
- rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL,ABOUT-NLS}*
- doicon ${PN}.ico
- make_desktop_entry ${PN} TuxTyping /usr/share/pixmaps/${PN}.ico
- keepdir "${GAMES_SYSCONFDIR}/${PN}" "${GAMES_STATEDIR}/${PN}/words"
- prepgamesdirs
-}