commit:     844cfec46198671bff9853b82dca26bf45315d8e
Author:     Leo Douglas <douglarek <AT> gmail <DOT> com>
AuthorDate: Tue Jun 10 13:46:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 10:56:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844cfec4

app-editors/vim-core: fix pkgcheck VariableOrderWrong

Signed-off-by: Leo Douglas <douglarek <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42532
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/vim-core/vim-core-9.1.0794.ebuild | 2 +-
 app-editors/vim-core/vim-core-9.1.1436.ebuild | 2 +-
 app-editors/vim-core/vim-core-9999.ebuild     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/vim-core/vim-core-9.1.0794.ebuild 
b/app-editors/vim-core/vim-core-9.1.0794.ebuild
index 0136fe9abdd8..5e0ff1d0cef6 100644
--- a/app-editors/vim-core/vim-core-9.1.0794.ebuild
+++ b/app-editors/vim-core/vim-core-9.1.0794.ebuild
@@ -18,10 +18,10 @@ else
                
https://git.sr.ht/~xxc3nsoredxx/vim-patches/refs/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.xz";
        KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
-S="${WORKDIR}/vim-${PV}"
 
 DESCRIPTION="vim and gvim shared files"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}/vim-${PV}"
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-editors/vim-core/vim-core-9.1.1436.ebuild 
b/app-editors/vim-core/vim-core-9.1.1436.ebuild
index 93ac7925f9c6..e1758d769b64 100644
--- a/app-editors/vim-core/vim-core-9.1.1436.ebuild
+++ b/app-editors/vim-core/vim-core-9.1.1436.ebuild
@@ -19,10 +19,10 @@ else
                # 
https://github.com/douglarek/gentoo-vim-patches/releases/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.gz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
-S="${WORKDIR}/vim-${PV}"
 
 DESCRIPTION="vim and gvim shared files"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}/vim-${PV}"
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-editors/vim-core/vim-core-9999.ebuild 
b/app-editors/vim-core/vim-core-9999.ebuild
index e1295a72b761..6884c8d3de72 100644
--- a/app-editors/vim-core/vim-core-9999.ebuild
+++ b/app-editors/vim-core/vim-core-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,10 +18,10 @@ else
                
https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-${VIM_PATCHES_VERSION}-patches.tar.bz2";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 fi
-S="${WORKDIR}/vim-${PV}"
 
 DESCRIPTION="vim and gvim shared files"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}/vim-${PV}"
 
 LICENSE="vim"
 SLOT="0"

Reply via email to