public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-python/doit: doit-0.16.1.ebuild ChangeLog
@ 2012-08-29 10:22 99% Marien Zwart (marienz)
  0 siblings, 0 replies; 1+ results
From: Marien Zwart (marienz) @ 2012-08-29 10:22 UTC (permalink / raw
  To: gentoo-commits

marienz     12/08/29 10:22:38

  Modified:             doit-0.16.1.ebuild ChangeLog
  Log:
  Make setup.py work in a non-utf8 locale (bug #430034, thanks to Flameeyes for reporting).
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/doit/doit-0.16.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild?r1=1.1&r2=1.2

Index: doit-0.16.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doit-0.16.1.ebuild	27 Jun 2012 08:03:32 -0000	1.1
+++ doit-0.16.1.ebuild	29 Aug 2012 10:22:38 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.1 2012/06/27 08:03:32 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.16.1.ebuild,v 1.2 2012/08/29 10:22:38 marienz Exp $
 
 EAPI=4
 PYTHON_COMPAT="python2_6 python2_7 python3_2"
 
-inherit python-distutils-ng
+inherit eutils python-distutils-ng
 
 DESCRIPTION="Automation tool"
 HOMEPAGE="http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit"
@@ -19,6 +19,12 @@
 DEPEND=""
 RDEPEND="dev-python/pyinotify"
 
+src_prepare() {
+	epatch "${FILESDIR}/doit-0.16.1-setup.py-encoding.patch"
+
+	python-distutils-ng_src_prepare
+}
+
 src_install() {
 	python-distutils-ng_src_install
 



1.2                  dev-python/doit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	27 Jun 2012 08:03:32 -0000	1.1
+++ ChangeLog	29 Aug 2012 10:22:38 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/doit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.1 2012/06/27 08:03:32 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.2 2012/08/29 10:22:38 marienz Exp $
+
+  29 Aug 2012; Marien Zwart <marienz@gentoo.org>
+  +files/doit-0.16.1-setup.py-encoding.patch, doit-0.16.1.ebuild:
+  Make setup.py work in a non-utf8 locale (bug #430034, thanks to Flameeyes for
+  reporting).
 
 *doit-0.16.1 (27 Jun 2012)
 





^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-29 10:22 99% [gentoo-commits] gentoo-x86 commit in dev-python/doit: doit-0.16.1.ebuild ChangeLog Marien Zwart (marienz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox