Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: app-vim/lh-plugin-local_vimrc/
Date: Fri, 29 Jun 2012 06:16:06
Message-Id: 1340872719.a9de16eaf16d580ec41c3f4505f74e30cb63d5c2.dev-zero@gentoo
1 commit: a9de16eaf16d580ec41c3f4505f74e30cb63d5c2
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Jun 28 08:38:39 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 08:38:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a9de16ea
7
8 initial commit
9
10 ---
11 app-vim/lh-plugin-local_vimrc/Manifest | 1 +
12 .../lh-plugin-local_vimrc-scm.ebuild | 24 ++++++++++++++++++++
13 2 files changed, 25 insertions(+), 0 deletions(-)
14
15 diff --git a/app-vim/lh-plugin-local_vimrc/Manifest b/app-vim/lh-plugin-local_vimrc/Manifest
16 new file mode 100644
17 index 0000000..a51793f
18 --- /dev/null
19 +++ b/app-vim/lh-plugin-local_vimrc/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD lh-plugin-local_vimrc-scm.ebuild 555 RMD160 ad52e9eee171e0145915670cd19fee08db1c3176 SHA1 5c46f5e924c9a5fa7b72f82e19d34d704bd7546e SHA256 f80fa3fa46ade5234c646a0a4a8cb2a30708a6de5179be2582c0a36dcfcce2ee
22
23 diff --git a/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild b/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild
24 new file mode 100644
25 index 0000000..52de122
26 --- /dev/null
27 +++ b/app-vim/lh-plugin-local_vimrc/lh-plugin-local_vimrc-scm.ebuild
28 @@ -0,0 +1,24 @@
29 +# Copyright 1999-2012 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Header: $
32 +
33 +EAPI=4
34 +
35 +VIM_PLUGIN_VIM_VERSION="7.0"
36 +inherit subversion vim-plugin
37 +
38 +DESCRIPTION="vim plugin: Search for a _vimrc_local.vim file in the parents directories"
39 +HOMEPAGE="http://code.google.com/p/lh-vim/"
40 +SRC_URI=""
41 +ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/misc/trunk"
42 +
43 +LICENSE="GPL-3"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +RDEPEND="app-vim/lh-vim-lib"
48 +
49 +src_install() {
50 + insinto /usr/share/vim/vimfiles/plugin
51 + doins plugin/local_vimrc.vim
52 +}