diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-01 06:53:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-01 06:53:39 +0000 |
commit | 99fb771b9cc8111e9301ff6d0f4256febcc3bdae (patch) | |
tree | b8017d4fe5c3343810d5fffdc402f304d00bd671 /games-fps | |
parent | sh KEYWORDS (diff) | |
download | historical-99fb771b9cc8111e9301ff6d0f4256febcc3bdae.tar.gz historical-99fb771b9cc8111e9301ff6d0f4256febcc3bdae.tar.bz2 historical-99fb771b9cc8111e9301ff6d0f4256febcc3bdae.zip |
touchups
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/vendetta-online-bin/Manifest | 12 | ||||
-rw-r--r-- | games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild | 11 |
2 files changed, 17 insertions, 6 deletions
diff --git a/games-fps/vendetta-online-bin/Manifest b/games-fps/vendetta-online-bin/Manifest index a9578810f53e..b40e96a94898 100644 --- a/games-fps/vendetta-online-bin/Manifest +++ b/games-fps/vendetta-online-bin/Manifest @@ -1,4 +1,14 @@ -MD5 ec0b1cf7b298f996923b7609be8e6ae1 vendetta-online-bin-1.ebuild 1184 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 168ee0296a6dbf059bd81dbbc6570f06 ChangeLog 449 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 d77ac063112dbe6de9e2c463b8c10fb4 vendetta-online-bin-1.ebuild 1183 MD5 b3144657c0fb9cb7a584260cd6538df6 files/digest-vendetta-online-bin-1 75 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBrWp+roRuSHgZdywRAhCnAJ9hp+MC0xB4+W0iFS9Qe9OsEb4s0gCfWDOm +DdvWIG7CZD1yWOcSru6sMBw= +=wSZo +-----END PGP SIGNATURE----- diff --git a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild b/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild index b31086c2f8d6..4de213e10b18 100644 --- a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild +++ b/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild @@ -1,25 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.3 2004/12/01 06:44:18 warpzero Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild,v 1.4 2004/12/01 06:53:39 vapier Exp $ inherit eutils games -S=${WORKDIR} DESCRIPTION="Space-based MMORPG with amazing graphics" HOMEPAGE="http://www.vendetta-online.com/" SRC_URI="vendetta-linux-installer.sh" -RESTRICT="nomirror fetch" LICENSE="guild" -KEYWORDS="-* ~x86 ~amd64" -IUSE="" SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="nomirror fetch" RDEPEND="virtual/x11 virtual/opengl =x11-libs/gtk+-1.2* amd64? ( =app-emulation/emul-linux-x86-gtklibs-1.2* )" +S=${WORKDIR} + pkg_nofetch() { einfo "You need to download ${A} from Guild Software by:" einfo "1. Going to http://www.vendetta-online.com/ and creating your login" |