summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/powder/powder-113.ebuild')
-rw-r--r--games-roguelike/powder/powder-113.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/games-roguelike/powder/powder-113.ebuild b/games-roguelike/powder/powder-113.ebuild
deleted file mode 100644
index bc292db0979b..000000000000
--- a/games-roguelike/powder/powder-113.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/powder/powder-113.ebuild,v 1.2 2010/05/04 00:57:02 mr_bones_ Exp $
-
-EAPI=2
-inherit flag-o-matic eutils games
-
-MY_P=${P/-/}_src
-
-DESCRIPTION="A game in the genre of Rogue, Nethack, and Diablo. Emphasis is on tactical play."
-HOMEPAGE="http://www.zincland.com/powder/"
-SRC_URI="http://www.zincland.com/powder/release/${MY_P}.tar.gz"
-
-LICENSE="CCPL-Sampling-Plus-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-make.patch )
-
-src_compile() {
- append-cxxflags -DCHANGE_WORK_DIRECTORY
- emake -j1 -C port/linux || die
-}
-
-src_install() {
- dogamesbin port/linux/${PN} || die
- dodoc README.TXT CREDITS.TXT
- prepgamesdirs
-}