summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-02-20 20:05:23 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-02-20 20:05:23 +0000
commit2cdac47935054421c32ead20ac05c8abab600f1f (patch)
treef88634fc45e6fb079bcc8053f72a9ead13307064 /eclass/mythtv-plugins.eclass
parentAdded ppc at armin76's request (diff)
downloadhistorical-2cdac47935054421c32ead20ac05c8abab600f1f.tar.gz
historical-2cdac47935054421c32ead20ac05c8abab600f1f.tar.bz2
historical-2cdac47935054421c32ead20ac05c8abab600f1f.zip
remove tarball support since mythtv.eclass no longer supports it
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass9
1 files changed, 2 insertions, 7 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index ce0dc97b66c2..ea114b0bd6af 100644
--- a/eclass/mythtv-plugins.eclass
+++ b/eclass/mythtv-plugins.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-plugins.eclass,v 1.28 2008/01/15 15:54:11 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.29 2008/02/20 20:05:23 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -46,12 +46,7 @@ mythtv-plugins_pkg_setup() {
}
mythtv-plugins_src_unpack() {
- if [ -n "${SVNREV}" ]; then
- subversion_src_unpack
- else
- unpack ${A}
- fi
-
+ subversion_src_unpack
mythtv-plugins_src_unpack_patch
}