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 F397E1382C5 for ; Wed, 7 Apr 2021 18:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C50BE0974; Wed, 7 Apr 2021 18:03:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 17226E0967 for ; Wed, 7 Apr 2021 18:03:07 +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 D0A64335CDE for ; Wed, 7 Apr 2021 18:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3F9641 for ; Wed, 7 Apr 2021 18:03:04 +0000 (UTC) From: "YOSHIOKA Takuma" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "YOSHIOKA Takuma" Message-ID: <1617818578.bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28.YOSHIOKATakuma@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tokei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/tokei/tokei-12.0.4.ebuild dev-util/tokei/tokei-12.1.0.ebuild dev-util/tokei/tokei-12.1.1.ebuild dev-util/tokei/tokei-12.1.2.ebuild X-VCS-Directories: dev-util/tokei/ X-VCS-Committer: YOSHIOKATakuma X-VCS-Committer-Name: YOSHIOKA Takuma X-VCS-Revision: bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28 X-VCS-Branch: dev Date: Wed, 7 Apr 2021 18:03:04 +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: c55b1d6e-77a6-4e01-a3fd-6dbc88e51d02 X-Archives-Hash: a512e2ef621951b3d0735547d23ca020 commit: bdc0b35463264f1f1bc77b0ed5aec9bb4e7b4c28 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Wed Apr 7 18:00:31 2021 +0000 Commit: YOSHIOKA Takuma hard-wi red> CommitDate: Wed Apr 7 18:02:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdc0b354 dev-util/tokei: Specify QA_FLAGS_IGNORED CFLAGS/LDFLAGS won't be respected since the application is written in Rust. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: YOSHIOKA Takuma hard-wi.red> dev-util/tokei/tokei-12.0.4.ebuild | 4 +++- dev-util/tokei/tokei-12.1.0.ebuild | 4 +++- dev-util/tokei/tokei-12.1.1.ebuild | 4 +++- dev-util/tokei/tokei-12.1.2.ebuild | 2 ++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dev-util/tokei/tokei-12.0.4.ebuild b/dev-util/tokei/tokei-12.0.4.ebuild index afecf5608..82bbba74e 100644 --- a/dev-util/tokei/tokei-12.0.4.ebuild +++ b/dev-util/tokei/tokei-12.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -170,6 +170,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.0.ebuild b/dev-util/tokei/tokei-12.1.0.ebuild index 0a42937bf..6bac29595 100644 --- a/dev-util/tokei/tokei-12.1.0.ebuild +++ b/dev-util/tokei/tokei-12.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -179,6 +179,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index c37678555..5f4120715 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -179,6 +179,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all } diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index fa4e8174f..4d1240a2b 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -175,6 +175,8 @@ IUSE="" DEPEND="" RDEPEND="" +QA_FLAGS_IGNORED="usr/bin/tokei" + src_compile() { cargo_src_compile --features all }