diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-28 14:13:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-28 14:13:15 +0000 |
commit | c9cb3fd2dfd26da44f3edf4805221d00401c588b (patch) | |
tree | e4973293898dfcf732e01bf360b54dd2c284db76 /games-action/raptor2/raptor2-1.0.0-r1.ebuild | |
parent | touchups/unmask (diff) | |
download | gentoo-2-c9cb3fd2dfd26da44f3edf4805221d00401c588b.tar.gz gentoo-2-c9cb3fd2dfd26da44f3edf4805221d00401c588b.tar.bz2 gentoo-2-c9cb3fd2dfd26da44f3edf4805221d00401c588b.zip |
touchup/unmask
Diffstat (limited to 'games-action/raptor2/raptor2-1.0.0-r1.ebuild')
-rw-r--r-- | games-action/raptor2/raptor2-1.0.0-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games-action/raptor2/raptor2-1.0.0-r1.ebuild b/games-action/raptor2/raptor2-1.0.0-r1.ebuild index 5f97493e5b9b..bcfd934ebc26 100644 --- a/games-action/raptor2/raptor2-1.0.0-r1.ebuild +++ b/games-action/raptor2/raptor2-1.0.0-r1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/raptor2/raptor2-1.0.0-r1.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/raptor2/raptor2-1.0.0-r1.ebuild,v 1.2 2003/10/28 14:13:15 vapier Exp $ inherit eutils games MY_P="raptor-${PV}" DESCRIPTION="space shoot-em-up game" -SRC_URI="mirror://sourceforge/raptorv2/${MY_P}.tar.gz" HOMEPAGE="http://raptorv2.sourceforge.net/" +SRC_URI="mirror://sourceforge/raptorv2/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="oggvorbis nls" RDEPEND=">=media-libs/allegro-4.0.0 @@ -22,9 +22,9 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} && cd ${S} epatch ${FILESDIR}/${PV}-chdir.patch - cd src && cp raptor.cpp{,.orig} - sed -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}/:" \ - raptor.cpp.orig > raptor.cpp + sed -i \ + "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}/:" \ + src/raptor.cpp } src_install() { @@ -34,4 +34,3 @@ src_install() { dodoc AUTHORS ChangeLog README NEWS prepgamesdirs } - |