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 84A93138334 for ; Sun, 22 Dec 2019 15:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C42E099F; Sun, 22 Dec 2019 15:24:21 +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 64464E099F for ; Sun, 22 Dec 2019 15:24:21 +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 EBB6134DA75 for ; Sun, 22 Dec 2019 15:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14BAFD791 for ; Sun, 22 Dec 2019 15:24:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1577028247.b3093db03581309fb96d5051d1b067d08504be07.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/micropython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/micropython/micropython-1.9.4.ebuild X-VCS-Directories: dev-lang/micropython/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b3093db03581309fb96d5051d1b067d08504be07 X-VCS-Branch: master Date: Sun, 22 Dec 2019 15:24:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a94061c2-f914-40f0-8042-ac7988407696 X-Archives-Hash: 393a985df8fdbc5628682cf53255e621 commit: b3093db03581309fb96d5051d1b067d08504be07 Author: Patrice Clement gentoo org> AuthorDate: Sun Dec 22 15:23:58 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 22 15:24:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3093db0 dev-lang/micropython: install mpy-cross binary. Closes: https://bugs.gentoo.org/703540 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement gentoo.org> dev-lang/micropython/micropython-1.9.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/micropython/micropython-1.9.4.ebuild b/dev-lang/micropython/micropython-1.9.4.ebuild index ac529849faa..0b1864dde7f 100644 --- a/dev-lang/micropython/micropython-1.9.4.ebuild +++ b/dev-lang/micropython/micropython-1.9.4.ebuild @@ -47,6 +47,8 @@ src_install() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" DESTDIR="${D}" install popd > /dev/null || die + dobin "${S}/mpy-cross/mpy-cross" + # remove .git files find tools -type f -name '.git*' -exec rm {} \; || die