diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-26 17:37:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-26 17:37:24 +0000 |
commit | 5a2d3f2f282f9bc0f3f66b7d901ff7c498323d11 (patch) | |
tree | 8b8f705916e62ba613f634db59a21991e9886c4a /games-rpg/vendetta-online-bin | |
parent | old (diff) | |
download | gentoo-2-5a2d3f2f282f9bc0f3f66b7d901ff7c498323d11.tar.gz gentoo-2-5a2d3f2f282f9bc0f3f66b7d901ff7c498323d11.tar.bz2 gentoo-2-5a2d3f2f282f9bc0f3f66b7d901ff7c498323d11.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg/vendetta-online-bin')
-rw-r--r-- | games-rpg/vendetta-online-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild | 52 |
2 files changed, 5 insertions, 53 deletions
diff --git a/games-rpg/vendetta-online-bin/ChangeLog b/games-rpg/vendetta-online-bin/ChangeLog index f1f2d0e03d50..12a93bf6b1b3 100644 --- a/games-rpg/vendetta-online-bin/ChangeLog +++ b/games-rpg/vendetta-online-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/vendetta-online-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.12 2015/03/25 13:50:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.13 2015/03/26 17:37:24 mr_bones_ Exp $ + + 26 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> + -vendetta-online-bin-1.8.82.ebuild: + old 25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> vendetta-online-bin-1.8.296.ebuild: diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild deleted file mode 100644 index 5415235be655..000000000000 --- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild,v 1.5 2012/02/08 21:34:13 vapier Exp $ - -EAPI=2 -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 || die "dogamesbin failed" - newicon install/manual/images/ships.valkyrie.jpg ${PN}.jpg - make_desktop_entry vendetta "Vendetta Online" /usr/share/pixmaps/${PN}.jpg - - prepgamesdirs -} |