cardoe 08/01/24 19:43:11
Modified: ChangeLog mythtv-0.20.2_p15477.ebuild
mythtv-0.21_pre15447.ebuild
mythtv-0.20.2_p15332.ebuild
mythtv-0.21_pre15567.ebuild
Log:
change order of params to to eqmake3. bug #207308
(Portage version: 2.1.4)
Revision Changes Path
1.207 media-tv/mythtv/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.207&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.207&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.206&r2=1.207
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog 24 Jan 2008 15:58:11 -0000 1.206
+++ ChangeLog 24 Jan 2008 19:43:10 -0000 1.207
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.206 2008/01/24 15:58:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.207 2008/01/24 19:43:10 cardoe Exp $
+
+ 24 Jan 2008; Doug Klima <cardoe@g.o> mythtv-0.20.2_p15332.ebuild,
+ mythtv-0.20.2_p15477.ebuild, mythtv-0.21_pre15447.ebuild,
+ mythtv-0.21_pre15567.ebuild:
+ change order of params to to eqmake3. bug #207308
*mythtv-0.21_pre15567 (24 Jan 2008)
*mythtv-0.20.2_p15477 (24 Jan 2008)
1.2 media-tv/mythtv/mythtv-0.20.2_p15477.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild?r1=1.1&r2=1.2
Index: mythtv-0.20.2_p15477.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.20.2_p15477.ebuild 24 Jan 2008 15:58:11 -0000 1.1
+++ mythtv-0.20.2_p15477.ebuild 24 Jan 2008 19:43:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
@@ -203,7 +203,7 @@
einfo "Running ./configure ${myconf}"
./configure ${myconf} || die "configure died"
- eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
+ eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
emake || die "emake failed"
# firewire support should build the tester
1.6 media-tv/mythtv/mythtv-0.21_pre15447.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild?r1=1.5&r2=1.6
Index: mythtv-0.21_pre15447.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mythtv-0.21_pre15447.ebuild 22 Jan 2008 20:51:16 -0000 1.5
+++ mythtv-0.21_pre15447.ebuild 24 Jan 2008 19:43:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.5 2008/01/22 20:51:16 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15447.ebuild,v 1.6 2008/01/24 19:43:10 cardoe Exp $
inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
@@ -181,7 +181,7 @@
einfo "Running ./configure ${myconf}"
./configure ${myconf} || die "configure died"
- eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
+ eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
emake || die "emake failed"
# firewire support should build the tester
1.3 media-tv/mythtv/mythtv-0.20.2_p15332.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild?rev=1.3&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild?r1=1.2&r2=1.3
Index: mythtv-0.20.2_p15332.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-0.20.2_p15332.ebuild 22 Jan 2008 20:51:16 -0000 1.2
+++ mythtv-0.20.2_p15332.ebuild 24 Jan 2008 19:43:10 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
@@ -207,7 +207,7 @@
einfo "Running ./configure ${myconf}"
./configure ${myconf} || die "configure died"
- eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
+ eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
emake || die "emake failed"
# firewire support should build the tester
1.2 media-tv/mythtv/mythtv-0.21_pre15567.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild?r1=1.1&r2=1.2
Index: mythtv-0.21_pre15567.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.21_pre15567.ebuild 24 Jan 2008 15:58:11 -0000 1.1
+++ mythtv-0.21_pre15567.ebuild 24 Jan 2008 19:43:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v 1.1 2008/01/24 15:58:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre15567.ebuild,v 1.2 2008/01/24 19:43:10 cardoe Exp $
inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
@@ -181,7 +181,7 @@
einfo "Running ./configure ${myconf}"
./configure ${myconf} || die "configure died"
- eqmake3 -o "Makefile" mythtv.pro || die "qmake failed"
+ eqmake3 mythtv.pro -o "Makefile" || die "eqmake3 failed"
emake || die "emake failed"
# firewire support should build the tester
--
gentoo-commits@g.o mailing list
|