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, 27 Aug 2017 08:19:17
Message-Id: 1503821948.8e30c9b1f86cf50a8e84e8042956c3568111cccf.mgorny@gentoo
1 commit: 8e30c9b1f86cf50a8e84e8042956c3568111cccf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 07:59:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 08:19:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e30c9b1
7
8 dev-cpp/catch: Split the live ebuild to upst branches
9
10 dev-cpp/catch/{catch-9999.ebuild => catch-1.9999.ebuild} | 1 +
11 dev-cpp/catch/catch-9999.ebuild | 1 +
12 2 files changed, 2 insertions(+)
13
14 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild
15 similarity index 97%
16 copy from dev-cpp/catch/catch-9999.ebuild
17 copy to dev-cpp/catch/catch-1.9999.ebuild
18 index 41195675fe3..8949a527ca6 100644
19 --- a/dev-cpp/catch/catch-9999.ebuild
20 +++ b/dev-cpp/catch/catch-1.9999.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=6
23
24 EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
25 +EGIT_BRANCH=master
26 inherit cmake-utils git-r3
27
28 DESCRIPTION="Modern C++ header-only framework for unit-tests"
29
30 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild
31 index 41195675fe3..5ca782d46a2 100644
32 --- a/dev-cpp/catch/catch-9999.ebuild
33 +++ b/dev-cpp/catch/catch-9999.ebuild
34 @@ -4,6 +4,7 @@
35 EAPI=6
36
37 EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
38 +EGIT_BRANCH=catch2
39 inherit cmake-utils git-r3
40
41 DESCRIPTION="Modern C++ header-only framework for unit-tests"