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/ms-gsl/
Date: Sat, 19 Jan 2019 14:21:35
Message-Id: 1547907643.f6e9b41c6430aa5a527895af5f19bda0488bfffe.soap@gentoo
1 commit: f6e9b41c6430aa5a527895af5f19bda0488bfffe
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 19 14:20:43 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 19 14:20:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e9b41c
7
8 dev-cpp/ms-gsl: 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/ms-gsl/ms-gsl-1.0.0.ebuild | 4 ++--
14 dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild | 4 ++--
15 dev-cpp/ms-gsl/ms-gsl-9999.ebuild | 6 ++----
16 3 files changed, 6 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
19 index cde182b5ba1..c2294e55587 100644
20 --- a/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
21 +++ b/dev-cpp/ms-gsl/ms-gsl-1.0.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 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 @@ -16,7 +16,7 @@ IUSE="test"
29
30 # header only library
31 RDEPEND=""
32 -DEPEND="test? ( >=dev-cpp/catch-1.11.0 )"
33 +DEPEND="test? ( dev-cpp/catch:1 )"
34
35 PATCHES=(
36 "${FILESDIR}/${P}-use_system_catch-636828.patch"
37
38 diff --git a/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
39 index c3af23471bc..8b5cb2b6670 100644
40 --- a/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
41 +++ b/dev-cpp/ms-gsl/ms-gsl-2.0.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Authors
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -18,7 +18,7 @@ IUSE="test"
49
50 # header only library
51 RDEPEND=""
52 -DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
53 +DEPEND="test? ( dev-cpp/catch:1 )"
54
55 PATCHES=(
56 "${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"
57
58 diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
59 index d7c78908654..3568adaea6b 100644
60 --- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
61 +++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Authors
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -10,8 +10,6 @@ HOMEPAGE="https://github.com/Microsoft/GSL"
69 SRC_URI=""
70 EGIT_REPO_URI="https://github.com/Microsoft/GSL.git"
71
72 -S="${WORKDIR}/GSL-${PV}"
73 -
74 LICENSE="MIT"
75 SLOT="0"
76 KEYWORDS=""
77 @@ -19,7 +17,7 @@ IUSE="test"
78
79 # header only library
80 RDEPEND=""
81 -DEPEND="test? ( ~dev-cpp/catch-1.11.0 )"
82 +DEPEND="test? ( dev-cpp/catch:1 )"
83
84 PATCHES=(
85 "${FILESDIR}/${PN}-1.0.0-use_system_catch-636828.patch"