diff options
Diffstat (limited to 'app-vim/svncommand')
-rw-r--r-- | app-vim/svncommand/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/svncommand/svncommand-0.2.ebuild | 6 | ||||
-rw-r--r-- | app-vim/svncommand/svncommand-1.67.3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-vim/svncommand/ChangeLog b/app-vim/svncommand/ChangeLog index b1c142aa94fb..fc2b69ba3cb2 100644 --- a/app-vim/svncommand/ChangeLog +++ b/app-vim/svncommand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/svncommand -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/ChangeLog,v 1.10 2007/02/22 00:09:06 peper Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/ChangeLog,v 1.11 2010/06/22 18:33:50 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + svncommand-0.2.ebuild, svncommand-1.67.3.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-vim/svncommand/svncommand-0.2.ebuild b/app-vim/svncommand/svncommand-0.2.ebuild index 7b78318a351a..4d18823e5693 100644 --- a/app-vim/svncommand/svncommand-0.2.ebuild +++ b/app-vim/svncommand/svncommand-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-0.2.ebuild,v 1.3 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-0.2.ebuild,v 1.4 2010/06/22 18:33:50 arfrever Exp $ inherit vim-plugin @@ -12,7 +12,7 @@ IUSE="" # vimspell map conflict, bug #91965 RDEPEND="${RDEPEND} - dev-util/subversion + dev-vcs/subversion !app-vim/vimspell" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922" diff --git a/app-vim/svncommand/svncommand-1.67.3.ebuild b/app-vim/svncommand/svncommand-1.67.3.ebuild index a0ca3bba3611..4ce9d7bb4c22 100644 --- a/app-vim/svncommand/svncommand-1.67.3.ebuild +++ b/app-vim/svncommand/svncommand-1.67.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-1.67.3.ebuild,v 1.5 2007/07/11 05:14:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/svncommand-1.67.3.ebuild,v 1.6 2010/06/22 18:33:50 arfrever Exp $ inherit vim-plugin @@ -12,7 +12,7 @@ IUSE="" # vimspell map conflict, bug #91965 RDEPEND="${RDEPEND} - dev-util/subversion + dev-vcs/subversion !app-vim/vimspell" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922" |