Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/kid: kid-0.9.6-r1.ebuild ChangeLog
Date: Sun, 28 Dec 2014 19:25:00
Message-Id: 20141228192457.A6721E5E9@oystercatcher.gentoo.org
1 floppym 14/12/28 19:24:57
2
3 Modified: kid-0.9.6-r1.ebuild ChangeLog
4 Log:
5 python-r1 cleanup.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.3 dev-python/kid/kid-0.9.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: kid-0.9.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- kid-0.9.6-r1.ebuild 22 Oct 2013 11:55:10 -0000 1.2
23 +++ kid-0.9.6-r1.ebuild 28 Dec 2014 19:24:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild,v 1.2 2013/10/22 11:55:10 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/kid-0.9.6-r1.ebuild,v 1.3 2014/12/28 19:24:57 floppym Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7} )
33 @@ -19,15 +19,9 @@
34 RDEPEND=""
35 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
36 doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
37 -RESTRICT_PYTHON_ABIS="3.*"
38
39 DOCS=( README doc/{guide.txt,index.txt,notes.txt} )
40
41 -python_prepare_all() {
42 - use test && DISTUTILS_NO_PARALLEL_BUILD=1
43 - distutils-r1_python_prepare_all
44 -}
45 -
46 python_compile_all() {
47 use doc && emake -C doc
48 }
49
50
51
52 1.18 dev-python/kid/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/ChangeLog?rev=1.18&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/ChangeLog?rev=1.18&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kid/ChangeLog?r1=1.17&r2=1.18
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v
61 retrieving revision 1.17
62 retrieving revision 1.18
63 diff -u -r1.17 -r1.18
64 --- ChangeLog 22 Oct 2013 11:55:10 -0000 1.17
65 +++ ChangeLog 28 Dec 2014 19:24:57 -0000 1.18
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/kid
68 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.17 2013/10/22 11:55:10 grobian Exp $
70 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kid/ChangeLog,v 1.18 2014/12/28 19:24:57 floppym Exp $
72 +
73 + 28 Dec 2014; Mike Gilbert <floppym@g.o> kid-0.9.6-r1.ebuild:
74 + python-r1 cleanup.
75
76 22 Oct 2013; Fabian Groffen <grobian@g.o> kid-0.9.6-r1.ebuild:
77 Marked ~x64-macos, bug #487670