diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-31 02:59:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-31 02:59:50 +0000 |
commit | 8b7c86c8462ed3e06081c84dcef396177f19204b (patch) | |
tree | ef283cf6446973401cf8e31f9d3acbbfbf23003c /app-vim/searchcomplete | |
parent | add searchcomplete plugin for bug 32280 (diff) | |
download | gentoo-2-8b7c86c8462ed3e06081c84dcef396177f19204b.tar.gz gentoo-2-8b7c86c8462ed3e06081c84dcef396177f19204b.tar.bz2 gentoo-2-8b7c86c8462ed3e06081c84dcef396177f19204b.zip |
add searchcomplete plugin for bug 32280
Diffstat (limited to 'app-vim/searchcomplete')
-rw-r--r-- | app-vim/searchcomplete/ChangeLog | 11 | ||||
-rw-r--r-- | app-vim/searchcomplete/Manifest | 4 | ||||
-rw-r--r-- | app-vim/searchcomplete/files/digest-searchcomplete-1.1 | 1 | ||||
-rw-r--r-- | app-vim/searchcomplete/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/searchcomplete/searchcomplete-1.1.ebuild | 10 |
5 files changed, 30 insertions, 1 deletions
diff --git a/app-vim/searchcomplete/ChangeLog b/app-vim/searchcomplete/ChangeLog new file mode 100644 index 000000000000..b275ecc94ff5 --- /dev/null +++ b/app-vim/searchcomplete/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-vim/searchcomplete +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/ChangeLog,v 1.1 2003/10/31 02:59:46 agriffis Exp $ + +*searchcomplete-1.1 (30 Oct 2003) + + 30 Oct 2003; Aron Griffis <agriffis@gentoo.org> metadata.xml, + searchcomplete-1.1.ebuild: + Add searchcomplete plugin for bug 32280. Thanks to Ciaran McCreesh for the + ebuild + diff --git a/app-vim/searchcomplete/Manifest b/app-vim/searchcomplete/Manifest index ea9d53d9cae2..f4ffdfc4099a 100644 --- a/app-vim/searchcomplete/Manifest +++ b/app-vim/searchcomplete/Manifest @@ -1,2 +1,4 @@ -MD5 a1ee3a759052497ade89ec8f3b1de7b3 searchcomplete-1.1.ebuild 304 +MD5 f606594f3e276b04e6e54ea5834ab022 ChangeLog 443 +MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 +MD5 e6ca0dcab29ba6b12a298f2e72ffc4d6 searchcomplete-1.1.ebuild 424 MD5 90c085ebd4d83a6c8b84e7954f9f9a23 files/digest-searchcomplete-1.1 69 diff --git a/app-vim/searchcomplete/files/digest-searchcomplete-1.1 b/app-vim/searchcomplete/files/digest-searchcomplete-1.1 new file mode 100644 index 000000000000..f434020c5fcb --- /dev/null +++ b/app-vim/searchcomplete/files/digest-searchcomplete-1.1 @@ -0,0 +1 @@ +MD5 079905e991aac389697ac1cd44c53b6a searchcomplete-1.1.tar.bz2 1204 diff --git a/app-vim/searchcomplete/metadata.xml b/app-vim/searchcomplete/metadata.xml new file mode 100644 index 000000000000..5fcb67350f69 --- /dev/null +++ b/app-vim/searchcomplete/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>vim</herd> +</pkgmetadata> diff --git a/app-vim/searchcomplete/searchcomplete-1.1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1.ebuild new file mode 100644 index 000000000000..ada4d41d8dd5 --- /dev/null +++ b/app-vim/searchcomplete/searchcomplete-1.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/searchcomplete/searchcomplete-1.1.ebuild,v 1.1 2003/10/31 02:59:46 agriffis Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: tab completion in searches" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=474" +LICENSE="GPL-2" +KEYWORDS="~alpha ~sparc ~x86" |