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 CA591138336 for ; Tue, 15 Oct 2019 16:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC751E0867; Tue, 15 Oct 2019 16:44:44 +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 8457FE0867 for ; Tue, 15 Oct 2019 16:44:44 +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 E922234BE44 for ; Tue, 15 Oct 2019 16:44:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73243884 for ; Tue, 15 Oct 2019 16:44:41 +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: <1571157783.144693e5015da016a0ecd5b9b35e987f8a294810.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/larch/, dev-python/larch/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/larch/Manifest dev-python/larch/files/larch-1.20151025-coverage-4.0a6-compatibility.patch dev-python/larch/larch-1.20151025.ebuild dev-python/larch/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/larch/ dev-python/larch/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 144693e5015da016a0ecd5b9b35e987f8a294810 X-VCS-Branch: master Date: Tue, 15 Oct 2019 16:44:41 +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: 0b5f5726-8723-40a7-b69f-661ebf92803b X-Archives-Hash: db99d1ad1b7de5b8681401faa45b612a commit: 144693e5015da016a0ecd5b9b35e987f8a294810 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 16:43:03 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 16:43:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144693e5 dev-python/larch: Remove last-rited pkg Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny gentoo.org> dev-python/larch/Manifest | 1 - ...h-1.20151025-coverage-4.0a6-compatibility.patch | 27 ---------------- dev-python/larch/larch-1.20151025.ebuild | 37 ---------------------- dev-python/larch/metadata.xml | 5 --- profiles/package.mask | 1 - 5 files changed, 71 deletions(-) diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest deleted file mode 100644 index eb015f7f63a..00000000000 --- a/dev-python/larch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST larch-1.20151025.tar.gz 91990 BLAKE2B d5097fb3cd10063186dd7460b236be4564d2fef05926dad2958d200f05b44f1325fecce30d77c623cb21ae91a65af76824ebad1987a65467575ed194f3d35d5f SHA512 a0f0dd71e1558147f37e5d5f1cfd3e9b38fd925351067200376fa3644472a1c1e585d8f2f72a3d506eaea01d3dc834423d858d66d5c5fa1a746c6f4210380c33 diff --git a/dev-python/larch/files/larch-1.20151025-coverage-4.0a6-compatibility.patch b/dev-python/larch/files/larch-1.20151025-coverage-4.0a6-compatibility.patch deleted file mode 100644 index 6e425ae77f3..00000000000 --- a/dev-python/larch/files/larch-1.20151025-coverage-4.0a6-compatibility.patch +++ /dev/null @@ -1,27 +0,0 @@ -From ca548da9ba78ddee90779051210e3e89185e4f7d Mon Sep 17 00:00:00 2001 -From: Michel Alexandre Salim -Date: Mon, 15 Feb 2016 23:03:42 +0700 -Subject: coverage-4.0a6 compatibility - -coverage 4.0a6 no longer generates .coverage file, so use -f when -deleting .coverage to ensure deletion does not fail. ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 7818f57..362c07f 100644 ---- a/Makefile -+++ b/Makefile -@@ -23,7 +23,7 @@ fsck-larch.1: fsck-larch.1.in fsck-larch - - check: - python -m CoverageTestRunner --ignore-missing-from=without-tests -- rm .coverage -+ rm -f .coverage - ./insert-remove-test tempdir 100 - rm -r tempdir larch.log - cmdtest tests --- -cgit v1.1 - diff --git a/dev-python/larch/larch-1.20151025.ebuild b/dev-python/larch/larch-1.20151025.ebuild deleted file mode 100644 index 8a496e290cd..00000000000 --- a/dev-python/larch/larch-1.20151025.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Copy-on-write B-tree data structure" -HOMEPAGE="https://liw.fi/larch/" -SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/cliapp[${PYTHON_USEDEP}] - dev-python/tracing[${PYTHON_USEDEP}] - dev-python/ttystatus[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="test? ( dev-python/coverage-test-runner[${PYTHON_USEDEP}] dev-util/cmdtest )" - -PATCHES=( - "${FILESDIR}"/${P}-coverage-4.0a6-compatibility.patch -) - -src_test() { - addwrite /proc/self/comm - distutils-r1_src_test -} - -python_test() { - emake check -} diff --git a/dev-python/larch/metadata.xml b/dev-python/larch/metadata.xml deleted file mode 100644 index 7a38bb90096..00000000000 --- a/dev-python/larch/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index 5553785c42d..75f3696cf21 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -497,7 +497,6 @@ dev-python/kaa-base dev-python/kaa-display dev-python/kaa-imlib2 dev-python/kaa-metadata -dev-python/larch dev-python/pybloomfiltermmap dev-python/pylirc dev-python/pyringe