commit: b1067fa5c9d1d9d7265a0b77de14dcd918ff900e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 27 18:22:13 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 27 18:26:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1067fa5
dev-util/shadowman: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/shadowman/Manifest | 1 - dev-util/shadowman/shadowman-3.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index fff9b207abf4..f1f47ccf9907 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1,2 +1 @@ -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-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild deleted file mode 100644 index 1b6d20071f62..000000000000 --- a/dev-util/shadowman/shadowman-3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 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" -IUSE="" - -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 -}