summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 10:20:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-13 10:20:44 +0000
commitb8260d473820d134edce6ff753b1152a5a587029 (patch)
treed64061d91c5d0f5cb2a6bbeb60265f09f7609693 /games-strategy/spacehulk
parentRemoved old ebuilds. (diff)
downloadhistorical-b8260d473820d134edce6ff753b1152a5a587029.tar.gz
historical-b8260d473820d134edce6ff753b1152a5a587029.tar.bz2
historical-b8260d473820d134edce6ff753b1152a5a587029.zip
die backticks
Diffstat (limited to 'games-strategy/spacehulk')
-rw-r--r--games-strategy/spacehulk/Manifest12
-rw-r--r--games-strategy/spacehulk/spacehulk-1.4.99.ebuild13
2 files changed, 13 insertions, 12 deletions
diff --git a/games-strategy/spacehulk/Manifest b/games-strategy/spacehulk/Manifest
index e4b90f42b4e0..aba4bb5ba4b1 100644
--- a/games-strategy/spacehulk/Manifest
+++ b/games-strategy/spacehulk/Manifest
@@ -1,10 +1,10 @@
-MD5 3da58dc2f4e345288ee5bbe8058f93be files/digest-spacehulk-1.4.3 143
-MD5 ae56cfc18bb656e1e2e006662d51af3a files/digest-spacehulk-1.4.4 143
-MD5 53ae55592eaade1f769f85a7921384cb files/digest-spacehulk-1.4.5 143
-MD5 6a777a8b96b9efc8bdb443eafeba5a94 files/digest-spacehulk-1.4.99 144
MD5 5ae929b7ae3e6308508d106b1430d2f8 ChangeLog 800
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 8ab764b8fb027cb04343ee5a3fc07ed0 spacehulk-1.4.3.ebuild 928
MD5 6c7eee40b24dd389580bd9a5599fc88e spacehulk-1.4.4.ebuild 928
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 c58824cdf7bced4f39df585aaf1fe2a2 spacehulk-1.4.99.ebuild 951
MD5 867b16ca1e09606abec7da41b19fa1bc spacehulk-1.4.5.ebuild 928
-MD5 deb4f364e5fcda8f0cfad83369418bdf spacehulk-1.4.99.ebuild 1045
+MD5 3da58dc2f4e345288ee5bbe8058f93be files/digest-spacehulk-1.4.3 143
+MD5 ae56cfc18bb656e1e2e006662d51af3a files/digest-spacehulk-1.4.4 143
+MD5 53ae55592eaade1f769f85a7921384cb files/digest-spacehulk-1.4.5 143
+MD5 6a777a8b96b9efc8bdb443eafeba5a94 files/digest-spacehulk-1.4.99 144
diff --git a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild
index 4173d2bffd2a..246d20bfa06f 100644
--- a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild
+++ b/games-strategy/spacehulk/spacehulk-1.4.99.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-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.2 2004/02/20 07:38:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.3 2004/04/13 10:20:44 mr_bones_ Exp $
inherit games
@@ -21,13 +21,14 @@ DEPEND=">=x11-libs/qt-3
media-libs/nas"
src_compile() {
- egamesconf `use_with xinerama` || die
- emake || die "emake failed"
+ egamesconf \
+ $(use_with xinerama) || die
+ emake || die "emake failed"
}
src_install() {
- egamesinstall || die
- cp -R ../themes/* ${D}${GAMES_DATADIR}/${PN}/themes || die "cp failed"
- dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
+ egamesinstall || die
+ cp -R ../themes/* "${D}${GAMES_DATADIR}/${PN}/themes" || die "cp failed"
+ dodoc AUTHORS ChangeLog README TODO
prepgamesdirs
}