summaryrefslogtreecommitdiff
path: root/dev-python/larch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/larch')
-rw-r--r--dev-python/larch/Manifest4
-rw-r--r--dev-python/larch/files/larch-1.20151025-coverage-4.0a6-compatibility.patch27
-rw-r--r--dev-python/larch/larch-1.20151025.ebuild37
-rw-r--r--dev-python/larch/metadata.xml5
4 files changed, 0 insertions, 73 deletions
diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest
deleted file mode 100644
index 68e203b1d15d..000000000000
--- a/dev-python/larch/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX larch-1.20151025-coverage-4.0a6-compatibility.patch 744 BLAKE2B ae3af11a33d20d29fe9871f9a1bbd3ab257b60a417eb8c0304d38fbbde819d8c9f563117d4176316c6af7ac3dbbdc20f0ebffb75849d966c2e94acffd29f755f SHA512 e23e6a8ff656a85fa6511cb888611d172052ab7f9ae3b80b769f5f0fec473a5915e9e821279bbe5b7c24a901a8b43e115617766be87f0f7737d5ea6ab29d6fcc
-DIST larch-1.20151025.tar.gz 91990 BLAKE2B d5097fb3cd10063186dd7460b236be4564d2fef05926dad2958d200f05b44f1325fecce30d77c623cb21ae91a65af76824ebad1987a65467575ed194f3d35d5f SHA512 a0f0dd71e1558147f37e5d5f1cfd3e9b38fd925351067200376fa3644472a1c1e585d8f2f72a3d506eaea01d3dc834423d858d66d5c5fa1a746c6f4210380c33
-EBUILD larch-1.20151025.ebuild 762 BLAKE2B f05ceed5774ce43bf42e1d0490420e29d1e75f1bd3c790335c6453c7efd2c83555731b41a12510ae3363b8a021b8dde0fd43937184b2d23537e7098b0abfb58c SHA512 3a318f298125f241282f8b8b0831a1412f38d940330de1937d8f0287e6f9f672b49fd755b4cadccf0a016b8a933b344b361f93bd63581345a1b30a8960f7d37b
-MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
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 6e425ae77f36..000000000000
--- 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 <michel@michel-slm.name>
-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 8a496e290cda..000000000000
--- 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 7a38bb900964..000000000000
--- a/dev-python/larch/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>