public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.84.0.ebuild
Date: Mon, 12 Dec 2011 08:22:54 +0000 (UTC)	[thread overview]
Message-ID: <20111212082254.1973E2004B@flycatcher.gentoo.org> (raw)

tetromino    11/12/12 08:22:54

  Modified:             ChangeLog dbus-python-0.84.0.ebuild
  Log:
  Trivial fix for rst2html build failure in non-unicode locales (bug #363679, thanks to David Fox et al. for reporting).
  
  (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 dev-python/dbus-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	27 Nov 2011 19:07:37 -0000	1.78
+++ ChangeLog	12 Dec 2011 08:22:53 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dbus-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.78 2011/11/27 19:07:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.79 2011/12/12 08:22:53 tetromino Exp $
+
+  12 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  dbus-python-0.84.0.ebuild:
+  Trivial fix for rst2html build failure in non-unicode locales (bug #363679,
+  thanks to David Fox et al. for reporting).
 
   27 Nov 2011; Raúl Porcel <armin76@gentoo.org> dbus-python-0.84.0.ebuild:
   alpha/ia64/sh/sparc stable wrt #387257



1.9                  dev-python/dbus-python/dbus-python-0.84.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild?r1=1.8&r2=1.9

Index: dbus-python-0.84.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dbus-python-0.84.0.ebuild	27 Nov 2011 19:07:37 -0000	1.8
+++ dbus-python-0.84.0.ebuild	12 Dec 2011 08:22:53 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.8 2011/11/27 19:07:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.9 2011/12/12 08:22:53 tetromino Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -35,6 +35,11 @@
 	# Workaround testsuite issues
 	epatch "${FILESDIR}/${PN}-0.83.1-workaround-broken-test.patch"
 
+	# Simple sed to avoid an eautoreconf
+	# bug #363679, https://bugs.freedesktop.org/show_bug.cgi?id=43735
+	sed -e 's/\(RST2HTMLFLAGS=\)$/\1--input-encoding=UTF-8/' \
+		-i configure || die "sed failed"
+
 	python_src_prepare
 }
 






             reply	other threads:[~2011-12-12  8:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12  8:22 Alexandre Rostovtsev (tetromino) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-01  1:55 [gentoo-commits] gentoo-x86 commit in dev-python/dbus-python: ChangeLog dbus-python-0.84.0.ebuild Samuli Suominen (ssuominen)
2011-11-27 19:07 Raul Porcel (armin76)
2011-10-29 19:18 Markus Meier (maekke)
2011-10-23 21:44 Markus Meier (maekke)
2011-10-19  0:53 Jeroen Roovers (jer)
2011-10-16 14:04 Samuli Suominen (ssuominen)
2011-07-28 23:08 Patrick Lauer (patrick)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111212082254.1973E2004B@flycatcher.gentoo.org \
    --to=tetromino@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox