Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/figleaf: figleaf-0.6.1-r1.ebuild ChangeLog figleaf-0.6.1.ebuild
Date: Tue, 30 Dec 2014 06:19:53
Message-Id: 20141230061949.4C241E797@oystercatcher.gentoo.org
1 idella4 14/12/30 06:19:49
2
3 Modified: ChangeLog
4 Added: figleaf-0.6.1-r1.ebuild
5 Removed: figleaf-0.6.1.ebuild
6 Log:
7 revbump; conversion -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.3 dev-python/figleaf/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 17 Mar 2014 06:49:50 -0000 1.2
25 +++ ChangeLog 30 Dec 2014 06:19:49 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/figleaf
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.2 2014/03/17 06:49:50 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.3 2014/12/30 06:19:49 idella4 Exp $
31 +
32 +*figleaf-0.6.1-r1 (30 Dec 2014)
33 +
34 + 30 Dec 2014; Ian Delaney <idella4@g.o> +figleaf-0.6.1-r1.ebuild,
35 + -figleaf-0.6.1.ebuild:
36 + revbump; conversion -> distutils-r1, rm old
37
38 17 Mar 2014; Kacper Kowalik <xarthisius@g.o> metadata.xml:
39 Remove myself from metadata.xml
40
41
42
43 1.1 dev-python/figleaf/figleaf-0.6.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/figleaf-0.6.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/figleaf-0.6.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: figleaf-0.6.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/figleaf-0.6.1-r1.ebuild,v 1.1 2014/12/30 06:19:49 idella4 Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57
58 inherit distutils-r1
59
60 DESCRIPTION="Code coverage tool"
61 HOMEPAGE="http://darcs.idyll.org/~t/projects/figleaf/doc/ http://pypi.python.org/pypi/figleaf"
62 SRC_URI="http://darcs.idyll.org/~t/projects/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
70 RDEPEND=""
71
72 DOCS="doc/*.txt doc/ChangeLog"
73
74 python_test() {
75 nosetests || die "tests failed under ${EPYTHON}"
76 }