diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 03:35:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 03:35:27 +0000 |
commit | dd62b4fcc86acc3d704050696efb0903947f31a4 (patch) | |
tree | 36f576f4d375670705dede711a777172c770c648 /games-action | |
parent | sed in unpack; IUSE; virtual/x11 (diff) | |
download | historical-dd62b4fcc86acc3d704050696efb0903947f31a4.tar.gz historical-dd62b4fcc86acc3d704050696efb0903947f31a4.tar.bz2 historical-dd62b4fcc86acc3d704050696efb0903947f31a4.zip |
IUSE; virtual/x11
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xshipwars/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/xshipwars/xshipwars-1.34.0.ebuild | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/games-action/xshipwars/ChangeLog b/games-action/xshipwars/ChangeLog index 5c874f7e8b82..76ae078c1a11 100644 --- a/games-action/xshipwars/ChangeLog +++ b/games-action/xshipwars/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/xshipwars # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.3 2004/02/22 15:51:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/ChangeLog,v 1.4 2004/03/31 03:35:27 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + xshipwars-1.34.0.ebuild: + IUSE; virtual/x11 22 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> xshipwars-1.34.0.ebuild: diff --git a/games-action/xshipwars/xshipwars-1.34.0.ebuild b/games-action/xshipwars/xshipwars-1.34.0.ebuild index 485ffdc3396c..bf3226f22cda 100644 --- a/games-action/xshipwars/xshipwars-1.34.0.ebuild +++ b/games-action/xshipwars/xshipwars-1.34.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.4 2004/02/22 15:51:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-1.34.0.ebuild,v 1.5 2004/03/31 03:35:27 mr_bones_ Exp $ -inherit gcc games eutils +inherit gcc eutils games MY_P=xsw-${PV} -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed exclusively for network play" SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2 ftp://wolfpack.twu.net/users/wolfpack/xswdata-1.33d.tar.bz2 @@ -14,13 +14,14 @@ SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2 ftp://wolfpack.twu.net/users/wolfpack/stsounds1.4.tgz" HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/" -KEYWORDS="x86" -SLOT="0" LICENSE="GPL-2 xshipwars" +SLOT="0" +KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc >=media-sound/esound-0.2.23 - >=x11-base/xfree-4.1.0" + virtual/x11" src_unpack() { unpack ${MY_P}.tar.bz2 |