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-tv/mythtv: mythtv-0.22_alpha17733.ebuild mythtv-0.22_alpha18535.ebuild
Date: Thu, 09 Oct 2008 20:52:56
Message-Id: E1Ko2VC-0007tZ-HS@stork.gentoo.org
1 cardoe 08/10/09 20:52:54
2
3 Modified: mythtv-0.22_alpha17733.ebuild
4 mythtv-0.22_alpha18535.ebuild
5 Log:
6 fix typo in elog
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.4 media-tv/mythtv/mythtv-0.22_alpha17733.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild?r1=1.3&r2=1.4
15
16 Index: mythtv-0.22_alpha17733.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mythtv-0.22_alpha17733.ebuild 3 Oct 2008 14:46:01 -0000 1.3
23 +++ mythtv-0.22_alpha17733.ebuild 9 Oct 2008 20:52:54 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild,v 1.3 2008/10/03 14:46:01 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild,v 1.4 2008/10/09 20:52:54 cardoe Exp $
29
30 EAPI=1
31 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
32 @@ -66,7 +66,7 @@
33 if use xvmc && use video_cards_nvidia; then
34 elog
35 elog "For NVIDIA based cards, the XvMC renderer only works on"
36 - elog "the NVIDIA 4, 5, 6 & & series cards."
37 + elog "the NVIDIA 4, 5, 6 & 7 series cards."
38 fi
39
40 enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
41
42
43
44 1.4 media-tv/mythtv/mythtv-0.22_alpha18535.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild?r1=1.3&r2=1.4
49
50 Index: mythtv-0.22_alpha18535.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- mythtv-0.22_alpha18535.ebuild 3 Oct 2008 21:13:40 -0000 1.3
57 +++ mythtv-0.22_alpha18535.ebuild 9 Oct 2008 20:52:54 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild,v 1.3 2008/10/03 21:13:40 cardoe Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18535.ebuild,v 1.4 2008/10/09 20:52:54 cardoe Exp $
63
64 EAPI=2
65 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
66 @@ -64,7 +64,7 @@
67 if use xvmc && use video_cards_nvidia; then
68 elog
69 elog "For NVIDIA based cards, the XvMC renderer only works on"
70 - elog "the NVIDIA 4, 5, 6 & & series cards."
71 + elog "the NVIDIA 4, 5, 6 & 7 series cards."
72 fi
73
74 enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}