# ChangeLog for games-fps/vendetta-online-bin
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.5 2006/09/19 19:49:32 wolf31o2 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/vendetta-online-bin/ChangeLog,v 1.6 2007/01/08 17:48:07 nyhm Exp $
+
+*vendetta-online-bin-1-r1 (08 Jan 2007)
+
+ 08 Jan 2007; Tristan Heaven <nyhm@gentoo.org>
+ -vendetta-online-bin-1.ebuild, +vendetta-online-bin-1-r1.ebuild:
+ New revision for the amd64 installer and digest fix, bug #160817
19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
vendetta-online-bin-1.ebuild:
--- /dev/null
+MD5 a459cb693b06ed29d8edfe2755b8c549 vendetta-linux-amd64-installer.sh 135821028
+RMD160 8220bcde36625bca79ad1e28ef846a278a95e41b vendetta-linux-amd64-installer.sh 135821028
+SHA256 8b0af29ac81b203d1e4b54cd05f2c464555653d9d1f14b34973abfa11a027b82 vendetta-linux-amd64-installer.sh 135821028
+MD5 1614e8d3a18e411a7eba6654bf88b75e vendetta-linux-installer.sh 135904352
+RMD160 a6217b1923bcdbdeb27ae12b50f9b7aeb51158be vendetta-linux-installer.sh 135904352
+SHA256 5c2a37b605edeb3643f8c00199b868fe6650755d88f683a2a6266820a39fcea6 vendetta-linux-installer.sh 135904352
--- /dev/null
+# Copyright 1999-2007 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-r1.ebuild,v 1.1 2007/01/08 17:48:07 nyhm Exp $
+
+inherit eutils games
+
+DESCRIPTION="Space-based MMORPG with amazing graphics"
+HOMEPAGE="http://www.vendetta-online.com/"
+SRC_URI="x86? ( vendetta-linux-installer.sh )
+ amd64? ( vendetta-linux-amd64-installer.sh )"
+
+LICENSE="guild"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="fetch mirror strip"
+QA_EXECSTACK="${GAMES_BINDIR:1}/vendetta"
+
+RDEPEND="virtual/opengl
+ =x11-libs/gtk+-1.2*"
+
+S=${WORKDIR}
+
+pkg_nofetch() {
+ einfo "You need to download ${A} from"
+ einfo "${HOMEPAGE} and copy it to"
+ einfo "${DISTDIR}"
+}
+
+src_unpack() {
+ unpack_makeself
+}
+
+src_install() {
+ dogamesbin vendetta || die "dogamesbin failed"
+ prepgamesdirs
+}