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: Sun, 05 Nov 2017 12:20:18
Message-Id: 1509884398.2cb6a6a2be79c00112a6f442d67f2567e371da81.mgorny@gentoo
1 commit: 2cb6a6a2be79c00112a6f442d67f2567e371da81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 09:16:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 12:19:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb6a6a2
7
8 dev-cpp/catch: Update git branches
9
10 dev-cpp/catch/catch-1.9999.ebuild | 2 +-
11 dev-cpp/catch/catch-9999.ebuild | 1 -
12 2 files changed, 1 insertion(+), 2 deletions(-)
13
14 diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild
15 index 8949a527ca6..b6b3d982a71 100644
16 --- a/dev-cpp/catch/catch-1.9999.ebuild
17 +++ b/dev-cpp/catch/catch-1.9999.ebuild
18 @@ -4,7 +4,7 @@
19 EAPI=6
20
21 EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
22 -EGIT_BRANCH=master
23 +EGIT_BRANCH=Catch1.x
24 inherit cmake-utils git-r3
25
26 DESCRIPTION="Modern C++ header-only framework for unit-tests"
27
28 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild
29 index 5ca782d46a2..41195675fe3 100644
30 --- a/dev-cpp/catch/catch-9999.ebuild
31 +++ b/dev-cpp/catch/catch-9999.ebuild
32 @@ -4,7 +4,6 @@
33 EAPI=6
34
35 EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
36 -EGIT_BRANCH=catch2
37 inherit cmake-utils git-r3
38
39 DESCRIPTION="Modern C++ header-only framework for unit-tests"