From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-util/cpputest/Manifest | 6 +++--- dev-util/cpputest/cpputest-3.8.ebuild | 18 ------------------ dev-util/cpputest/cpputest-4.0.ebuild | 25 +++++++++++++++++++++++++ dev-util/cpputest/metadata.xml | 9 ++++++++- 4 files changed, 36 insertions(+), 22 deletions(-) delete mode 100644 dev-util/cpputest/cpputest-3.8.ebuild create mode 100644 dev-util/cpputest/cpputest-4.0.ebuild (limited to 'dev-util/cpputest') diff --git a/dev-util/cpputest/Manifest b/dev-util/cpputest/Manifest index 25d5819e6068..a039520a06a3 100644 --- a/dev-util/cpputest/Manifest +++ b/dev-util/cpputest/Manifest @@ -1,3 +1,3 @@ -DIST cpputest-3.8.tar.gz 2722956 BLAKE2B 1da16c06d242703462dcaf9c6c26eb875c2622bcce4113fd0b990805d06ee7401a6776d2f0451eda49e7914caa59a5665a92387684ffb6dbbe884cf0fe07bd86 SHA512 a9592bdc9ffab8b42026ef2010f504e7e37d77fc2f197f89d23f7c9285a101059a0ec66418b914db0383974616d31b26addd1938fb27f45c3e7d9496ed0a0fac -EBUILD cpputest-3.8.ebuild 529 BLAKE2B b3dc56ad08d029b419d3e8b92841f3174a6474b7f804d09ec40b169fd56910095dadb1b1031266ff3740fb076850fa3c247ac0519f242e5bdc95dc2ee66955e1 SHA512 821a79f0e27f2c5e124e6fb98414dd34af57e4fb8dae12998ac438892c3e3b5e099c64b47dca26b1a0d53b29595a7277023bccf4d4983afd0e6020b9a5d928d1 -MISC metadata.xml 249 BLAKE2B 67563a054eb11e858f51664b12ef99626bb7facd85bf2b520d81f3d9cb3cbdfda23ea18f48099df41e6e696a6827d4b9ea87165d8296d74a94b4d07181f2ec9f SHA512 d80d51464fcbaca1ca6bafb02f89caf99c6cbcfbd5450bd3b8c7d62243aa88c89070349002adf95565571f114e5b90d1b7d605fa501a7e95565800987b9c0f8b +DIST cpputest-4.0.tar.gz 1163749 BLAKE2B 2ae0f4658662ead0fe5a46a0ae521edf7677a7b64e3c7ce9bad374c4f953ea5a548cdfe1d9128821ab5031211c10f02d0728085e68db02e0d021ea16d8b38f1c SHA512 69f39fffdcd965c871e598118db38ddb74a3e75fd7a7965f8d236029fa891f6fcb6b671147c166ad08482bbd0737537fafe90aa8439a0ab62389f19150cc39d7 +EBUILD cpputest-4.0.ebuild 592 BLAKE2B 73d7c038ea6741080f10a88417eeb709dfeb31eb52909a7d1000f5f83ee3b446534c6daa0a01017ea44b3e0239a816897b5c098193ea5d2606635376403fe1b3 SHA512 de73bb6a00890c7359ab44ef539a849dd6cca1b7267d580dc302baf2ff1360478a6a5b25d3943572dbe08ea35fb33ae4c2bae1e54f623ef9d8cfbd11450dfba0 +MISC metadata.xml 450 BLAKE2B 6db81d287cbc9fcdc9ba0705d551c1acf638a54632702b36155ae2adf7f66410e8139f6b15d99d7f4f5ebf3e5d53aaa922bdd3d922def13bc1072cd2ef108b06 SHA512 fb8d104e5fb4433528a4b9a0a3dccfaae507dba49c0e0959db2b2f5efdc34e7cab0ecfb8c0101be1fa1d933bc36f9344d61f8f5c02ef8185c84473deee9e3221 diff --git a/dev-util/cpputest/cpputest-3.8.ebuild b/dev-util/cpputest/cpputest-3.8.ebuild deleted file mode 100644 index dad5aebdc6dc..000000000000 --- 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 ) diff --git a/dev-util/cpputest/cpputest-4.0.ebuild b/dev-util/cpputest/cpputest-4.0.ebuild new file mode 100644 index 000000000000..a3cf73658e60 --- /dev/null +++ b/dev-util/cpputest/cpputest-4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Unit testing and mocking framework for C/C++" +HOMEPAGE="https://cpputest.github.io/ https://github.com/cpputest/cpputest" +SRC_URI="https://github.com/cpputest/cpputest/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 ) + +src_prepare() { + default + eautoreconf +} diff --git a/dev-util/cpputest/metadata.xml b/dev-util/cpputest/metadata.xml index cbc1bd63f384..a927ffa0fb10 100644 --- a/dev-util/cpputest/metadata.xml +++ b/dev-util/cpputest/metadata.xml @@ -1,7 +1,14 @@ - + + jakov.smolic@sartura.hr + Jakov Smolic + + + proxy-maint@gentoo.org + Proxy Maintainers + cpputest/cpputest -- cgit v1.2.3