Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv-plugins.eclass
Date: Mon, 02 Nov 2009 01:59:20
Message-Id: E1N4mCT-0006Gv-Nz@stork.gentoo.org
1 cardoe 09/11/02 01:59:17
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 update plugins list for 0.22 versions
6
7 Revision Changes Path
8 1.36 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.36&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.36&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.35&r2=1.36
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.35
18 retrieving revision 1.36
19 diff -u -r1.35 -r1.36
20 --- mythtv-plugins.eclass 19 Jul 2009 04:18:58 -0000 1.35
21 +++ mythtv-plugins.eclass 2 Nov 2009 01:59:17 -0000 1.36
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.35 2009/07/19 04:18:58 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.36 2009/11/02 01:59:17 cardoe Exp $
27 #
28 # @ECLASS: mythtv-plugins.eclass
29 # @AUTHOR: Doug Goldstein <cardoe@g.o>
30 @@ -43,6 +43,11 @@
31 MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
32 MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
33 fi
34 +
35 + if version_is_at_least "0.22_beta" ; then
36 + MYTHPLUGINS="${MYTHPLUGINS/mythcontrols/}"
37 + MYTHPLUGINS="${MYTHPLUGINS/mythphone/}"
38 + fi
39 }
40
41 mythtv-plugins_src_prepare() {