Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythgame: mythgame-0.23.1_p25396.ebuild ChangeLog
Date: Tue, 27 Jul 2010 15:52:19
Message-Id: 20100727155216.C9BB32CE15@corvid.gentoo.org
1 cardoe 10/07/27 15:52:16
2
3 Modified: ChangeLog
4 Added: mythgame-0.23.1_p25396.ebuild
5 Log:
6 Update to version that properly identifies itself as 0.23.1
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 media-plugins/mythgame/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgame/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgame/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgame/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 26 Jul 2010 13:47:29 -0000 1.60
23 +++ ChangeLog 27 Jul 2010 15:52:16 -0000 1.61
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mythgame
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.60 2010/07/26 13:47:29 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.61 2010/07/27 15:52:16 cardoe Exp $
29 +
30 +*mythgame-0.23.1_p25396 (27 Jul 2010)
31 +
32 + 27 Jul 2010; Doug Goldstein <cardoe@g.o>
33 + +mythgame-0.23.1_p25396.ebuild:
34 + Update to version that properly identifies itself as 0.23.1
35
36 26 Jul 2010; Christian Faulhammer <fauli@g.o>
37 mythgame-0.22_p22763.ebuild:
38
39
40
41 1.1 media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgame/mythgame-0.23.1_p25396.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythgame-0.23.1_p25396.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.23.1_p25396.ebuild,v 1.1 2010/07/27 15:52:16 cardoe Exp $
51
52 EAPI=2
53 inherit qt4 mythtv-plugins
54
55 DESCRIPTION="Game emulator module for MythTV."
56 IUSE=""
57 KEYWORDS="~amd64 ~ppc ~x86"
58
59 RDEPEND="sys-libs/zlib"
60 DEPEND="${RDEPEND}"
61
62 src_install () {
63 mythtv-plugins_src_install
64
65 dodoc gamelist.xml
66 }