summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:28 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:51:05 +0100
commit2432f774c0ce1d82d39984d27de56a19813ede55 (patch)
treead6a4bed4354b58a6ab4c45bb6792364996a2a0f /games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild
parentgames-rpg/twclone: Remove old (diff)
downloadgentoo-2432f774c0ce1d82d39984d27de56a19813ede55.tar.gz
gentoo-2432f774c0ce1d82d39984d27de56a19813ede55.tar.bz2
gentoo-2432f774c0ce1d82d39984d27de56a19813ede55.zip
games-rpg/vendetta-online-bin: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild')
-rw-r--r--games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild
deleted file mode 100644
index ccee718020a9..000000000000
--- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker games
-
-DESCRIPTION="Space-based MMORPG"
-HOMEPAGE="http://www.vendetta-online.com/"
-SRC_URI="amd64? (
- http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh
- -> ${P}-amd64.sh
- )
- x86? (
- http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh
- -> ${P}-x86.sh
- )"
-
-LICENSE="guild"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="virtual/opengl
- x11-libs/gtk+:2"
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack_makeself
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/${PN}
-
- insinto "${dir}"
- doins -r * || die "doins failed"
- fperms +x "${dir}"/{vendetta,install/{media.rlb,update.rlb,vendetta}} \
- || die "fperms failed"
-
- sed \
- -e "s:DATADIR:${dir}:" \
- "${FILESDIR}"/vendetta > "${T}"/vendetta \
- || die "sed failed"
-
- dogamesbin "${T}"/vendetta
- newicon install/manual/images/ships.valkyrie.jpg ${PN}.jpg
- make_desktop_entry vendetta "Vendetta Online" /usr/share/pixmaps/${PN}.jpg
-
- prepgamesdirs
-}