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: Wed, 21 May 2014 18:25:58
Message-Id: 1400696632.4a60b8f63450953fd26e9febd9a63b1e1a24886f.rei4dan@gentoo
1 commit: 4a60b8f63450953fd26e9febd9a63b1e1a24886f
2 Author: Reinis Danne <rei4dan <AT> gmail <DOT> com>
3 AuthorDate: Wed May 21 18:23:52 2014 +0000
4 Commit: Reinis Danne <rei4dan <AT> gmail <DOT> com>
5 CommitDate: Wed May 21 18:23:52 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4a60b8f6
7
8 app-vim/vim-gromacs: Remove unnecessary pkg_preinst()
9
10 ---
11 app-vim/vim-gromacs/ChangeLog | 3 +++
12 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 5 -----
13 2 files changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog
16 index 7d0a388..b1784b5 100644
17 --- a/app-vim/vim-gromacs/ChangeLog
18 +++ b/app-vim/vim-gromacs/ChangeLog
19 @@ -2,6 +2,9 @@
20 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 21 May 2014; Reinis Danne <rei4dan@×××××.com> vim-gromacs-9999.ebuild:
24 + Remove unnecessary pkg_preinst().
25 +
26 06 Jan 2014; Justin Lecher <jlec@g.o> vim-gromacs-9999.ebuild,
27 metadata.xml:
28 Switch from git-2 to git-r3
29
30 diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
31 index 31295d8..e1cd72a 100644
32 --- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
33 +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
34 @@ -21,8 +21,3 @@ IUSE=""
35
36 VIM_PLUGIN_MESSAGES="filetype"
37
38 -pkg_preinst () {
39 - # Remove git files
40 - rm "${ED}/usr/share/vim/vimfiles/.gitignore" || die
41 - rm -r "${ED}/usr/share/vim/vimfiles/.git" || die
42 -}