Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subunit: subunit-0.0.7.ebuild ChangeLog
Date: Wed, 08 Feb 2012 06:57:57
Message-Id: 20120208065746.D3B4F2004B@flycatcher.gentoo.org
1 patrick 12/02/08 06:57:46
2
3 Modified: ChangeLog
4 Added: subunit-0.0.7.ebuild
5 Log:
6 Bump for #401959
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-python/subunit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 16 Apr 2011 16:05:16 -0000 1.12
24 +++ ChangeLog 8 Feb 2012 06:57:46 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/subunit
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.12 2011/04/16 16:05:16 armin76 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.13 2012/02/08 06:57:46 patrick Exp $
31 +
32 +*subunit-0.0.7 (08 Feb 2012)
33 +
34 + 08 Feb 2012; Patrick Lauer <patrick@g.o> +subunit-0.0.7.ebuild:
35 + Bump for #401959
36
37 16 Apr 2011; Raúl Porcel <armin76@g.o> subunit-0.0.6.ebuild:
38 ia64 stable wrt #343309
39
40
41
42 1.1 dev-python/subunit/subunit-0.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subunit/subunit-0.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: subunit-0.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.7.ebuild,v 1.1 2012/02/08 06:57:46 patrick Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
57
58 inherit python
59
60 DESCRIPTION="A streaming protocol for test results"
61 HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit"
62 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
63
64 LICENSE="Apache-2.0 BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68
69 RDEPEND=">=dev-python/testtools-0.9.4"
70 DEPEND="${RDEPEND}
71 dev-lang/perl
72 dev-libs/check
73 dev-util/cppunit
74 dev-util/pkgconfig"
75 RESTRICT_PYTHON_ABIS="3.*"
76
77 pkg_postinst() {
78 python_mod_optimize subunit
79 }
80
81 pkg_postrm() {
82 python_mod_cleanup subunit
83 }