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-tv/mythtv: ChangeLog mythtv-0.20.2_p15477.ebuild mythtv-0.21_pre15447.ebuild mythtv-0.20.2_p15332.ebuild mythtv-0.21_pre15567.ebuild
Date: Thu, 24 Jan 2008 19:43:14
Message-Id: E1JI7yh-0007Lx-6U@stork.gentoo.org
1 cardoe 08/01/24 19:43:11
2
3 Modified: ChangeLog mythtv-0.20.2_p15477.ebuild
4 mythtv-0.21_pre15447.ebuild
5 mythtv-0.20.2_p15332.ebuild
6 mythtv-0.21_pre15567.ebuild
7 Log:
8 change order of params to to eqmake3. bug #207308
9 (Portage version: 2.1.4)
10
11 Revision Changes Path
12 1.207 media-tv/mythtv/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.207&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.207&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.206&r2=1.207
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
21 retrieving revision 1.206
22 retrieving revision 1.207
23 diff -u -r1.206 -r1.207
24 --- ChangeLog 24 Jan 2008 15:58:11 -0000 1.206
25 +++ ChangeLog 24 Jan 2008 19:43:10 -0000 1.207
26 @@ -1,6 +1,11 @@
27 # ChangeLog for media-tv/mythtv
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.206 2008/01/24 15:58:11 cardoe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.207 2008/01/24 19:43:10 cardoe Exp $
31 +
32 + 24 Jan 2008; Doug Klima <cardoe@g.o> mythtv-0.20.2_p15332.ebuild,
33 + mythtv-0.20.2_p15477.ebuild, mythtv-0.21_pre15447.ebuild,
34 + mythtv-0.21_pre15567.ebuild:
35 + change order of params to to eqmake3. bug #207308
36
37 *mythtv-0.21_pre15567 (24 Jan 2008)
38 *mythtv-0.20.2_p15477 (24 Jan 2008)
39
40
41
42 1.2 media-tv/mythtv/mythtv-0.20.2_p15477.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild?r1=1.1&r2=1.2
47
48 Index: mythtv-0.20.2_p15477.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- mythtv-0.20.2_p15477.ebuild 24 Jan 2008 15:58:11 -0000 1.1
55 +++ mythtv-0.20.2_p15477.ebuild 24 Jan 2008 19:43:10 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild,v 1.1 2008/01/24 15:58:11 cardoe Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild,v 1.2 2008/01/24 19:43:10 cardoe Exp $
61
62 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
63
64 @@ -203,7 +203,7 @@
65 einfo "Running ./configure ${myconf}"
66 ./configure ${myconf} || die "configure died"
67
68 - eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
69 + eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
70 emake || die "emake failed"
71
72 # firewire support should build the tester
73
74
75
76 1.6 media-tv/mythtv/mythtv-0.21_pre15447.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?r1=1.5&r2=1.6
81
82 Index: mythtv-0.21_pre15447.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- mythtv-0.21_pre15447.ebuild 22 Jan 2008 20:51:16 -0000 1.5
89 +++ mythtv-0.21_pre15447.ebuild 24 Jan 2008 19:43:10 -0000 1.6
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.5 2008/01/22 20:51:16 cardoe Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.6 2008/01/24 19:43:10 cardoe Exp $
95
96 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
97
98 @@ -181,7 +181,7 @@
99 einfo "Running ./configure ${myconf}"
100 ./configure ${myconf} || die "configure died"
101
102 - eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
103 + eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
104 emake || die "emake failed"
105
106 # firewire support should build the tester
107
108
109
110 1.3 media-tv/mythtv/mythtv-0.20.2_p15332.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild?rev=1.3&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild?rev=1.3&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild?r1=1.2&r2=1.3
115
116 Index: mythtv-0.20.2_p15332.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- mythtv-0.20.2_p15332.ebuild 22 Jan 2008 20:51:16 -0000 1.2
123 +++ mythtv-0.20.2_p15332.ebuild 24 Jan 2008 19:43:10 -0000 1.3
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2008 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild,v 1.2 2008/01/22 20:51:16 cardoe Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild,v 1.3 2008/01/24 19:43:10 cardoe Exp $
129
130 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
131
132 @@ -207,7 +207,7 @@
133 einfo "Running ./configure ${myconf}"
134 ./configure ${myconf} || die "configure died"
135
136 - eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
137 + eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
138 emake || die "emake failed"
139
140 # firewire support should build the tester
141
142
143
144 1.2 media-tv/mythtv/mythtv-0.21_pre15567.ebuild
145
146 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?r1=1.1&r2=1.2
149
150 Index: mythtv-0.21_pre15567.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- mythtv-0.21_pre15567.ebuild 24 Jan 2008 15:58:11 -0000 1.1
157 +++ mythtv-0.21_pre15567.ebuild 24 Jan 2008 19:43:10 -0000 1.2
158 @@ -1,6 +1,6 @@
159 # Copyright 1999-2008 Gentoo Foundation
160 # Distributed under the terms of the GNU General Public License v2
161 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v 1.1 2008/01/24 15:58:11 cardoe Exp $
162 +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v 1.2 2008/01/24 19:43:10 cardoe Exp $
163
164 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
165
166 @@ -181,7 +181,7 @@
167 einfo "Running ./configure ${myconf}"
168 ./configure ${myconf} || die "configure died"
169
170 - eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
171 + eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
172 emake || die "emake failed"
173
174 # firewire support should build the tester
175
176
177
178 --
179 gentoo-commits@l.g.o mailing list