summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-25 16:35:23 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-25 16:35:23 +0000
commitaacc3f237444c5dfb31a1177b3ce54ff391a1efe (patch)
treea59667297dd1942415812a2ef45e69b987e0872b /eclass
parentprovide $ARCH-linux-gcc not $ARCH-linux-gnu-gcc (diff)
downloadgentoo-2-aacc3f237444c5dfb31a1177b3ce54ff391a1efe.tar.gz
gentoo-2-aacc3f237444c5dfb31a1177b3ce54ff391a1efe.tar.bz2
gentoo-2-aacc3f237444c5dfb31a1177b3ce54ff391a1efe.zip
Chutt is a freaking moron. No longer rely on MythTV for source files since they rename them at whim and he won't stick to the standard he's had for 4 years.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mythtv.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index e07bd03520cf..c0e8c87728a4 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.2 2006/09/20 03:43:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.3 2006/09/25 16:35:23 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -24,9 +24,10 @@ fi
HOMEPAGE="http://www.mythtv.org"
LICENSE="GPL-2"
-SRC_URI="http://ftp.osuosl.org/pub/mythtv/${MY_PN}-${MY_PV}.tar.bz2"
+SRC_URI="mirror://gentoo/${MY_PN}-${MY_PV}.tar.bz2"
if [ -n "${PATCHREV}" ] ; then
- SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2"
+ SRC_URI="${SRC_URI}
+ http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2"
fi
mythtv-fixes_patch() {