diff options
author | 2012-04-30 14:54:05 +0300 | |
---|---|---|
committer | 2012-04-30 14:54:05 +0300 | |
commit | 91f0abd1b4fb906054f8702bf28ead5827663fb5 (patch) | |
tree | f3fc4d88c933c85af109ca3dfcc883351ca02593 /app-vim/vim-gromacs | |
parent | The dependence of sci-physics/abinit on sci-libs/fox corrected. (diff) | |
download | sci-91f0abd1b4fb906054f8702bf28ead5827663fb5.tar.gz sci-91f0abd1b4fb906054f8702bf28ead5827663fb5.tar.bz2 sci-91f0abd1b4fb906054f8702bf28ead5827663fb5.zip |
Add app-vim/vim-gromacs
Diffstat (limited to 'app-vim/vim-gromacs')
-rw-r--r-- | app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild new file mode 100644 index 000000000..d2bc4c658 --- /dev/null +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +EAPI=4 + +inherit git-2 vim-plugin + +DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros" +HOMEPAGE="https://github.com/HubLot/vim-gromacs" +#EGIT_REPO_URI="git://github.com/HubLot/${PN}.git" +EGIT_REPO_URI="git://github.com/Reinis/${PN}.git" +SRC_URI="" + +LICENSE="GPL-3" +KEYWORDS="" +IUSE="" + +VIM_PLUGIN_MESSAGES="filetype" + +pkg_preinst () { + # Remove git files + rm ${D}/usr/share/vim/vimfiles/.gitignore + rm -r ${D}/usr/share/vim/vimfiles/.git +} |