summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 21:33:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 21:33:24 +0000
commitc5dbe10afa4bffd3a1649b1d4c70057b9b20d1fd (patch)
treea3083abf4a7d0b16decd74984688b54ae87765f5 /games-puzzle/hoh-bin
parentVersion bump. Drop ruby19 target. (diff)
downloadgentoo-2-c5dbe10afa4bffd3a1649b1d4c70057b9b20d1fd.tar.gz
gentoo-2-c5dbe10afa4bffd3a1649b1d4c70057b9b20d1fd.tar.bz2
gentoo-2-c5dbe10afa4bffd3a1649b1d4c70057b9b20d1fd.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-puzzle/hoh-bin')
-rw-r--r--games-puzzle/hoh-bin/ChangeLog7
-rw-r--r--games-puzzle/hoh-bin/hoh-bin-1.01.ebuild23
2 files changed, 11 insertions, 19 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog
index 0002562cab21..678e3d35d15c 100644
--- a/games-puzzle/hoh-bin/ChangeLog
+++ b/games-puzzle/hoh-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/hoh-bin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.14 2014/10/15 10:33:55 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.15 2015/06/01 21:33:24 mr_bones_ Exp $
+
+ 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> hoh-bin-1.01.ebuild:
+ clean up app-emulation/emul-linux which has been removed
15 Oct 2014; Pacho Ramos <pacho@gentoo.org> hoh-bin-1.01.ebuild:
Support multilib providers for deps. Bump to EAPI=5.
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
index 087ad93362bb..82d4a99e4928 100644
--- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
+++ b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.15 2014/10/15 10:33:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.16 2015/06/01 21:33:24 mr_bones_ Exp $
EAPI=5
-
inherit eutils games
DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
@@ -16,17 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="strip"
-RDEPEND="
- || (
- (
- x11-libs/libX11[abi_x86_32(-)]
- )
- amd64? (
- app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
- )
- )
-"
-DEPEND=""
+RDEPEND="x11-libs/libX11[abi_x86_32(-)]"
S=${WORKDIR}/hoh-install-${PV}
@@ -49,10 +38,10 @@ src_install() {
local DATADIR="${GAMES_PREFIX_OPT}/HoH/data"
local DOCDIR="${GAMES_PREFIX_OPT}/HoH/docs"
- dogamesbin "${T}/hoh" || die "dogames bin failed"
+ dogamesbin "${T}/hoh"
dodir "${DATADIR}" "${DOCDIR}"
- cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
- cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
+ cp -pPRf data/* "${D}/${DATADIR}/" || die
+ cp -pPRf docs/* "${D}/${DOCDIR}/" || die
make_desktop_entry hoh "Head Over Heels"
prepgamesdirs
}