summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-06 23:28:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-06 23:28:43 +0000
commit98d1d5261d7efe35d4b6c16bc217b0da8803d917 (patch)
treee9a3355193e7363a8dc0c4e1081c0ea5c8d0d3e6 /games-strategy
parentStable on x86; bug #118108 (diff)
downloadhistorical-98d1d5261d7efe35d4b6c16bc217b0da8803d917.tar.gz
historical-98d1d5261d7efe35d4b6c16bc217b0da8803d917.tar.bz2
historical-98d1d5261d7efe35d4b6c16bc217b0da8803d917.zip
touch
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/bos/Manifest2
-rw-r--r--games-strategy/bos/bos-1.1.ebuild16
2 files changed, 9 insertions, 9 deletions
diff --git a/games-strategy/bos/Manifest b/games-strategy/bos/Manifest
index 1808e59fcd88..c5e917118400 100644
--- a/games-strategy/bos/Manifest
+++ b/games-strategy/bos/Manifest
@@ -1,4 +1,4 @@
MD5 b4588fefcffa061fde09af0e2727fc40 ChangeLog 471
-MD5 0ff671567b59795d01bf63dd328d378d bos-1.1.ebuild 955
+MD5 83aef50c4ade1c955736497b8c7ef62d bos-1.1.ebuild 940
MD5 afa8c7df9888a6a473c901f841966821 files/digest-bos-1.1 110
MD5 59b69aef9a760073b02c82194eab4800 metadata.xml 263
diff --git a/games-strategy/bos/bos-1.1.ebuild b/games-strategy/bos/bos-1.1.ebuild
index 81a0e371cdc7..9cad4911c1af 100644
--- a/games-strategy/bos/bos-1.1.ebuild
+++ b/games-strategy/bos/bos-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.2 2006/01/06 22:27:29 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/bos/bos-1.1.ebuild,v 1.3 2006/01/06 23:28:43 mr_bones_ Exp $
inherit games
@@ -11,8 +11,8 @@ SRC_URI="http://bos.seul.org/files/${MY_P}.tar.gz
http://dev.gentoo.org/~genstef/files/bos.png"
LICENSE="GPL-2"
-KEYWORDS="~x86"
SLOT="0"
+KEYWORDS="~x86"
IUSE=""
RDEPEND="=games-engines/stratagus-2.1*"
@@ -20,14 +20,14 @@ RDEPEND="=games-engines/stratagus-2.1*"
S=${WORKDIR}/${MY_P}
src_install() {
- dodir "${GAMES_BINDIR}" "${GAMES_DATADIR}/${PN}"
- echo "${GAMES_BINDIR}/stratagus -d ${GAMES_DATADIR}/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}"
+ dodir "${GAMES_BINDIR}"
+ echo "${GAMES_BINDIR}/stratagus -d \"${GAMES_DATADIR}\"/${PN} \$*" >> "${D}${GAMES_BINDIR}/${PN}"
insinto "${GAMES_DATADIR}/${PN}"
- doins -r data/*
+ doins -r data/* || die "doins failed"
- dodoc LICENSE.txt README.txt
+ dodoc README.txt
- doicon ${DISTDIR}/bos.png
- make_desktop_entry ${PN} "Invasion - Battle of Survival" bos.png
+ doicon "${DISTDIR}"/bos.png
+ make_desktop_entry ${PN} "Invasion - Battle of Survival"
prepgamesdirs
}