Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/larch: larch-1.20131130.ebuild ChangeLog larch-1.20130316.ebuild
Date: Mon, 02 Dec 2013 00:08:05
Message-Id: 20131202000759.8D2D62004B@flycatcher.gentoo.org
1 mschiff 13/12/02 00:07:59
2
3 Modified: ChangeLog
4 Added: larch-1.20131130.ebuild
5 Removed: larch-1.20130316.ebuild
6 Log:
7 Version bump. Drop oldest version.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
10
11 Revision Changes Path
12 1.7 dev-python/larch/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/larch/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/larch/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/larch/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 9 Aug 2013 15:12:38 -0000 1.6
25 +++ ChangeLog 2 Dec 2013 00:07:59 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/larch
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v 1.6 2013/08/09 15:12:38 mschiff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v 1.7 2013/12/02 00:07:59 mschiff Exp $
31 +
32 +*larch-1.20131130 (02 Dec 2013)
33 +
34 + 02 Dec 2013; Marc Schiffbauer <mschiff@g.o> +larch-1.20131130.ebuild,
35 + -larch-1.20130316.ebuild:
36 + Version bump. Drop oldest version.
37
38 *larch-1.20130808 (09 Aug 2013)
39
40
41
42
43 1.1 dev-python/larch/larch-1.20131130.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/larch/larch-1.20131130.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/larch/larch-1.20131130.ebuild?rev=1.1&content-type=text/plain
47
48 Index: larch-1.20131130.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/larch/larch-1.20131130.ebuild,v 1.1 2013/12/02 00:07:59 mschiff Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python{2_6,2_7} )
57
58 inherit distutils-r1
59
60 DESCRIPTION="Copy-on-write B-tree data structure"
61 HOMEPAGE="http://liw.fi/larch/"
62 SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz"
63 #RESTRICT="test"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="test"
69
70 DEPEND="test? ( dev-python/CoverageTestRunner dev-util/cmdtest )"
71
72 RDEPEND="${PYTHON_DEPS}
73 dev-python/cliapp
74 dev-python/tracing
75 dev-python/ttystatus"
76
77 src_test() {
78 addwrite /proc/self/comm
79 local DISTUTILS_NO_PARALLEL_BUILD=1
80 distutils-r1_src_test
81 }
82
83 python_test() {
84 emake check
85 }