commit: 24c05436a51ebc4e498f296899d0c5c1b02b8e2d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Mar 3 14:36:03 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Mar 3 14:36:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=24c05436
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 <AT> riseup.net> app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 12 +++--------- 1 file 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"
