| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.25 2005/12/24 14:18:18 hattya Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.26 2006/01/07 23:46:57 ferringb Exp $ |
| 4 | |
4 | |
| 5 | ## --------------------------------------------------------------------------- # |
5 | ## --------------------------------------------------------------------------- # |
| 6 | # Author: Akinori Hattori <hattya@gentoo.org> |
6 | # Author: Akinori Hattori <hattya@gentoo.org> |
| 7 | # |
7 | # |
| 8 | # The subversion eclass is written to fetch the software sources from |
8 | # The subversion eclass is written to fetch the software sources from |
| … | |
… | |
| 30 | DEPEND="dev-util/subversion" |
30 | DEPEND="dev-util/subversion" |
| 31 | |
31 | |
| 32 | |
32 | |
| 33 | ## -- ESVN_STORE_DIR: subversion sources store directory |
33 | ## -- ESVN_STORE_DIR: subversion sources store directory |
| 34 | # |
34 | # |
| 35 | ESVN_STORE_DIR="${DISTDIR}/svn-src" |
35 | ESVN_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/svn-src" |
| 36 | |
36 | |
| 37 | |
37 | |
| 38 | ## -- ESVN_FETCH_CMD: subversion fetch command |
38 | ## -- ESVN_FETCH_CMD: subversion fetch command |
| 39 | # |
39 | # |
| 40 | ESVN_FETCH_CMD="svn checkout" |
40 | ESVN_FETCH_CMD="svn checkout" |