diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:07:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:07:05 +0000 |
commit | b24ef15113327ad90fd464e98e7b3b2357615529 (patch) | |
tree | 9ccc024cee55e03a77970aaf3b8e7c1415af5562 /media-tv/mythtv | |
parent | Remove old. (diff) | |
download | gentoo-2-b24ef15113327ad90fd464e98e7b3b2357615529.tar.gz gentoo-2-b24ef15113327ad90fd464e98e7b3b2357615529.tar.bz2 gentoo-2-b24ef15113327ad90fd464e98e7b3b2357615529.zip |
Convert from "hasq" to "has".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_p23069.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_p24255.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23.1_p25423.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23.1_p25427.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23.1_p25496.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23.1_p26437.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23.1_p27077.ebuild | 6 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23_p25051.ebuild | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.23_p25073.ebuild | 8 |
10 files changed, 44 insertions, 36 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 69956119552a..4c728828befc 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-tv/mythtv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.331 2011/07/07 21:28:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.332 2011/07/08 10:07:05 ssuominen Exp $ + + 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> + mythtv-0.22_p23069.ebuild, mythtv-0.22_p24255.ebuild, + mythtv-0.23_p25051.ebuild, mythtv-0.23_p25073.ebuild, + mythtv-0.23.1_p25423.ebuild, mythtv-0.23.1_p25427.ebuild, + mythtv-0.23.1_p25496.ebuild, mythtv-0.23.1_p26437.ebuild, + mythtv-0.23.1_p27077.ebuild: + Convert from "hasq" to "has". 07 Jul 2011; Doug Goldstein <cardoe@gentoo.org> mythtv-0.23.1_p27077.ebuild: Mark the latest 0.23.1 as stable since I've been running it on both x86 and diff --git a/media-tv/mythtv/mythtv-0.22_p23069.ebuild b/media-tv/mythtv/mythtv-0.22_p23069.ebuild index e2199b54c975..debe6556c127 100644 --- a/media-tv/mythtv/mythtv-0.22_p23069.ebuild +++ b/media-tv/mythtv/mythtv-0.22_p23069.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p23069.ebuild,v 1.7 2010/05/11 19:22:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p23069.ebuild,v 1.8 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -169,8 +169,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.22_p24255.ebuild b/media-tv/mythtv/mythtv-0.22_p24255.ebuild index 31eabc586856..a7ed4eae5c55 100644 --- a/media-tv/mythtv/mythtv-0.22_p24255.ebuild +++ b/media-tv/mythtv/mythtv-0.22_p24255.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p24255.ebuild,v 1.4 2010/07/26 13:36:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_p24255.ebuild,v 1.5 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -169,8 +169,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild b/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild index 254b13639345..3c3fe9884b21 100644 --- a/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild +++ b/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild,v 1.2 2010/07/30 03:54:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25423.ebuild,v 1.3 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -168,8 +168,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild b/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild index 1aab156c5d64..c79d509cd596 100644 --- a/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild +++ b/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild,v 1.1 2010/07/30 03:54:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25427.ebuild,v 1.2 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -168,8 +168,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild b/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild index 1dd6a54f8265..806447a76a59 100644 --- a/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild +++ b/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild,v 1.1 2010/07/30 16:48:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p25496.ebuild,v 1.2 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -168,8 +168,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild b/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild index 20b7a7405c8c..373b4192a9e1 100644 --- a/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild +++ b/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild,v 1.1 2010/10/01 03:18:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p26437.ebuild,v 1.2 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -168,8 +168,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild b/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild index 12b01e857761..8c493cb7e367 100644 --- a/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild +++ b/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild,v 1.2 2011/07/07 21:28:52 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23.1_p27077.ebuild,v 1.3 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -168,8 +168,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23_p25051.ebuild b/media-tv/mythtv/mythtv-0.23_p25051.ebuild index 5112ec3b55a5..b28288ab5a7f 100644 --- a/media-tv/mythtv/mythtv-0.23_p25051.ebuild +++ b/media-tv/mythtv/mythtv-0.23_p25051.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_p25051.ebuild,v 1.2 2010/06/13 06:56:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_p25051.ebuild,v 1.3 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -167,8 +167,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS diff --git a/media-tv/mythtv/mythtv-0.23_p25073.ebuild b/media-tv/mythtv/mythtv-0.23_p25073.ebuild index 61a0fc13c41f..55b0b36a0219 100644 --- a/media-tv/mythtv/mythtv-0.23_p25073.ebuild +++ b/media-tv/mythtv/mythtv-0.23_p25073.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_p25073.ebuild,v 1.1 2010/06/13 07:09:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.23_p25073.ebuild,v 1.2 2011/07/08 10:07:05 ssuominen Exp $ EAPI=2 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -167,8 +167,8 @@ src_configure() { fi # myconf="${myconf} --extra-cxxflags=\"${CXXFLAGS}\" --extra-cflags=\"${CFLAGS}\"" - hasq distcc ${FEATURES} || myconf="${myconf} --disable-distcc" - hasq ccache ${FEATURES} || myconf="${myconf} --disable-ccache" + has distcc ${FEATURES} || myconf="${myconf} --disable-distcc" + has ccache ${FEATURES} || myconf="${myconf} --disable-ccache" # let MythTV come up with our CFLAGS. Upstream will support this unset CFLAGS |