diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-05-20 09:12:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-05-20 09:12:54 +0000 |
commit | 51a4618a719a31d3e5f10a132f168cfe18af3c69 (patch) | |
tree | 4956bb0008f30b7c7bfb54bf2467a4118b6921fe | |
parent | Version bump to latest. Stabilise 1.0.4 on amd64 and x86. (diff) | |
download | gentoo-2-51a4618a719a31d3e5f10a132f168cfe18af3c69.tar.gz gentoo-2-51a4618a719a31d3e5f10a132f168cfe18af3c69.tar.bz2 gentoo-2-51a4618a719a31d3e5f10a132f168cfe18af3c69.zip |
Initial import (bug #367051).
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
-rw-r--r-- | app-vim/cctree/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/cctree/cctree-1.51.ebuild | 28 | ||||
-rw-r--r-- | app-vim/cctree/metadata.xml | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/app-vim/cctree/ChangeLog b/app-vim/cctree/ChangeLog new file mode 100644 index 000000000000..6e3bdf835724 --- /dev/null +++ b/app-vim/cctree/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/cctree +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/ChangeLog,v 1.1 2011/05/20 09:12:54 radhermit Exp $ + +*cctree-1.51 (20 May 2011) + + 20 May 2011; Tim Harder <radhermit@gentoo.org> +cctree-1.51.ebuild, + +metadata.xml: + Initial import (bug #367051). + diff --git a/app-vim/cctree/cctree-1.51.ebuild b/app-vim/cctree/cctree-1.51.ebuild new file mode 100644 index 000000000000..26fa0fdb5f41 --- /dev/null +++ b/app-vim/cctree/cctree-1.51.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cctree/cctree-1.51.ebuild,v 1.1 2011/05/20 09:12:54 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: manage your runtime path" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2368 + http://sites.google.com/site/vimcctree/" +LICENSE="as-is" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="cctree.txt" + +RDEPEND="dev-util/cscope" + +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 '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ + -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ + plugin/cctree.vim > doc/cctree.txt +} diff --git a/app-vim/cctree/metadata.xml b/app-vim/cctree/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cctree/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> |