Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-vim/vim-gromacs/
Date: Mon, 22 Feb 2016 13:26:06
Message-Id: 1456138806.eef500b20fe7addac7a0f850c55063f486904dc0.jlec@gentoo
1 commit: eef500b20fe7addac7a0f850c55063f486904dc0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:00:06 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:00:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eef500b2
7
8 app-vim/vim-gromacs: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
17 index 9e97b93..440861b 100644
18 --- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
19 +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
20 @@ -1,19 +1,19 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 inherit git-r3 vim-plugin
30
31 DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
32 HOMEPAGE="https://github.com/HubLot/vim-gromacs"
33 +SRC_URI=""
34 #EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
35 EGIT_REPO_URI="
36 https://github.com/HubLot/${PN}.git
37 git://github.com/HubLot/${PN}.git
38 git://github.com/Reinis/${PN}.git"
39 -SRC_URI=""
40
41 LICENSE="GPL-3"
42 KEYWORDS=""