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 793C8138334 for ; Mon, 4 Nov 2019 08:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE0AAE0AE4; Mon, 4 Nov 2019 08:49:42 +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 A65D3E0AE4 for ; Mon, 4 Nov 2019 08:49:42 +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 87ACA34C854 for ; Mon, 4 Nov 2019 08:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 000C68A1 for ; Mon, 4 Nov 2019 08:49:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1572857371.981809b8d0aa95b20027695a04ef6f66337e447b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dos2unix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dos2unix/dos2unix-7.3.5.ebuild app-text/dos2unix/dos2unix-7.4.1.ebuild app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild X-VCS-Directories: app-text/dos2unix/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 981809b8d0aa95b20027695a04ef6f66337e447b X-VCS-Branch: master Date: Mon, 4 Nov 2019 08:49:38 +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: 6b10cafd-43ec-4146-aa92-0f5a764c98ba X-Archives-Hash: fa28129245f5b9f9ff326e4e30f4b519 commit: 981809b8d0aa95b20027695a04ef6f66337e447b Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 4 08:49:31 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 4 08:49:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981809b8 app-text/dos2unix: Silence stupid QA warning Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> app-text/dos2unix/dos2unix-7.3.5.ebuild | 4 +++- app-text/dos2unix/dos2unix-7.4.1.ebuild | 3 +++ app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild b/app-text/dos2unix/dos2unix-7.3.5.ebuild index d871ca54b25..1df77cff620 100644 --- a/app-text/dos2unix/dos2unix-7.3.5.ebuild +++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,6 +28,8 @@ DEPEND=" test? ( virtual/perl-Test-Simple ) dev-lang/perl" +RESTRICT="!test? ( test )" + handle_locales() { # Make sure locale list is kept up-to-date. local detected sorted diff --git a/app-text/dos2unix/dos2unix-7.4.1.ebuild b/app-text/dos2unix/dos2unix-7.4.1.ebuild index 09270293006..d57d4c02b28 100644 --- a/app-text/dos2unix/dos2unix-7.4.1.ebuild +++ b/app-text/dos2unix/dos2unix-7.4.1.ebuild @@ -30,6 +30,9 @@ BDEPEND=" dev-lang/perl nls? ( sys-devel/gettext ) " + +RESTRICT="!test? ( test )" + handle_locales() { # Make sure locale list is kept up-to-date. local detected sorted diff --git a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild index fa947c87eca..6338a7ec381 100644 --- a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild +++ b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild @@ -31,6 +31,9 @@ BDEPEND=" dev-lang/perl nls? ( sys-devel/gettext ) " + +RESTRICT="!test? ( test )" + S="${WORKDIR}/${P/_/-}" handle_locales() {