summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-19 11:46:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-19 11:46:47 +0000
commit647572f65b79a47877f08d6d3990f259d3e2c405 (patch)
tree18a43a1e11731920ea9ca0c1fab364a2f239007d /games-puzzle
parentCleanup, removing S=... with no effect (Manifest recommit) (diff)
downloadgentoo-2-647572f65b79a47877f08d6d3990f259d3e2c405.tar.gz
gentoo-2-647572f65b79a47877f08d6d3990f259d3e2c405.tar.bz2
gentoo-2-647572f65b79a47877f08d6d3990f259d3e2c405.zip
use_with svga instead of use_with svgalib; tidy
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/quadra/ChangeLog5
-rw-r--r--games-puzzle/quadra/quadra-1.1.8.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/games-puzzle/quadra/ChangeLog b/games-puzzle/quadra/ChangeLog
index abbb546fe6b1..b98fb2a99963 100644
--- a/games-puzzle/quadra/ChangeLog
+++ b/games-puzzle/quadra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/quadra
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadra/ChangeLog,v 1.5 2004/03/31 04:00:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadra/ChangeLog,v 1.6 2004/04/19 11:46:47 mr_bones_ Exp $
+
+ 19 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> quadra-1.1.8.ebuild:
+ use_with svga instead of use_with svgalib; tidy
30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> quadra-1.1.8.ebuild:
virtual/x11; depend on sed >= 4; error check sed
diff --git a/games-puzzle/quadra/quadra-1.1.8.ebuild b/games-puzzle/quadra/quadra-1.1.8.ebuild
index ecca0bb6e2b8..821e74d8b3ad 100644
--- a/games-puzzle/quadra/quadra-1.1.8.ebuild
+++ b/games-puzzle/quadra/quadra-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadra/quadra-1.1.8.ebuild,v 1.4 2004/03/31 04:00:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadra/quadra-1.1.8.ebuild,v 1.5 2004/04/19 11:46:47 mr_bones_ Exp $
inherit eutils gcc games
@@ -23,8 +23,8 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
cd ${S}
- [ `gcc-major-version` == 3 ] && epatch ${FILESDIR}/${P}-gcc3.patch
- epatch ${FILESDIR}/libpng-1.2.5.patch
+ [ $(gcc-major-version) == 3 ] && epatch "${FILESDIR}/${P}-gcc3.patch"
+ epatch "${FILESDIR}/libpng-1.2.5.patch"
sed -i \
-e 's:-pedantic::' config/vars.mk \
|| die "sed config/vars.mk failed"
@@ -35,15 +35,15 @@ src_unpack() {
}
src_compile() {
- egamesconf `use_with svgalib` || die
+ egamesconf `use_with svga svgalib` || die
emake || die "emake failed"
}
src_install() {
egamesinstall || die
dodir /usr/share/pixmaps
- mv ${D}/${GAMES_DATADIR}/pixmaps/quadra.xpm ${D}/usr/share/pixmaps
- rm -rf ${D}/usr/share/games/pixmaps
+ mv "${D}/${GAMES_DATADIR}/pixmaps/quadra.xpm" "${D}/usr/share/pixmaps"
+ rm -rf "${D}/usr/share/games/pixmaps"
dodoc ChangeLog NEWS README
dohtml help/*