diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-19 01:35:31 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-19 01:35:31 +0000 |
commit | c1b2f1e0d08d1fccb985bcb9c23f10b1da3a867a (patch) | |
tree | d44faa5d5aa2fb729008ee187af9d76516934d21 /app-vim/locateopen | |
parent | initial version (diff) | |
download | historical-c1b2f1e0d08d1fccb985bcb9c23f10b1da3a867a.tar.gz historical-c1b2f1e0d08d1fccb985bcb9c23f10b1da3a867a.tar.bz2 historical-c1b2f1e0d08d1fccb985bcb9c23f10b1da3a867a.zip |
initial version
Diffstat (limited to 'app-vim/locateopen')
-rw-r--r-- | app-vim/locateopen/Manifest | 3 | ||||
-rw-r--r-- | app-vim/locateopen/files/digest-locateopen-0.6.2 | 1 | ||||
-rw-r--r-- | app-vim/locateopen/locateopen-0.6.2.ebuild | 13 | ||||
-rw-r--r-- | app-vim/locateopen/metadata.xml | 9 |
4 files changed, 25 insertions, 1 deletions
diff --git a/app-vim/locateopen/Manifest b/app-vim/locateopen/Manifest index 4e426d153bfc..194782ddeb78 100644 --- a/app-vim/locateopen/Manifest +++ b/app-vim/locateopen/Manifest @@ -1,3 +1,4 @@ MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 d759b860433bc8be32b545859f1b5d8e locateopen-0.6.2.ebuild 321 +MD5 fe883f73dec5737155b224a10d85e747 locateopen-0.6.2.ebuild 466 +MD5 8647e7b3fe19af39343c01de95fb503c ChangeLog 364 MD5 b3b82c6c1fdba1681ec9852952efd604 files/digest-locateopen-0.6.2 67 diff --git a/app-vim/locateopen/files/digest-locateopen-0.6.2 b/app-vim/locateopen/files/digest-locateopen-0.6.2 new file mode 100644 index 000000000000..1a35becf3ef1 --- /dev/null +++ b/app-vim/locateopen/files/digest-locateopen-0.6.2 @@ -0,0 +1 @@ +MD5 3cb314090e453cd8d6e64b417403a911 locateopen-0.6.2.tar.bz2 1787 diff --git a/app-vim/locateopen/locateopen-0.6.2.ebuild b/app-vim/locateopen/locateopen-0.6.2.ebuild new file mode 100644 index 000000000000..d83f3d28314b --- /dev/null +++ b/app-vim/locateopen/locateopen-0.6.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.6.2.ebuild,v 1.1 2003/12/19 01:35:22 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: open a file without supplying a path" +HOMEPAGE="http://vim.sourceforge.net/scripts/script.php?script_id=858" +LICENSE="vim" +KEYWORDS="~sparc ~x86" + +RDEPEND="${RDEPEND} sys-apps/slocate" + diff --git a/app-vim/locateopen/metadata.xml b/app-vim/locateopen/metadata.xml new file mode 100644 index 000000000000..3a147a175714 --- /dev/null +++ b/app-vim/locateopen/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> |