grozin      15/02/18 18:32:34

  Modified:             ChangeLog bpython-0.14.ebuild
  Log:
  Upstream patch to fix crash on startup; dropping bpython-desktop.patch 
(#444646)
  
  (Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.48                 dev-python/bpython/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   17 Feb 2015 13:39:19 -0000      1.47
+++ ChangeLog   18 Feb 2015 18:32:34 -0000      1.48
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/bpython
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.47 
2015/02/17 13:39:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.48 
2015/02/18 18:32:34 grozin Exp $
+
+  18 Feb 2015; Andrey Grozin <[email protected]> bpython-0.14.ebuild,
+  +files/bpython-0.14.patch:
+  Upstream patch to fix crash on startup; dropping bpython-desktop.patch
+  (#444646)
 
 *bpython-0.14 (17 Feb 2015)
 



1.2                  dev-python/bpython/bpython-0.14.ebuild

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

Index: bpython-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bpython-0.14.ebuild 17 Feb 2015 13:39:19 -0000      1.1
+++ bpython-0.14.ebuild 18 Feb 2015 18:32:34 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v 
1.1 2015/02/17 13:39:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.ebuild,v 
1.2 2015/02/18 18:32:34 grozin Exp $
 
 EAPI=5
 
@@ -43,7 +43,9 @@
 
 DOCS=( AUTHORS CHANGELOG sample.theme light.theme )
 
-PATCHES=( "${FILESDIR}"/${PN}-desktop.patch )
+# Upstream patch
+# 
https://github.com/bpython/bpython/commit/43e70389badc48be2986a606f8f7b3f2aa29d59b
+PATCHES=( "${FILESDIR}"/${P}.patch )
 
 # Req'd for clean build by each impl
 DISTUTILS_IN_SOURCE_BUILD=1




Reply via email to