diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-10-09 17:25:30 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-10-09 17:25:30 +0400 |
commit | 3ccf1f212905ae25b4dbd9435260dedf45b0ac21 (patch) | |
tree | c113bdb1255b995f041ed4222163372d383cb206 /app-vim/vim-gromacs | |
parent | [app-vim/vim-gromacs] Update vim syntax repo uri (diff) | |
download | sci-3ccf1f212905ae25b4dbd9435260dedf45b0ac21.tar.gz sci-3ccf1f212905ae25b4dbd9435260dedf45b0ac21.tar.bz2 sci-3ccf1f212905ae25b4dbd9435260dedf45b0ac21.zip |
[app-vim/vim-gromacs] Fix typo
(Portage version: 2.2.0_alpha135/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-vim/vim-gromacs')
-rw-r--r-- | app-vim/vim-gromacs/ChangeLog | 3 | ||||
-rw-r--r-- | app-vim/vim-gromacs/vim-gromacs-9999.ebuild | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/vim-gromacs/ChangeLog b/app-vim/vim-gromacs/ChangeLog index 5b322216f..f360e2199 100644 --- a/app-vim/vim-gromacs/ChangeLog +++ b/app-vim/vim-gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> vim-gromacs-9999.ebuild: + [app-vim/vim-gromacs] Fix typo + 09 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml, vim-gromacs-9999.ebuild: [app-vim/vim-gromacs] Update vim syntax repo uri diff --git a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild index 6b840e7ca..465c9db1e 100644 --- a/app-vim/vim-gromacs/vim-gromacs-9999.ebuild +++ b/app-vim/vim-gromacs/vim-gromacs-9999.ebuild @@ -10,10 +10,9 @@ DESCRIPTION="vim plugin: Gromacs file syntax highlighting and some macros" HOMEPAGE="https://github.com/HubLot/vim-gromacs" #EGIT_REPO_URI="git://github.com/Reinis/${PN}.git" EGIT_REPO_URI=" - https://github.com/HubLot/vim-gromacs.git - git://github.com/HubLot/vim-gromacs.git - git://github.com/Reinis/${PN}.git - " + https://github.com/HubLot/${PN}.git + git://github.com/HubLot/${PN}.git + git://github.com/Reinis/${PN}.git" SRC_URI="" LICENSE="GPL-3" |