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
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')
-rw-r--r--dev-util/shadowman/Manifest1
-rw-r--r--dev-util/shadowman/shadowman-2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest
index 4968143348f9..393c2a765ba1 100644
--- a/dev-util/shadowman/Manifest
+++ b/dev-util/shadowman/Manifest
@@ -1 +1,2 @@
DIST shadowman-1.tar.gz 3337 SHA256 b979cc02990e750a0fb7cc12cf36eaa559c5060ad8e337f213daa48342fe3bbe SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2 WHIRLPOOL ba2de87d9c74e069f0baf05d6c782183f2308b7bba4c6e009c816ab52a7256bb21bca13a5165ce862ba12ed21912b1fdc12ac4b65b8e6bb20701d31cea627c22
+DIST shadowman-2.tar.gz 3349 SHA256 296730adc288e750fb083a51d7fbece341c76942bf8c7db61e16259b99d159de SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110 WHIRLPOOL 307168a322819643041f9368d605b179145a422f7c50f4973ee4970bf441fe8b8d6ef6c914077f0b8247165642fa54a0efb36c1798981a3f925ccd6ea1a63205
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
+}