summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-22 08:42:45 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-22 08:43:53 +0100
commit684397147e2690d911d3f8938e4f20ee95a29a17 (patch)
tree861adabedb8f64f8e7cb91d527d369d3c7e58328 /dev-util/shadowman
parentdev-python/identify: Remove old (diff)
downloadgentoo-684397147e2690d911d3f8938e4f20ee95a29a17.tar.gz
gentoo-684397147e2690d911d3f8938e4f20ee95a29a17.tar.bz2
gentoo-684397147e2690d911d3f8938e4f20ee95a29a17.zip
dev-util/shadowman: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/shadowman')
-rw-r--r--dev-util/shadowman/Manifest1
-rw-r--r--dev-util/shadowman/shadowman-2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest
index b5db0d8a3405..5a460ce0b0dd 100644
--- a/dev-util/shadowman/Manifest
+++ b/dev-util/shadowman/Manifest
@@ -1,2 +1 @@
-DIST shadowman-2.tar.gz 3349 BLAKE2B 2881c0487205c00114967be7600ef5483cc64c7ad5ed5cac60fe8bf2ca17e5b06d5df6e39148d90ff68a51d3e918ca616d0c5eedf11366df90c788a07e4c63b0 SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110
DIST shadowman-3.tar.gz 3256 BLAKE2B b4e1ac2ee8576feac3d33fafa9540ad150a635d8a3f3d186265039fa62612176a67a7bb6e39d86dafc7d96dc40ed34db66a819af01dc8590288181f17725547b SHA512 2061bb03a23bc8981dd137afa52e0a78535032326ce07ce43f2c51cc115673a4a626e9cf431497fac1d9983cef2a4fd4defe1340ed46140adce0fe7ceabe6448
diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild
deleted file mode 100644
index 42799184709b..000000000000
--- a/dev-util/shadowman/shadowman-2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unified compiler shadow link directory updater"
-HOMEPAGE="https://github.com/mgorny/shadowman"
-SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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
-}