From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1070968-garchives=archives.gentoo.org@lists.gentoo.org> 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 58B31138334 for <garchives@archives.gentoo.org>; Thu, 7 Feb 2019 21:39:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665E8E0B8B; Thu, 7 Feb 2019 21:39:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 37BCCE0B8B for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 21:39:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8ED05335DC5 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 21:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0781444B for <gentoo-commits@lists.gentoo.org>; Thu, 7 Feb 2019 21:39:27 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1549575535.8ca8d46cf75acaafcbaa710030b56ae20073e1a0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ripgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild X-VCS-Directories: sys-apps/ripgrep/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8ca8d46cf75acaafcbaa710030b56ae20073e1a0 X-VCS-Branch: master Date: Thu, 7 Feb 2019 21:39:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 173ef725-f7fd-4e2c-b711-7067a1c67c70 X-Archives-Hash: deda0f207dda6bf563e02bdd1f78ecd8 commit: 8ca8d46cf75acaafcbaa710030b56ae20073e1a0 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Feb 7 21:27:32 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Feb 7 21:38:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca8d46c sys-apps/ripgrep: fix installation warnings and switch to eclass provided src_test() Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild b/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild index 481bbb1ae86..a11824de8e2 100644 --- a/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild +++ b/sys-apps/ripgrep/ripgrep-0.10.0-r1.ebuild @@ -111,16 +111,12 @@ DEPEND="${RDEPEND} QA_FLAGS_IGNORED="usr/bin/rg" -src_test() { - cargo test || die "tests failed" -} - src_compile() { cargo_src_compile $(usex pcre "--features pcre2" "") } src_install() { - cargo_src_install $(usex pcre "--features pcre2" "") + cargo_src_install --path=. $(usex pcre "--features pcre2" "") # hack to find/install generated files # stamp file can be present in multiple dirs if we build additional features