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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0245915808C for ; Sat, 26 Feb 2022 19:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF5EE08F4; Sat, 26 Feb 2022 19:53:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 258B2E08F4 for ; Sat, 26 Feb 2022 19:53:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F195A343254 for ; Sat, 26 Feb 2022 19:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B05D2F5 for ; Sat, 26 Feb 2022 19:53:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645905213.0e05410402cb0dca8d607dd3e3464f9e9b8ccc05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kcov/Manifest dev-util/kcov/kcov-34.ebuild X-VCS-Directories: dev-util/kcov/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e05410402cb0dca8d607dd3e3464f9e9b8ccc05 X-VCS-Branch: master Date: Sat, 26 Feb 2022 19:53:50 +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: e429b35c-b340-4f52-a3d4-7cd655da9597 X-Archives-Hash: 984054928997760a80b15129d6934979 commit: 0e05410402cb0dca8d607dd3e3464f9e9b8ccc05 Author: Sam James gentoo org> AuthorDate: Sat Feb 26 19:40:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 26 19:53:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e054104 dev-util/kcov: drop 34 Signed-off-by: Sam James gentoo.org> dev-util/kcov/Manifest | 1 - dev-util/kcov/kcov-34.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-util/kcov/Manifest b/dev-util/kcov/Manifest index c9affb64ab11..25bab65fba44 100644 --- a/dev-util/kcov/Manifest +++ b/dev-util/kcov/Manifest @@ -1,2 +1 @@ -DIST kcov-34.tar.gz 296345 BLAKE2B de6acbecd35b1d85a4a0f9f43fdf5dcb09331f88622a236fee672a8624c77baf4a8589d61aaecfb51220b83d28d98426ed32bfb345b717bb13fb180f479cc371 SHA512 63ea8e47f00e53b55be4c37697a7f0b78c15f887a40fc0679d7e92f1561bd379a526a82179ee243838fe6f6bd5b89c9eb76716cdb5add7bfb0f312176422a346 DIST kcov-40.tar.gz 311012 BLAKE2B 19b3cf681fe3c722fde116f454e1760ddd1e54db6fcecc05eca3ec585524fa7d1f7af3ea237943c8a68a81384567205ea443d1542ec380621d35a6f3e3dc667e SHA512 5abe1dd94fbe93fe73d658840593781216b8562a87d010a94d4520e29dd4d537e167de64b7f535347f894c68d5d8b9974ee4b9fd2cebf9291bac4ddbb9ac7cff diff --git a/dev-util/kcov/kcov-34.ebuild b/dev-util/kcov/kcov-34.ebuild deleted file mode 100644 index 7f1e7488e3b2..000000000000 --- a/dev-util/kcov/kcov-34.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Kcov is a code coverage tester for compiled languages, Python and Bash" -HOMEPAGE="https://github.com/SimonKagstrom/kcov" -SRC_URI="https://github.com/SimonKagstrom/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/elfutils - net-misc/curl - sys-devel/binutils:* - sys-libs/zlib" -DEPEND="${RDEPEND}"