diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:45:04 +0100 |
commit | 1bf18532a6e20f411c68c4e3333559a61a544db0 (patch) | |
tree | 63061ede531875de3cdbdef46ffa34d1958d284e /games-kids | |
parent | games-kids/tuxmathscrabble: Remove old (diff) | |
download | gentoo-1bf18532a6e20f411c68c4e3333559a61a544db0.tar.gz gentoo-1bf18532a6e20f411c68c4e3333559a61a544db0.tar.bz2 gentoo-1bf18532a6e20f411c68c4e3333559a61a544db0.zip |
games-kids/tuxtype: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.8.1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
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 -} |