summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-07-19 04:12:59 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-07-19 04:12:59 +0000
commit3ed2d8afb2c3a3b9e0d230a35e18fc0b4ea57fc3 (patch)
treedecdd0ba2fdab7ad0f2117e5d4ba5363ebcdbc86 /eclass
parentversion bump to resolve a few outstanding bugs. uses new zip files which are ... (diff)
downloadhistorical-3ed2d8afb2c3a3b9e0d230a35e18fc0b4ea57fc3.tar.gz
historical-3ed2d8afb2c3a3b9e0d230a35e18fc0b4ea57fc3.tar.bz2
historical-3ed2d8afb2c3a3b9e0d230a35e18fc0b4ea57fc3.zip
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.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mythtv.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index 533177e829d3..86f7d2088280 100644
--- a/eclass/mythtv.eclass
+++ b/eclass/mythtv.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.14 2009/07/19 03:34:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.15 2009/07/19 04:12:59 cardoe Exp $
#
# @ECLASS: mythtv.eclass
# @AUTHOR: Doug Goldstein <cardoe@gentoo.org>
@@ -40,5 +40,5 @@ esac
HOMEPAGE="http://www.mythtv.org"
LICENSE="GPL-2"
-SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${P}.zip"
+SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip"
S="${WORKDIR}/${MYTHTV_REPO}"