Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
Date: Mon, 01 Nov 2021 16:47:24
Message-Id: 1635785238.4df1493598e8cdb7796f7cde288248ec0cad73d8.mgorny@gentoo
1 commit: 4df1493598e8cdb7796f7cde288248ec0cad73d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 16:47:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 16:47:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df14935
7
8 dev-util/shadowman: Remove 9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/shadowman/shadowman-9999.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-util/shadowman/shadowman-9999.ebuild b/dev-util/shadowman/shadowman-9999.ebuild
16 deleted file mode 100644
17 index 816a0bfd21f..00000000000
18 --- a/dev-util/shadowman/shadowman-9999.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -EGIT_REPO_URI="https://github.com/mgorny/shadowman"
27 -inherit git-r3
28 -
29 -DESCRIPTION="Unified compiler shadow link directory updater"
30 -HOMEPAGE="https://github.com/mgorny/shadowman"
31 -SRC_URI=""
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS=""
36 -IUSE=""
37 -
38 -RDEPEND="app-admin/eselect"
39 -DEPEND="${RDEPEND}"
40 -
41 -src_install() {
42 - # tool modules are split into their respective packages
43 - emake DESTDIR="${D}" install \
44 - INSTALL_MODULES_TOOL=""
45 - keepdir /usr/share/shadowman/tools
46 -}