commit: 6ae3e290f4c8adffb973871550c01ac37af99899 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Fri Nov 13 07:53:01 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Nov 13 20:55:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae3e290
dev-util/cpputest: drop old Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18239 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-util/cpputest/Manifest | 1 - dev-util/cpputest/cpputest-3.8.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-util/cpputest/Manifest b/dev-util/cpputest/Manifest index 05c8565c0db..ac81a89d7d2 100644 --- a/dev-util/cpputest/Manifest +++ b/dev-util/cpputest/Manifest @@ -1,2 +1 @@ -DIST cpputest-3.8.tar.gz 2722956 BLAKE2B 1da16c06d242703462dcaf9c6c26eb875c2622bcce4113fd0b990805d06ee7401a6776d2f0451eda49e7914caa59a5665a92387684ffb6dbbe884cf0fe07bd86 SHA512 a9592bdc9ffab8b42026ef2010f504e7e37d77fc2f197f89d23f7c9285a101059a0ec66418b914db0383974616d31b26addd1938fb27f45c3e7d9496ed0a0fac DIST cpputest-4.0.tar.gz 1163749 BLAKE2B 2ae0f4658662ead0fe5a46a0ae521edf7677a7b64e3c7ce9bad374c4f953ea5a548cdfe1d9128821ab5031211c10f02d0728085e68db02e0d021ea16d8b38f1c SHA512 69f39fffdcd965c871e598118db38ddb74a3e75fd7a7965f8d236029fa891f6fcb6b671147c166ad08482bbd0737537fafe90aa8439a0ab62389f19150cc39d7 diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild deleted file mode 100644 index dad5aebdc6d..00000000000 --- a/dev-util/cpputest/cpputest-3.8.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="unit testing and mocking framework for C/C++" -HOMEPAGE="https://cpputest.github.io/ https://github.com/cpputest/cpputest" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( >=dev-cpp/gtest-1.8.0 )" - -DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )
