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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2283158086 for ; Wed, 22 Dec 2021 07:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FD82BC00E; Wed, 22 Dec 2021 07:44:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A617B2BC00E for ; Wed, 22 Dec 2021 07:43:59 +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 6FD82342EF2 for ; Wed, 22 Dec 2021 07:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7490219 for ; Wed, 22 Dec 2021 07:43:56 +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: <1640159033.684397147e2690d911d3f8938e4f20ee95a29a17.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-2.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 684397147e2690d911d3f8938e4f20ee95a29a17 X-VCS-Branch: master Date: Wed, 22 Dec 2021 07:43:56 +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: 5aef6c05-2889-48e0-a846-3f7ec5705a1a X-Archives-Hash: 5acb4fb98fcda852498b5ebfa0c8d973 commit: 684397147e2690d911d3f8938e4f20ee95a29a17 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 22 07:42:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 22 07:43:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68439714 dev-util/shadowman: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/Manifest | 1 - dev-util/shadowman/shadowman-2.ebuild | 23 ----------------------- 2 files changed, 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 -}