summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-06-28 18:38:12 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-06-28 18:38:12 +0000
commitda3086dc68d18eb3933d7287ed7912dec42e8f9c (patch)
treee7257c52be3324da82677f4b189efee6534367fc /eclass
parentMask rc versions of net-p2p/deluge (diff)
downloadgentoo-2-da3086dc68d18eb3933d7287ed7912dec42e8f9c.tar.gz
gentoo-2-da3086dc68d18eb3933d7287ed7912dec42e8f9c.tar.bz2
gentoo-2-da3086dc68d18eb3933d7287ed7912dec42e8f9c.zip
hijack ESVN_PROJECT variable as suggested in bug #182783
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mythtv-plugins.eclass9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index f01dfdad01d0..069e1335f6c2 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.22 2007/06/28 18:13:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.23 2007/06/28 18:38:12 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -22,6 +22,13 @@ DEPEND="${DEPEND}
S="${WORKDIR}/mythplugins-${MY_PV}"
+# hijacks the plugins checkout to be:
+# /usr/portage/distfiles/svn-src//mythplugins/mythvideo/
+# so that each of the plugins can share the same svn checkout
+# saving HD space and number of svn checkouts reqired
+# Great suggestion by Tom Clift <tom@clift.name>
+ESVN_PROJECT=""
+
mythtv-plugins_pkg_setup() {
# List of available plugins (needs to include ALL of them in the tarball)
MYTHPLUGINS="mythbrowser mythcontrols mythdvd mythflix mythgallery"