aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:36:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:36:03 +0100
commit24c05436a51ebc4e498f296899d0c5c1b02b8e2d (patch)
treec64bf673d05ad1966e35db3dd774b8f14a763d24
parentdev-perl/Text-RecordParser: EAPI bump, add missing dep (diff)
downloadsci-24c05436a51ebc4e498f296899d0c5c1b02b8e2d.tar.gz
sci-24c05436a51ebc4e498f296899d0c5c1b02b8e2d.tar.bz2
sci-24c05436a51ebc4e498f296899d0c5c1b02b8e2d.zip
app-vim/vim-gromacs: EAPI bump
drop git:// in favour of https:// because git is insecure Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--app-vim/vim-gromacs/vim-gromacs-9999.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
index 2b5661000..1d115fe16 100644
--- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
+++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild
@@ -1,21 +1,15 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit git-r3 vim-plugin
DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros"
HOMEPAGE="https://github.com/HubLot/vim-gromacs"
-SRC_URI=""
-#EGIT_REPO_URI="git://github.com/Reinis/${PN}.git"
-EGIT_REPO_URI="
- https://github.com/HubLot/${PN}.git
- git://github.com/HubLot/${PN}.git
- git://github.com/Reinis/${PN}.git"
+EGIT_REPO_URI="https://github.com/HubLot/${PN}.git"
LICENSE="GPL-3"
KEYWORDS=""
-IUSE=""
VIM_PLUGIN_MESSAGES="filetype"