summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-06 20:43:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-06 20:43:51 +0000
commit09aac81bce0044c031e044c42734007fe2372c1e (patch)
tree52801ac342d898e2adf83de0433c7ef6d6da7e31 /games-action
parentVersion bump (diff)
downloadgentoo-2-09aac81bce0044c031e044c42734007fe2372c1e.tar.gz
gentoo-2-09aac81bce0044c031e044c42734007fe2372c1e.tar.bz2
gentoo-2-09aac81bce0044c031e044c42734007fe2372c1e.zip
EAPI=2; update HOMEPAGE
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/xshipwars/ChangeLog6
-rw-r--r--games-action/xshipwars/xshipwars-2.5.5.ebuild20
2 files changed, 17 insertions, 9 deletions
diff --git a/games-action/xshipwars/ChangeLog b/games-action/xshipwars/ChangeLog
index e588f5ff363f..ccb8286db054 100644
--- a/games-action/xshipwars/ChangeLog
+++ b/games-action/xshipwars/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/xshipwars
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.23 2009/11/04 17:12:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.24 2009/11/06 20:43:51 mr_bones_ Exp $
+
+ 06 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ xshipwars-2.5.5.ebuild:
+ EAPI=2; update HOMEPAGE
04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
xshipwars-2.5.5.ebuild:
diff --git a/games-action/xshipwars/xshipwars-2.5.5.ebuild b/games-action/xshipwars/xshipwars-2.5.5.ebuild
index 56c0af83f298..1de82c82494b 100644
--- a/games-action/xshipwars/xshipwars-2.5.5.ebuild
+++ b/games-action/xshipwars/xshipwars-2.5.5.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.9 2009/11/04 17:12:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.5.5.ebuild,v 1.10 2009/11/06 20:43:51 mr_bones_ Exp $
-inherit toolchain-funcs eutils games
+EAPI=2
+inherit eutils games
MY_P=xsw-${PV}
DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed for network play"
-HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/"
+HOMEPAGE="http://wolfsinger.com/~wolfpack/XShipWars/"
SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2
http://wolfpack.twu.net/users/wolfpack/stimages-1.11.1.tar.bz2
@@ -26,11 +27,10 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
- epatch "${WORKDIR}"/${P}-64bit.patch
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-build.patch \
+ "${WORKDIR}"/${P}-64bit.patch
sed -i \
-e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \
-e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \
@@ -40,6 +40,10 @@ src_unpack() {
client/xsw.h || die "sed on xsw.h failed"
}
+src_configure() {
+ :
+}
+
src_compile() {
local myconf=" \
--disable-arch-i486 \