mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/shadowman: Bump to 5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST shadowman-4.tar.gz 3318 BLAKE2B 65ca28c8c30d89eefc3490eb4489bccc62b8d5df98d9431153fc719b315b51fc07d100e56e6a0800cab411a151551762c93fd42520db449ade2c35ddf03cdba9 SHA512 6c9992d0bdaac4f6af71e60186e577e97b5d212fc5ef407bb80debed21905b17eb06068b4df5726e9d23e9f1e1956f4af0b67922d0d17de851243ba8edf2db43
|
||||
DIST shadowman-5.tar.gz 3387 BLAKE2B fa3aa74f5665cd1f0cef93118e0372c2c1ea7654d3c32375e6d9a963b88617dea77d9047cf9a19879b2c57c835405190f40d86a7b720325669e974f9f5124d2f SHA512 86621915b80a26bcdf2a379de78cc6cd642301cfa5e3b4853f5496b234ec0cd9471884a2afd57926be3bf86cd260e1f3de90e5b5f26718991d03e0b98ae9053c
|
||||
|
||||
22
dev-util/shadowman/shadowman-5.ebuild
Normal file
22
dev-util/shadowman/shadowman-5.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user