Gentoo Archives: gentoo-commits

From: Reinis Danne <rei4dan@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
Date: Mon, 30 Apr 2012 11:55:22
Message-Id: 1335786845.91f0abd1b4fb906054f8702bf28ead5827663fb5.rei4dan@gentoo
1 commit: 91f0abd1b4fb906054f8702bf28ead5827663fb5
2 Author: Reinis Danne <rei4dan <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 11:54:05 2012 +0000
4 Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 30 11:54:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=91f0abd1
7
8 Add app-vim/vim-gromacs
9
10 ---
11 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 25 +++++++++++++++++++++++++
12 1 files changed, 25 insertions(+), 0 deletions(-)
13
14 diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
15 new file mode 100644
16 index 0000000..d2bc4c6
17 --- /dev/null
18 +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
19 @@ -0,0 +1,25 @@
20 +# Copyright 1999-2012 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: Exp $
23 +
24 +EAPI=4
25 +
26 +inherit git-2 vim-plugin
27 +
28 +DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
29 +HOMEPAGE="https://github.com/HubLot/vim-gromacs"
30 +#EGIT_REPO_URI="git://github.com/HubLot/${PN}.git"
31 +EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
32 +SRC_URI=""
33 +
34 +LICENSE="GPL-3"
35 +KEYWORDS=""
36 +IUSE=""
37 +
38 +VIM_PLUGIN_MESSAGES="filetype"
39 +
40 +pkg_preinst () {
41 + # Remove git files
42 + rm ${D}/usr/share/vim/vimfiles/.gitignore
43 + rm -r ${D}/usr/share/vim/vimfiles/.git
44 +}