summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-11-02 01:59:17 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-11-02 01:59:17 +0000
commit423269e9a593ab8624b4e506e98301f2c70e6548 (patch)
treee767102848ad1f4685c6d70d81caf3dffe68dcb6 /eclass
parentUpdated to latest upstream release and shed some patches (closes bug (diff)
downloadgentoo-2-423269e9a593ab8624b4e506e98301f2c70e6548.tar.gz
gentoo-2-423269e9a593ab8624b4e506e98301f2c70e6548.tar.bz2
gentoo-2-423269e9a593ab8624b4e506e98301f2c70e6548.zip
update plugins list for 0.22 versions
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mythtv-plugins.eclass7
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() {