diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-16 02:57:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-16 02:57:17 +0000 |
commit | bb14e667d6d3d03659ddda45e144b6618b0def0c (patch) | |
tree | e7f407d8fc8fe4307de509a8ef8f8f81a03df9fa /dev-python/drpython | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-bb14e667d6d3d03659ddda45e144b6618b0def0c.tar.gz gentoo-2-bb14e667d6d3d03659ddda45e144b6618b0def0c.tar.bz2 gentoo-2-bb14e667d6d3d03659ddda45e144b6618b0def0c.zip |
The patch is no longer needed. Upstream fixed the problem differently.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/drpython')
-rw-r--r-- | dev-python/drpython/drpython-3.11.1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/drpython/files/drpython-165-tabswitch.patch | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/dev-python/drpython/drpython-3.11.1.ebuild b/dev-python/drpython/drpython-3.11.1.ebuild index 8beedcbd0ab7..876a14bedff7 100644 --- a/dev-python/drpython/drpython-3.11.1.ebuild +++ b/dev-python/drpython/drpython-3.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.1.ebuild,v 1.1 2010/04/16 02:53:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/drpython/drpython-3.11.1.ebuild,v 1.2 2010/04/16 02:57:16 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -26,7 +26,6 @@ S="${WORKDIR}/${P/-/_}" src_prepare() { distutils_src_prepare - epatch "${FILESDIR}/${PN}-165-tabswitch.patch" epatch "${FILESDIR}/${PN}-165-wxversion.patch" } diff --git a/dev-python/drpython/files/drpython-165-tabswitch.patch b/dev-python/drpython/files/drpython-165-tabswitch.patch deleted file mode 100644 index 4b33ba55d3f0..000000000000 --- a/dev-python/drpython/files/drpython-165-tabswitch.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- drNotebook.py 2008-02-15 22:57:01.000000000 +0000 -+++ drNotebook.py.new 2008-02-15 23:07:04.000000000 +0000 -@@ -513,6 +513,9 @@ - self.grandparent.txtDocumentArray[i].IsActive = True - self.grandparent.txtDocumentArray[i].OnModified(None) - -+ # Bug fix - make sure Cut/Copy/Paste/Run etc. use the right document -+ self.SetTab() -+ - if event is not None: - event.Skip() - |