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-mu-template/
Date: Fri, 29 Jun 2012 06:15:39
Message-Id: 1340868839.ac5a1faaa4a0f8077a8bf063a61cebd6f7228e83.dev-zero@gentoo
1 commit: ac5a1faaa4a0f8077a8bf063a61cebd6f7228e83
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Jun 28 07:33:59 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 07:33:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=ac5a1faa
7
8 initial commit
9
10 ---
11 app-vim/lh-mu-template/Manifest | 1 +
12 app-vim/lh-mu-template/lh-mu-template-scm.ebuild | 27 ++++++++++++++++++++++
13 2 files changed, 28 insertions(+), 0 deletions(-)
14
15 diff --git a/app-vim/lh-mu-template/Manifest b/app-vim/lh-mu-template/Manifest
16 new file mode 100644
17 index 0000000..815127b
18 --- /dev/null
19 +++ b/app-vim/lh-mu-template/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD lh-mu-template-scm.ebuild 567 RMD160 c2c27e921a8a68b14bf3728ea8f829618f502938 SHA1 51bfe1ae2ebe12699031f067f1c01c001e5783f7 SHA256 c585f3a40fcc9017fa08d55468175f365e8638ff9be04acdae804619136f4961
22
23 diff --git a/app-vim/lh-mu-template/lh-mu-template-scm.ebuild b/app-vim/lh-mu-template/lh-mu-template-scm.ebuild
24 new file mode 100644
25 index 0000000..b4d2154
26 --- /dev/null
27 +++ b/app-vim/lh-mu-template/lh-mu-template-scm.ebuild
28 @@ -0,0 +1,27 @@
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: template-files loader for Vim (fork of µTemplate)"
39 +HOMEPAGE="http://code.google.com/p/lh-vim/"
40 +SRC_URI=""
41 +ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/mu-template/trunk"
42 +
43 +LICENSE="GPL-3"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +VIM_PLUGIN_HELPFILES="mu-template"
48 +
49 +RDEPEND="app-vim/lh-vim-lib
50 + app-vim/lh-dev
51 + app-vim/lh-map-tools"
52 +
53 +src_prepare() {
54 + rm -r mkVba
55 +}