Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv-plugins.eclass
Date: Thu, 06 Mar 2008 20:41:59
Message-Id: E1JXMua-0003Bx-9r@stork.gentoo.org
1 cardoe 08/03/06 20:41:56
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 mythappearance is gone and merged into mythtv with newer 0.21s
6
7 Revision Changes Path
8 1.31 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.30&r2=1.31
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- mythtv-plugins.eclass 3 Mar 2008 16:13:38 -0000 1.30
21 +++ mythtv-plugins.eclass 6 Mar 2008 20:41:55 -0000 1.31
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.30 2008/03/03 16:13:38 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.31 2008/03/06 20:41:55 cardoe Exp $
27 #
28 # Author: Doug Goldstein <cardoe@g.o>
29 #
30 @@ -40,7 +40,7 @@
31 fi
32
33 if version_is_at_least "0.21_beta" ; then
34 - MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance"
35 + MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
36 MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
37 fi
38 }
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list