Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libjson-rpc-cpp/
Date: Sat, 19 Jan 2019 14:21:37
Message-Id: 1547907646.ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3.soap@gentoo
1 commit: ae9e86c87f7b7068d0ac33e92c7e05eb7c6625c3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 19 14:20:46 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 14:20:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9e86c8
7
8 dev-cpp/libjson-rpc-cpp: Use SLOTed dev-cpp/catch
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild | 4 ++--
14 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild | 4 ++--
15 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild | 4 ++--
16 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
20 index d04f0daefd3..614694270fd 100644
21 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
22 +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -23,7 +23,7 @@ RDEPEND="
30 stubgen? ( dev-libs/argtable:= )"
31 DEPEND="${RDEPEND}
32 doc? ( app-doc/doxygen )
33 - test? ( <dev-cpp/catch-2 )"
34 + test? ( dev-cpp/catch:1 )"
35
36 RESTRICT="!test? ( test )"
37
38
39 diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild
40 index fbf180d4cf2..2ab94282c0a 100644
41 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild
42 +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -23,7 +23,7 @@ RDEPEND="
50 stubgen? ( dev-libs/argtable:= )"
51 DEPEND="${RDEPEND}
52 doc? ( app-doc/doxygen )
53 - test? ( >=dev-cpp/catch-2 )"
54 + test? ( dev-cpp/catch:0 )"
55
56 RESTRICT="!test? ( test )"
57
58
59 diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild
60 index d04f0daefd3..614694270fd 100644
61 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild
62 +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -23,7 +23,7 @@ RDEPEND="
70 stubgen? ( dev-libs/argtable:= )"
71 DEPEND="${RDEPEND}
72 doc? ( app-doc/doxygen )
73 - test? ( <dev-cpp/catch-2 )"
74 + test? ( dev-cpp/catch:1 )"
75
76 RESTRICT="!test? ( test )"
77
78
79 diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
80 index 1daad1e754b..b5214663cb0 100644
81 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
82 +++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -25,7 +25,7 @@ RDEPEND="
90 stubgen? ( dev-libs/argtable:= )"
91 DEPEND="${RDEPEND}
92 doc? ( app-doc/doxygen )
93 - test? ( >=dev-cpp/catch-2 )"
94 + test? ( dev-cpp/catch:0 )"
95
96 RESTRICT="!test? ( test )"