Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
Date: Sat, 15 Jan 2022 18:20:26
Message-Id: 1642270801.8bf7e3aba3aa2733a9f4d65aa58d37a9ef67d630.tupone@gentoo
1 commit: 8bf7e3aba3aa2733a9f4d65aa58d37a9ef67d630
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 15 18:20:01 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 18:20:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf7e3ab
7
8 dev-ml/dose3: remove test dependency as RESTRICT
9
10 Closes: https://bugs.gentoo.org/818133
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild | 8 +++-----
15 dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild | 8 +++-----
16 dev-ml/dose3/dose3-6.1-r1.ebuild | 8 +++-----
17 dev-ml/dose3/dose3-7.0.0.ebuild | 8 +++-----
18 4 files changed, 12 insertions(+), 20 deletions(-)
19
20 diff --git a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
21 index fd0e74c8c652..a1b877c1a01a 100644
22 --- a/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
23 +++ b/dev-ml/dose3/dose3-5.0.1_p16-r4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
31 LICENSE="LGPL-3"
32 SLOT="0/${PV}"
33 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
34 -IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
35 +IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4"
36
37 BDEPEND="
38 dev-ml/cppo
39 @@ -38,9 +38,7 @@ RDEPEND="
40 curl? ( dev-ml/ocurl:= )
41 rpm4? ( app-arch/rpm )
42 "
43 -DEPEND="${RDEPEND}
44 - test? ( dev-python/pyyaml[libyaml(+)] )
45 -"
46 +DEPEND="${RDEPEND}"
47
48 # missing test data
49 RESTRICT="test"
50
51 diff --git a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
52 index 481f80ee4a29..1067de1e94ef 100644
53 --- a/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
54 +++ b/dev-ml/dose3/dose3-6.0.1_p2-r1.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2021 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
62 LICENSE="LGPL-3"
63 SLOT="0/${PV}"
64 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
65 -IUSE="+ocamlopt test"
66 +IUSE="+ocamlopt"
67
68 BDEPEND="
69 dev-ml/findlib
70 @@ -34,9 +34,7 @@ RDEPEND="
71 dev-ml/xml-light:=[ocamlopt=]
72 app-arch/rpm
73 "
74 -DEPEND="${RDEPEND}
75 - test? ( dev-python/pyyaml[libyaml(+)] )
76 -"
77 +DEPEND="${RDEPEND}"
78
79 # missing test data
80 RESTRICT="test"
81
82 diff --git a/dev-ml/dose3/dose3-6.1-r1.ebuild b/dev-ml/dose3/dose3-6.1-r1.ebuild
83 index 1b4d850dfebc..133186dea4f1 100644
84 --- a/dev-ml/dose3/dose3-6.1-r1.ebuild
85 +++ b/dev-ml/dose3/dose3-6.1-r1.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 +# Copyright 1999-2022 Gentoo Authors
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=7
92 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
93 LICENSE="LGPL-3"
94 SLOT="0/${PV}"
95 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
96 -IUSE="+ocamlopt test"
97 +IUSE="+ocamlopt"
98
99 BDEPEND="
100 dev-ml/findlib
101 @@ -33,9 +33,7 @@ RDEPEND="
102 dev-ml/xml-light:=[ocamlopt=]
103 app-arch/rpm
104 "
105 -DEPEND="${RDEPEND}
106 - test? ( dev-python/pyyaml[libyaml(+)] )
107 -"
108 +DEPEND="${RDEPEND}"
109
110 # missing test data
111 RESTRICT="test"
112
113 diff --git a/dev-ml/dose3/dose3-7.0.0.ebuild b/dev-ml/dose3/dose3-7.0.0.ebuild
114 index 61f021989ef4..6bc85c2157e4 100644
115 --- a/dev-ml/dose3/dose3-7.0.0.ebuild
116 +++ b/dev-ml/dose3/dose3-7.0.0.ebuild
117 @@ -1,4 +1,4 @@
118 -# Copyright 1999-2021 Gentoo Authors
119 +# Copyright 1999-2022 Gentoo Authors
120 # Distributed under the terms of the GNU General Public License v2
121
122 EAPI=7
123 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
124 LICENSE="LGPL-3"
125 SLOT="0/${PV}"
126 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
127 -IUSE="+ocamlopt test"
128 +IUSE="+ocamlopt"
129
130 BDEPEND="
131 dev-ml/findlib
132 @@ -33,9 +33,7 @@ RDEPEND="
133 dev-ml/xml-light:=[ocamlopt=]
134 app-arch/rpm
135 "
136 -DEPEND="${RDEPEND}
137 - test? ( dev-python/pyyaml[libyaml(+)] )
138 -"
139 +DEPEND="${RDEPEND}"
140
141 # missing test data
142 RESTRICT="test"