diff options
-rw-r--r-- | app-vim/lustyexplorer/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/lustyexplorer/lustyexplorer-4.1.ebuild | 27 | ||||
-rw-r--r-- | app-vim/lustyexplorer/metadata.xml | 5 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-vim/lustyexplorer/ChangeLog b/app-vim/lustyexplorer/ChangeLog new file mode 100644 index 000000000000..b5eb415a4723 --- /dev/null +++ b/app-vim/lustyexplorer/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/lustyexplorer +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/lustyexplorer/ChangeLog,v 1.1 2011/05/20 10:01:11 radhermit Exp $ + +*lustyexplorer-4.1 (20 May 2011) + + 20 May 2011; Tim Harder <radhermit@gentoo.org> +lustyexplorer-4.1.ebuild, + +metadata.xml: + Initial import. + diff --git a/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild b/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild new file mode 100644 index 000000000000..5f385a2ad812 --- /dev/null +++ b/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/lustyexplorer/lustyexplorer-4.1.ebuild,v 1.1 2011/05/20 10:01:11 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890" +LICENSE="as-is" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="lusty-explorer.txt" + +RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" + +src_prepare() { + # There's good documentation included with the script, but it's not + # in a helpfile. Since there's rather too much information to include + # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. + mkdir "${S}"/doc + sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ + -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \ + plugin/lusty-explorer.vim > doc/lusty-explorer.txt +} diff --git a/app-vim/lustyexplorer/metadata.xml b/app-vim/lustyexplorer/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/lustyexplorer/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> |