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 A37D2138350 for ; Mon, 4 May 2020 12:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1E4E09AB; Mon, 4 May 2020 12:34:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 54C29E09AB for ; Mon, 4 May 2020 12:34:53 +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 3569E34F54F for ; Mon, 4 May 2020 12:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4500233 for ; Mon, 4 May 2020 12:34:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588595588.f248b4ae2c2e51e50fdcd15af31cbcd1d8f002c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gcovr/Manifest dev-util/gcovr/gcovr-3.3.ebuild dev-util/gcovr/gcovr-4.1.ebuild X-VCS-Directories: dev-util/gcovr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f248b4ae2c2e51e50fdcd15af31cbcd1d8f002c5 X-VCS-Branch: master Date: Mon, 4 May 2020 12:34:47 +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: db2a6602-a7db-41ea-b82f-05caf06ef58c X-Archives-Hash: df6d338d3576d68d423a83dda8021ddd commit: f248b4ae2c2e51e50fdcd15af31cbcd1d8f002c5 Author: Michał Górny gentoo org> AuthorDate: Mon May 4 12:33:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 12:33:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f248b4ae dev-util/gcovr: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/gcovr/Manifest | 2 -- dev-util/gcovr/gcovr-3.3.ebuild | 16 ---------------- dev-util/gcovr/gcovr-4.1.ebuild | 30 ------------------------------ 3 files changed, 48 deletions(-) diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest index ba3c6c7501a..5343f39142d 100644 --- a/dev-util/gcovr/Manifest +++ b/dev-util/gcovr/Manifest @@ -1,3 +1 @@ -DIST gcovr-3.3.tar.gz 323226 BLAKE2B fe3d6ab4d24032f57ee17c3fc44b10e0b177aad01b072306a99abc7dbfee07b5f14ef34412d36938302bc279dffb2a25502981ba952339c1b4e896762defabb0 SHA512 e5046bc4e38c99691c3bcc58abdfbbe965c46d02c8c50dbf135bd5108bd9bba1fa450ab0b5e23157a178f7c1303ec9c285470e9be1a14274528e5d7051013a08 -DIST gcovr-4.1.tar.gz 193692 BLAKE2B 5536ecbf0636a3a75083d53e2dc239a48e6df740a037954a2aa2e837e764c0530c73fe32c66078efa4c3a6652f907ec15505c8efbac8a1d861031d34b05f4c74 SHA512 aab2a98421557ffe846f644725e5c6cee65afb0c22ca86ce8713516810bc91bd32caf4c5c18e2628f8f4444de6665478a6001cfce3841a8c394fc0b4309d83fb DIST gcovr-4.2.tar.gz 222847 BLAKE2B 44864c89b58b526c5afc293168c8af2c9082a99e92f2315485f10430fa5ff959046d189c018e0fa121ff4e9fc3685c13b737c112856c841966052d5fd6c9169a SHA512 bf9e22a58b8390eca391dc8f6ba58c4ca0765e66f18ac6f8d8f80609411df2bab74a846eb179a1aded81b7774fa8a8121bb2d586556aeaf43fd729205b0d0c72 diff --git a/dev-util/gcovr/gcovr-3.3.ebuild b/dev-util/gcovr/gcovr-3.3.ebuild deleted file mode 100644 index 3f985aa1677..00000000000 --- a/dev-util/gcovr/gcovr-3.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A Python script for summarizing gcov data" -HOMEPAGE="https://github.com/gcovr/gcovr" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-util/gcovr/gcovr-4.1.ebuild b/dev-util/gcovr/gcovr-4.1.ebuild deleted file mode 100644 index e8f28f45b39..00000000000 --- a/dev-util/gcovr/gcovr-4.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A Python script for summarizing gcov data" -HOMEPAGE="https://github.com/gcovr/gcovr" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -# a bunch of "unknown module" failures -RESTRICT="test" - -python_test() { - mkdir "${T}/bin" || die - printf -- "#!/bin/bash\nexec PYTHONPATH=\"%s\" python -c 'import gcovr.__main__; gcovr.__main__.main()' -- \"${@}\"" \ - "${BUILD_DIR}/lib" \ - > "${T}/bin/gcovr" - - chmod 755 "${T}/bin/gcovr" || die - - PATH="${T}/bin:${PATH}" ${EPYTHON} -m pytest -vv || die -}