Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythgame: ChangeLog mythgame-0.21_p16668.ebuild
Date: Tue, 01 Apr 2008 03:59:06
Message-Id: E1JgXeC-0004oy-5M@stork.gentoo.org
1 cardoe 08/04/01 03:58:56
2
3 Modified: ChangeLog
4 Added: mythgame-0.21_p16668.ebuild
5 Log:
6 fixes compile issues
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.50 media-plugins/mythgame/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgame/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgame/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgame/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 9 Mar 2008 20:44:09 -0000 1.49
23 +++ ChangeLog 1 Apr 2008 03:58:55 -0000 1.50
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mythgame
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.49 2008/03/09 20:44:09 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.50 2008/04/01 03:58:55 cardoe Exp $
29 +
30 +*mythgame-0.21_p16668 (01 Apr 2008)
31 +
32 + 01 Apr 2008; Doug Goldstein <cardoe@g.o>
33 + +mythgame-0.21_p16668.ebuild:
34 + fixes compile issues
35
36 *mythgame-0.21_p16468 (09 Mar 2008)
37
38
39
40
41 1.1 media-plugins/mythgame/mythgame-0.21_p16668.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgame/mythgame-0.21_p16668.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgame/mythgame-0.21_p16668.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythgame-0.21_p16668.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.21_p16668.ebuild,v 1.1 2008/04/01 03:58:55 cardoe Exp $
51
52 inherit mythtv-plugins
53
54 DESCRIPTION="Game emulator module for MythTV."
55 IUSE=""
56 KEYWORDS="~amd64 ~ppc ~x86"
57
58 RDEPEND="sys-libs/zlib"
59 DEPEND="${RDEPEND}"
60
61 src_install () {
62 mythtv-plugins_src_install
63
64 dodoc gamelist.xml
65 }
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list