diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-19 17:42:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-19 17:42:43 +0000 |
commit | 760dbc232e9957ebdd2a398c41124175bd97e0ed (patch) | |
tree | b157889d806e9e95a8a89a4fdeb333b075e92854 /games-arcade/gav | |
parent | Version Bump (diff) | |
download | gentoo-2-760dbc232e9957ebdd2a398c41124175bd97e0ed.tar.gz gentoo-2-760dbc232e9957ebdd2a398c41124175bd97e0ed.tar.bz2 gentoo-2-760dbc232e9957ebdd2a398c41124175bd97e0ed.zip |
tidy
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-arcade/gav')
-rw-r--r-- | games-arcade/gav/gav-0.8.0.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/games-arcade/gav/gav-0.8.0.ebuild b/games-arcade/gav/gav-0.8.0.ebuild index 978ba3e748a6..0e564e870744 100644 --- a/games-arcade/gav/gav-0.8.0.ebuild +++ b/games-arcade/gav/gav-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.8.0.ebuild,v 1.8 2005/05/21 18:34:57 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gav/gav-0.8.0.ebuild,v 1.9 2005/09/19 17:42:43 mr_bones_ Exp $ inherit games @@ -18,19 +18,17 @@ SRC_URI="mirror://sourceforge/gav/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64 sparc" +KEYWORDS="amd64 ppc sparc x86" IUSE="" -RDEPEND="media-libs/sdl-image +DEPEND="media-libs/sdl-image media-libs/sdl-net media-libs/libsdl" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" src_unpack() { unpack ${P}.tar.gz - cd ${S} + cd "${S}" cp Makefile.Linux Makefile || die "cp 1 failed" cp automa/Makefile.Linux automa/Makefile || die "cp 2 failed" @@ -38,14 +36,14 @@ src_unpack() { cp net/Makefile.Linux net/Makefile || die "cp 4 failed" sed -i \ - -e "s:/usr/bin:${GAMES_BINDIR}:" Makefile || \ - die "sed Makefile failed" + -e "s:/usr/bin:${GAMES_BINDIR}:" Makefile \ + || die "sed failed" sed -i \ - -e "/-Wall/ s$ ${CXXFLAGS}" CommonHeader || \ - die "sed CommonHeader failed" + -e "/-Wall/ s$ ${CXXFLAGS}" CommonHeader \ + || die "sed failed" # Now, unpack the additional themes - cd ${S}/themes + cd "${S}"/themes # unpack everything because it's easy unpack ${A} # and kill off what we don't want |