dev-python/larch: Drop old
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 11:24:57 +0000 (13:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 16:19:26 +0000 (18:19 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/larch/Manifest
dev-python/larch/larch-1.20131130.ebuild [deleted file]

index 8396cd901507adfa4969840d7f67466cb22b9c32..eb015f7f63ab1c12dfcd8e6ee52bc062ff50c81e 100644 (file)
@@ -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 (file)
index 1d7f853..0000000
+++ /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
-}