public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython/files: wxpython-2.8.11-drop-editra.patch
@ 2010-05-27  5:20 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-05-27  5:20 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/05/27 05:20:41

  Added:                wxpython-2.8.11-drop-editra.patch
  Log:
  Version bump.
  http://wxpython.org/recentchanges.php
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch?rev=1.1&content-type=text/plain

Index: wxpython-2.8.11-drop-editra.patch
===================================================================
--- a/wxPython/setup.py
+++ b/wxPython/setup.py
@@ -887,13 +887,6 @@ WX_PKGLIST =      [ 'wx',
                     'wx.tools',
                     'wx.tools.XRCed',
                     'wx.tools.XRCed.plugins',
-                    'wx.tools.Editra',
-                    'wx.tools.Editra.src',
-                    'wx.tools.Editra.src.autocomp',
-                    'wx.tools.Editra.src.eclib',
-                    'wx.tools.Editra.src.ebmlib',
-                    'wx.tools.Editra.src.extern',
-                    'wx.tools.Editra.src.syntax',
                     ]
 
 if not EGGing:
@@ -920,7 +913,6 @@ else:
                opj('scripts/pywrap'),
                opj('scripts/pywxrc'),
                opj('scripts/xrced'),
-               opj('scripts/editra'),
                ]
     if os.name == 'nt':
         SCRIPTS.append( opj('scripts/genaxmodule') ) 
@@ -934,15 +926,6 @@ DATA_FILES += find_data_files('wx/tools/XRCed', '*.txt', '*.xrc', '*.htb')
 DATA_FILES += find_data_files('wx/tools/XRCed/plugins', '*.crx')
 DATA_FILES += find_data_files('wx/tools/XRCed/plugins/bitmaps', '*.png')
 
-DATA_FILES += find_data_files('wx/tools/Editra/docs', '*.txt')
-DATA_FILES += find_data_files('wx/tools/Editra/locale', '*.mo')
-DATA_FILES += find_data_files('wx/tools/Editra/pixmaps',
-                              '*.png', '*.icns', '*.ico', 'README', 'AUTHORS', 'COPYING')
-DATA_FILES += find_data_files('wx/tools/Editra/plugins', '*.egg')
-DATA_FILES += find_data_files('wx/tools/Editra/src', 'README')
-DATA_FILES += find_data_files('wx/tools/Editra/styles', '*.ess')
-DATA_FILES += find_data_files('wx/tools/Editra/tests/syntax', '*')
-DATA_FILES += find_data_files('wx/tools/Editra', '[A-Z]*', recursive=False)
 
 
 ## import pprint
@@ -993,7 +976,6 @@ if EGGing:
                                   'pyshell = wx.py.PyShell:main',
                                   'pywrap = wx.py.PyWrap:main',
                                   'helpviewer = wx.tools.helpviewer:main',
-                                  'editra = wx.tools.Editra.launcher:main',
                                   'xrced = wx.tools.XRCed.xrced:main',
                                   ], 
             },






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython/files: wxpython-2.8.11-drop-editra.patch
@ 2012-07-28 22:42 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2012-07-28 22:42 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    12/07/28 22:42:59

  Removed:              wxpython-2.8.11-drop-editra.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/wxpython/files: wxpython-2.8.11-drop-editra.patch
@ 2012-08-08  3:05 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2012-08-08  3:05 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    12/08/08 03:05:52

  Added:                wxpython-2.8.11-drop-editra.patch
  Log:
  Restore lost patch (bug #430288).
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wxpython/files/wxpython-2.8.11-drop-editra.patch?r1=1.2&r2=1.3






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-08  3:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08  3:05 [gentoo-commits] gentoo-x86 commit in dev-python/wxpython/files: wxpython-2.8.11-drop-editra.patch Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-28 22:42 Ryan Hill (dirtyepic)
2010-05-27  5:20 Ryan Hill (dirtyepic)

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