summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-21 23:50:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-21 23:50:19 +0000
commit840bf7a52e322edde624048ce91b926085090daf (patch)
treee0a31955e89f54cbec80f6b511842edf237dd194 /games-rpg/planeshift
parentstable on x86 (old tarball removed requiring early bump) (diff)
downloadhistorical-840bf7a52e322edde624048ce91b926085090daf.tar.gz
historical-840bf7a52e322edde624048ce91b926085090daf.tar.bz2
historical-840bf7a52e322edde624048ce91b926085090daf.zip
Doesn't like the new cs-config (bug #54659); use sed not dosed
Diffstat (limited to 'games-rpg/planeshift')
-rw-r--r--games-rpg/planeshift/ChangeLog8
-rw-r--r--games-rpg/planeshift/Manifest4
-rw-r--r--games-rpg/planeshift/planeshift-0.2.010-r1.ebuild18
3 files changed, 20 insertions, 10 deletions
diff --git a/games-rpg/planeshift/ChangeLog b/games-rpg/planeshift/ChangeLog
index 9eb2dafeae88..88f33797a28a 100644
--- a/games-rpg/planeshift/ChangeLog
+++ b/games-rpg/planeshift/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/planeshift
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/ChangeLog,v 1.3 2003/10/27 00:01:33 dholm Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/ChangeLog,v 1.4 2004/06/21 23:50:19 mr_bones_ Exp $
+
+ 21 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ planeshift-0.2.010-r1.ebuild:
+ Doesn't like the new cs-config (bug #54659); use sed not dosed
27 Oct 2003; David Holm <dholm@gentoo.org> planeshift-0.2.010-r1.ebuild:
Added to ~ppc.
diff --git a/games-rpg/planeshift/Manifest b/games-rpg/planeshift/Manifest
index 426c73c37e39..f9f0e8ff77c5 100644
--- a/games-rpg/planeshift/Manifest
+++ b/games-rpg/planeshift/Manifest
@@ -1,5 +1,5 @@
-MD5 4b29c91fae2e230a445b2eaa0204d390 ChangeLog 1037
-MD5 106e1fa138df0e1977c2de01f65f6ac0 planeshift-0.2.010-r1.ebuild 1509
+MD5 3222e8c4be63b4b073c9cc86166a73eb ChangeLog 1193
+MD5 3ac870b3548d84f024d4dae4b55b364e planeshift-0.2.010-r1.ebuild 1622
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 a6b3c03bb00760172f490ae59e50cd32 files/digest-planeshift-0.2.010-r1 73
MD5 b8b8a31f70400cd54c5b8cfea9af368a files/planeshift 116
diff --git a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild
index aad31efa5f7d..61848d2364ed 100644
--- a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild
+++ b/games-rpg/planeshift/planeshift-0.2.010-r1.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-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.7 2004/05/06 19:52:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.8 2004/06/21 23:50:19 mr_bones_ Exp $
inherit eutils games
@@ -13,9 +13,12 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="net-misc/curl
- dev-games/crystalspace
+# Doesn't like the new cs-config (bug #54659)
+RDEPEND="net-misc/curl
+ <dev-games/crystalspace-20040604
dev-games/cel"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
S="${WORKDIR}/${PN}"
@@ -47,9 +50,12 @@ src_install() {
mv * ${D}/${PLANESHIFT_PREFIX}
dogamesbin ${FILESDIR}/planeshift
- dosed "s:GENTOO_CRYSTAL_DIR:${CRYSTAL_PREFIX}:" ${GAMES_BINDIR}/planeshift
- dosed "s:GENTOO_CEL_DIR:${CRYSTAL_PREFIX}:" ${GAMES_BINDIR}/planeshift
- dosed "s:GENTOO_PLANESHIFT_DIR:${PLANESHIFT_PREFIX}:" ${GAMES_BINDIR}/planeshift
+ sed -i \
+ -e "s:GENTOO_CRYSTAL_DIR:${CRYSTAL_PREFIX}:" \
+ -e "s:GENTOO_CEL_DIR:${CRYSTAL_PREFIX}:" \
+ -e "s:GENTOO_PLANESHIFT_DIR:${PLANESHIFT_PREFIX}:" \
+ "${D}${GAMES_BINDIR}/planeshift" \
+ || die "sed ${D}${GAMES_BINDIR}/planeshift failed"
prepgamesdirs
}