Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/larch/
Date: Sun, 27 Jan 2019 12:37:01
Message-Id: 1548592566.13add179d5e859257159aed51009730ee2e758ed.pacho@gentoo
1 commit: 13add179d5e859257159aed51009730ee2e758ed
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 12:23:46 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 12:36:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13add179
7
8 dev-python/larch: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/larch/Manifest | 1 -
14 dev-python/larch/larch-1.20130808.ebuild | 34 --------------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/dev-python/larch/Manifest b/dev-python/larch/Manifest
18 index 50825683983..cbae8093a86 100644
19 --- a/dev-python/larch/Manifest
20 +++ b/dev-python/larch/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-larch_1.20130808.orig.tar.gz 88271 BLAKE2B 0a797c05ce5e177af608720a6711cd52d1d82929002ff98e51291fe0f918f571e6bae2d616e49835ceb0efe9436cd24d1c9b6fabcc316d73c06cf0ba41518a86 SHA512 84bab884e3ff8e27cc43e2520eb10fb7a38d99eddb06b9163e174329d69552e678ef81d606fa041f894794f0ba3bdf59ace3081f71596869e1167a0e23d56c85
23 DIST python-larch_1.20131130.orig.tar.gz 86509 BLAKE2B f964bf4af316e010cc40513e3a767ee7d0f058ec78bfa417931ae0087e0b8d0e0c577bd99b5edfedce560fc3d21747a81e75dc1ed3527f9b054d3e8e55df7f38 SHA512 e661fa29043a5254eb3615f0eb54f6afbaf59020607bb72f621083e9f6acfbe92b1c978ce2be73336d8984a4a64ce6d0153556f0af0ca63ad53aff40f785d052
24
25 diff --git a/dev-python/larch/larch-1.20130808.ebuild b/dev-python/larch/larch-1.20130808.ebuild
26 deleted file mode 100644
27 index 7154cb4765f..00000000000
28 --- a/dev-python/larch/larch-1.20130808.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Copy-on-write B-tree data structure"
41 -HOMEPAGE="http://liw.fi/larch/"
42 -SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz"
43 -#RESTRICT="test"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="test"
49 -
50 -DEPEND="test? ( dev-python/CoverageTestRunner dev-util/cmdtest )"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - dev-python/cliapp
54 - dev-python/tracing
55 - dev-python/ttystatus"
56 -
57 -src_test() {
58 - addwrite /proc/self/comm
59 - distutils-r1_src_test
60 -}
61 -
62 -python_test() {
63 - emake check
64 -}