summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-01 20:33:57 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-02 10:16:00 +0200
commit48c1c3384b9ac1b4ccf9e79adffe42e35f35f855 (patch)
tree65b4be7477dd7eb6ba4aeddc051ce3abbdafdc62 /dev-util/shadowman/shadowman-2.ebuild
parentsci-biology/bwa: Bump to 0.7.16a (diff)
downloadgentoo-48c1c3384b9ac1b4ccf9e79adffe42e35f35f855.tar.gz
gentoo-48c1c3384b9ac1b4ccf9e79adffe42e35f35f855.tar.bz2
gentoo-48c1c3384b9ac1b4ccf9e79adffe42e35f35f855.zip
dev-util/shadowman: Bump to v2
Diffstat (limited to 'dev-util/shadowman/shadowman-2.ebuild')
-rw-r--r--dev-util/shadowman/shadowman-2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild
new file mode 100644
index 000000000000..df3f6d1f3b81
--- /dev/null
+++ b/dev-util/shadowman/shadowman-2.ebuild
@@ -0,0 +1,23 @@
+# 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
+}