From 45d30cd16eb17c0e772b04ee0a108ef869f2e110 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Fri, 21 Jan 2005 21:34:49 +0000 Subject: New package. Thanks to Richard Brown in bug #78514. (Portage version: 2.0.51-r14) --- app-vim/svncommand/ChangeLog | 10 ++++++++++ app-vim/svncommand/Manifest | 2 ++ app-vim/svncommand/files/digest-svncommand-2 | 1 + app-vim/svncommand/metadata.xml | 9 +++++++++ app-vim/svncommand/svncommand-2.ebuild | 16 ++++++++++++++++ 5 files changed, 38 insertions(+) create mode 100644 app-vim/svncommand/ChangeLog create mode 100644 app-vim/svncommand/Manifest create mode 100644 app-vim/svncommand/files/digest-svncommand-2 create mode 100644 app-vim/svncommand/metadata.xml create mode 100644 app-vim/svncommand/svncommand-2.ebuild (limited to 'app-vim/svncommand') diff --git a/app-vim/svncommand/ChangeLog b/app-vim/svncommand/ChangeLog new file mode 100644 index 000000000000..31e6e8bda1d9 --- /dev/null +++ b/app-vim/svncommand/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/svncommand +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/svncommand/ChangeLog,v 1.1 2005/01/21 21:34:49 ciaranm Exp $ + +*svncommand-2 (21 Jan 2005) + + 21 Jan 2005; Ciaran McCreesh +metadata.xml, + +svncommand-2.ebuild: + New package. Thanks to Richard Brown in bug #78514. + diff --git a/app-vim/svncommand/Manifest b/app-vim/svncommand/Manifest new file mode 100644 index 000000000000..dca11964313e --- /dev/null +++ b/app-vim/svncommand/Manifest @@ -0,0 +1,2 @@ +MD5 c17a48c3eee5c73b89c92460fef71175 svncommand-2.ebuild 429 +MD5 6c48bdcc424f90237fd427f95198f15a files/digest-svncommand-2 63 diff --git a/app-vim/svncommand/files/digest-svncommand-2 b/app-vim/svncommand/files/digest-svncommand-2 new file mode 100644 index 000000000000..cb70eb3a6534 --- /dev/null +++ b/app-vim/svncommand/files/digest-svncommand-2 @@ -0,0 +1 @@ +MD5 500e2b6d919ebe10409bd068e64fe2ba svncommand-2.tar.bz2 5053 diff --git a/app-vim/svncommand/metadata.xml b/app-vim/svncommand/metadata.xml new file mode 100644 index 000000000000..3a147a175714 --- /dev/null +++ b/app-vim/svncommand/metadata.xml @@ -0,0 +1,9 @@ + + + +vim + + ciaranm@gentoo.org + Ciaran McCreesh + + diff --git a/app-vim/svncommand/svncommand-2.ebuild b/app-vim/svncommand/svncommand-2.ebuild new file mode 100644 index 000000000000..eb00abd996c9 --- /dev/null +++ b/app-vim/svncommand/svncommand-2.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-2.ebuild,v 1.1 2005/01/21 21:34:49 ciaranm 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="~x86 ~sparc ~hppa" +IUSE="" + +RDEPEND="${RDEPEND} dev-util/subversion" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=922" + -- cgit v1.2.3-65-gdbad