diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-09-08 16:17:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-09-08 16:17:15 +0000 |
commit | 3d4bbe54b2c4a37ba52343ef287d0e2411beade0 (patch) | |
tree | 1a675720af99e519e0795370c6c69a239272610c /eclass/kde-source.eclass | |
parent | added cvs dependency (diff) | |
download | gentoo-2-3d4bbe54b2c4a37ba52343ef287d0e2411beade0.tar.gz gentoo-2-3d4bbe54b2c4a37ba52343ef287d0e2411beade0.tar.bz2 gentoo-2-3d4bbe54b2c4a37ba52343ef287d0e2411beade0.zip |
1. add ECVS_BRANCH support, with branch autoswitching handled by cvs itself. 2. make the deafult location /cvs-src, and for kde stuff ditto/kde. 3. fix sandbox + ECVS_TOP_DIr is a symlink problem.
Diffstat (limited to 'eclass/kde-source.eclass')
-rw-r--r-- | eclass/kde-source.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass index b20bec89cdb7..8b52d1834379 100644 --- a/eclass/kde-source.eclass +++ b/eclass/kde-source.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.8 2002/08/14 19:45:05 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.9 2002/09/08 16:17:15 danarmak Exp $ # This is for kde-base cvs ebuilds. Read comments about settings. # It uses $S and sets $SRC_URI, so inherit it as late as possible (certainly after any other eclasses). @@ -22,7 +22,7 @@ INHERITED="$INHERITED $ECLASS" # Under this directory the cvs modules are stored/accessed # Storing in tarballs in $DISTDIR to be implemented soon -[ -z "$ECVS_TOP_DIR" ] && ECVS_TOP_DIR="/usr/src/kde" +[ -z "$ECVS_TOP_DIR" ] && ECVS_TOP_DIR="$DISTDIR/cvs-src/kde" # Set to name of cvs server. Set to "" to disable fetching (offline mode). # In offline mode, we presume that modules are already checked out at the specified |