diff options
Diffstat (limited to 'dev-vcs')
91 files changed, 345 insertions, 265 deletions
diff --git a/dev-vcs/colorsvn/ChangeLog b/dev-vcs/colorsvn/ChangeLog index 9492b6080035..91bef4683e50 100644 --- a/dev-vcs/colorsvn/ChangeLog +++ b/dev-vcs/colorsvn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/colorsvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.2 2010/06/09 17:58:24 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.3 2010/06/22 18:43:26 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + colorsvn-0.3.2.ebuild, colorsvn-0.3.2-r1.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. *colorsvn-0.3.2-r1 (09 Jun 2010) diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild index dbad9fffe1b4..268f22799b0c 100644 --- a/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild +++ b/dev-vcs/colorsvn/colorsvn-0.3.2-r1.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/colorsvn/colorsvn-0.3.2-r1.ebuild,v 1.1 2010/06/09 17:58:24 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2-r1.ebuild,v 1.2 2010/06/22 18:43:26 arfrever Exp $ DESCRIPTION="Subversion output colorizer" HOMEPAGE="http://colorsvn.tigris.org" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-lang/perl - dev-util/subversion" + dev-vcs/subversion" DEPEND="${RDEPEND}" src_unpack() { diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild index e65747831bbd..5b288ec4ff3b 100644 --- a/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild +++ b/dev-vcs/colorsvn/colorsvn-0.3.2.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/colorsvn/colorsvn-0.3.2.ebuild,v 1.1 2010/03/20 22:21:06 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild,v 1.2 2010/06/22 18:43:26 arfrever Exp $ DESCRIPTION="Subversion output colorizer" HOMEPAGE="http://colorsvn.tigris.org" @@ -12,7 +12,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-lang/perl - dev-util/subversion" + dev-vcs/subversion" DEPEND="${RDEPEND}" src_unpack() { diff --git a/dev-vcs/cvs2svn/ChangeLog b/dev-vcs/cvs2svn/ChangeLog index a1943cd4c9c1..21c8ab98a5aa 100644 --- a/dev-vcs/cvs2svn/ChangeLog +++ b/dev-vcs/cvs2svn/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/cvs2svn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/ChangeLog,v 1.2 2010/06/16 00:58:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/ChangeLog,v 1.3 2010/06/22 18:43:50 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + cvs2svn-1.5.0.ebuild, cvs2svn-1.5.1.ebuild, cvs2svn-2.0.1.ebuild, + cvs2svn-2.1.0.ebuild, cvs2svn-2.1.1.ebuild, cvs2svn-2.2.0.ebuild, + cvs2svn-2.3.0.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 16 Jun 2010; Sebastian Pipping <sping@gentoo.org> cvs2svn-2.2.0.ebuild, cvs2svn-2.3.0.ebuild, metadata.xml: diff --git a/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild index 872f3d27ac0c..c93077988815 100644 --- a/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-1.5.0.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/cvs2svn/cvs2svn-1.5.0.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-1.5.0.ebuild,v 1.2 2010/06/22 18:43:49 arfrever Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 ia64 ~ppc x86" IUSE="" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} dev-vcs/rcs" diff --git a/dev-vcs/cvs2svn/cvs2svn-1.5.1.ebuild b/dev-vcs/cvs2svn/cvs2svn-1.5.1.ebuild index 0265ab13e3cd..254ec38845bf 100644 --- a/dev-vcs/cvs2svn/cvs2svn-1.5.1.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-1.5.1.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/cvs2svn/cvs2svn-1.5.1.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-1.5.1.ebuild,v 1.2 2010/06/22 18:43:49 arfrever Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} dev-vcs/rcs" diff --git a/dev-vcs/cvs2svn/cvs2svn-2.0.1.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.0.1.ebuild index 0d06cc352511..3fe8e946dfb6 100644 --- a/dev-vcs/cvs2svn/cvs2svn-2.0.1.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-2.0.1.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/cvs2svn/cvs2svn-2.0.1.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.0.1.ebuild,v 1.2 2010/06/22 18:43:49 arfrever Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} dev-vcs/rcs" diff --git a/dev-vcs/cvs2svn/cvs2svn-2.1.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.1.0.ebuild index aaf11c58ca18..375e4715b833 100644 --- a/dev-vcs/cvs2svn/cvs2svn-2.1.0.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-2.1.0.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/cvs2svn/cvs2svn-2.1.0.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.1.0.ebuild,v 1.2 2010/06/22 18:43:49 arfrever Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} dev-vcs/rcs" diff --git a/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild index 015f9a5c68f8..7ce77b2ec142 100644 --- a/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-2.1.1.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/cvs2svn/cvs2svn-2.1.1.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.1.1.ebuild,v 1.2 2010/06/22 18:43:50 arfrever Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} dev-vcs/rcs" diff --git a/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild index 58183e835689..733cb813894b 100644 --- a/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-2.2.0.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/cvs2svn/cvs2svn-2.2.0.ebuild,v 1.2 2010/06/16 00:58:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild,v 1.3 2010/06/22 18:43:49 arfrever Exp $ EAPI="2" PYTHON_USE_WITH_OR="berkdb gdbm" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="bazaar git test" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} bazaar? ( >=dev-vcs/bzr-1.13 ) git? ( >=dev-vcs/git-1.5.4.4 ) diff --git a/dev-vcs/cvs2svn/cvs2svn-2.3.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.3.0.ebuild index d8df48b23497..2da1b1eaa806 100644 --- a/dev-vcs/cvs2svn/cvs2svn-2.3.0.ebuild +++ b/dev-vcs/cvs2svn/cvs2svn-2.3.0.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/cvs2svn/cvs2svn-2.3.0.ebuild,v 1.2 2010/06/16 00:58:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.3.0.ebuild,v 1.3 2010/06/22 18:43:49 arfrever Exp $ EAPI="2" PYTHON_USE_WITH_OR="berkdb gdbm" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="bazaar git test" DEPEND="dev-lang/python - >=dev-util/subversion-1.0.9" + >=dev-vcs/subversion-1.0.9" RDEPEND="${DEPEND} bazaar? ( >=dev-vcs/bzr-1.13 ) git? ( >=dev-vcs/git-1.5.4.4 ) diff --git a/dev-vcs/cvsspam/ChangeLog b/dev-vcs/cvsspam/ChangeLog index 3866f969b009..622ce38a5134 100644 --- a/dev-vcs/cvsspam/ChangeLog +++ b/dev-vcs/cvsspam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/cvsspam # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/ChangeLog,v 1.1 2010/03/06 21:11:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/ChangeLog,v 1.2 2010/06/22 18:44:07 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + cvsspam-0.2.12.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 06 Mar 2010; Ulrich Mueller <ulm@gentoo.org> +cvsspam-0.2.12.ebuild, +files/cvsspam-0.2.12-svn.patch, +metadata.xml: diff --git a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild b/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild index 7414594a9acf..802ce15904e1 100644 --- a/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild +++ b/dev-vcs/cvsspam/cvsspam-0.2.12.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/cvsspam/cvsspam-0.2.12.ebuild,v 1.1 2010/03/06 21:11:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsspam/cvsspam-0.2.12.ebuild,v 1.2 2010/06/22 18:44:07 arfrever Exp $ EAPI=2 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="subversion" RDEPEND="dev-lang/ruby - subversion? ( dev-util/subversion )" + subversion? ( dev-vcs/subversion )" src_prepare() { use subversion && epatch "${FILESDIR}/${P}-svn.patch" diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 4f200e9f170c..907bd099c8f9 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,20 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.13 2010/06/22 14:11:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.14 2010/06/22 18:47:46 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + git-1.6.3.1.ebuild, git-1.6.3.3.ebuild, git-1.6.3.4.ebuild, + git-1.6.4.ebuild, git-1.6.4.1.ebuild, git-1.6.4.2.ebuild, + git-1.6.4.3.ebuild, git-1.6.4.4.ebuild, git-1.6.5_rc1.ebuild, + git-1.6.5_rc2.ebuild, git-1.6.5.ebuild, git-1.6.5.1.ebuild, + git-1.6.5.1-r1.ebuild, git-1.6.5.2.ebuild, git-1.6.5.3.ebuild, + git-1.6.5.4.ebuild, git-1.6.5.5.ebuild, git-1.6.5.6.ebuild, + git-1.6.5.7.ebuild, git-1.6.5.8.ebuild, git-1.6.6_rc3.ebuild, + git-1.6.6_rc4.ebuild, git-1.6.6.ebuild, git-1.6.6-r1.ebuild, + git-1.6.6-r2.ebuild, git-1.6.6.1.ebuild, git-1.6.6.2.ebuild, + git-1.7.0.ebuild, git-1.7.0.3.ebuild, git-1.7.0.4.ebuild, + git-1.7.1-r1.ebuild, git-9999.ebuild, metadata.xml: + dev-util/subversion renamed to dev-vcs/subversion. 22 Jun 2010; Jeroen Roovers <jer@gentoo.org> git-1.7.1-r1.ebuild: Stable for HPPA (bug #321899). diff --git a/dev-vcs/git/git-1.6.3.1.ebuild b/dev-vcs/git/git-1.6.3.1.ebuild index 1c71be1a7937..267d89c70ce5 100644 --- a/dev-vcs/git/git-1.6.3.1.ebuild +++ b/dev-vcs/git/git-1.6.3.1.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-1.6.3.1.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.3.1.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.3.3.ebuild b/dev-vcs/git/git-1.6.3.3.ebuild index 126dcbbafd91..c8094037c6ea 100644 --- a/dev-vcs/git/git-1.6.3.3.ebuild +++ b/dev-vcs/git/git-1.6.3.3.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-1.6.3.3.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.3.3.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.3.4.ebuild b/dev-vcs/git/git-1.6.3.4.ebuild index 74d885363e2c..66e0def50ff6 100644 --- a/dev-vcs/git/git-1.6.3.4.ebuild +++ b/dev-vcs/git/git-1.6.3.4.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-1.6.3.4.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.3.4.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.4.1.ebuild b/dev-vcs/git/git-1.6.4.1.ebuild index 156d5cf320cf..ccceef59b635 100644 --- a/dev-vcs/git/git-1.6.4.1.ebuild +++ b/dev-vcs/git/git-1.6.4.1.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-1.6.4.1.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.1.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.4.2.ebuild b/dev-vcs/git/git-1.6.4.2.ebuild index f7b7facb2cbd..30f3a524b1d2 100644 --- a/dev-vcs/git/git-1.6.4.2.ebuild +++ b/dev-vcs/git/git-1.6.4.2.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-1.6.4.2.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.2.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.4.3.ebuild b/dev-vcs/git/git-1.6.4.3.ebuild index a603172f4c86..39a1f95b3f93 100644 --- a/dev-vcs/git/git-1.6.4.3.ebuild +++ b/dev-vcs/git/git-1.6.4.3.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-1.6.4.3.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.3.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.4.4.ebuild b/dev-vcs/git/git-1.6.4.4.ebuild index 85c3c5fe211c..f2629ea78b9a 100644 --- a/dev-vcs/git/git-1.6.4.4.ebuild +++ b/dev-vcs/git/git-1.6.4.4.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-1.6.4.4.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.4.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -356,8 +356,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:" diff --git a/dev-vcs/git/git-1.6.4.ebuild b/dev-vcs/git/git-1.6.4.ebuild index 13bbca6f085d..620219a59800 100644 --- a/dev-vcs/git/git-1.6.4.ebuild +++ b/dev-vcs/git/git-1.6.4.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-1.6.4.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.5.1-r1.ebuild b/dev-vcs/git/git-1.6.5.1-r1.ebuild index d20ad7ac8da4..5b5e554106cf 100644 --- a/dev-vcs/git/git-1.6.5.1-r1.ebuild +++ b/dev-vcs/git/git-1.6.5.1-r1.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-1.6.5.1-r1.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.1-r1.ebuild,v 1.5 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -50,7 +50,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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -376,8 +376,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:" diff --git a/dev-vcs/git/git-1.6.5.1.ebuild b/dev-vcs/git/git-1.6.5.1.ebuild index 66f358100b37..3a9245f855d0 100644 --- a/dev-vcs/git/git-1.6.5.1.ebuild +++ b/dev-vcs/git/git-1.6.5.1.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-1.6.5.1.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.1.ebuild,v 1.4 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -50,7 +50,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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -82,7 +82,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." @@ -364,8 +364,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:" diff --git a/dev-vcs/git/git-1.6.5.2.ebuild b/dev-vcs/git/git-1.6.5.2.ebuild index e51ace9f8200..9fcd9b85552b 100644 --- a/dev-vcs/git/git-1.6.5.2.ebuild +++ b/dev-vcs/git/git-1.6.5.2.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-1.6.5.2.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.2.ebuild,v 1.5 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -50,7 +50,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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -376,8 +376,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:" diff --git a/dev-vcs/git/git-1.6.5.3.ebuild b/dev-vcs/git/git-1.6.5.3.ebuild index 338eb2624ebc..b1c4c52a126b 100644 --- a/dev-vcs/git/git-1.6.5.3.ebuild +++ b/dev-vcs/git/git-1.6.5.3.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-1.6.5.3.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.3.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -388,8 +388,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:" diff --git a/dev-vcs/git/git-1.6.5.4.ebuild b/dev-vcs/git/git-1.6.5.4.ebuild index a43a5db80d26..2351b0830f0e 100644 --- a/dev-vcs/git/git-1.6.5.4.ebuild +++ b/dev-vcs/git/git-1.6.5.4.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-1.6.5.4.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.4.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -388,8 +388,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:" diff --git a/dev-vcs/git/git-1.6.5.5.ebuild b/dev-vcs/git/git-1.6.5.5.ebuild index 51e2d2b748b0..b21475514b25 100644 --- a/dev-vcs/git/git-1.6.5.5.ebuild +++ b/dev-vcs/git/git-1.6.5.5.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-1.6.5.5.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.5.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -388,8 +388,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:" diff --git a/dev-vcs/git/git-1.6.5.6.ebuild b/dev-vcs/git/git-1.6.5.6.ebuild index eb02c4857892..a6b38521a271 100644 --- a/dev-vcs/git/git-1.6.5.6.ebuild +++ b/dev-vcs/git/git-1.6.5.6.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-1.6.5.6.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.6.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -388,8 +388,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:" diff --git a/dev-vcs/git/git-1.6.5.7.ebuild b/dev-vcs/git/git-1.6.5.7.ebuild index baa55bbe39ae..0e154e763d20 100644 --- a/dev-vcs/git/git-1.6.5.7.ebuild +++ b/dev-vcs/git/git-1.6.5.7.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-1.6.5.7.ebuild,v 1.4 2010/06/19 00:49:42 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.7.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -393,8 +393,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:" diff --git a/dev-vcs/git/git-1.6.5.8.ebuild b/dev-vcs/git/git-1.6.5.8.ebuild index a2eb041ee6a0..2d4e8dbfe75b 100644 --- a/dev-vcs/git/git-1.6.5.8.ebuild +++ b/dev-vcs/git/git-1.6.5.8.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-1.6.5.8.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.8.ebuild,v 1.5 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." @@ -393,8 +393,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:" diff --git a/dev-vcs/git/git-1.6.5.ebuild b/dev-vcs/git/git-1.6.5.ebuild index 9eec795921ef..5e4acc4b4eae 100644 --- a/dev-vcs/git/git-1.6.5.ebuild +++ b/dev-vcs/git/git-1.6.5.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-1.6.5.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5.ebuild,v 1.4 2010/06/22 18:47:46 arfrever Exp $ EAPI=2 @@ -50,7 +50,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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -82,7 +82,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." @@ -364,8 +364,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:" diff --git a/dev-vcs/git/git-1.6.5_rc1.ebuild b/dev-vcs/git/git-1.6.5_rc1.ebuild index e866cdc2f6ea..3b2c30642eb7 100644 --- a/dev-vcs/git/git-1.6.5_rc1.ebuild +++ b/dev-vcs/git/git-1.6.5_rc1.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-1.6.5_rc1.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5_rc1.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.5_rc2.ebuild b/dev-vcs/git/git-1.6.5_rc2.ebuild index 509456014846..52f1102e2d4d 100644 --- a/dev-vcs/git/git-1.6.5_rc2.ebuild +++ b/dev-vcs/git/git-1.6.5_rc2.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-1.6.5_rc2.ebuild,v 1.3 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.5_rc2.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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] dev-perl/libwww-perl dev-perl/TermReadKey ) ) gtk? ( @@ -81,7 +81,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." @@ -353,8 +353,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:" diff --git a/dev-vcs/git/git-1.6.6-r1.ebuild b/dev-vcs/git/git-1.6.6-r1.ebuild index c30154e03537..36f60a3d90d3 100644 --- a/dev-vcs/git/git-1.6.6-r1.ebuild +++ b/dev-vcs/git/git-1.6.6-r1.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-1.6.6-r1.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6-r1.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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:" diff --git a/dev-vcs/git/git-1.6.6-r2.ebuild b/dev-vcs/git/git-1.6.6-r2.ebuild index e393d8b4b9b2..c755815a3c33 100644 --- a/dev-vcs/git/git-1.6.6-r2.ebuild +++ b/dev-vcs/git/git-1.6.6-r2.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-1.6.6-r2.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6-r2.ebuild,v 1.5 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:" diff --git a/dev-vcs/git/git-1.6.6.1.ebuild b/dev-vcs/git/git-1.6.6.1.ebuild index 6ed14f04c7a3..23d9ca6b5fb1 100644 --- a/dev-vcs/git/git-1.6.6.1.ebuild +++ b/dev-vcs/git/git-1.6.6.1.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-1.6.6.1.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6.1.ebuild,v 1.5 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:" diff --git a/dev-vcs/git/git-1.6.6.2.ebuild b/dev-vcs/git/git-1.6.6.2.ebuild index f81660980a74..1b5868d67f71 100644 --- a/dev-vcs/git/git-1.6.6.2.ebuild +++ b/dev-vcs/git/git-1.6.6.2.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-1.6.6.2.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6.2.ebuild,v 1.5 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:" diff --git a/dev-vcs/git/git-1.6.6.ebuild b/dev-vcs/git/git-1.6.6.ebuild index 2682403157de..8e913c708fb7 100644 --- a/dev-vcs/git/git-1.6.6.ebuild +++ b/dev-vcs/git/git-1.6.6.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-1.6.6.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -393,8 +393,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:" diff --git a/dev-vcs/git/git-1.6.6_rc3.ebuild b/dev-vcs/git/git-1.6.6_rc3.ebuild index 2d5b2d09b2cd..bad874626c48 100644 --- a/dev-vcs/git/git-1.6.6_rc3.ebuild +++ b/dev-vcs/git/git-1.6.6_rc3.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-1.6.6_rc3.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6_rc3.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -393,8 +393,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:" diff --git a/dev-vcs/git/git-1.6.6_rc4.ebuild b/dev-vcs/git/git-1.6.6_rc4.ebuild index d6a3e7e4dc4a..b7f041281b5e 100644 --- a/dev-vcs/git/git-1.6.6_rc4.ebuild +++ b/dev-vcs/git/git-1.6.6_rc4.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-1.6.6_rc4.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.6_rc4.ebuild,v 1.5 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] dev-perl/libwww-perl dev-perl/TermReadKey ) + subversion? ( dev-vcs/subversion[-dso] 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." @@ -393,8 +393,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:" diff --git a/dev-vcs/git/git-1.7.0.3.ebuild b/dev-vcs/git/git-1.7.0.3.ebuild index 4a5dfeefd5a1..9b75f02a7b9b 100644 --- a/dev-vcs/git/git-1.7.0.3.ebuild +++ b/dev-vcs/git/git-1.7.0.3.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-1.7.0.3.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.0.3.ebuild,v 1.5 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:" diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebuild index 180de88d47e9..971ae9b93809 100644 --- a/dev-vcs/git/git-1.7.0.4.ebuild +++ b/dev-vcs/git/git-1.7.0.4.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-1.7.0.4.ebuild,v 1.2 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.0.4.ebuild,v 1.3 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:" diff --git a/dev-vcs/git/git-1.7.0.ebuild b/dev-vcs/git/git-1.7.0.ebuild index e4cd319e78e2..76c34b56ed3c 100644 --- a/dev-vcs/git/git-1.7.0.ebuild +++ b/dev-vcs/git/git-1.7.0.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-1.7.0.ebuild,v 1.4 2010/06/19 00:49:43 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.0.ebuild,v 1.5 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:" diff --git a/dev-vcs/git/git-1.7.1-r1.ebuild b/dev-vcs/git/git-1.7.1-r1.ebuild index 69b7d1f24ed6..6eb623b6c36d 100644 --- a/dev-vcs/git/git-1.7.1-r1.ebuild +++ b/dev-vcs/git/git-1.7.1-r1.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-1.7.1-r1.ebuild,v 1.6 2010/06/22 14:11:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.1-r1.ebuild,v 1.7 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." @@ -405,8 +405,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:" 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:" diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml index 569dfd93f4f6..067a2a064ab1 100644 --- a/dev-vcs/git/metadata.xml +++ b/dev-vcs/git/metadata.xml @@ -30,6 +30,6 @@ <flag name="ppcsha1">Make use of a bundled routine that is optimized for the PPC arch.</flag> <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag> <flag name="gtk">Include the gitview contrib tool.</flag> - <flag name="subversion">Include git-svn for <pkg>dev-util/subversion</pkg> support.</flag> + <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support.</flag> </use> </pkgmetadata> diff --git a/dev-vcs/hgsubversion/ChangeLog b/dev-vcs/hgsubversion/ChangeLog index b6654b6a8d84..7e81692e543c 100644 --- a/dev-vcs/hgsubversion/ChangeLog +++ b/dev-vcs/hgsubversion/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/hgsubversion # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.6 2010/05/22 13:05:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.7 2010/06/22 18:48:33 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + hgsubversion-1.0.ebuild, hgsubversion-1.0.1.ebuild, + hgsubversion-1.1.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 22 May 2010; Fabian Groffen <grobian@gentoo.org> hgsubversion-1.1.ebuild: Marked ~ppc-macos diff --git a/dev-vcs/hgsubversion/hgsubversion-1.0.1.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.0.1.ebuild index 31543701030b..b477097d452f 100644 --- a/dev-vcs/hgsubversion/hgsubversion-1.0.1.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-1.0.1.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/hgsubversion/hgsubversion-1.0.1.ebuild,v 1.3 2010/04/09 11:09:00 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.0.1.ebuild,v 1.4 2010/06/22 18:48:33 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86" IUSE="test" RDEPEND=">=dev-vcs/mercurial-1.4 - >=dev-util/subversion-1.5[python]" + >=dev-vcs/subversion-1.5[python]" DEPEND="test? ( dev-python/nose )" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild index e380527f7144..abbd3cba1b0f 100644 --- a/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-1.0.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/hgsubversion/hgsubversion-1.0.ebuild,v 1.1 2010/03/06 13:11:22 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.0.ebuild,v 1.2 2010/06/22 18:48:33 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=dev-vcs/mercurial-1.4 - >=dev-util/subversion-1.5[python]" + >=dev-vcs/subversion-1.5[python]" DEPEND="test? ( dev-python/nose )" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-vcs/hgsubversion/hgsubversion-1.1.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.1.ebuild index ae3ccaff4078..2ac863b72a84 100644 --- a/dev-vcs/hgsubversion/hgsubversion-1.1.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-1.1.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/hgsubversion/hgsubversion-1.1.ebuild,v 1.3 2010/05/22 13:05:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.1.ebuild,v 1.4 2010/06/22 18:48:33 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-vcs/mercurial-1.4 - >=dev-util/subversion-1.5[python]" + >=dev-vcs/subversion-1.5[python]" DEPEND="test? ( dev-python/nose )" RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-vcs/hgsvn/ChangeLog b/dev-vcs/hgsvn/ChangeLog index c1b6657dc123..67dabb9ea7c3 100644 --- a/dev-vcs/hgsvn/ChangeLog +++ b/dev-vcs/hgsvn/ChangeLog @@ -1,6 +1,11 @@ -# ChangeLog for dev-util/hgsvn +# ChangeLog for dev-vcs/hgsvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/ChangeLog,v 1.1 2010/06/15 08:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/ChangeLog,v 1.2 2010/06/22 18:48:52 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + hgsvn-0.1.3.ebuild, hgsvn-0.1.4.ebuild, hgsvn-0.1.6.ebuild, + hgsvn-0.1.7.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> hgsvn-0.1.7.ebuild: Transfer Prefix keywords diff --git a/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild index d08e0b3e1bef..e5920daaf341 100644 --- a/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild,v 1.1 2010/06/15 08:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.3.ebuild,v 1.2 2010/06/22 18:48:52 arfrever Exp $ NEED_PYTHON=2.4 @@ -17,5 +17,5 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="${DEPEND} - dev-util/subversion + dev-vcs/subversion || ( >=dev-lang/python-2.5 dev-python/elementtree )" diff --git a/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild index 73bf8e74f1e6..4c3089336b1a 100644 --- a/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild,v 1.1 2010/06/15 08:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.4.ebuild,v 1.2 2010/06/22 18:48:52 arfrever Exp $ NEED_PYTHON=2.4 @@ -17,5 +17,5 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="${DEPEND} - dev-util/subversion + dev-vcs/subversion || ( >=dev-lang/python-2.5 dev-python/elementtree )" diff --git a/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild index 4103abc20f95..8afa980c700f 100644 --- a/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild,v 1.1 2010/06/15 08:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.6.ebuild,v 1.2 2010/06/22 18:48:52 arfrever Exp $ NEED_PYTHON=2.4 @@ -17,5 +17,5 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="${DEPEND} - dev-util/subversion + dev-vcs/subversion || ( >=dev-lang/python-2.5 dev-python/elementtree )" diff --git a/dev-vcs/hgsvn/hgsvn-0.1.7.ebuild b/dev-vcs/hgsvn/hgsvn-0.1.7.ebuild index e1c2035910b7..2922ee73aec1 100644 --- a/dev-vcs/hgsvn/hgsvn-0.1.7.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.1.7.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/hgsvn/hgsvn-0.1.7.ebuild,v 1.1 2010/06/15 08:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.7.ebuild,v 1.2 2010/06/22 18:48:52 arfrever Exp $ NEED_PYTHON=2.4 @@ -17,5 +17,5 @@ IUSE="" DEPEND="dev-python/setuptools" RDEPEND="${DEPEND} - dev-util/subversion + dev-vcs/subversion || ( >=dev-lang/python-2.5 dev-python/elementtree )" diff --git a/dev-vcs/kdesvn/ChangeLog b/dev-vcs/kdesvn/ChangeLog index 06ae282b87dc..052574951167 100644 --- a/dev-vcs/kdesvn/ChangeLog +++ b/dev-vcs/kdesvn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/kdesvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.6 2010/05/24 08:13:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/ChangeLog,v 1.7 2010/06/22 18:49:16 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + kdesvn-1.4.1.ebuild, kdesvn-1.5.2-r1.ebuild, kdesvn-1.5.3.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 24 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> kdesvn-1.5.2-r1.ebuild: diff --git a/dev-vcs/kdesvn/kdesvn-1.4.1.ebuild b/dev-vcs/kdesvn/kdesvn-1.4.1.ebuild index 1effbaad63c2..2dd216ed43d6 100644 --- a/dev-vcs/kdesvn/kdesvn-1.4.1.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.4.1.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/kdesvn/kdesvn-1.4.1.ebuild,v 1.3 2010/03/30 23:37:08 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.4.1.ebuild,v 1.4 2010/06/22 18:49:16 arfrever Exp $ EAPI="2" @@ -18,7 +18,7 @@ IUSE="debug +handbook" DEPEND=" dev-db/sqlite - >=dev-util/subversion-1.4 + >=dev-vcs/subversion-1.4 sys-devel/gettext " RDEPEND="${DEPEND} diff --git a/dev-vcs/kdesvn/kdesvn-1.5.2-r1.ebuild b/dev-vcs/kdesvn/kdesvn-1.5.2-r1.ebuild index da87568d674f..639164827b39 100644 --- a/dev-vcs/kdesvn/kdesvn-1.5.2-r1.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.5.2-r1.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/kdesvn/kdesvn-1.5.2-r1.ebuild,v 1.6 2010/05/24 08:13:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/kdesvn/kdesvn-1.5.2-r1.ebuild,v 1.7 2010/06/22 18:49:16 arfrever Exp $ EAPI="2" @@ -19,7 +19,7 @@ IUSE="debug +handbook" DEPEND=" >=dev-db/sqlite-3 dev-libs/apr:1 - >=dev-util/subversion-1.4 + >=dev-vcs/subversion-1.4 sys-devel/gettext " RDEPEND="${DEPEND} diff --git a/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild b/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild index 08af1a9efa21..490a90518e1f 100644 --- a/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild +++ b/dev-vcs/kdesvn/kdesvn-1.5.3.ebuild @@ -24,7 +24,7 @@ IUSE="debug +handbook" DEPEND=" >=dev-db/sqlite-3 dev-libs/apr:1 - >=dev-util/subversion-1.4 + >=dev-vcs/subversion-1.4 sys-devel/gettext " RDEPEND="${DEPEND} diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index d44f2823cfd4..9ff53cce8dd5 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.16 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.17 2010/06/22 18:49:45 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + mercurial-1.4.1.ebuild, mercurial-1.5.ebuild, mercurial-1.5.2.ebuild, + mercurial-1.5.3.ebuild, mercurial-1.5.4.ebuild, mercurial-9999.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> mercurial-1.4.1.ebuild, mercurial-1.5.ebuild, mercurial-1.5.2.ebuild, mercurial-1.5.3.ebuild, diff --git a/dev-vcs/mercurial/mercurial-1.4.1.ebuild b/dev-vcs/mercurial/mercurial-1.4.1.ebuild index a400c4edde73..773827c7a5f5 100644 --- a/dev-vcs/mercurial/mercurial-1.4.1.ebuild +++ b/dev-vcs/mercurial/mercurial-1.4.1.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/mercurial/mercurial-1.4.1.ebuild,v 1.4 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.4.1.ebuild,v 1.5 2010/06/22 18:49:45 arfrever Exp $ EAPI=2 @@ -113,7 +113,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/mercurial/mercurial-1.5.2.ebuild b/dev-vcs/mercurial/mercurial-1.5.2.ebuild index 300881d71ed2..c0338daf0f94 100644 --- a/dev-vcs/mercurial/mercurial-1.5.2.ebuild +++ b/dev-vcs/mercurial/mercurial-1.5.2.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/mercurial/mercurial-1.5.2.ebuild,v 1.3 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.2.ebuild,v 1.4 2010/06/22 18:49:45 arfrever Exp $ EAPI=2 @@ -116,7 +116,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/mercurial/mercurial-1.5.3.ebuild b/dev-vcs/mercurial/mercurial-1.5.3.ebuild index e64e4f05b431..6e872c3aacd9 100644 --- a/dev-vcs/mercurial/mercurial-1.5.3.ebuild +++ b/dev-vcs/mercurial/mercurial-1.5.3.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/mercurial/mercurial-1.5.3.ebuild,v 1.4 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.3.ebuild,v 1.5 2010/06/22 18:49:45 arfrever Exp $ EAPI=3 @@ -116,7 +116,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/mercurial/mercurial-1.5.4.ebuild b/dev-vcs/mercurial/mercurial-1.5.4.ebuild index 8071d9e1b798..2db246c283b1 100644 --- a/dev-vcs/mercurial/mercurial-1.5.4.ebuild +++ b/dev-vcs/mercurial/mercurial-1.5.4.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/mercurial/mercurial-1.5.4.ebuild,v 1.3 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.4.ebuild,v 1.4 2010/06/22 18:49:45 arfrever Exp $ EAPI=3 @@ -116,7 +116,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/mercurial/mercurial-1.5.ebuild b/dev-vcs/mercurial/mercurial-1.5.ebuild index 7bcfb1417417..3edc451e980f 100644 --- a/dev-vcs/mercurial/mercurial-1.5.ebuild +++ b/dev-vcs/mercurial/mercurial-1.5.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/mercurial/mercurial-1.5.ebuild,v 1.8 2010/06/19 00:51:03 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.5.ebuild,v 1.9 2010/06/22 18:49:45 arfrever Exp $ EAPI=2 @@ -116,7 +116,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 0b4ec8b61218..b1fd5a46fa58 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-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/mercurial/mercurial-9999.ebuild,v 1.5 2010/06/19 00:51:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.6 2010/06/22 18:49:45 arfrever Exp $ EAPI=3 @@ -120,7 +120,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { diff --git a/dev-vcs/qct/ChangeLog b/dev-vcs/qct/ChangeLog index 149c209bb498..422f6e87543c 100644 --- a/dev-vcs/qct/ChangeLog +++ b/dev-vcs/qct/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/qct # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.6 2010/06/19 00:54:05 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.7 2010/06/22 18:50:01 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + qct-1.7.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> qct-1.7.ebuild: Moving dev-util/cvs* to dev-vcs/cvs* diff --git a/dev-vcs/qct/qct-1.7.ebuild b/dev-vcs/qct/qct-1.7.ebuild index 126d2069d08e..4617523177a2 100644 --- a/dev-vcs/qct/qct-1.7.ebuild +++ b/dev-vcs/qct/qct-1.7.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/qct/qct-1.7.ebuild,v 1.6 2010/06/19 00:54:05 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/qct-1.7.ebuild,v 1.7 2010/06/22 18:50:01 arfrever Exp $ EAPI="2" NEED_PYTHON="2.4" @@ -22,7 +22,7 @@ DEPEND="app-text/asciidoc cvs? ( dev-vcs/cvs ) mercurial? ( dev-vcs/mercurial ) monotone? ( dev-vcs/monotone ) - subversion? ( dev-util/subversion )" + subversion? ( dev-vcs/subversion )" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" diff --git a/dev-vcs/qsvn/ChangeLog b/dev-vcs/qsvn/ChangeLog index e498af47ba7e..ca1e3813bdf2 100644 --- a/dev-vcs/qsvn/ChangeLog +++ b/dev-vcs/qsvn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/qsvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/ChangeLog,v 1.3 2010/03/30 23:41:59 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/ChangeLog,v 1.4 2010/06/22 18:50:23 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + qsvn-0.8.3.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 30 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> qsvn-0.8.3.ebuild, +files/qsvn-0.8.3-static-lib.patch: diff --git a/dev-vcs/qsvn/qsvn-0.8.3.ebuild b/dev-vcs/qsvn/qsvn-0.8.3.ebuild index 38c1c6b806fb..4d01ae9f3bec 100644 --- a/dev-vcs/qsvn/qsvn-0.8.3.ebuild +++ b/dev-vcs/qsvn/qsvn-0.8.3.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/qsvn/qsvn-0.8.3.ebuild,v 1.3 2010/03/30 23:41:59 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qsvn/qsvn-0.8.3.ebuild,v 1.4 2010/06/22 18:50:23 arfrever Exp $ EAPI="2" @@ -17,7 +17,7 @@ IUSE="" RDEPEND="x11-libs/qt-gui:4[qt3support] x11-libs/qt-sql:4[sqlite] - dev-util/subversion" + dev-vcs/subversion" DEPEND="${RDEPEND} x11-libs/qt-test" diff --git a/dev-vcs/rsvndump/ChangeLog b/dev-vcs/rsvndump/ChangeLog index 229b3ff035d3..b93b1ca2a17b 100644 --- a/dev-vcs/rsvndump/ChangeLog +++ b/dev-vcs/rsvndump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/rsvndump # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rsvndump/ChangeLog,v 1.3 2010/03/20 11:47:21 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rsvndump/ChangeLog,v 1.4 2010/06/22 18:50:37 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + rsvndump-0.5.2-r3.ebuild, rsvndump-0.5.3.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 20 Mar 2010; Sebastian Pipping <sping@gentoo.org> metadata.xml: Put myself in as maintainer diff --git a/dev-vcs/rsvndump/rsvndump-0.5.2-r3.ebuild b/dev-vcs/rsvndump/rsvndump-0.5.2-r3.ebuild index ed96ed740c0c..1b09bbb1d2ae 100644 --- a/dev-vcs/rsvndump/rsvndump-0.5.2-r3.ebuild +++ b/dev-vcs/rsvndump/rsvndump-0.5.2-r3.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/rsvndump/rsvndump-0.5.2-r3.ebuild,v 1.1 2010/03/17 19:28:52 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rsvndump/rsvndump-0.5.2-r3.ebuild,v 1.2 2010/06/22 18:50:37 arfrever Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="dev-util/subversion" +RDEPEND="dev-vcs/subversion" DEPEND="${RDEPEND} doc? ( app-text/xmlto >=app-text/asciidoc-8.4 )" diff --git a/dev-vcs/rsvndump/rsvndump-0.5.3.ebuild b/dev-vcs/rsvndump/rsvndump-0.5.3.ebuild index e32e24daf656..1f9d0a499958 100644 --- a/dev-vcs/rsvndump/rsvndump-0.5.3.ebuild +++ b/dev-vcs/rsvndump/rsvndump-0.5.3.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/rsvndump/rsvndump-0.5.3.ebuild,v 1.1 2010/03/17 19:40:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rsvndump/rsvndump-0.5.3.ebuild,v 1.2 2010/06/22 18:50:37 arfrever Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="dev-util/subversion" +RDEPEND="dev-vcs/subversion" DEPEND="${RDEPEND} doc? ( app-text/xmlto >=app-text/asciidoc-8.4 )" diff --git a/dev-vcs/statsvn/ChangeLog b/dev-vcs/statsvn/ChangeLog index 2232b817cab2..e09b726fc3f2 100644 --- a/dev-vcs/statsvn/ChangeLog +++ b/dev-vcs/statsvn/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/statsvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/ChangeLog,v 1.2 2010/06/18 18:36:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/ChangeLog,v 1.3 2010/06/22 18:51:00 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + statsvn-0.4.1.ebuild, statsvn-0.5.0.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 18 Jun 2010; Pacho Ramos <pacho@gentoo.org> statsvn-0.5.0.ebuild: amd64 stable, bug 275182 diff --git a/dev-vcs/statsvn/statsvn-0.4.1.ebuild b/dev-vcs/statsvn/statsvn-0.4.1.ebuild index bed61674d812..dd79a93923c8 100644 --- a/dev-vcs/statsvn/statsvn-0.4.1.ebuild +++ b/dev-vcs/statsvn/statsvn-0.4.1.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/statsvn/statsvn-0.4.1.ebuild,v 1.1 2010/03/05 17:58:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/statsvn-0.4.1.ebuild,v 1.2 2010/06/22 18:51:00 arfrever Exp $ EAPI=1 JAVA_PKG_IUSE="doc source test" @@ -30,7 +30,7 @@ DEPEND=">=virtual/jdk-1.4 ${COMMON_DEPEND}" RDEPEND=">=virtual/jre-1.4 - >=dev-util/subversion-1.3.0 + >=dev-vcs/subversion-1.3.0 dev-java/xerces:2 ${COMMON_DEPEND}" diff --git a/dev-vcs/statsvn/statsvn-0.5.0.ebuild b/dev-vcs/statsvn/statsvn-0.5.0.ebuild index a46ff95e3712..61af3bdd8913 100644 --- a/dev-vcs/statsvn/statsvn-0.5.0.ebuild +++ b/dev-vcs/statsvn/statsvn-0.5.0.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/statsvn/statsvn-0.5.0.ebuild,v 1.2 2010/06/18 18:36:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/statsvn/statsvn-0.5.0.ebuild,v 1.3 2010/06/22 18:51:00 arfrever Exp $ EAPI=2 JAVA_PKG_IUSE="doc source test" @@ -27,7 +27,7 @@ DEPEND=">=virtual/jdk-1.4 ${COMMON_DEPEND}" RDEPEND=">=virtual/jre-1.4 - >=dev-util/subversion-1.3.0 + >=dev-vcs/subversion-1.3.0 dev-java/xerces:2 ${COMMON_DEPEND}" diff --git a/dev-vcs/svk/ChangeLog b/dev-vcs/svk/ChangeLog index 2da5df5008e6..597babe7dc0f 100644 --- a/dev-vcs/svk/ChangeLog +++ b/dev-vcs/svk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/svk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/ChangeLog,v 1.2 2010/05/18 09:55:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/ChangeLog,v 1.3 2010/06/22 18:51:20 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + svk-1.08.ebuild, svk-2.0.2.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 18 May 2010; Alex Alexander <wired@gentoo.org> svk-1.08.ebuild, svk-2.0.2.ebuild: diff --git a/dev-vcs/svk/svk-1.08.ebuild b/dev-vcs/svk/svk-1.08.ebuild index 6573ec89bd0f..a9c3e649fd54 100644 --- a/dev-vcs/svk/svk-1.08.ebuild +++ b/dev-vcs/svk/svk-1.08.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/svk/svk-1.08.ebuild,v 1.2 2010/05/18 09:55:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/svk-1.08.ebuild,v 1.3 2010/06/22 18:51:20 arfrever Exp $ inherit eutils perl-module bash-completion @@ -18,7 +18,7 @@ IUSE="crypt nls pager patch" DEPEND=" >=dev-lang/perl-5.8.7 - >=dev-util/subversion-1.0.7 + >=dev-vcs/subversion-1.0.7 dev-perl/Algorithm-Annotate dev-perl/Algorithm-Diff >=dev-perl/yaml-0.38 @@ -57,7 +57,7 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! perl -MSVN::Core < /dev/null 2> /dev/null; then eerror "SVN::Core missing or outdated. Please emerge \ - dev-util/subversion ith the perl USE flag." + dev-vcs/subversion ith the perl USE flag." die "Need Subversion compiled with Perl bindings" fi } diff --git a/dev-vcs/svk/svk-2.0.2.ebuild b/dev-vcs/svk/svk-2.0.2.ebuild index c7c99de89c85..cca11a6c557d 100644 --- a/dev-vcs/svk/svk-2.0.2.ebuild +++ b/dev-vcs/svk/svk-2.0.2.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/svk/svk-2.0.2.ebuild,v 1.2 2010/05/18 09:55:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svk/svk-2.0.2.ebuild,v 1.3 2010/06/22 18:51:20 arfrever Exp $ EAPI=2 @@ -21,7 +21,7 @@ IUSE="crypt nls pager patch log4p bash-completion" DEPEND=" >=dev-lang/perl-5.8.7 - >=dev-util/subversion-1.3.0[perl] + >=dev-vcs/subversion-1.3.0[perl] virtual/perl-version dev-perl/Algorithm-Annotate >=dev-perl/Algorithm-Diff-1.1901 diff --git a/dev-vcs/svn2git/ChangeLog b/dev-vcs/svn2git/ChangeLog index e0afc828101f..8dd9a71cf97a 100644 --- a/dev-vcs/svn2git/ChangeLog +++ b/dev-vcs/svn2git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/svn2git # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.5 2010/03/29 18:44:48 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/ChangeLog,v 1.6 2010/06/22 18:51:38 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + svn2git-0_pre20100303.ebuild, svn2git-0_pre20100324.ebuild, + svn2git-0_pre20100327.ebuild, svn2git-9999.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. *svn2git-0_pre20100327 (29 Mar 2010) diff --git a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild index c4e0bff8e236..8b0d633efba2 100644 --- a/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild +++ b/dev-vcs/svn2git/svn2git-0_pre20100303.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/svn2git/svn2git-0_pre20100303.ebuild,v 1.2 2010/03/17 16:34:02 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v 1.3 2010/06/22 18:51:38 arfrever Exp $ EAPI="2" @@ -22,7 +22,7 @@ SLOT="0" IUSE="" # KEYWORDS way up -DEPEND="dev-util/subversion +DEPEND="dev-vcs/subversion x11-libs/qt-core" RDEPEND="${DEPEND} dev-vcs/git" diff --git a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild index b2aeafb8571d..490f03984f1d 100644 --- a/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild +++ b/dev-vcs/svn2git/svn2git-0_pre20100324.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/svn2git/svn2git-0_pre20100324.ebuild,v 1.1 2010/03/24 00:41:56 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100324.ebuild,v 1.2 2010/06/22 18:51:38 arfrever Exp $ EAPI="2" @@ -22,7 +22,7 @@ SLOT="0" IUSE="" # KEYWORDS way up -DEPEND="dev-util/subversion +DEPEND="dev-vcs/subversion x11-libs/qt-core" RDEPEND="${DEPEND} dev-vcs/git" diff --git a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild b/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild index 8cedff464875..5bd037c042d9 100644 --- a/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild +++ b/dev-vcs/svn2git/svn2git-0_pre20100327.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/svn2git/svn2git-0_pre20100327.ebuild,v 1.1 2010/03/29 18:44:48 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100327.ebuild,v 1.2 2010/06/22 18:51:38 arfrever Exp $ EAPI="2" @@ -22,7 +22,7 @@ SLOT="0" IUSE="" # KEYWORDS way up -DEPEND="dev-util/subversion +DEPEND="dev-vcs/subversion x11-libs/qt-core" RDEPEND="${DEPEND} dev-vcs/git" diff --git a/dev-vcs/svn2git/svn2git-9999.ebuild b/dev-vcs/svn2git/svn2git-9999.ebuild index 45dfa92a57fe..ac59e306fbe9 100644 --- a/dev-vcs/svn2git/svn2git-9999.ebuild +++ b/dev-vcs/svn2git/svn2git-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/svn2git/svn2git-9999.ebuild,v 1.2 2010/03/17 16:34:02 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-9999.ebuild,v 1.3 2010/06/22 18:51:38 arfrever Exp $ EAPI="2" @@ -22,7 +22,7 @@ SLOT="0" IUSE="" # KEYWORDS way up -DEPEND="dev-util/subversion +DEPEND="dev-vcs/subversion x11-libs/qt-core" RDEPEND="${DEPEND} dev-vcs/git" diff --git a/dev-vcs/svnmailer/ChangeLog b/dev-vcs/svnmailer/ChangeLog index 300dda60cdfa..52c3804185e1 100644 --- a/dev-vcs/svnmailer/ChangeLog +++ b/dev-vcs/svnmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/svnmailer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.1 2010/03/06 20:48:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.2 2010/06/22 18:51:58 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + svnmailer-1.0.8-r2.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 06 Mar 2010; Ulrich Mueller <ulm@gentoo.org> +svnmailer-1.0.8-r2.ebuild, +files/svnmailer-1.0.8-python2.5.diff, +metadata.xml: diff --git a/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild b/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild index dd9cb3cec352..84cde618fe7b 100644 --- a/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild +++ b/dev-vcs/svnmailer/svnmailer-1.0.8-r2.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/svnmailer/svnmailer-1.0.8-r2.ebuild,v 1.1 2010/03/06 20:48:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild,v 1.2 2010/06/22 18:51:58 arfrever Exp $ EAPI=2 @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-lang/python-2.3" RDEPEND="${DEPEND} - dev-util/subversion[python] + dev-vcs/subversion[python] virtual/mta" DOCS="CHANGES NOTICE CREDITS" diff --git a/dev-vcs/tkcvs/ChangeLog b/dev-vcs/tkcvs/ChangeLog index 41f5343195b5..19f92875e8bf 100644 --- a/dev-vcs/tkcvs/ChangeLog +++ b/dev-vcs/tkcvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tkcvs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/ChangeLog,v 1.2 2010/06/21 10:05:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/ChangeLog,v 1.3 2010/06/22 18:52:18 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + tkcvs-8.0.4.ebuild, tkcvs-8.2.ebuild, tkcvs-8.2.2.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. *tkcvs-8.2.2 (21 Jun 2010) diff --git a/dev-vcs/tkcvs/tkcvs-8.0.4.ebuild b/dev-vcs/tkcvs/tkcvs-8.0.4.ebuild index 0a0e46cb4d8f..e49790367a02 100644 --- a/dev-vcs/tkcvs/tkcvs-8.0.4.ebuild +++ b/dev-vcs/tkcvs/tkcvs-8.0.4.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/tkcvs/tkcvs-8.0.4.ebuild,v 1.2 2010/06/21 10:05:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/tkcvs-8.0.4.ebuild,v 1.3 2010/06/22 18:52:18 arfrever Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-lang/tk-8.4" RDEPEND="${DEPEND} dev-vcs/cvs - dev-util/subversion + dev-vcs/subversion sys-apps/diffutils dev-util/tkdiff" diff --git a/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild b/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild index fb90ca1eadb3..512250120f58 100644 --- a/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild +++ b/dev-vcs/tkcvs/tkcvs-8.2.2.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/tkcvs/tkcvs-8.2.2.ebuild,v 1.1 2010/06/21 10:05:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild,v 1.2 2010/06/22 18:52:18 arfrever Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-lang/tk-8.4" RDEPEND="${DEPEND} dev-vcs/cvs - dev-util/subversion + dev-vcs/subversion sys-apps/diffutils dev-util/tkdiff" diff --git a/dev-vcs/tkcvs/tkcvs-8.2.ebuild b/dev-vcs/tkcvs/tkcvs-8.2.ebuild index fa9006127eaf..5d3406584968 100644 --- a/dev-vcs/tkcvs/tkcvs-8.2.ebuild +++ b/dev-vcs/tkcvs/tkcvs-8.2.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/tkcvs/tkcvs-8.2.ebuild,v 1.2 2010/06/21 10:05:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/tkcvs-8.2.ebuild,v 1.3 2010/06/22 18:52:18 arfrever Exp $ inherit eutils @@ -17,7 +17,7 @@ IUSE="" DEPEND=">=dev-lang/tk-8.4" RDEPEND="${DEPEND} dev-vcs/cvs - dev-util/subversion + dev-vcs/subversion sys-apps/diffutils dev-util/tkdiff" |