Gentoo Archives: gentoo-commits

From: "Marien Zwart (marienz)" <marienz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/doit: doit-0.16.1.ebuild ChangeLog
Date: Wed, 29 Aug 2012 10:22:52
Message-Id: 20120829102238.86E5E20B25@flycatcher.gentoo.org
1 marienz 12/08/29 10:22:38
2
3 Modified: doit-0.16.1.ebuild ChangeLog
4 Log:
5 Make setup.py work in a non-utf8 locale (bug #430034, thanks to Flameeyes for reporting).
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/doit/doit-0.16.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?r1=1.1&r2=1.2
15
16 Index: doit-0.16.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- doit-0.16.1.ebuild 27 Jun 2012 08:03:32 -0000 1.1
23 +++ doit-0.16.1.ebuild 29 Aug 2012 10:22:38 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.1 2012/06/27 08:03:32 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.2 2012/08/29 10:22:38 marienz Exp $
29
30 EAPI=4
31 PYTHON_COMPAT="python2_6 python2_7 python3_2"
32
33 -inherit python-distutils-ng
34 +inherit eutils python-distutils-ng
35
36 DESCRIPTION="Automation tool"
37 HOMEPAGE="http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit"
38 @@ -19,6 +19,12 @@
39 DEPEND=""
40 RDEPEND="dev-python/pyinotify"
41
42 +src_prepare() {
43 + epatch "${FILESDIR}/doit-0.16.1-setup.py-encoding.patch"
44 +
45 + python-distutils-ng_src_prepare
46 +}
47 +
48 src_install() {
49 python-distutils-ng_src_install
50
51
52
53
54 1.2 dev-python/doit/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 27 Jun 2012 08:03:32 -0000 1.1
67 +++ ChangeLog 29 Aug 2012 10:22:38 -0000 1.2
68 @@ -1,6 +1,11 @@
69 # ChangeLog for dev-python/doit
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.1 2012/06/27 08:03:32 yngwin Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.2 2012/08/29 10:22:38 marienz Exp $
73 +
74 + 29 Aug 2012; Marien Zwart <marienz@g.o>
75 + +files/doit-0.16.1-setup.py-encoding.patch, doit-0.16.1.ebuild:
76 + Make setup.py work in a non-utf8 locale (bug #430034, thanks to Flameeyes for
77 + reporting).
78
79 *doit-0.16.1 (27 Jun 2012)