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
commitc1ea16d90f8bcddef38da4fb3910edc03cbb53f3 (patch)
treeef31a3a4182b929f61796b14a16a5e64af07ea24 /eclass/mythtv.eclass
parentPatch added for CVE-2009-2369. Bug #277722. (diff)
downloadgentoo-2-c1ea16d90f8bcddef38da4fb3910edc03cbb53f3.tar.gz
gentoo-2-c1ea16d90f8bcddef38da4fb3910edc03cbb53f3.tar.bz2
gentoo-2-c1ea16d90f8bcddef38da4fb3910edc03cbb53f3.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}"