summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-puzzle/anagramarama/anagramarama-0.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/anagramarama/anagramarama-0.2.ebuild b/games-puzzle/anagramarama/anagramarama-0.2.ebuild
deleted file mode 100644
index 5dc26f04662d..000000000000
--- a/games-puzzle/anagramarama/anagramarama-0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Create as many words as you can before the time runs out"
-HOMEPAGE="http://www.coralquest.com/anagramarama/"
-SRC_URI="http://www.omega.clara.net/anagramarama/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-image-1.2"
-RDEPEND="${DEPEND}
- sys-apps/miscfiles"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i \
- -e "s:wordlist.txt:${GAMES_DATADIR}\/${PN}\/wordlist.txt:" \
- -e "s:\"audio\/:\"${GAMES_DATADIR}\/${PN}\/audio\/:" \
- -e "s:\"images\/:\"${GAMES_DATADIR}\/${PN}\/images\/:" \
- src/{ag.c,dlb.c} \
- || die "sed failed"
- ecvs_clean
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
- newgamesbin ag ${PN}
- insinto "${GAMES_DATADIR}/${PN}"
- doins wordlist.txt
- doins -r images/ audio/
- dodoc readme
- prepgamesdirs
-}