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: Wed, 20 Feb 2008 20:05:27
Message-Id: E1JRvC0-0002aU-Fh@stork.gentoo.org
1 cardoe 08/02/20 20:05:24
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 remove tarball support since mythtv.eclass no longer supports it
6
7 Revision Changes Path
8 1.29 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.28&r2=1.29
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- mythtv-plugins.eclass 15 Jan 2008 15:54:11 -0000 1.28
21 +++ mythtv-plugins.eclass 20 Feb 2008 20:05:23 -0000 1.29
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.28 2008/01/15 15:54:11 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.29 2008/02/20 20:05:23 cardoe Exp $
27 #
28 # Author: Doug Goldstein <cardoe@g.o>
29 #
30 @@ -46,12 +46,7 @@
31 }
32
33 mythtv-plugins_src_unpack() {
34 - if [ -n "${SVNREV}" ]; then
35 - subversion_src_unpack
36 - else
37 - unpack ${A}
38 - fi
39 -
40 + subversion_src_unpack
41 mythtv-plugins_src_unpack_patch
42 }
43
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list