summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 22:05:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 22:05:46 +0000
commit0cd5f644f29087125d2bcfec805d16e4156b5909 (patch)
tree6ff1d2601ab52cb3f407afc8f013b34ea67d3b31 /games-action/lugaru
parentclean up app-emulation/emul-linux which has been removed (diff)
downloadgentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.tar.gz
gentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.tar.bz2
gentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.zip
clean up app-emulation/emul-linux which has been removed
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/lugaru')
-rw-r--r--games-action/lugaru/ChangeLog5
-rw-r--r--games-action/lugaru/lugaru-1.0c-r1.ebuild17
2 files changed, 10 insertions, 12 deletions
diff --git a/games-action/lugaru/ChangeLog b/games-action/lugaru/ChangeLog
index 65d893cd7873..78ac4478e868 100644
--- a/games-action/lugaru/ChangeLog
+++ b/games-action/lugaru/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/lugaru
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.7 2015/05/22 18:52:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/ChangeLog,v 1.8 2015/06/01 22:05:44 mr_bones_ Exp $
+
+ 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> lugaru-1.0c-r1.ebuild:
+ clean up app-emulation/emul-linux which has been removed
22 May 2015; Michael Sterrett <mr_bones_@gentoo.org> lugaru-1.0c-r1.ebuild:
possibly improve deps (bug #349162)
diff --git a/games-action/lugaru/lugaru-1.0c-r1.ebuild b/games-action/lugaru/lugaru-1.0c-r1.ebuild
index e8b19b87b378..8cd609ebdfd4 100644
--- a/games-action/lugaru/lugaru-1.0c-r1.ebuild
+++ b/games-action/lugaru/lugaru-1.0c-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.3 2015/05/22 18:52:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c-r1.ebuild,v 1.4 2015/06/01 22:05:44 mr_bones_ Exp $
EAPI=5
inherit eutils unpacker games
@@ -18,15 +18,10 @@ RESTRICT="fetch strip"
DEPEND="app-arch/unzip"
RDEPEND="sys-libs/glibc
amd64? (
- || (
- app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
- (
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
- media-libs/libsdl[abi_x86_32(-)]
- media-libs/openal[abi_x86_32(-)]
- )
- )
+ media-libs/libsdl[abi_x86_32(-)]
+ media-libs/openal[abi_x86_32(-)]
+ >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+ >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
)
x86? (
media-libs/libsdl
@@ -42,7 +37,7 @@ src_unpack() {
unpack_zip ${A}
# Duplicate file and can't be handled by portage, bug #14983
- rm -f "${S}/Data/Textures/Quit.png "
+ rm -f "${S}/Data/Textures/Quit.png " || die
}
src_install() {