diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-02 01:59:17 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-02 01:59:17 +0000 |
commit | 0e9c3675724948e588753c6e3d241a10d8ff0abc (patch) | |
tree | 96b03db76441ae1ed5ff4fda2c874e859cf911ee /eclass/mythtv-plugins.eclass | |
parent | Updated to latest upstream release and shed some patches (closes bug (diff) | |
download | historical-0e9c3675724948e588753c6e3d241a10d8ff0abc.tar.gz historical-0e9c3675724948e588753c6e3d241a10d8ff0abc.tar.bz2 historical-0e9c3675724948e588753c6e3d241a10d8ff0abc.zip |
update plugins list for 0.22 versions
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 4c86cc994679..140a31633827 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.35 2009/07/19 04:18:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.36 2009/11/02 01:59:17 cardoe Exp $ # # @ECLASS: mythtv-plugins.eclass # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> @@ -43,6 +43,11 @@ mythtv-plugins_pkg_setup() { MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies" MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}" fi + + if version_is_at_least "0.22_beta" ; then + MYTHPLUGINS="${MYTHPLUGINS/mythcontrols/}" + MYTHPLUGINS="${MYTHPLUGINS/mythphone/}" + fi } mythtv-plugins_src_prepare() { |