dev-util/shadowman: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Mon, 1 Jan 2018 22:07:33 +0000 (23:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 06:18:51 +0000 (07:18 +0100)
dev-util/shadowman/Manifest
dev-util/shadowman/shadowman-1.ebuild [deleted file]

index 7db3bd33ba27ff4d063ab14600b279134fbff203..cf6794e59ddb0e54b11d4289ee50145bae39f8da 100644 (file)
@@ -1,2 +1 @@
-DIST shadowman-1.tar.gz 3337 BLAKE2B 6253bbdef18f3b48adfc04553b08d63b81fadb531ab3feedd328a4d084e57837af11fa18feec3f9acbc9d11833aed481b175cfce6897fe4d7607a73e5a85df62 SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2
 DIST shadowman-2.tar.gz 3349 BLAKE2B 2881c0487205c00114967be7600ef5483cc64c7ad5ed5cac60fe8bf2ca17e5b06d5df6e39148d90ff68a51d3e918ca616d0c5eedf11366df90c788a07e4c63b0 SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110
diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild
deleted file mode 100644 (file)
index df3f6d1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="app-admin/eselect"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       # tool modules are split into their respective packages
-       emake DESTDIR="${ED}" install \
-               INSTALL_MODULES_TOOL=""
-       keepdir /usr/share/shadowman/tools
-}