Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv.eclass
Date: Mon, 31 Oct 2011 03:59:02
Message-Id: E1MfzEv-0007Gl-6h@stork.gentoo.org
1 gentoofan23 09/08/25 16:51:21
2
3 Modified: mythtv.eclass
4 Log:
5 Revert commit 1.16, mythtv ebuilds adjusted for a fix that doesn't break non-stable ebuilds. See bug #280516.
6
7 Revision Changes Path
8 1.17 eclass/mythtv.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?r1=1.16&r2=1.17
13
14 Index: mythtv.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- mythtv.eclass 4 Aug 2009 20:55:02 -0000 1.16
21 +++ mythtv.eclass 25 Aug 2009 16:51:21 -0000 1.17
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.eclass,v 1.16 2009/08/04 20:55:02 gentoofan23 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.17 2009/08/25 16:51:21 gentoofan23 Exp $
27 #
28 # @ECLASS: mythtv.eclass
29 # @AUTHOR: Doug Goldstein <cardoe@g.o>
30 @@ -41,4 +41,4 @@
31 HOMEPAGE="http://www.mythtv.org"
32 LICENSE="GPL-2"
33 SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip"
34 -[[ ${PN} == mythtv ]] || S="${WORKDIR}/${MYTHTV_REPO}"
35 +S="${WORKDIR}/${MYTHTV_REPO}"