diff options
author | Akinori Hattori <hattya@gentoo.org> | 2012-07-29 04:26:10 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2012-07-29 04:26:10 +0000 |
commit | d442766bf04a564b4bb0bda62c9d206728a6af2e (patch) | |
tree | 02ee2e4d58b8f81939b3da2f2a39405bc4e19655 /eclass/subversion.eclass | |
parent | Update my freeipmi_ plugin and use it to replace the other two originals (whi... (diff) | |
download | historical-d442766bf04a564b4bb0bda62c9d206728a6af2e.tar.gz historical-d442766bf04a564b4bb0bda62c9d206728a6af2e.tar.bz2 historical-d442766bf04a564b4bb0bda62c9d206728a6af2e.zip |
remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES)
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r-- | eclass/subversion.eclass | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index c4a752ccd05b..1d89d95c8488 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.80 2012/07/29 03:37:37 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.81 2012/07/29 04:26:10 hattya Exp $ # @ECLASS: subversion.eclass # @MAINTAINER: @@ -25,13 +25,9 @@ case "${EAPI:-0}" in ;; esac -SUBVERSION_DEPEND="dev-vcs/subversion +DEPEND="dev-vcs/subversion net-misc/rsync" -if [[ -z "${ESVN_DISABLE_DEPENDENCIES}" ]]; then - DEPEND="${SUBVERSION_DEPEND}" -fi - # @ECLASS-VARIABLE: ESVN_STORE_DIR # @DESCRIPTION: # subversion sources store directory. Users may override this in /etc/make.conf @@ -139,12 +135,6 @@ ESVN_PATCHES="${ESVN_PATCHES:-}" # don't export the working copy to S. ESVN_RESTRICT="${ESVN_RESTRICT:-}" -# @ECLASS-VARIABLE: ESVN_DISABLE_DEPENDENCIES -# @DESCRIPTION: -# Set this variable to a non-empty value to disable the automatic inclusion of -# Subversion in dependencies. -ESVN_DISABLE_DEPENDENCIES="${ESVN_DISABLE_DEPENDENCIES:-}" - # @ECLASS-VARIABLE: ESVN_OFFLINE # @DESCRIPTION: # Set this variable to a non-empty value to disable the automatic updating of |