diff options
Diffstat (limited to 'games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild')
-rw-r--r-- | games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild b/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild deleted file mode 100644 index 1f29312df346..000000000000 --- a/games-fps/vendetta-online-bin/vendetta-online-bin-1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 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.8 2006/09/19 19:49:32 wolf31o2 Exp $ - -inherit eutils games - -DESCRIPTION="Space-based MMORPG with amazing graphics" -HOMEPAGE="http://www.vendetta-online.com/" -SRC_URI="vendetta-linux-installer.sh" - -LICENSE="guild" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="fetch mirror strip" - -RDEPEND="virtual/opengl - =x11-libs/gtk+-1.2* - amd64? ( app-emulation/emul-linux-x86-xlibs - app-emulation/emul-linux-x86-gtklibs )" - -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" - einfo "2. Obtain ${A} from your CD" - einfo " OR" - einfo "2. Login to VO's website on the top-left under \"Web\"," - einfo " and then downloading it from the \"Download\" link" - einfo " under \"Game\" on the left pane." - einfo "3. Put ${A} in ${DISTDIR}" - einfo "4. emerge vendetta-online-bin" -} - -src_unpack() { - unpack_makeself -} - -src_install() { - dogamesbin vendetta || die "dogamesbin failed" - prepgamesdirs -} |