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: 43fe32900c
Closes: https://bugs.gentoo.org/966000
Signed-off-by: Lucio Sauer <watermanpaint@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@gentoo.org>
This commit is contained in:
Lucio Sauer
2025-11-12 16:08:23 +01:00
committed by Florian Schmaus
parent 05334505f2
commit d18f010d46
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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"