Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dos2unix/
Date: Mon, 04 Nov 2019 08:49:43
Message-Id: 1572857371.981809b8d0aa95b20027695a04ef6f66337e447b.polynomial-c@gentoo
1 commit: 981809b8d0aa95b20027695a04ef6f66337e447b
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 08:49:31 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 08:49:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981809b8
7
8 app-text/dos2unix: Silence stupid QA warning
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-text/dos2unix/dos2unix-7.3.5.ebuild | 4 +++-
14 app-text/dos2unix/dos2unix-7.4.1.ebuild | 3 +++
15 app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild | 3 +++
16 3 files changed, 9 insertions(+), 1 deletion(-)
17
18 diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild b/app-text/dos2unix/dos2unix-7.3.5.ebuild
19 index d871ca54b25..1df77cff620 100644
20 --- a/app-text/dos2unix/dos2unix-7.3.5.ebuild
21 +++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -28,6 +28,8 @@ DEPEND="
29 test? ( virtual/perl-Test-Simple )
30 dev-lang/perl"
31
32 +RESTRICT="!test? ( test )"
33 +
34 handle_locales() {
35 # Make sure locale list is kept up-to-date.
36 local detected sorted
37
38 diff --git a/app-text/dos2unix/dos2unix-7.4.1.ebuild b/app-text/dos2unix/dos2unix-7.4.1.ebuild
39 index 09270293006..d57d4c02b28 100644
40 --- a/app-text/dos2unix/dos2unix-7.4.1.ebuild
41 +++ b/app-text/dos2unix/dos2unix-7.4.1.ebuild
42 @@ -30,6 +30,9 @@ BDEPEND="
43 dev-lang/perl
44 nls? ( sys-devel/gettext )
45 "
46 +
47 +RESTRICT="!test? ( test )"
48 +
49 handle_locales() {
50 # Make sure locale list is kept up-to-date.
51 local detected sorted
52
53 diff --git a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild
54 index fa947c87eca..6338a7ec381 100644
55 --- a/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild
56 +++ b/app-text/dos2unix/dos2unix-7.4.2_beta1.ebuild
57 @@ -31,6 +31,9 @@ BDEPEND="
58 dev-lang/perl
59 nls? ( sys-devel/gettext )
60 "
61 +
62 +RESTRICT="!test? ( test )"
63 +
64 S="${WORKDIR}/${P/_/-}"
65
66 handle_locales() {