commit: 258d35e4535ae11f5bd55e073b61b684acf32a8e Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 08:43:07 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 08:43:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258d35e4
dev-util/xxd: minor style fixes Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-util/xxd/xxd-2025.08.24.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-util/xxd/xxd-2025.08.24.ebuild b/dev-util/xxd/xxd-2025.08.24.ebuild index 39e04c7e9492..39526cb05eb1 100644 --- a/dev-util/xxd/xxd-2025.08.24.ebuild +++ b/dev-util/xxd/xxd-2025.08.24.ebuild @@ -5,13 +5,16 @@ EAPI=8 inherit bash-completion-r1 toolchain-funcs +VIM_VERSION="9.1.1652" + DESCRIPTION="Standalone version of Vim's xxd" HOMEPAGE="https://www.vim.org https://github.com/vim/vim" -VIM_VERSION="9.1.1652" 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" 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" RDEPEND="!<app-editors/vim-core-9.1.1652-r1" @@ -39,5 +42,5 @@ src_compile() { src_install() { dobin xxd doman ../../runtime/doc/xxd*.1 - newbashcomp "${FILESDIR}"/xxd-completion xxd + newbashcomp "${FILESDIR}"/xxd-completion xxd }
