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: Tue, 15 Jan 2008 15:54:14
Message-Id: E1JEo79-0007Kw-W5@stork.gentoo.org
1 cardoe 08/01/15 15:54:11
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 add mythappearance as mythtv plugin
6
7 Revision Changes Path
8 1.28 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.27&r2=1.28
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- mythtv-plugins.eclass 7 Aug 2007 19:19:52 -0000 1.27
21 +++ mythtv-plugins.eclass 15 Jan 2008 15:54:11 -0000 1.28
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.27 2007/08/07 19:19:52 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.28 2008/01/15 15:54:11 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_pre" ; then
34 - MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
35 + MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance"
36 MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
37 fi
38 }
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list