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:18
Message-Id: 1503821949.142e38d91dfe531704ec6dc0671aa2e11913e9f2.mgorny@gentoo
1 commit: 142e38d91dfe531704ec6dc0671aa2e11913e9f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 08:01:40 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 08:19:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142e38d9
7
8 dev-cpp/catch: Drop old
9
10 dev-cpp/catch/Manifest | 2 --
11 dev-cpp/catch/catch-1.9.4.ebuild | 34 ----------------------------------
12 dev-cpp/catch/catch-1.9.6.ebuild | 34 ----------------------------------
13 3 files changed, 70 deletions(-)
14
15 diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
16 index 969077b45a0..1a441a157eb 100644
17 --- a/dev-cpp/catch/Manifest
18 +++ b/dev-cpp/catch/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST Catch-1.9.4.tar.gz 363097 SHA256 d67d2ee26ec9f72618dd9b28a9d1b7ba3c6368bc846ecfeda05a1e5d1b8b9b20 SHA512 78d43719e87f5d27132178c5f139b72e6093dd1029eb742bfb48e32b618079e156837fb25d4cbe0fd5044535a5a65ad90510cff8ae93f2695c7bb3fc5cb2a5ec WHIRLPOOL 80b4c36172e62ea12fc4acee096a84cd00b1a290dc2a7a9e9a8e2ff2485e39a619e33f2aee853daa7773d3c877f55788b2d0f86e44542c6f8c0b6027edaf0585
21 -DIST Catch-1.9.6.tar.gz 367108 SHA256 d1fc9f0018fe55a1b74168d5c37a2cf6580a902dab9b646050373e70090b2c61 SHA512 6d4989518935d60d2274361ad64649be9241e4de435d34cb04ac8ee2f7b25deb33c8919acaa3cd1c0d68c7822f15d74d0f19115ab72bb93d2cf8b3a0205e44c6 WHIRLPOOL 7c1d3a779a144a9d51a3b512bc5295d68e98c1d0d6fea600a586d2bcafc2141c57beacbb4ab5d58376e096d27681fd7a5f416c5f78cfc6635634ba00707cff06
22 DIST Catch-1.9.7.tar.gz 371816 SHA256 751090d755072777c5bb98de6ead1f7919ea239d4b77bb028fb7b06624ec0d7a SHA512 573d324b3e0ffe1026bdd10410a9299eff6d3e0a316b2b84c687dc993fb33570620e26107667ce8b59ab66844cfbc39526ed6ba4e9dd1ba529c6b21ebd274b63 WHIRLPOOL 1d3bcf6b2a3d8af6fba7ded0e92d7381857360a4bbf2dd689474408c52612f874da35579ad0adaf13679e1d8aaddee101274cd29070a5a51d58e7d52b76473f2
23 DIST Catch-2.0.0-develop.2.tar.gz 376246 SHA256 b7f4210353be2c78d65801d0cc3885110aeae3824f6b67d59dff71deccad1694 SHA512 89fd36d310ac6322d7d8683360482a564e5c90bf0880b8cc9a6e379044dfc1bcea99669d8dada67293d8b70d274c6129018bc97598eb72b48fd85d4ebe0b21ef WHIRLPOOL 94a2f270b2a884e17a6d35936409911d544b7447c98f217b4b14e58387d8c8ac045dde5569bbf3560547b195a91f93101d3e293ebc1b981ddc447264d9742906
24
25 diff --git a/dev-cpp/catch/catch-1.9.4.ebuild b/dev-cpp/catch/catch-1.9.4.ebuild
26 deleted file mode 100644
27 index dd8e74f2615..00000000000
28 --- a/dev-cpp/catch/catch-1.9.4.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Modern C++ header-only framework for unit-tests"
39 -HOMEPAGE="https://github.com/philsquared/Catch"
40 -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${P^}.tar.gz"
41 -
42 -LICENSE="Boost-1.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -S=${WORKDIR}/${P^}
48 -
49 -# CMake is only used to build & run tests, so override phases
50 -src_configure() { :; }
51 -src_compile() { :; }
52 -
53 -src_test() {
54 - cmake-utils_src_configure
55 - cmake-utils_src_compile
56 - cmake-utils_src_test
57 -}
58 -
59 -src_install() {
60 - # same location as used in fedora
61 - insinto /usr/include/catch
62 - doins -r include/.
63 - dodoc -r docs/.
64 -}
65
66 diff --git a/dev-cpp/catch/catch-1.9.6.ebuild b/dev-cpp/catch/catch-1.9.6.ebuild
67 deleted file mode 100644
68 index dd8e74f2615..00000000000
69 --- a/dev-cpp/catch/catch-1.9.6.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=6
76 -
77 -inherit cmake-utils
78 -
79 -DESCRIPTION="Modern C++ header-only framework for unit-tests"
80 -HOMEPAGE="https://github.com/philsquared/Catch"
81 -SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> ${P^}.tar.gz"
82 -
83 -LICENSE="Boost-1.0"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~x86"
86 -IUSE=""
87 -
88 -S=${WORKDIR}/${P^}
89 -
90 -# CMake is only used to build & run tests, so override phases
91 -src_configure() { :; }
92 -src_compile() { :; }
93 -
94 -src_test() {
95 - cmake-utils_src_configure
96 - cmake-utils_src_compile
97 - cmake-utils_src_test
98 -}
99 -
100 -src_install() {
101 - # same location as used in fedora
102 - insinto /usr/include/catch
103 - doins -r include/.
104 - dodoc -r docs/.
105 -}