Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Fri, 12 Jan 2018 09:24:25
Message-Id: 1515749052.019f69742651415fb339322f7d272c5cc424289c.mgorny@gentoo
1 commit: 019f69742651415fb339322f7d272c5cc424289c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 12 08:36:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 12 09:24:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019f6974
7
8 dev-cpp/catch: Update upstream URLs
9
10 dev-cpp/catch/catch-1.11.0.ebuild | 4 ++--
11 dev-cpp/catch/catch-1.9999.ebuild | 8 ++++----
12 dev-cpp/catch/catch-2.0.1.ebuild | 4 ++--
13 dev-cpp/catch/catch-9999.ebuild | 6 +++---
14 dev-cpp/catch/metadata.xml | 2 +-
15 5 files changed, 12 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-cpp/catch/catch-1.11.0.ebuild b/dev-cpp/catch/catch-1.11.0.ebuild
18 index dd8e74f2615..afc65f924e9 100644
19 --- a/dev-cpp/catch/catch-1.11.0.ebuild
20 +++ b/dev-cpp/catch/catch-1.11.0.ebuild
21 @@ -6,8 +6,8 @@ EAPI=6
22 inherit cmake-utils
23
24 DESCRIPTION="Modern C++ header-only framework for unit-tests"
25 -HOMEPAGE="https://github.com/philsquared/Catch"
26 -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${P^}.tar.gz"
27 +HOMEPAGE="https://github.com/catchorg/Catch2"
28 +SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${P^}.tar.gz"
29
30 LICENSE="Boost-1.0"
31 SLOT="0"
32
33 diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild
34 index 4cad4e13c4b..a770fcddab5 100644
35 --- a/dev-cpp/catch/catch-1.9999.ebuild
36 +++ b/dev-cpp/catch/catch-1.9999.ebuild
37 @@ -1,14 +1,14 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43
44 -EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
45 -EGIT_BRANCH=Catch1.x
46 +EGIT_REPO_URI="https://github.com/catchorg/Catch2.git"
47 +EGIT_BRANCH="Catch1.x"
48 inherit cmake-utils git-r3
49
50 DESCRIPTION="Modern C++ header-only framework for unit-tests"
51 -HOMEPAGE="https://github.com/philsquared/Catch"
52 +HOMEPAGE="https://github.com/catchorg/Catch2"
53 SRC_URI=""
54
55 LICENSE="Boost-1.0"
56
57 diff --git a/dev-cpp/catch/catch-2.0.1.ebuild b/dev-cpp/catch/catch-2.0.1.ebuild
58 index 309a5dc46c3..ac2dfcb10a6 100644
59 --- a/dev-cpp/catch/catch-2.0.1.ebuild
60 +++ b/dev-cpp/catch/catch-2.0.1.ebuild
61 @@ -8,8 +8,8 @@ inherit cmake-utils
62 MY_P=${PN^}2-${PV}
63
64 DESCRIPTION="Modern C++ header-only framework for unit-tests"
65 -HOMEPAGE="https://github.com/philsquared/Catch"
66 -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
67 +HOMEPAGE="https://github.com/catchorg/Catch2"
68 +SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
69
70 LICENSE="Boost-1.0"
71 SLOT="0"
72
73 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild
74 index 5a244d42728..da181287636 100644
75 --- a/dev-cpp/catch/catch-9999.ebuild
76 +++ b/dev-cpp/catch/catch-9999.ebuild
77 @@ -1,13 +1,13 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 +# Copyright 1999-2018 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=6
83
84 -EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
85 +EGIT_REPO_URI="https://github.com/catchorg/Catch2.git"
86 inherit cmake-utils git-r3
87
88 DESCRIPTION="Modern C++ header-only framework for unit-tests"
89 -HOMEPAGE="https://github.com/philsquared/Catch"
90 +HOMEPAGE="https://github.com/catchorg/Catch2"
91 SRC_URI=""
92
93 LICENSE="Boost-1.0"
94
95 diff --git a/dev-cpp/catch/metadata.xml b/dev-cpp/catch/metadata.xml
96 index 800b18cb770..d1245fb7c81 100644
97 --- a/dev-cpp/catch/metadata.xml
98 +++ b/dev-cpp/catch/metadata.xml
99 @@ -6,6 +6,6 @@
100 <name>Michał Górny</name>
101 </maintainer>
102 <upstream>
103 - <remote-id type="github">philsquared/Catch</remote-id>
104 + <remote-id type="github">catchorg/Catch2</remote-id>
105 </upstream>
106 </pkgmetadata>