From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91624158042 for ; Sun, 3 Nov 2024 16:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3051FE0A5E; Sun, 3 Nov 2024 16:10:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 178F6E0A5E for ; Sun, 3 Nov 2024 16:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 184B7342F9F for ; Sun, 3 Nov 2024 16:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DBC8F42 for ; Sun, 3 Nov 2024 16:10:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730650223.7d97614f4d3811f7089bbf5db9e57c7c7f09d59c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shadowman/Manifest dev-util/shadowman/shadowman-4.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d97614f4d3811f7089bbf5db9e57c7c7f09d59c X-VCS-Branch: master Date: Sun, 3 Nov 2024 16:10:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a83801d-74a9-4209-8ec3-fafc682a1b82 X-Archives-Hash: b7e9c8902867226f32116cd7c576b850 commit: 7d97614f4d3811f7089bbf5db9e57c7c7f09d59c Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 15:58:32 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 16:10:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d97614f dev-util/shadowman: Bump to 4 Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/Manifest | 1 + dev-util/shadowman/shadowman-4.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index 5a460ce0b0dd..fff9b207abf4 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1 +1,2 @@ DIST shadowman-3.tar.gz 3256 BLAKE2B b4e1ac2ee8576feac3d33fafa9540ad150a635d8a3f3d186265039fa62612176a67a7bb6e39d86dafc7d96dc40ed34db66a819af01dc8590288181f17725547b SHA512 2061bb03a23bc8981dd137afa52e0a78535032326ce07ce43f2c51cc115673a4a626e9cf431497fac1d9983cef2a4fd4defe1340ed46140adce0fe7ceabe6448 +DIST shadowman-4.tar.gz 3318 BLAKE2B 65ca28c8c30d89eefc3490eb4489bccc62b8d5df98d9431153fc719b315b51fc07d100e56e6a0800cab411a151551762c93fd42520db449ade2c35ddf03cdba9 SHA512 6c9992d0bdaac4f6af71e60186e577e97b5d212fc5ef407bb80debed21905b17eb06068b4df5726e9d23e9f1e1956f4af0b67922d0d17de851243ba8edf2db43 diff --git a/dev-util/shadowman/shadowman-4.ebuild b/dev-util/shadowman/shadowman-4.ebuild new file mode 100644 index 000000000000..3c8f362dce99 --- /dev/null +++ b/dev-util/shadowman/shadowman-4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 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 +}