summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:11 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:33:05 +0100
commitbb2e15ba611f984f855b5f1bb9788834a1337c99 (patch)
tree739eebf201ac2adebad0d5c03986aa96a49e60f8 /games-action/tuxkart
parentgames-action/trine-bin: Remove old (diff)
downloadgentoo-bb2e15ba611f984f855b5f1bb9788834a1337c99.tar.gz
gentoo-bb2e15ba611f984f855b5f1bb9788834a1337c99.tar.bz2
gentoo-bb2e15ba611f984f855b5f1bb9788834a1337c99.zip
games-action/tuxkart: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action/tuxkart')
-rw-r--r--games-action/tuxkart/tuxkart-0.4.0.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/games-action/tuxkart/tuxkart-0.4.0.ebuild b/games-action/tuxkart/tuxkart-0.4.0.ebuild
deleted file mode 100644
index a3f8017fa6e8..000000000000
--- a/games-action/tuxkart/tuxkart-0.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-DESCRIPTION="A racing game starring Tux, the linux penguin"
-HOMEPAGE="http://tuxkart.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tuxkart/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/plib-1.8.0
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXi
- virtual/opengl"
-DEPEND="${RDEPEND}
- x11-libs/libXt"
-
-src_prepare() {
- # apparently <sys/perm.h> doesn't exist on alpha
- if use alpha; then
- sed -i \
- -e '/#include <sys\/perm.h>/d' src/gfx.cxx || die
- fi
- sed -i \
- -e "/^plib_suffix/ s/-lplibul/-lplibul -lplibjs/" \
- -e "s/-malign-double//; s/-O6//" configure || die
- sed -i \
- -e "/^bindir/s/=.*/=@bindir@/" src/Makefile.in || die
-}
-
-src_configure() {
- egamesconf --datadir="${GAMES_DATADIR_BASE}"
-}
-
-src_install() {
- default
- dohtml doc/*.html
- rm -rf "${D}/usr/share/tuxkart/"
-
- prepgamesdirs
-}