summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:29:41 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 06:29:41 +0000
commit44b50bd2d47e554ad8851d25a837790636b6dabc (patch)
tree4b35a411d07c8b7313c5f0f4dd74a06fffcda9ec /games-action
parentupdate SRC_URI; tidy (diff)
downloadgentoo-2-44b50bd2d47e554ad8851d25a837790636b6dabc.tar.gz
gentoo-2-44b50bd2d47e554ad8851d25a837790636b6dabc.tar.bz2
gentoo-2-44b50bd2d47e554ad8851d25a837790636b6dabc.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/lugaru-demo/ChangeLog5
-rw-r--r--games-action/lugaru-demo/lugaru-demo-1.0b.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog
index 976c7440635f..5ad0dde7f19d 100644
--- a/games-action/lugaru-demo/ChangeLog
+++ b/games-action/lugaru-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/lugaru-demo
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.17 2015/02/01 11:25:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.18 2015/02/19 06:29:41 mr_bones_ Exp $
+
+ 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -lugaru-demo-1.0b.ebuild:
+ old
01 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> lugaru-demo-1.0c.ebuild:
x86 stable wrt bug #537030
diff --git a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild
deleted file mode 100644
index 1572d6d70417..000000000000
--- a/games-action/lugaru-demo/lugaru-demo-1.0b.ebuild
+++ /dev/null
@@ -1,50 +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-demo/lugaru-demo-1.0b.ebuild,v 1.4 2014/04/26 18:09:38 ulm Exp $
-
-inherit eutils games
-
-DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
-HOMEPAGE="http://www.wolfire.com/lugaru"
-SRC_URI="http://cdn.wolfire.com/games/lugaru-linux-x86-${PV}.bin"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="mirror bindist 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() {
- tail -c +193061 "${DISTDIR}"/${A} > ${A}.zip
- unpack ./${A}.zip
- rm -f ${A}.zip
-
- # 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 *.png *.txt || die "doins failed"
-
- exeinto "${dir}"
- doexe lugaru lib*so* xdg-open || die "doexe failed"
- games_make_wrapper lugaru ./lugaru "${dir}" "${dir}"
-
- doicon lugaru.png
- make_desktop_entry lugaru Lugaru lugaru
-
- prepgamesdirs
-}