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-vim-lib/
Date: Fri, 29 Jun 2012 06:15:28
Message-Id: 1340867483.02fbd371cc8be49c10311b3dbb7a0cc66374cb7f.dev-zero@gentoo
1 commit: 02fbd371cc8be49c10311b3dbb7a0cc66374cb7f
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Jun 28 07:11:23 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 07:11:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=02fbd371
7
8 add live version for lh-vim-lib
9
10 ---
11 app-vim/lh-vim-lib/Manifest | 1 +
12 app-vim/lh-vim-lib/lh-vim-lib-scm.ebuild | 23 +++++++++++++++++++++++
13 2 files changed, 24 insertions(+), 0 deletions(-)
14
15 diff --git a/app-vim/lh-vim-lib/Manifest b/app-vim/lh-vim-lib/Manifest
16 new file mode 100644
17 index 0000000..b524410
18 --- /dev/null
19 +++ b/app-vim/lh-vim-lib/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD lh-vim-lib-scm.ebuild 483 RMD160 cc2a3e7950b75327b870b8df12f07949378a3877 SHA1 e0a6244e9995fd40b805dbd71787c809bef89037 SHA256 69c070a8ac9dcf539e49e557a6779909dca32d094f586e390f9634b4be7b32ee
22
23 diff --git a/app-vim/lh-vim-lib/lh-vim-lib-scm.ebuild b/app-vim/lh-vim-lib/lh-vim-lib-scm.ebuild
24 new file mode 100644
25 index 0000000..a134e3e
26 --- /dev/null
27 +++ b/app-vim/lh-vim-lib/lh-vim-lib-scm.ebuild
28 @@ -0,0 +1,23 @@
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: a VimL library for script writers"
39 +HOMEPAGE="http://code.google.com/p/lh-vim/"
40 +SRC_URI=""
41 +ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/vim-lib/trunk"
42 +
43 +LICENSE="GPL-3"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +VIM_PLUGIN_HELPFILES="lh-vim-lib"
48 +
49 +src_prepare() {
50 + rm -r tests mkVba
51 +}