From c1c2c11c2b781a6e9ca0fce0931023501dd8a0a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 Sep 2019 13:24:57 +0200 Subject: [PATCH] dev-python/larch: Drop old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/larch/Manifest | 1 - dev-python/larch/larch-1.20131130.ebuild | 34 ------------------------ 2 files changed, 35 deletions(-) delete mode 100644 dev-python/larch/larch-1.20131130.ebuild diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest index 8396cd901507..eb015f7f63ab 100644 --- a/dev-python/larch/Manifest +++ b/dev-python/larch/Manifest @@ -1,2 +1 @@ DIST larch-1.20151025.tar.gz 91990 BLAKE2B d5097fb3cd10063186dd7460b236be4564d2fef05926dad2958d200f05b44f1325fecce30d77c623cb21ae91a65af76824ebad1987a65467575ed194f3d35d5f SHA512 a0f0dd71e1558147f37e5d5f1cfd3e9b38fd925351067200376fa3644472a1c1e585d8f2f72a3d506eaea01d3dc834423d858d66d5c5fa1a746c6f4210380c33 -DIST python-larch_1.20131130.orig.tar.gz 86509 BLAKE2B f964bf4af316e010cc40513e3a767ee7d0f058ec78bfa417931ae0087e0b8d0e0c577bd99b5edfedce560fc3d21747a81e75dc1ed3527f9b054d3e8e55df7f38 SHA512 e661fa29043a5254eb3615f0eb54f6afbaf59020607bb72f621083e9f6acfbe92b1c978ce2be73336d8984a4a64ce6d0153556f0af0ca63ad53aff40f785d052 diff --git a/dev-python/larch/larch-1.20131130.ebuild b/dev-python/larch/larch-1.20131130.ebuild deleted file mode 100644 index 1d7f8536f013..000000000000 --- a/dev-python/larch/larch-1.20131130.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Copy-on-write B-tree data structure" -HOMEPAGE="http://liw.fi/larch/" -SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz" -#RESTRICT="test" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="test? ( dev-python/coverage-test-runner dev-util/cmdtest )" - -RDEPEND="${PYTHON_DEPS} - dev-python/cliapp - dev-python/tracing - dev-python/ttystatus" - -src_test() { - addwrite /proc/self/comm - distutils-r1_src_test -} - -python_test() { - emake check -} -- 2.26.2