summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/larch/Manifest1
-rw-r--r--dev-python/larch/larch-1.20130808.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest
index 50825683983a..cbae8093a865 100644
--- a/dev-python/larch/Manifest
+++ b/dev-python/larch/Manifest
@@ -1,2 +1 @@
-DIST python-larch_1.20130808.orig.tar.gz 88271 BLAKE2B 0a797c05ce5e177af608720a6711cd52d1d82929002ff98e51291fe0f918f571e6bae2d616e49835ceb0efe9436cd24d1c9b6fabcc316d73c06cf0ba41518a86 SHA512 84bab884e3ff8e27cc43e2520eb10fb7a38d99eddb06b9163e174329d69552e678ef81d606fa041f894794f0ba3bdf59ace3081f71596869e1167a0e23d56c85
DIST python-larch_1.20131130.orig.tar.gz 86509 BLAKE2B f964bf4af316e010cc40513e3a767ee7d0f058ec78bfa417931ae0087e0b8d0e0c577bd99b5edfedce560fc3d21747a81e75dc1ed3527f9b054d3e8e55df7f38 SHA512 e661fa29043a5254eb3615f0eb54f6afbaf59020607bb72f621083e9f6acfbe92b1c978ce2be73336d8984a4a64ce6d0153556f0af0ca63ad53aff40f785d052
diff --git a/dev-python/larch/larch-1.20130808.ebuild b/dev-python/larch/larch-1.20130808.ebuild
deleted file mode 100644
index 7154cb4765f6..000000000000
--- a/dev-python/larch/larch-1.20130808.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/CoverageTestRunner 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
-}