diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-03 23:15:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-03 23:15:09 +0000 |
commit | 9839e6f74f17baf0b9ce897b294a556d40645386 (patch) | |
tree | 3bac9cd92dfac4b0d1336ce0e565a1d65df39136 /app-vim/svncommand/svncommand-1.67.3.ebuild | |
parent | <maintainer> (diff) | |
download | gentoo-2-9839e6f74f17baf0b9ce897b294a556d40645386.tar.gz gentoo-2-9839e6f74f17baf0b9ce897b294a556d40645386.tar.bz2 gentoo-2-9839e6f74f17baf0b9ce897b294a556d40645386.zip |
Upstream changed version scheme. Rename our 2 to 0.2, then add new version
1.67.3
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-vim/svncommand/svncommand-1.67.3.ebuild')
-rw-r--r-- | app-vim/svncommand/svncommand-1.67.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/svncommand/svncommand-1.67.3.ebuild b/app-vim/svncommand/svncommand-1.67.3.ebuild new file mode 100644 index 000000000000..2dab96e4acd2 --- /dev/null +++ b/app-vim/svncommand/svncommand-1.67.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 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.1 2005/05/03 23:15:09 agriffis Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: SVN (subversion) integration" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=922" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" + +RDEPEND="${RDEPEND} dev-util/subversion" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922" + |