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: Tue, 02 Jan 2018 06:19:08
Message-Id: 1514873919.a8da6f0fdd4a8ca28aa6be6416ee5166a07b4750.mgorny@gentoo
1 commit: a8da6f0fdd4a8ca28aa6be6416ee5166a07b4750
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:00:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 06:18:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8da6f0f
7
8 dev-cpp/catch: Clean old up
9
10 dev-cpp/catch/Manifest | 2 --
11 dev-cpp/catch/catch-1.10.0.ebuild | 34 --------------------------------
12 dev-cpp/catch/catch-2.0.0_pre6.ebuild | 37 -----------------------------------
13 3 files changed, 73 deletions(-)
14
15 diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
16 index 298d67d2dba..07e4ff02ba7 100644
17 --- a/dev-cpp/catch/Manifest
18 +++ b/dev-cpp/catch/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST Catch-1.10.0.tar.gz 375205 BLAKE2B d0fc8f1a476c5b31f4b4bfd96af06b87a4be69f2387857a530096c16c282d59a82d5a59dbb681b506838f19baaef8266180f269082573d2ecc8b86eb774e1aba SHA512 07ea6c8fbef849000c69009478fc895fe520420d835a57881b832f8181ca28f04030027ab0f8614d590cff1c36d06598bd4f5723f44e252c3a2566da1be1341e
21 DIST Catch-1.11.0.tar.gz 376132 BLAKE2B 23a1a6292dd91ec1c71923b4902b42b59ff6be5227b666f68ef0dc33756a58a63edd70a9b139dda0b1860c2b7a0cfec7ab9262e6447eff3184cfe28ea9b0aa77 SHA512 33085c2671f78c7562eace909564b2730eabcaf4490cd463402e66ab4ac2be1fe4fe360916c11aa589ba4a010622444126ee2ae747783b5869b5d7276361f132
22 -DIST Catch-2.0.0-develop.6.tar.gz 395416 BLAKE2B e936749c51d8fb679895686c32953001d6ea0acc37ec45230e62975db617288181a79fa66c5dc86c8c337ce29dd3b0931990324edcf5cf5a05bdd8e1f7adaf66 SHA512 079172f063da06453d434d1b74b9a4ffeb45b40c90657ea410d6695756f23c581b1d574a88ab6537082df4e6e703e7bc9ce9084653abdc2a7033018e65a1bf5e
23 DIST Catch2-2.0.1.tar.gz 397154 BLAKE2B e41cb3afb706ebed5742b2639cbba9a3468b6325788c6928f8c4e307cd0b11a5fda6aa91def709536ec56412010c0865589999f1cb270630372ba3275bd36fbf SHA512 df6dc480aa208c6c39c8b36d06295883345f925b7ec579e9f0f7a68c816b90dbc3c2ece32926a6458646f7412027212f1b4c3cb28f217f411d3a56580f6edc32
24
25 diff --git a/dev-cpp/catch/catch-1.10.0.ebuild b/dev-cpp/catch/catch-1.10.0.ebuild
26 deleted file mode 100644
27 index dd8e74f2615..00000000000
28 --- a/dev-cpp/catch/catch-1.10.0.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-2.0.0_pre6.ebuild b/dev-cpp/catch/catch-2.0.0_pre6.ebuild
67 deleted file mode 100644
68 index 827ac8458ed..00000000000
69 --- a/dev-cpp/catch/catch-2.0.0_pre6.ebuild
70 +++ /dev/null
71 @@ -1,37 +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 -MY_PV=${PV/_pre/-develop.}
80 -MY_P=${PN^}-${MY_PV}
81 -
82 -DESCRIPTION="Modern C++ header-only framework for unit-tests"
83 -HOMEPAGE="https://github.com/philsquared/Catch"
84 -SRC_URI="https://github.com/philsquared/Catch/archive/V${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
85 -
86 -LICENSE="Boost-1.0"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE=""
90 -
91 -S=${WORKDIR}/${MY_P}
92 -
93 -# CMake is only used to build & run tests, so override phases
94 -src_configure() { :; }
95 -src_compile() { :; }
96 -
97 -src_test() {
98 - cmake-utils_src_configure
99 - cmake-utils_src_compile
100 - cmake-utils_src_test
101 -}
102 -
103 -src_install() {
104 - # same location as used in fedora
105 - insinto /usr/include/catch
106 - doins -r include/.
107 - dodoc -r docs/.
108 -}