From 18d61441f34b440a3bec16836d086c7a9e363440 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 22 Jun 2010 18:47:46 +0000 Subject: dev-util/subversion renamed to dev-vcs/subversion. (Portage version: HEAD/cvs/Linux x86_64) --- dev-vcs/git/git-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-vcs/git/git-9999.ebuild') diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index a6fa9fc79d29..c072c0a1ba99 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.4 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -49,7 +49,7 @@ RDEPEND="${CDEPEND} dev-perl/Authen-SASL cgi? ( virtual/perl-CGI ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) - subversion? ( dev-util/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -89,7 +89,7 @@ pkg_setup() { if use webdav && ! use curl ; then ewarn "USE=webdav needs USE=curl. Ignoring" fi - if use subversion && has_version dev-util/subversion && built_with_use --missing false dev-util/subversion dso ; then + if use subversion && has_version dev-vcs/subversion && built_with_use --missing false dev-vcs/subversion dso ; then ewarn "Per Gentoo bugs #223747, #238586, when subversion is built" ewarn "with USE=dso, there may be weird crashes in git-svn. You" ewarn "have been warned." @@ -400,8 +400,8 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen - if use subversion && has_version dev-util/subversion && ! built_with_use --missing false dev-util/subversion perl ; then - ewarn "You must build dev-util/subversion with USE=perl" + if use subversion && has_version dev-vcs/subversion && ! built_with_use --missing false dev-vcs/subversion perl ; then + ewarn "You must build dev-vcs/subversion with USE=perl" ewarn "to get the full functionality of git-svn!" fi elog "These additional scripts need some dependencies:" -- cgit v1.2.3-65-gdbad