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-cpp/
Date: Fri, 29 Jun 2012 06:15:41
Message-Id: 1340868850.4f95535539de655937256e183d5e5f35be27368a.dev-zero@gentoo
1 commit: 4f95535539de655937256e183d5e5f35be27368a
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Jun 28 07:34:10 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 07:34:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=4f955355
7
8 initial commit
9
10 ---
11 app-vim/lh-cpp/Manifest | 1 +
12 app-vim/lh-cpp/lh-cpp-scm.ebuild | 27 +++++++++++++++++++++++++++
13 2 files changed, 28 insertions(+), 0 deletions(-)
14
15 diff --git a/app-vim/lh-cpp/Manifest b/app-vim/lh-cpp/Manifest
16 new file mode 100644
17 index 0000000..735d129
18 --- /dev/null
19 +++ b/app-vim/lh-cpp/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD lh-cpp-scm.ebuild 540 RMD160 a027c78fc407f7ae5b2551b7c09eff703bab8887 SHA1 ef36504e123787b4e258faec1a988f22878425f8 SHA256 b67d0e7fa9ce5b86faa287a71c24679dc4bff497cebef934060c89f82439dd48
22
23 diff --git a/app-vim/lh-cpp/lh-cpp-scm.ebuild b/app-vim/lh-cpp/lh-cpp-scm.ebuild
24 new file mode 100644
25 index 0000000..953c7d5
26 --- /dev/null
27 +++ b/app-vim/lh-cpp/lh-cpp-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: C&C++ ftplugins suite"
39 +HOMEPAGE="http://code.google.com/p/lh-vim/"
40 +SRC_URI=""
41 +ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/cpp/trunk"
42 +
43 +LICENSE="GPL-3"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +VIM_PLUGIN_HELPFILES="lh-cpp-readme"
48 +
49 +RDEPEND="app-vim/lh-vim-lib
50 + app-vim/lh-dev
51 + app-vim/lh-mu-template"
52 +
53 +src_prepare() {
54 + rm -r mkVba tests
55 +}