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
commitf5385e3f4f98289c1db7a221d51ce780d47e4dbf (patch)
treef5ba748e29b008adb9aff4fb78842dbcf0e965b2 /eclass
parentMask rc versions of net-p2p/deluge (diff)
downloadhistorical-f5385e3f4f98289c1db7a221d51ce780d47e4dbf.tar.gz
historical-f5385e3f4f98289c1db7a221d51ce780d47e4dbf.tar.bz2
historical-f5385e3f4f98289c1db7a221d51ce780d47e4dbf.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"