commit: 4a60b8f63450953fd26e9febd9a63b1e1a24886f Author: Reinis Danne <rei4dan <AT> gmail <DOT> com> AuthorDate: Wed May 21 18:23:52 2014 +0000 Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com> CommitDate: Wed May 21 18:23:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a60b8f6
app-vim/vim-gromacs: Remove unnecessary pkg_preinst() --- app-vim/vim-gromacs/ChangeLog | 3 +++ app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog index 7d0a388..b1784b5 100644 --- a/app-vim/vim-gromacs/ChangeLog +++ b/app-vim/vim-gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 May 2014; Reinis Danne <[email protected]> vim-gromacs-9999.ebuild: + Remove unnecessary pkg_preinst(). + 06 Jan 2014; Justin Lecher <[email protected]> vim-gromacs-9999.ebuild, metadata.xml: Switch from git-2 to git-r3 diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild index 31295d8..e1cd72a 100644 --- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild @@ -21,8 +21,3 @@ IUSE="" VIM_PLUGIN_MESSAGES="filetype" -pkg_preinst () { - # Remove git files - rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die - rm -r "${ED}/usr/share/vim/vimfiles/.git" || die -}
