diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-06 20:43:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-06 20:43:51 +0000 |
commit | 6ee787aff02694d78525b96fb3c93065bbc5ce1a (patch) | |
tree | 03d02a58af030f9e7f296fe89537ff849a9ec47b /games-action/xshipwars/xshipwars-2.5.5.ebuild | |
parent | Version bump (diff) | |
download | historical-6ee787aff02694d78525b96fb3c93065bbc5ce1a.tar.gz historical-6ee787aff02694d78525b96fb3c93065bbc5ce1a.tar.bz2 historical-6ee787aff02694d78525b96fb3c93065bbc5ce1a.zip |
EAPI=2; update HOMEPAGE
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-action/xshipwars/xshipwars-2.5.5.ebuild')
-rw-r--r-- | games-action/xshipwars/xshipwars-2.5.5.ebuild | 20 |
1 files changed, 12 insertions, 8 deletions
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 \ |