Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv-plugins.eclass
Date: Sat, 10 Jan 2009 14:00:17
Message-Id: E1LLeNr-0002Hd-Hm@stork.gentoo.org
1 beandog 09/01/10 14:00:15
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 Add strip restriction, bug 240325
6
7 Revision Changes Path
8 1.33 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.33&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.33&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.32&r2=1.33
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.32
18 retrieving revision 1.33
19 diff -u -r1.32 -r1.33
20 --- mythtv-plugins.eclass 11 Mar 2008 14:52:45 -0000 1.32
21 +++ mythtv-plugins.eclass 10 Jan 2009 14:00:15 -0000 1.33
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.32 2008/03/11 14:52:45 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.33 2009/01/10 14:00:15 beandog Exp $
27 #
28 # Author: Doug Goldstein <cardoe@g.o>
29 #
30 @@ -22,6 +22,9 @@
31
32 S="${WORKDIR}/mythplugins-${MY_PV}"
33
34 +# bug 240325
35 +RESTRICT="strip"
36 +
37 # hijacks the plugins checkout to be:
38 # /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/
39 # so that each of the plugins can share the same svn checkout