Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/hoh-bin: hoh-bin-1.01.ebuild ChangeLog
Date: Mon, 01 Jun 2015 21:33:29
Message-Id: 20150601213324.510B4A1B@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 21:33:24
2
3 Modified: hoh-bin-1.01.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.16 games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?rev=1.16&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild?r1=1.15&r2=1.16
15
16 Index: hoh-bin-1.01.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- hoh-bin-1.01.ebuild 15 Oct 2014 10:33:55 -0000 1.15
23 +++ hoh-bin-1.01.ebuild 1 Jun 2015 21:33:24 -0000 1.16
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32 -
33 inherit eutils games
34
35 DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
36 @@ -16,17 +15,7 @@
37 IUSE=""
38 RESTRICT="strip"
39
40 -RDEPEND="
41 - || (
42 - (
43 - x11-libs/libX11[abi_x86_32(-)]
44 - )
45 - amd64? (
46 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
47 - )
48 - )
49 -"
50 -DEPEND=""
51 +RDEPEND="x11-libs/libX11[abi_x86_32(-)]"
52
53 S=${WORKDIR}/hoh-install-${PV}
54
55 @@ -49,10 +38,10 @@
56 local DATADIR="${GAMES_PREFIX_OPT}/HoH/data"
57 local DOCDIR="${GAMES_PREFIX_OPT}/HoH/docs"
58
59 - dogamesbin "${T}/hoh" || die "dogames bin failed"
60 + dogamesbin "${T}/hoh"
61 dodir "${DATADIR}" "${DOCDIR}"
62 - cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)"
63 - cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)"
64 + cp -pPRf data/* "${D}/${DATADIR}/" || die
65 + cp -pPRf docs/* "${D}/${DOCDIR}/" || die
66 make_desktop_entry hoh "Head Over Heels"
67 prepgamesdirs
68 }
69
70
71
72 1.15 games-puzzle/hoh-bin/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?rev=1.15&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/hoh-bin/ChangeLog?r1=1.14&r2=1.15
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v
81 retrieving revision 1.14
82 retrieving revision 1.15
83 diff -u -r1.14 -r1.15
84 --- ChangeLog 15 Oct 2014 10:33:55 -0000 1.14
85 +++ ChangeLog 1 Jun 2015 21:33:24 -0000 1.15
86 @@ -1,6 +1,9 @@
87 # ChangeLog for games-puzzle/hoh-bin
88 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.14 2014/10/15 10:33:55 pacho Exp $
90 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.15 2015/06/01 21:33:24 mr_bones_ Exp $
92 +
93 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o> hoh-bin-1.01.ebuild:
94 + clean up app-emulation/emul-linux which has been removed
95
96 15 Oct 2014; Pacho Ramos <pacho@g.o> hoh-bin-1.01.ebuild:
97 Support multilib providers for deps. Bump to EAPI=5.