summaryrefslogtreecommitdiff
path: root/games-puzzle/shaaft/shaaft-0.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/shaaft/shaaft-0.5.0.ebuild')
-rw-r--r--games-puzzle/shaaft/shaaft-0.5.0.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/games-puzzle/shaaft/shaaft-0.5.0.ebuild b/games-puzzle/shaaft/shaaft-0.5.0.ebuild
deleted file mode 100644
index 04d75ab84441..000000000000
--- a/games-puzzle/shaaft/shaaft-0.5.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="A falling block game similar to Blockout"
-HOMEPAGE="https://packages.gentoo.org/package/games-puzzle/shaaft"
-SRC_URI="mirror://sourceforge/criticalmass/${P/s/S}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- sys-libs/zlib
- media-libs/libpng:0
- media-libs/libsdl[sound,opengl,video]
- media-libs/sdl-mixer[mod]
- media-libs/sdl-image[png]"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${P/s/S}
-
-src_prepare() {
- sed -i \
- -e 's:DATA_DIR:"'${GAMES_DATADIR}'\/'${PN/s/S}\/'":g' \
- game/main.cpp || die
-
- sed -i \
- -e 's:png12:png:g' \
- -e '/^CFLAGS=""/d' \
- -e '/^CXXFLAGS=""/d' \
- configure.in || die
-
- epatch \
- "${FILESDIR}"/${P}-gcc34.patch \
- "${FILESDIR}"/${P}-gcc41.patch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-libpng15.patch
- mv configure.in configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- egamesconf --disable-optimize
-}
-
-src_install() {
- DOCS="TODO.txt" default
- rm -f "${D}/${GAMES_BINDIR}"/Packer
- prepgamesdirs
-}