From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADCC11396D2 for ; Sat, 26 Aug 2017 13:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C335DE0C64; Sat, 26 Aug 2017 13:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92FA9E0C64 for ; Sat, 26 Aug 2017 13:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AFCE341723 for ; Sat, 26 Aug 2017 13:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2C778345 for ; Sat, 26 Aug 2017 13:37:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503754611.3b51f0945541fa62b6ab6bc4ecd2c43e5079de07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shadowman/Manifest dev-util/shadowman/metadata.xml dev-util/shadowman/shadowman-1.ebuild dev-util/shadowman/shadowman-9999.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b51f0945541fa62b6ab6bc4ecd2c43e5079de07 X-VCS-Branch: master Date: Sat, 26 Aug 2017 13:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bc784df-90a0-40b1-bb2d-d68901176dc3 X-Archives-Hash: debacf436d891df37ad6d0265f03a59f commit: 3b51f0945541fa62b6ab6bc4ecd2c43e5079de07 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 10 18:38:42 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 26 13:36:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b51f094 dev-util/shadowman: New package dev-util/shadowman/Manifest | 1 + dev-util/shadowman/metadata.xml | 8 ++++++++ dev-util/shadowman/shadowman-1.ebuild | 23 +++++++++++++++++++++++ dev-util/shadowman/shadowman-9999.ebuild | 26 ++++++++++++++++++++++++++ 4 files changed, 58 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest new file mode 100644 index 00000000000..4968143348f --- /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 00000000000..0319eec4c8b --- /dev/null +++ b/dev-util/shadowman/metadata.xml @@ -0,0 +1,8 @@ + + + + + mgorny@gentoo.org + Michał Górny + + diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild new file mode 100644 index 00000000000..ce21fe11a22 --- /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 00000000000..816a0bfd21f --- /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 +}