diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-10-17 15:16:14 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-10-17 15:16:14 +0000 |
commit | 4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7 (patch) | |
tree | d7f1543a7b4c20e0a51b875ebb41bec485779a2d /app-vim/vcscommand | |
parent | arm/ia64/s390/sh/sparc stable wrt #286622 (diff) | |
download | gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.tar.gz gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.tar.bz2 gentoo-2-4e6c4a91d8d3c1495aa7b8034b420168f42dc6d7.zip |
Version bump (and old version cleanup) Bug #282579
(Portage version: 2.1.7/cvs/Linux i686)
Diffstat (limited to 'app-vim/vcscommand')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 8 | ||||
-rw-r--r-- | app-vim/vcscommand/metadata.xml | 10 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-0.1_beta28.ebuild | 45 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-0.1_beta29.ebuild | 45 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.31.ebuild | 18 |
5 files changed, 28 insertions, 98 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index 9279d5fdda98..e780d686ff42 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/vcscommand # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.7 2009/07/09 10:25:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.8 2009/10/17 15:16:14 lack Exp $ + +*vcscommand-1.99.31 (17 Oct 2009) + + 17 Oct 2009; Jim Ramsay <lack@gentoo.org> -vcscommand-0.1_beta28.ebuild, + -vcscommand-0.1_beta29.ebuild, +vcscommand-1.99.31.ebuild, metadata.xml: + Version bump (and old version cleanup) Bug #282579 *vcscommand-0.1_beta29 (09 Jul 2009) diff --git a/app-vim/vcscommand/metadata.xml b/app-vim/vcscommand/metadata.xml index 493992063513..a3908f63d553 100644 --- a/app-vim/vcscommand/metadata.xml +++ b/app-vim/vcscommand/metadata.xml @@ -3,12 +3,8 @@ <pkgmetadata> <herd>vim</herd> <longdescription lang="en"> - VIM 7 plugin useful for manipulating files controlled by CVS, SVN and - SVK within VIM, including committing changes and performings diffs using - the vimdiff system. + VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK, git, + bzr, and hg within VIM, including committing changes and performing diffs + using the vimdiff system. </longdescription> -<use> - <flag name='git'>Enable support for <pkg>dev-util/git</pkg></flag> - <flag name='svk'>Enable support for <pkg>dev-util/svk</pkg></flag> -</use> </pkgmetadata> diff --git a/app-vim/vcscommand/vcscommand-0.1_beta28.ebuild b/app-vim/vcscommand/vcscommand-0.1_beta28.ebuild deleted file mode 100644 index 5bdc1e65a1e8..000000000000 --- a/app-vim/vcscommand/vcscommand-0.1_beta28.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-0.1_beta28.ebuild,v 1.1 2008/10/16 16:51:10 hawking Exp $ - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: CVS/SVN/SVK integration plugin" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" - -LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" -IUSE="cvs git subversion svk" - -RDEPEND="cvs? ( dev-util/cvs ) - git? ( dev-util/git ) - subversion? ( dev-util/subversion ) - svk? ( dev-util/svk ) - !app-vim/cvscommand - !app-vim/calendar" # conflict, bug 62677 - -VIM_PLUGIN_HELPFILES="vcscommand" - -no_flags_die() { - eerror "Please choose at least one VCS system" - eerror "to be supported by this plugin." - die "No vcs systems set" -} - -pkg_setup() { - elog "Note: Support for all VCS systems are enabled by use flags." - elog " Make sure you've enabled the flags you want." - - use cvs || use git || use subversion || use svk || no_flags_die -} - -src_unpack() { - unpack ${A} - cd "${S}" - - use cvs || rm syntax/CVSAnnotate.vim plugin/vcscvs.vim - use git || rm plugin/vcsgit.vim - use subversion || rm syntax/SVNAnnotate.vim plugin/vcssvn.vim - use svk || rm syntax/SVKAnnotate.vim plugin/vcssvk.vim -} diff --git a/app-vim/vcscommand/vcscommand-0.1_beta29.ebuild b/app-vim/vcscommand/vcscommand-0.1_beta29.ebuild deleted file mode 100644 index 8d0eecc5473f..000000000000 --- a/app-vim/vcscommand/vcscommand-0.1_beta29.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-0.1_beta29.ebuild,v 1.1 2009/07/09 10:25:59 fauli Exp $ - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: CVS/SVN/SVK integration plugin" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" - -LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" -IUSE="cvs git subversion svk" - -RDEPEND="cvs? ( dev-util/cvs ) - git? ( dev-util/git ) - subversion? ( dev-util/subversion ) - svk? ( dev-util/svk ) - !app-vim/cvscommand - !app-vim/calendar" # conflict, bug 62677 - -VIM_PLUGIN_HELPFILES="vcscommand" - -no_flags_die() { - eerror "Please choose at least one VCS system" - eerror "to be supported by this plugin." - die "No vcs systems set" -} - -pkg_setup() { - elog "Note: Support for all VCS systems are enabled by use flags." - elog " Make sure you've enabled the flags you want." - - use cvs || use git || use subversion || use svk || no_flags_die -} - -src_unpack() { - unpack ${A} - cd "${S}" - - use cvs || rm syntax/CVSAnnotate.vim plugin/vcscvs.vim - use git || rm plugin/vcsgit.vim - use subversion || rm syntax/SVNAnnotate.vim plugin/vcssvn.vim - use svk || rm syntax/SVKAnnotate.vim plugin/vcssvk.vim -} diff --git a/app-vim/vcscommand/vcscommand-1.99.31.ebuild b/app-vim/vcscommand/vcscommand-1.99.31.ebuild new file mode 100644 index 000000000000..47684fe2562c --- /dev/null +++ b/app-vim/vcscommand/vcscommand-1.99.31.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.31.ebuild,v 1.1 2009/10/17 15:16:14 lack Exp $ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" + +LICENSE="public-domain" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="!app-vim/cvscommand + !app-vim/calendar" # conflict, bug 62677 + +VIM_PLUGIN_HELPFILES="vcscommand" |