New revision for the amd64 installer and digest fix, bug #160817
authorTristan Heaven <tristan@gentoo.org>
Mon, 8 Jan 2007 17:48:07 +0000 (17:48 +0000)
committerTristan Heaven <tristan@gentoo.org>
Mon, 8 Jan 2007 17:48:07 +0000 (17:48 +0000)
Package-Manager: portage-2.1.2_rc4-r6

games-fps/vendetta-online-bin/ChangeLog
games-fps/vendetta-online-bin/files/digest-vendetta-online-bin-1-r1 [new file with mode: 0644]
games-fps/vendetta-online-bin/vendetta-online-bin-1-r1.ebuild [new file with mode: 0644]

index 8de88734500d5f776da4a4fc2f8085cd409cf574..83a290cde6ceda69bf3f90343db905d460e4f982 100644 (file)
@@ -1,6 +1,12 @@
 # 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:
diff --git a/games-fps/vendetta-online-bin/files/digest-vendetta-online-bin-1-r1 b/games-fps/vendetta-online-bin/files/digest-vendetta-online-bin-1-r1
new file mode 100644 (file)
index 0000000..703c86b
--- /dev/null
@@ -0,0 +1,6 @@
+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
diff --git a/games-fps/vendetta-online-bin/vendetta-online-bin-1-r1.ebuild b/games-fps/vendetta-online-bin/vendetta-online-bin-1-r1.ebuild
new file mode 100644 (file)
index 0000000..90b461f
--- /dev/null
@@ -0,0 +1,37 @@
+# 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
+}