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 370771396D0 for ; Thu, 31 Aug 2017 15:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F0031FC08B; Thu, 31 Aug 2017 15:58:09 +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 624901FC086 for ; Thu, 31 Aug 2017 15:58:09 +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 9490C33FE7D for ; Thu, 31 Aug 2017 15:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1B8892F for ; Thu, 31 Aug 2017 15:58:05 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504195077.88bd9b496a3225f62e17f8fb482a33c61b474998.radhermit@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-3.7.2.ebuild X-VCS-Directories: dev-util/cpputest/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 88bd9b496a3225f62e17f8fb482a33c61b474998 X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:58:05 +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-Archives-Salt: 0cfb33f3-5c9c-432d-adc0-e51eed8b1b9c X-Archives-Hash: 2732f759a9ac8b336366b4524f54b9cc commit: 88bd9b496a3225f62e17f8fb482a33c61b474998 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 15:54:31 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 15:57:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bd9b49 dev-util/cpputest: remove old dev-util/cpputest/Manifest | 1 - dev-util/cpputest/cpputest-3.7.2.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-util/cpputest/Manifest b/dev-util/cpputest/Manifest index 8d7e355b981..1305a2f2d19 100644 --- a/dev-util/cpputest/Manifest +++ b/dev-util/cpputest/Manifest @@ -1,2 +1 @@ -DIST cpputest-3.7.2.tar.gz 2750879 SHA256 8c5d00be3a08ea580e51e5cfe26f05d05c6bf546206ff67dbb3757d48c109653 SHA512 4a958cd61cb8f1a03a308fa001c57fbc58841582606856efda506f2108e26f720928350c81c2883a233c477107f01786f286a106e6520717714d56da764fbd88 WHIRLPOOL 7ac78207b5e8e5d231fa3ecd3dd71282bbd73ba8ed36401b34daa9cd41e60a4e4db4f0c6d9df802938cc0a5d3ee6afb2c21b0de74fa474384dfdca776df95bf1 DIST cpputest-3.8.tar.gz 2722956 SHA256 c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456 SHA512 a9592bdc9ffab8b42026ef2010f504e7e37d77fc2f197f89d23f7c9285a101059a0ec66418b914db0383974616d31b26addd1938fb27f45c3e7d9496ed0a0fac WHIRLPOOL 5a58c12764697110ffecbc4654aa9b70c5fc7349e7e7cc84b84dd71827cc08388426fb7b34236b1677ba8277dab8057cc2963001e4b5a1db484965e8a3408c08 diff --git a/dev-util/cpputest/cpputest-3.7.2.ebuild b/dev-util/cpputest/cpputest-3.7.2.ebuild deleted file mode 100644 index e53a045bc41..00000000000 --- a/dev-util/cpputest/cpputest-3.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-utils - -DESCRIPTION="unit testing and mocking framework for C/C++" -HOMEPAGE="http://cpputest.github.io/ https://github.com/cpputest/cpputest" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -DEPEND=" - test? ( - dev-cpp/gmock - dev-cpp/gtest - ) -" - -DOCS=( AUTHORS README.md README_CppUTest_for_C.txt )