commit: d5c2d20250789398fbb6f8bb9df6dc6893aeaaca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 6 07:44:30 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 6 08:03:44 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c2d202
dev-util/shadowman: Bump to 5 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/shadowman/Manifest | 1 + dev-util/shadowman/shadowman-5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index f1f47ccf9907..f3760672f090 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1 +1,2 @@ DIST shadowman-4.tar.gz 3318 BLAKE2B 65ca28c8c30d89eefc3490eb4489bccc62b8d5df98d9431153fc719b315b51fc07d100e56e6a0800cab411a151551762c93fd42520db449ade2c35ddf03cdba9 SHA512 6c9992d0bdaac4f6af71e60186e577e97b5d212fc5ef407bb80debed21905b17eb06068b4df5726e9d23e9f1e1956f4af0b67922d0d17de851243ba8edf2db43 +DIST shadowman-5.tar.gz 3387 BLAKE2B fa3aa74f5665cd1f0cef93118e0372c2c1ea7654d3c32375e6d9a963b88617dea77d9047cf9a19879b2c57c835405190f40d86a7b720325669e974f9f5124d2f SHA512 86621915b80a26bcdf2a379de78cc6cd642301cfa5e3b4853f5496b234ec0cd9471884a2afd57926be3bf86cd260e1f3de90e5b5f26718991d03e0b98ae9053c diff --git a/dev-util/shadowman/shadowman-5.ebuild b/dev-util/shadowman/shadowman-5.ebuild new file mode 100644 index 000000000000..2dc8e8cecbb2 --- /dev/null +++ b/dev-util/shadowman/shadowman-5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Unified compiler shadow link directory updater" +HOMEPAGE="https://github.com/projg2/shadowman" +SRC_URI="https://github.com/projg2/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +}
