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
commit36408be42f806803a4f012572d4a0c569cd84403 (patch)
treed42be084d71e32c1848374b418336018689a300d /eclass/mythtv-plugins.eclass
parentAdded ppc at armin76's request (diff)
downloadgentoo-2-36408be42f806803a4f012572d4a0c569cd84403.tar.gz
gentoo-2-36408be42f806803a4f012572d4a0c569cd84403.tar.bz2
gentoo-2-36408be42f806803a4f012572d4a0c569cd84403.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
}