summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-09-07 01:29:41 +0000
committerAron Griffis <agriffis@gentoo.org>2003-09-07 01:29:41 +0000
commitae7998eefc4e1d651e298307f6c7e9f6dde6a1cc (patch)
tree071f880f19deeed798e10b3e935258e7d439bb3b /app-vim/showmarks
parentInitial import of showmarks vim plugin, submitted by Ciaran McCreesh in bug 2... (diff)
downloadgentoo-2-ae7998eefc4e1d651e298307f6c7e9f6dde6a1cc.tar.gz
gentoo-2-ae7998eefc4e1d651e298307f6c7e9f6dde6a1cc.tar.bz2
gentoo-2-ae7998eefc4e1d651e298307f6c7e9f6dde6a1cc.zip
Initial import of showmarks vim plugin, submitted by Ciaran McCreesh in bug 27731
Diffstat (limited to 'app-vim/showmarks')
-rw-r--r--app-vim/showmarks/ChangeLog10
-rw-r--r--app-vim/showmarks/Manifest3
-rw-r--r--app-vim/showmarks/files/digest-showmarks-2.01
-rw-r--r--app-vim/showmarks/showmarks-2.0.ebuild12
4 files changed, 25 insertions, 1 deletions
diff --git a/app-vim/showmarks/ChangeLog b/app-vim/showmarks/ChangeLog
new file mode 100644
index 000000000000..6d0cbd559c33
--- /dev/null
+++ b/app-vim/showmarks/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-vim/showmarks
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/ChangeLog,v 1.1 2003/09/07 01:29:37 agriffis Exp $
+
+*showmarks-2.0 (06 Sep 2003)
+
+ 06 Sep 2003; Aron Griffis <agriffis@gentoo.org> showmarks-2.0.ebuild:
+ Initial import of showmarks vim plugin, submitted by Ciaran McCreesh in bug
+ 27731
+
diff --git a/app-vim/showmarks/Manifest b/app-vim/showmarks/Manifest
index b5ef7b7019cc..7d9073c158dd 100644
--- a/app-vim/showmarks/Manifest
+++ b/app-vim/showmarks/Manifest
@@ -1,2 +1,3 @@
-MD5 87fc3218f31984920a5cf65b0a7b2689 showmarks-2.0.ebuild 314
+MD5 4c9decdd4bec497a73ab64703b30c160 showmarks-2.0.ebuild 417
+MD5 0ae30191c27c750f52e883f9b1d1b608 ChangeLog 407
MD5 a1ce7406a6cf0c38992d163388cb0551 files/digest-showmarks-2.0 64
diff --git a/app-vim/showmarks/files/digest-showmarks-2.0 b/app-vim/showmarks/files/digest-showmarks-2.0
new file mode 100644
index 000000000000..3c12a6885791
--- /dev/null
+++ b/app-vim/showmarks/files/digest-showmarks-2.0
@@ -0,0 +1 @@
+MD5 ed7ffdeda4eea19b10480d0d4cfff416 showmarks-2.0.tar.bz2 6116
diff --git a/app-vim/showmarks/showmarks-2.0.ebuild b/app-vim/showmarks/showmarks-2.0.ebuild
new file mode 100644
index 000000000000..1812c765e0c4
--- /dev/null
+++ b/app-vim/showmarks/showmarks-2.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/showmarks/showmarks-2.0.ebuild,v 1.1 2003/09/07 01:29:37 agriffis Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: show location marks visually"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
+
+LICENSE="public-domain"
+KEYWORDS="x86 sparc"
+