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
commit76c6142de326a6431097ba9b00c42b38419dec6c (patch)
treeb870d9334dbb44876920a2e20e1c5eb7aec9a17d /eclass
parentversion bump to resolve a few outstanding bugs. uses new zip files which are ... (diff)
downloadgentoo-2-76c6142de326a6431097ba9b00c42b38419dec6c.tar.gz
gentoo-2-76c6142de326a6431097ba9b00c42b38419dec6c.tar.bz2
gentoo-2-76c6142de326a6431097ba9b00c42b38419dec6c.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}"