diff options
author | 2003-09-07 01:29:41 +0000 | |
---|---|---|
committer | 2003-09-07 01:29:41 +0000 | |
commit | a2035523203da053f4ac47d0b06eb3a5b378b970 (patch) | |
tree | 04b123fe3ff89fe2da0e46bc24e205f68b87e56e /app-vim | |
parent | Initial import of showmarks vim plugin, submitted by Ciaran McCreesh in bug 2... (diff) | |
download | historical-a2035523203da053f4ac47d0b06eb3a5b378b970.tar.gz historical-a2035523203da053f4ac47d0b06eb3a5b378b970.tar.bz2 historical-a2035523203da053f4ac47d0b06eb3a5b378b970.zip |
Initial import of showmarks vim plugin, submitted by Ciaran McCreesh in bug 27731
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/showmarks/Manifest | 3 | ||||
-rw-r--r-- | app-vim/showmarks/files/digest-showmarks-2.0 | 1 | ||||
-rw-r--r-- | app-vim/showmarks/showmarks-2.0.ebuild | 12 |
3 files changed, 15 insertions, 1 deletions
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" + |