From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D4B9138359 for ; Sat, 3 Oct 2020 06:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38763E0848; Sat, 3 Oct 2020 06:32:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECBCAE0848 for ; Sat, 3 Oct 2020 06:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83E24340D55 for ; Sat, 3 Oct 2020 06:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07706373 for ; Sat, 3 Oct 2020 06:32:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1601706427.35cf3b9c6cf0cc42c7c83df4202939bbbccce387.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cpputest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cpputest/Manifest dev-util/cpputest/cpputest-4.0.ebuild X-VCS-Directories: dev-util/cpputest/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 35cf3b9c6cf0cc42c7c83df4202939bbbccce387 X-VCS-Branch: master Date: Sat, 3 Oct 2020 06:32:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd43d410-6dc7-4485-8ad0-def343ccabfb X-Archives-Hash: c175a3ec8155a846af189e33493c5612 commit: 35cf3b9c6cf0cc42c7c83df4202939bbbccce387 Author: Jakov Smolic sartura hr> AuthorDate: Mon Sep 28 17:00:10 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Oct 3 06:27:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cf3b9c dev-util/cpputest: bump to 4.0 Closes: https://bugs.gentoo.org/724254 Closes: https://bugs.gentoo.org/727324 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/cpputest/Manifest | 1 + dev-util/cpputest/cpputest-4.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-util/cpputest/Manifest b/dev-util/cpputest/Manifest index 67b6d284fe0..05c8565c0db 100644 --- a/dev-util/cpputest/Manifest +++ b/dev-util/cpputest/Manifest @@ -1 +1,2 @@ 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-4.0.ebuild b/dev-util/cpputest/cpputest-4.0.ebuild new file mode 100644 index 00000000000..1288ed85d9d --- /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 +}