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-emulation/hugo: hugo-2.12.ebuild ChangeLog
Date: Tue, 22 Feb 2011 19:12:52
Message-Id: 20110222191243.2D70A20054@flycatcher.gentoo.org
1 mr_bones_ 11/02/22 19:12:43
2
3 Modified: hugo-2.12.ebuild ChangeLog
4 Log:
5 EAPI=2; tidy
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.5 games-emulation/hugo/hugo-2.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild?r1=1.4&r2=1.5
15
16 Index: hugo-2.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- hugo-2.12.ebuild 9 Oct 2006 21:43:56 -0000 1.4
23 +++ hugo-2.12.ebuild 22 Feb 2011 19:12:43 -0000 1.5
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.4 2006/10/09 21:43:56 nyhm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.5 2011/02/22 19:12:43 mr_bones_ Exp $
30
31 +EAPI=2
32 inherit eutils games
33
34 DESCRIPTION="PC-Engine (Turbografx16) emulator for linux"
35 @@ -13,15 +14,11 @@
36 KEYWORDS="x86"
37 IUSE=""
38
39 -DEPEND=">=x11-libs/gtk+-2
40 - media-libs/libsdl
41 +DEPEND="x11-libs/gtk+:2
42 + media-libs/libsdl[video]
43 media-libs/libvorbis"
44
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 - epatch "${FILESDIR}/${P}"-gcc41.patch
49 -}
50 +PATCHES=( "${FILESDIR}/${P}"-gcc41.patch )
51
52 src_install() {
53 dogamesbin hugo || die "dogamesbin failed"
54
55
56
57 1.8 games-emulation/hugo/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.8&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?rev=1.8&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/hugo/ChangeLog?r1=1.7&r2=1.8
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v
66 retrieving revision 1.7
67 retrieving revision 1.8
68 diff -u -r1.7 -r1.8
69 --- ChangeLog 9 Oct 2006 21:43:56 -0000 1.7
70 +++ ChangeLog 22 Feb 2011 19:12:43 -0000 1.8
71 @@ -1,6 +1,9 @@
72 # ChangeLog for games-emulation/hugo
73 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.7 2006/10/09 21:43:56 nyhm Exp $
75 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.8 2011/02/22 19:12:43 mr_bones_ Exp $
77 +
78 + 22 Feb 2011; Michael Sterrett <mr_bones_@g.o> hugo-2.12.ebuild:
79 + EAPI=2; tidy
80
81 09 Oct 2006; Tristan Heaven <nyhm@g.o> hugo-2.12.ebuild:
82 Add gtk+-2 to DEPEND