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-dev/
Date: Fri, 29 Jun 2012 06:15:44
Message-Id: 1340868213.a894ddbf219fb5739f574f85545a07e4d7cb1fbd.dev-zero@gentoo
1 commit: a894ddbf219fb5739f574f85545a07e4d7cb1fbd
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Thu Jun 28 07:23:33 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 07:23:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a894ddbf
7
8 initial commit of lh-dev
9
10 ---
11 app-vim/lh-dev/Manifest | 1 +
12 app-vim/lh-dev/lh-dev-scm.ebuild | 25 +++++++++++++++++++++++++
13 2 files changed, 26 insertions(+), 0 deletions(-)
14
15 diff --git a/app-vim/lh-dev/Manifest b/app-vim/lh-dev/Manifest
16 new file mode 100644
17 index 0000000..b30ff9a
18 --- /dev/null
19 +++ b/app-vim/lh-dev/Manifest
20 @@ -0,0 +1 @@
21 +EBUILD lh-dev-scm.ebuild 524 RMD160 2b1f66c8347ff4dec00483df688f4317bb6544a2 SHA1 45a93b8d7e8fb405a883698990e5b1bcc4b90110 SHA256 9058569a0f54fa5156739948468177654bdcb89630fcba6ef8f79193ea31e880
22
23 diff --git a/app-vim/lh-dev/lh-dev-scm.ebuild b/app-vim/lh-dev/lh-dev-scm.ebuild
24 new file mode 100644
25 index 0000000..42650a4
26 --- /dev/null
27 +++ b/app-vim/lh-dev/lh-dev-scm.ebuild
28 @@ -0,0 +1,25 @@
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: generic suite of functions for analysing source code"
39 +HOMEPAGE="http://code.google.com/p/lh-vim/"
40 +SRC_URI=""
41 +ESVN_REPO_URI="http://lh-vim.googlecode.com/svn/dev/trunk"
42 +
43 +LICENSE="GPL-3"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +VIM_PLUGIN_HELPFILES="lh-dev"
48 +
49 +RDEPEND="app-vim/lh-vim-lib"
50 +
51 +src_prepare() {
52 + rm -r mkVba tests
53 +}