mr_bones_ 15/06/01 21:33:24 Modified: hoh-bin-1.01.ebuild ChangeLog Log: clean up app-emulation/emul-linux which has been removed (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.16 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.15&r2=1.16 Index: hoh-bin-1.01.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- hoh-bin-1.01.ebuild 15 Oct 2014 10:33:55 -0000 1.15 +++ hoh-bin-1.01.ebuild 1 Jun 2015 21:33:24 -0000 1.16 @@ -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 @@ 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 @@ 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 } 1.15 games-puzzle/hoh-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 Oct 2014 10:33:55 -0000 1.14 +++ ChangeLog 1 Jun 2015 21:33:24 -0000 1.15 @@ -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 <[email protected]> hoh-bin-1.01.ebuild: + clean up app-emulation/emul-linux which has been removed 15 Oct 2014; Pacho Ramos <[email protected]> hoh-bin-1.01.ebuild: Support multilib providers for deps. Bump to EAPI=5.
