diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:36:03 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:36:03 +0100 |
commit | 24c05436a51ebc4e498f296899d0c5c1b02b8e2d (patch) | |
tree | c64bf673d05ad1966e35db3dd774b8f14a763d24 /app-vim/vim-gromacs | |
parent | dev-perl/Text-RecordParser: EAPI bump, add missing dep (diff) | |
download | sci-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>
Diffstat (limited to 'app-vim/vim-gromacs')
-rw-r--r-- | app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 12 |
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" |