diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-24 19:43:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-24 19:43:10 +0000 |
commit | 561fb91aa9340169cd49991c8f67887d30bd3446 (patch) | |
tree | 4b15ffd9ddd1f995bf38323089a2c57eb156bc20 /media-tv | |
parent | stable x86, bug 207281 (diff) | |
download | gentoo-2-561fb91aa9340169cd49991c8f67887d30bd3446.tar.gz gentoo-2-561fb91aa9340169cd49991c8f67887d30bd3446.tar.bz2 gentoo-2-561fb91aa9340169cd49991c8f67887d30bd3446.zip |
change order of params to to eqmake3. bug #207308
(Portage version: 2.1.4)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20.2_p15332.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20.2_p15477.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_pre15447.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_pre15567.ebuild | 4 |
5 files changed, 14 insertions, 9 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 61a1806926be..2ebf03cf2d4c 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -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@gentoo.org> 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) diff --git a/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild b/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild index afd4fa76469e..e15ef1030a67 100644 --- a/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild +++ b/media-tv/mythtv/mythtv-0.20.2_p15332.ebuild @@ -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 @@ src_compile() { 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 diff --git a/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild b/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild index a98d1ade7314..05b2aedfb1ca 100644 --- a/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild +++ b/media-tv/mythtv/mythtv-0.20.2_p15477.ebuild @@ -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 @@ src_compile() { 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 diff --git a/media-tv/mythtv/mythtv-0.21_pre15447.ebuild b/media-tv/mythtv/mythtv-0.21_pre15447.ebuild index b4144e21a0e1..6510ff58706d 100644 --- a/media-tv/mythtv/mythtv-0.21_pre15447.ebuild +++ b/media-tv/mythtv/mythtv-0.21_pre15447.ebuild @@ -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 @@ src_compile() { 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 diff --git a/media-tv/mythtv/mythtv-0.21_pre15567.ebuild b/media-tv/mythtv/mythtv-0.21_pre15567.ebuild index cd88d40010eb..65c4c0262206 100644 --- a/media-tv/mythtv/mythtv-0.21_pre15567.ebuild +++ b/media-tv/mythtv/mythtv-0.21_pre15567.ebuild @@ -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 @@ src_compile() { 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 |