commit:     d18f010d46bbc5bbd3d7a449ac152f00a25f8989
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Nov 12 15:08:23 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 17:44:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18f010d

dev-util/xxd: fix SRC_URI and LICENSE

The old sources at tag v9.1.1652 contain the source code for xxd
2025-08-08, so update them and revbump the package. The linked commit
from the Vim repository adds xxd's current license '|| ( GPL-2 MIT )'.

See-also: 
https://github.com/vim/vim/commit/43fe32900c12fea5f9e15ee94ac850e95ec73188
Closes: https://bugs.gentoo.org/966000
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Part-of: https://github.com/gentoo/gentoo/pull/44603
Closes: https://github.com/gentoo/gentoo/pull/44603
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-util/xxd/Manifest                                            | 2 +-
 dev-util/xxd/{xxd-2025.08.24.ebuild => xxd-2025.08.24-r1.ebuild} | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-util/xxd/Manifest b/dev-util/xxd/Manifest
index 552f2ec35e71..b9bf21235ed3 100644
--- a/dev-util/xxd/Manifest
+++ b/dev-util/xxd/Manifest
@@ -1 +1 @@
-DIST vim-9.1.1652.tar.gz 18776578 BLAKE2B 
c4cc711ee996d6b7268c243c1fae01600d104763f6eee2abbe342f2cf9ee90fb6ee3f0b44fe4814ff47ae13c5a391510c3b711c92acbee591e290da621289029
 SHA512 
f1dfb1dc0fd834fa3ffb40c31f48de78b48225c9d67667f069ff8b23a6a76d534f3e228b936141616a33a0d73445626dcd2ff52a8571e9f4370a8fbcad9771d7
+DIST vim-9.1.1683.tar.gz 18762645 BLAKE2B 
e43f060668131fbf84cdaf7c8f831787f9a3e46607c8af8b67b78490abfcc9c2ab277ea53ddbedf7bee899034b06278cf1d67ddd9d397272ef9d97d909d3fafd
 SHA512 
1d68f55198bb363933e04e925118b6d03ddf775f35e67d7a41464df1ae86a0f2efff7434a0a169e89b1453b554c00b6bfc0dfe3b0b0a8651e4ac89267bc51316

diff --git a/dev-util/xxd/xxd-2025.08.24.ebuild 
b/dev-util/xxd/xxd-2025.08.24-r1.ebuild
similarity index 90%
rename from dev-util/xxd/xxd-2025.08.24.ebuild
rename to dev-util/xxd/xxd-2025.08.24-r1.ebuild
index 39526cb05eb1..bcfe759f2490 100644
--- a/dev-util/xxd/xxd-2025.08.24.ebuild
+++ b/dev-util/xxd/xxd-2025.08.24-r1.ebuild
@@ -5,14 +5,17 @@ EAPI=8
 
 inherit bash-completion-r1 toolchain-funcs
 
-VIM_VERSION="9.1.1652"
+VIM_VERSION="9.1.1683"
 
 DESCRIPTION="Standalone version of Vim's xxd"
-HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+HOMEPAGE="
+       https://www.vim.org
+       https://github.com/vim/vim
+"
 SRC_URI="https://github.com/vim/vim/archive/v${VIM_VERSION}.tar.gz -> 
vim-${VIM_VERSION}.tar.gz"
 
 S="${WORKDIR}/vim-${VIM_VERSION}/src/xxd"
-LICENSE="vim"
+LICENSE="|| ( GPL-2 MIT )"
 SLOT="0"
 
 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"

Reply via email to