Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/mupen64plus: ChangeLog mupen64plus-1.5-r1.ebuild
Date: Fri, 01 Jan 2010 13:37:12
Message-Id: E1NQhgf-0006sM-06@stork.gentoo.org
1 fauli 10/01/01 13:37:04
2
3 Modified: ChangeLog mupen64plus-1.5-r1.ebuild
4 Log:
5 Make lzma-utils possible as dependency
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 games-emulation/mupen64plus/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 30 Dec 2009 23:07:43 -0000 1.5
22 +++ ChangeLog 1 Jan 2010 13:37:04 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-emulation/mupen64plus
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.5 2009/12/30 23:07:43 joker Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v 1.6 2010/01/01 13:37:04 fauli Exp $
29 +
30 + 01 Jan 2010; Christian Faulhammer <fauli@g.o>
31 + mupen64plus-1.5-r1.ebuild:
32 + Make lzma-utils possible as dependency
33
34 30 Dec 2009; Christian Birchinger <joker@g.o>
35 mupen64plus-1.5-r1.ebuild:
36
37
38
39 1.3 games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: mupen64plus-1.5-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- mupen64plus-1.5-r1.ebuild 30 Dec 2009 23:07:43 -0000 1.2
52 +++ mupen64plus-1.5-r1.ebuild 1 Jan 2010 13:37:04 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.2 2009/12/30 23:07:43 joker Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.3 2010/01/01 13:37:04 fauli Exp $
59
60 EAPI="2"
61
62 @@ -31,7 +31,7 @@
63 lirc? ( app-misc/lirc )
64 qt4? ( x11-libs/qt-gui:4
65 x11-libs/qt-core:4 )
66 - app-arch/xz-utils"
67 + || ( app-arch/xz-utils app-arch/lzma-utils )"
68
69 DEPEND="${RDEPEND}
70 dev-lang/yasm