Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv.eclass
Date: Sun, 19 Jul 2009 04:13:02
Message-Id: E1MSNlj-0003QA-TI@stork.gentoo.org
1 cardoe 09/07/19 04:12:59
2
3 Modified: mythtv.eclass
4 Log:
5 use MY_PN so that all the plugins can be d/l'd in just mythplugins instead of individual tarballs which actually contain them all.
6
7 Revision Changes Path
8 1.15 eclass/mythtv.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.eclass?r1=1.14&r2=1.15
13
14 Index: mythtv.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- mythtv.eclass 19 Jul 2009 03:34:55 -0000 1.14
21 +++ mythtv.eclass 19 Jul 2009 04:12:59 -0000 1.15
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.14 2009/07/19 03:34:55 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.15 2009/07/19 04:12:59 cardoe Exp $
27 #
28 # @ECLASS: mythtv.eclass
29 # @AUTHOR: Doug Goldstein <cardoe@g.o>
30 @@ -40,5 +40,5 @@
31
32 HOMEPAGE="http://www.mythtv.org"
33 LICENSE="GPL-2"
34 -SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${P}.zip"
35 +SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip"
36 S="${WORKDIR}/${MYTHTV_REPO}"