summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-07-19 03:34:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-07-19 03:34:55 +0000
commit580177fd400ab4e9465950c7ac2c7bf013b2e3a1 (patch)
tree2c749b8cf0ef3e4a642432e32e8773ed0aff43f5 /eclass/mythtv.eclass
parentPatch added for CVE-2009-2369. Bug #277722. (diff)
downloadhistorical-580177fd400ab4e9465950c7ac2c7bf013b2e3a1.tar.gz
historical-580177fd400ab4e9465950c7ac2c7bf013b2e3a1.tar.bz2
historical-580177fd400ab4e9465950c7ac2c7bf013b2e3a1.zip
migrates away from SVN based ebuilds and towards versionable zips
Diffstat (limited to 'eclass/mythtv.eclass')
-rw-r--r--eclass/mythtv.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index e143d7702ad9..533177e829d3 100644
--- a/eclass/mythtv.eclass
+++ b/eclass/mythtv.eclass
@@ -1,13 +1,14 @@
# 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.13 2008/04/01 04:05:02 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.14 2009/07/19 03:34:55 cardoe Exp $
#
# @ECLASS: mythtv.eclass
+# @AUTHOR: Doug Goldstein <cardoe@gentoo.org>
# @MAINTAINER: Doug Goldstein <cardoe@gentoo.org>
# @BLURB: Downloads the MythTV source packages and any patches from the fixes branch
#
-inherit eutils versionator subversion
+inherit versionator
# Release version
MY_PV="${PV%_*}"
@@ -37,8 +38,7 @@ case $REV_PREFIX in
MYTHTV_REPO="branches/release-${FIXES_VER}-fixes/${MY_PN}";;
esac
-ESVN_REPO_URI="http://svn.mythtv.org/svn/${MYTHTV_REPO}@${MYTHTV_REV}"
-
HOMEPAGE="http://www.mythtv.org"
LICENSE="GPL-2"
-SRC_URI=""
+SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${P}.zip"
+S="${WORKDIR}/${MYTHTV_REPO}"