diff options
Diffstat (limited to 'games-puzzle/drod-bin/drod-bin-1.6.7.ebuild')
-rw-r--r-- | games-puzzle/drod-bin/drod-bin-1.6.7.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild index fc8e537a525f..dc4981867482 100644 --- a/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild +++ b/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild,v 1.1 2012/02/01 20:19:32 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.7.ebuild,v 1.2 2012/02/08 21:30:14 vapier Exp $ + EAPI=2 -inherit eutils games +inherit eutils unpacker games DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only a sword and your wits" HOMEPAGE="http://www.drod.net/" @@ -33,10 +34,6 @@ RDEPEND=" S="${WORKDIR}" -src_unpack() { - unpack_makeself -} - src_configure() { GDIR=${GAMES_PREFIX_OPT}/drod sed "s:%DRODAE_HOME%:${GDIR}:g" bin/Linux/x86/glibc-2.1/drod-ae.in > drod |