summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-01-21 21:34:49 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-01-21 21:34:49 +0000
commit45d30cd16eb17c0e772b04ee0a108ef869f2e110 (patch)
treeb853060c49bf7d27baa8864ad1b32ab98ff954d6 /app-vim/svncommand
parentMarking stable on x86 and amd64. (diff)
downloadgentoo-2-45d30cd16eb17c0e772b04ee0a108ef869f2e110.tar.gz
gentoo-2-45d30cd16eb17c0e772b04ee0a108ef869f2e110.tar.bz2
gentoo-2-45d30cd16eb17c0e772b04ee0a108ef869f2e110.zip
New package. Thanks to Richard Brown in bug #78514.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-vim/svncommand')
-rw-r--r--app-vim/svncommand/ChangeLog10
-rw-r--r--app-vim/svncommand/Manifest2
-rw-r--r--app-vim/svncommand/files/digest-svncommand-21
-rw-r--r--app-vim/svncommand/metadata.xml9
-rw-r--r--app-vim/svncommand/svncommand-2.ebuild16
5 files changed, 38 insertions, 0 deletions
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 <ciaranm@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>vim</herd>
+<maintainer>
+ <email>ciaranm@gentoo.org</email>
+ <name>Ciaran McCreesh</name>
+</maintainer>
+</pkgmetadata>
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"
+