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 811231382C5 for ; Thu, 15 Feb 2018 15:02:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581A4E07D1; Thu, 15 Feb 2018 15:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 39468E07D1 for ; Thu, 15 Feb 2018 15:02:06 +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 CB3BB335C2E for ; Thu, 15 Feb 2018 15:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 597231E1 for ; Thu, 15 Feb 2018 15:02:03 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1518706915.a9f2bfc4f15d2512a4cbd9f4ae1d7ba7e5068f1c.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mongo-tools/mongo-tools-3.4.13.ebuild X-VCS-Directories: app-admin/mongo-tools/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: a9f2bfc4f15d2512a4cbd9f4ae1d7ba7e5068f1c X-VCS-Branch: master Date: Thu, 15 Feb 2018 15:02:03 +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: 2b5fae44-10fd-4937-ac2e-32afad25a73e X-Archives-Hash: 19cd7cec0563dce1f52ec33bede97058 commit: a9f2bfc4f15d2512a4cbd9f4ae1d7ba7e5068f1c Author: Tomas Mozes gmail com> AuthorDate: Wed Feb 14 15:31:56 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Thu Feb 15 15:01:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f2bfc4 app-admin/mongo-tools: improve ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-admin/mongo-tools/mongo-tools-3.4.13.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-admin/mongo-tools/mongo-tools-3.4.13.ebuild b/app-admin/mongo-tools/mongo-tools-3.4.13.ebuild index 1ec457f1ee8..de23914b111 100644 --- a/app-admin/mongo-tools/mongo-tools-3.4.13.ebuild +++ b/app-admin/mongo-tools/mongo-tools-3.4.13.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit eutils - MY_PV=${PV/_rc/-rc} MY_P=${PN}-r${MY_PV} @@ -27,6 +25,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_prepare() { + default + # do not substitute version because it uses git sed -i '/^sed/,+3d' build.sh || die sed -i '/^mv/d' build.sh || die @@ -39,8 +39,6 @@ src_prepare() { # ensure we use bash wrt #582906 sed -i 's@/bin/sh@/bin/bash@g' build.sh || die - - default } src_compile() {