diff options
author | David Seifert <soap@gentoo.org> | 2018-01-26 17:33:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-26 17:33:38 +0100 |
commit | bf2ff4f3f63f68e90287e41b134a5cdfabf549f1 (patch) | |
tree | 491a9c83dc490d7a3fd4b1179fa4a306b279cc51 /dev-cpp/catch | |
parent | 9168d8ebc871df101260acdd18c9b705f67fddb7 (diff) | |
download | gentoo-bf2ff4f3f63f68e90287e41b134a5cdfabf549f1.tar.gz gentoo-bf2ff4f3f63f68e90287e41b134a5cdfabf549f1.tar.xz |
dev-cpp/catch: Remove old
Closes: https://bugs.gentoo.org/644354
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/Manifest | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-2.0.1.ebuild | 31 | ||||
-rw-r--r-- | dev-cpp/catch/catch-2.1.0.ebuild | 31 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest index 9dea3851a73..9fb7539bccf 100644 --- a/dev-cpp/catch/Manifest +++ b/dev-cpp/catch/Manifest @@ -1,4 +1,2 @@ DIST Catch-1.11.0.tar.gz 376132 BLAKE2B 23a1a6292dd91ec1c71923b4902b42b59ff6be5227b666f68ef0dc33756a58a63edd70a9b139dda0b1860c2b7a0cfec7ab9262e6447eff3184cfe28ea9b0aa77 SHA512 33085c2671f78c7562eace909564b2730eabcaf4490cd463402e66ab4ac2be1fe4fe360916c11aa589ba4a010622444126ee2ae747783b5869b5d7276361f132 -DIST Catch2-2.0.1.tar.gz 397154 BLAKE2B e41cb3afb706ebed5742b2639cbba9a3468b6325788c6928f8c4e307cd0b11a5fda6aa91def709536ec56412010c0865589999f1cb270630372ba3275bd36fbf SHA512 df6dc480aa208c6c39c8b36d06295883345f925b7ec579e9f0f7a68c816b90dbc3c2ece32926a6458646f7412027212f1b4c3cb28f217f411d3a56580f6edc32 -DIST Catch2-2.1.0.tar.gz 475638 BLAKE2B 66c48b7fe551f066e43870465e0fb58b966243d00cfe78c22389af45cf1cf97d6b3c192cdbf6aec4046ff3744a03e0125ca3b66f7c2a47d17f5a6ce538ad8959 SHA512 1fa0d1cb607fcb8dec37437fa788868324b0ded8e929138f4167d57bafa567b64955546142699a3e3bd2aeb7d36b7c2c7c426aaf3d68b94bddd43b2f78026fc8 DIST Catch2-2.1.1.tar.gz 481236 BLAKE2B 8a8110611aaf4ea913462884d8293bcae7d0abf3075253a26385a56b2cb5bf50b769e2117430c9712e4644f430cc16461fabfef921c5fbfceb82effb0da74e93 SHA512 64947672e614301a45efd812eb3eef98d871c9719005a441b6f6bb1dc26820bd9643ba285bcc0eaef9b212c5ab6ada4a875433c47a020ce436bcc411cdc8ad72 diff --git a/dev-cpp/catch/catch-2.0.1.ebuild b/dev-cpp/catch/catch-2.0.1.ebuild deleted file mode 100644 index ac2dfcb10a6..00000000000 --- a/dev-cpp/catch/catch-2.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_P=${PN^}2-${PV} - -DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/catchorg/Catch2" -SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -S=${WORKDIR}/${MY_P} - -src_configure() { - local mycmakeargs=( - -DNO_SELFTEST=$(usex !test) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc -r docs/. -} diff --git a/dev-cpp/catch/catch-2.1.0.ebuild b/dev-cpp/catch/catch-2.1.0.ebuild deleted file mode 100644 index ac2dfcb10a6..00000000000 --- a/dev-cpp/catch/catch-2.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_P=${PN^}2-${PV} - -DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/catchorg/Catch2" -SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -S=${WORKDIR}/${MY_P} - -src_configure() { - local mycmakeargs=( - -DNO_SELFTEST=$(usex !test) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc -r docs/. -} |