Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/figleaf: metadata.xml figleaf-0.6.1.ebuild ChangeLog
Date: Mon, 27 Aug 2012 10:54:16
Message-Id: 20120827105406.ED705208E4@flycatcher.gentoo.org
1 xarthisius 12/08/27 10:54:06
2
3 Added: metadata.xml figleaf-0.6.1.ebuild ChangeLog
4 Log:
5 Initial import, ebuild written by me, dependency required for www-apps/bitten
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/figleaf/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>python</herd>
21 <maintainer>
22 <email>xarthisius@g.o</email>
23 <name>Kacper Kowalik</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 dev-python/figleaf/figleaf-0.6.1.ebuild
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/figleaf-0.6.1.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/figleaf-0.6.1.ebuild?rev=1.1&content-type=text/plain
33
34 Index: figleaf-0.6.1.ebuild
35 ===================================================================
36 # Copyright 1999-2012 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/figleaf-0.6.1.ebuild,v 1.1 2012/08/27 10:54:06 xarthisius Exp $
39
40 EAPI=4
41
42 PYTHON_DEPEND="2"
43 SUPPORT_PYTHON_ABIS="1"
44 RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
45 DISTUTILS_SRC_TEST="nosetests"
46
47 inherit distutils
48
49 DESCRIPTION="Code coverage tool"
50 HOMEPAGE="http://darcs.idyll.org/~t/projects/figleaf/doc/ http://pypi.python.org/pypi/figleaf"
51 SRC_URI="http://darcs.idyll.org/~t/projects/${P}.tar.gz"
52
53 LICENSE="BSD"
54 SLOT="0"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58 DEPEND="dev-python/setuptools"
59 RDEPEND="${DEPEND}"
60
61 DOCS="doc/*.txt doc/ChangeLog"
62
63
64
65 1.1 dev-python/figleaf/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/ChangeLog?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/figleaf/ChangeLog?rev=1.1&content-type=text/plain
69
70 Index: ChangeLog
71 ===================================================================
72 # ChangeLog for dev-python/figleaf
73 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 # $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.1 2012/08/27 10:54:06 xarthisius Exp $
75
76 *figleaf-0.6.1 (27 Aug 2012)
77
78 27 Aug 2012; Kacper Kowalik <xarthisius@g.o> +figleaf-0.6.1.ebuild,
79 +metadata.xml:
80 Initial import, ebuild written by me, dependency required for www-apps/bitten