diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:27:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-27 07:27:51 +0000 |
commit | 754c89be0e329dc4a145e13189214e3dc19b8ae1 (patch) | |
tree | e9556d241261b0f7c606dae92e067b25eaca024e /games-action/lugaru | |
parent | old (diff) | |
download | gentoo-2-754c89be0e329dc4a145e13189214e3dc19b8ae1.tar.gz gentoo-2-754c89be0e329dc4a145e13189214e3dc19b8ae1.tar.bz2 gentoo-2-754c89be0e329dc4a145e13189214e3dc19b8ae1.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/lugaru')
-rw-r--r-- | games-action/lugaru/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/lugaru/lugaru-1.0c.ebuild | 51 |
2 files changed, 5 insertions, 53 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog index 58f01359bd99..703facdb5d37 100644 --- a/games-action/lugaru/ChangeLog +++ b/games-action/lugaru/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/lugaru -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.5 2014/06/25 13:46:12 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.6 2015/01/27 07:27:51 mr_bones_ Exp $ + + 27 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -lugaru-1.0c.ebuild: + old 25 Jun 2014; Michał Górny <mgorny@gentoo.org> lugaru-1.0c-r1.ebuild: Update multilib dependencies to use the lowest known EAPI 5 or multilib diff --git a/games-action/lugaru/lugaru-1.0c.ebuild b/games-action/lugaru/lugaru-1.0c.ebuild deleted file mode 100644 index e390f7da389d..000000000000 --- a/games-action/lugaru/lugaru-1.0c.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.4 2014/04/26 18:04:46 ulm Exp $ - -inherit eutils unpacker games - -DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" -HOMEPAGE="http://www.wolfire.com/lugaru" -SRC_URI="${PN}-full-linux-x86-${PV}.bin" - -LICENSE="GPL-2 free-noncomm" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="fetch strip" - -DEPEND="app-arch/unzip" -RDEPEND="sys-libs/glibc - amd64? ( app-emulation/emul-linux-x86-xlibs ) - x86? ( - x11-libs/libX11 - x11-libs/libXext - )" - -S=${WORKDIR}/data - -src_unpack() { - # self unpacking zip archive; unzip warns about the exe stuff - unpack_zip ${A} - - # Duplicate file and can't be handled by portage, bug #14983 - rm -f "${S}/Data/Textures/Quit.png " -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/lugaru - - insinto "${dir}" - doins -r Data || die "doins failed" - - dodoc *.txt - - exeinto "${dir}" - doexe ${PN} || die "doexe failed" - games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}" - - doicon ${PN}.png - make_desktop_entry ${PN} Lugaru ${PN} - - prepgamesdirs -} |