app-vim/salt-vim: update github link, reorder variables

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2024-03-11 19:55:14 +01:00 committed by Conrad Kostecki
parent 9e246eb617
commit db02b0a3bf
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<name>Gentoo Vim Project</name>
</maintainer>
<upstream>
<remote-id type="github">saltstack/salt-vim</remote-id>
<remote-id type="github">vmware-archive/salt-vim</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -8,13 +8,13 @@ inherit vim-plugin
SALT_VIM_HASH="5b15d379fbcbb84f82c6a345abc08cea9d374be9"
DESCRIPTION="Vim files for working on Salt files"
HOMEPAGE="https://github.com/saltstack/salt-vim"
SRC_URI="https://github.com/saltstack/${PN}/archive/${SALT_VIM_HASH}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/vmware-archive/salt-vim"
SRC_URI="https://github.com/vmware-archive/${PN}/archive/${SALT_VIM_HASH}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/salt-vim-${SALT_VIM_HASH}"
LICENSE="Apache-2.0"
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="!<=app-admin/salt-2015.5.6
!~app-admin/salt-2015.8.0
!~app-admin/salt-2015.8.1"
S="${WORKDIR}/salt-vim-${SALT_VIM_HASH}"