summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-10 20:38:42 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-26 15:36:51 +0200
commit3b51f0945541fa62b6ab6bc4ecd2c43e5079de07 (patch)
treed80adb24544ae203765070057b1ba7f91755a0d3 /dev-util/shadowman
parentdev-libs/sdformat: Remove old (diff)
downloadgentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.tar.gz
gentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.tar.bz2
gentoo-3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.zip
dev-util/shadowman: New package
Diffstat (limited to 'dev-util/shadowman')
-rw-r--r--dev-util/shadowman/Manifest1
-rw-r--r--dev-util/shadowman/metadata.xml8
-rw-r--r--dev-util/shadowman/shadowman-1.ebuild23
-rw-r--r--dev-util/shadowman/shadowman-9999.ebuild26
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest
new file mode 100644
index 000000000000..4968143348f9
--- /dev/null
+++ b/dev-util/shadowman/Manifest
@@ -0,0 +1 @@
+DIST shadowman-1.tar.gz 3337 SHA256 b979cc02990e750a0fb7cc12cf36eaa559c5060ad8e337f213daa48342fe3bbe SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2 WHIRLPOOL ba2de87d9c74e069f0baf05d6c782183f2308b7bba4c6e009c816ab52a7256bb21bca13a5165ce862ba12ed21912b1fdc12ac4b65b8e6bb20701d31cea627c22
diff --git a/dev-util/shadowman/metadata.xml b/dev-util/shadowman/metadata.xml
new file mode 100644
index 000000000000..0319eec4c8be
--- /dev/null
+++ b/dev-util/shadowman/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild
new file mode 100644
index 000000000000..ce21fe11a22d
--- /dev/null
+++ b/dev-util/shadowman/shadowman-1.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="${D}" install \
+ INSTALL_MODULES_TOOL=""
+ keepdir /usr/share/shadowman/tools
+}
diff --git a/dev-util/shadowman/shadowman-9999.ebuild b/dev-util/shadowman/shadowman-9999.ebuild
new file mode 100644
index 000000000000..816a0bfd21f7
--- /dev/null
+++ b/dev-util/shadowman/shadowman-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/mgorny/shadowman"
+inherit git-r3
+
+DESCRIPTION="Unified compiler shadow link directory updater"
+HOMEPAGE="https://github.com/mgorny/shadowman"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="app-admin/eselect"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ # tool modules are split into their respective packages
+ emake DESTDIR="${D}" install \
+ INSTALL_MODULES_TOOL=""
+ keepdir /usr/share/shadowman/tools
+}