From b40c123812880296f861b85a2d7ee0cf143dcc7a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 31 Aug 2017 15:59:45 +0200 Subject: dev-cpp/catch: Bump to 2.0.0-develop.3 --- dev-cpp/catch/Manifest | 2 +- dev-cpp/catch/catch-2.0.0_pre2.ebuild | 37 ----------------------------------- dev-cpp/catch/catch-2.0.0_pre3.ebuild | 37 +++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 dev-cpp/catch/catch-2.0.0_pre2.ebuild create mode 100644 dev-cpp/catch/catch-2.0.0_pre3.ebuild (limited to 'dev-cpp/catch') diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest index e623f950f26e..2b486fe2cfeb 100644 --- a/dev-cpp/catch/Manifest +++ b/dev-cpp/catch/Manifest @@ -1,3 +1,3 @@ DIST Catch-1.10.0.tar.gz 375205 SHA256 cb752cbc8033d7c967d6bd7bc3eed428f6d05f2511945db819d4a18a46853ada SHA512 07ea6c8fbef849000c69009478fc895fe520420d835a57881b832f8181ca28f04030027ab0f8614d590cff1c36d06598bd4f5723f44e252c3a2566da1be1341e WHIRLPOOL 74bc82eecbafa289c3abec540ebc47b0239eaf6224eaf6d408a88871e03338994d361194f6d92b15096f3c2a0672a24af424db5f490923be3638d1ed0f17a355 DIST Catch-1.9.7.tar.gz 371816 SHA256 751090d755072777c5bb98de6ead1f7919ea239d4b77bb028fb7b06624ec0d7a SHA512 573d324b3e0ffe1026bdd10410a9299eff6d3e0a316b2b84c687dc993fb33570620e26107667ce8b59ab66844cfbc39526ed6ba4e9dd1ba529c6b21ebd274b63 WHIRLPOOL 1d3bcf6b2a3d8af6fba7ded0e92d7381857360a4bbf2dd689474408c52612f874da35579ad0adaf13679e1d8aaddee101274cd29070a5a51d58e7d52b76473f2 -DIST Catch-2.0.0-develop.2.tar.gz 376246 SHA256 b7f4210353be2c78d65801d0cc3885110aeae3824f6b67d59dff71deccad1694 SHA512 89fd36d310ac6322d7d8683360482a564e5c90bf0880b8cc9a6e379044dfc1bcea99669d8dada67293d8b70d274c6129018bc97598eb72b48fd85d4ebe0b21ef WHIRLPOOL 94a2f270b2a884e17a6d35936409911d544b7447c98f217b4b14e58387d8c8ac045dde5569bbf3560547b195a91f93101d3e293ebc1b981ddc447264d9742906 +DIST Catch-2.0.0-develop.3.tar.gz 381015 SHA256 c482fd4f0730cb82a05b1fc3eeee1beb599c5ae43c33719f5875cb23fa745b8f SHA512 52e6234379a435e7ddf3ee82a0689120a498f6be3c19dce9bf0a32059caa0a259fbc28c0e4f2e53841636874140970ec8cf7f15818ddfa9a1a5a80bc2922d0f0 WHIRLPOOL 537801b6c8f50a96f4f6a1594d6660a48e01e54ea83646a90e4d5c559f1f6ee6f582023f8d88bd69ad983035e3bacb0257ccaf1167eaa70b2e9302d031c07ded diff --git a/dev-cpp/catch/catch-2.0.0_pre2.ebuild b/dev-cpp/catch/catch-2.0.0_pre2.ebuild deleted file mode 100644 index 62d91b8d4d5b..000000000000 --- a/dev-cpp/catch/catch-2.0.0_pre2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_PV=${PV/_pre/-develop.} -MY_P=${PN^}-${MY_PV} - -DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" -SRC_URI="https://github.com/philsquared/Catch/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${MY_P} - -# CMake is only used to build & run tests, so override phases -src_configure() { :; } -src_compile() { :; } - -src_test() { - cmake-utils_src_configure - cmake-utils_src_compile - cmake-utils_src_test -} - -src_install() { - # same location as used in fedora - insinto /usr/include/catch - doins -r include/. - dodoc -r docs/. -} diff --git a/dev-cpp/catch/catch-2.0.0_pre3.ebuild b/dev-cpp/catch/catch-2.0.0_pre3.ebuild new file mode 100644 index 000000000000..62d91b8d4d5b --- /dev/null +++ b/dev-cpp/catch/catch-2.0.0_pre3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +MY_PV=${PV/_pre/-develop.} +MY_P=${PN^}-${MY_PV} + +DESCRIPTION="Modern C++ header-only framework for unit-tests" +HOMEPAGE="https://github.com/philsquared/Catch" +SRC_URI="https://github.com/philsquared/Catch/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +# CMake is only used to build & run tests, so override phases +src_configure() { :; } +src_compile() { :; } + +src_test() { + cmake-utils_src_configure + cmake-utils_src_compile + cmake-utils_src_test +} + +src_install() { + # same location as used in fedora + insinto /usr/include/catch + doins -r include/. + dodoc -r docs/. +} -- cgit v1.2.3-65-gdbad