From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OR8Iu-0007oo-4o for garchives@archives.gentoo.org; Tue, 22 Jun 2010 18:34:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D625BE097A; Tue, 22 Jun 2010 18:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B7861E097A for ; Tue, 22 Jun 2010 18:34:30 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 548151B4009 for ; Tue, 22 Jun 2010 18:34:30 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2244) id 24FFA2CE15; Tue, 22 Jun 2010 18:34:29 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: subversion.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: subversion.eclass X-VCS-Directories: eclass X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20100622183429.24FFA2CE15@corvid.gentoo.org> Date: Tue, 22 Jun 2010 18:34:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c48f7335-0a6c-4d12-84ee-2537f8ea6947 X-Archives-Hash: 26a2ca4fa0711cf9c7142ca11821f4e6 arfrever 10/06/22 18:34:29 Modified: subversion.eclass Log: dev-util/subversion renamed to dev-vcs/subversion. Revision Changes Path 1.68 eclass/subversion.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/subversion.= eclass?rev=3D1.68&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/subversion.= eclass?rev=3D1.68&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/subversion.= eclass?r1=3D1.67&r2=3D1.68 Index: subversion.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- subversion.eclass 10 May 2009 20:33:38 -0000 1.67 +++ subversion.eclass 22 Jun 2010 18:34:29 -0000 1.68 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.67 2009/= 05/10 20:33:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.68 2010/= 06/22 18:34:29 arfrever Exp $ =20 # @ECLASS: subversion.eclass # @MAINTAINER: @@ -30,7 +30,7 @@ =20 DESCRIPTION=3D"Based on the ${ECLASS} eclass" =20 -SUBVERSION_DEPEND=3D"dev-util/subversion +SUBVERSION_DEPEND=3D"dev-vcs/subversion net-misc/rsync" =20 if [[ -z "${ESVN_DISABLE_DEPENDENCIES}" ]]; then @@ -197,7 +197,7 @@ =20 case "${protocol}" in http|https) - if ! built_with_use -o dev-util/subversion webdav-neon webdav-serf; t= hen + if ! built_with_use -o dev-vcs/subversion webdav-neon webdav-serf; th= en echo eerror "In order to emerge this package, you need to" eerror "reinstall Subversion with support for WebDAV." @@ -233,7 +233,7 @@ ewarn "see \${ESVN_REPO_URI}" fi =20 - if has_version ">=3Ddev-util/subversion-1.6.0"; then + if has_version ">=3Ddev-vcs/subversion-1.6.0"; then options=3D"${options} --config-option=3Dconfig:auth:password-stores=3D= " fi =20