diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-02-04 09:42:43 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-02-04 09:42:43 +0000 |
commit | 861f4a49f5e931e059c0db338309b9cfee0de453 (patch) | |
tree | f16759c0c3ccdb2297bb2d04a81198c6d2e464d9 /dev-util | |
parent | Fixing typo (diff) | |
download | gentoo-2-861f4a49f5e931e059c0db338309b9cfee0de453.tar.gz gentoo-2-861f4a49f5e931e059c0db338309b9cfee0de453.tar.bz2 gentoo-2-861f4a49f5e931e059c0db338309b9cfee0de453.zip |
move default path to /srv/svn
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/subversion/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/subversion/subversion-0.37.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog index 39c0fe45c334..70fea04428cb 100644 --- a/dev-util/subversion/ChangeLog +++ b/dev-util/subversion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/subversion # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.47 2004/01/28 12:56:00 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.48 2004/02/04 09:42:43 pauldv Exp $ + + 04 Feb 2004; Paul de Vrieze <pauldv@gentoo.org> subversion-0.37.0.ebuild: + Take the new FHS's /srv directory into account, moving the default location + from /var *subversion-0.37.0 (28 Jan 2004) diff --git a/dev-util/subversion/subversion-0.37.0.ebuild b/dev-util/subversion/subversion-0.37.0.ebuild index c16eb0696ad5..e3c515592514 100644 --- a/dev-util/subversion/subversion-0.37.0.ebuild +++ b/dev-util/subversion/subversion-0.37.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.37.0.ebuild,v 1.2 2004/01/28 19:31:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.37.0.ebuild,v 1.3 2004/02/04 09:42:43 pauldv Exp $ inherit elisp-common libtool @@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${PV} #Allow for custion repository locations if [ "${SVN_REPOS_LOC}x" = "x" ]; then - SVN_REPOS_LOC="/var/svn" + SVN_REPOS_LOC="/srv/svn" fi # |