diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-04-29 04:05:13 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-04-29 04:05:13 +0000 |
commit | f66250f623e633f4572cc5230da187bd910c390a (patch) | |
tree | dc25665828653930b2a72589dc69dcf742f33026 /dev-python/wxpython/files | |
parent | Masking plucker. (diff) | |
download | gentoo-2-f66250f623e633f4572cc5230da187bd910c390a.tar.gz gentoo-2-f66250f623e633f4572cc5230da187bd910c390a.tar.bz2 gentoo-2-f66250f623e633f4572cc5230da187bd910c390a.zip |
Remove wxpython-2.4 from the tree. Bug #146073.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python/wxpython/files')
-rw-r--r-- | dev-python/wxpython/files/digest-wxpython-2.4.2.4-r3 | 3 | ||||
-rw-r--r-- | dev-python/wxpython/files/digest-wxpython-2.4.2.4-r4 | 3 | ||||
-rw-r--r-- | dev-python/wxpython/files/wxpython-2.4.2.4-64bit.patch | 58 |
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r3 b/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r3 deleted file mode 100644 index 3fa7e90407ac..000000000000 --- a/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ea4eb68e10a0c2a9be643b35dcb78e41 wxPythonSrc-2.4.2.4.tar.gz 13130195 -RMD160 f00398193193f4788e82103e68020a574ac6de5b wxPythonSrc-2.4.2.4.tar.gz 13130195 -SHA256 ae64f838adefe109905e3fbd6b656d088cf6ae9732131893bafc03198edb563a wxPythonSrc-2.4.2.4.tar.gz 13130195 diff --git a/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r4 b/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r4 deleted file mode 100644 index 3fa7e90407ac..000000000000 --- a/dev-python/wxpython/files/digest-wxpython-2.4.2.4-r4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ea4eb68e10a0c2a9be643b35dcb78e41 wxPythonSrc-2.4.2.4.tar.gz 13130195 -RMD160 f00398193193f4788e82103e68020a574ac6de5b wxPythonSrc-2.4.2.4.tar.gz 13130195 -SHA256 ae64f838adefe109905e3fbd6b656d088cf6ae9732131893bafc03198edb563a wxPythonSrc-2.4.2.4.tar.gz 13130195 diff --git a/dev-python/wxpython/files/wxpython-2.4.2.4-64bit.patch b/dev-python/wxpython/files/wxpython-2.4.2.4-64bit.patch deleted file mode 100644 index d2e6c792daa8..000000000000 --- a/dev-python/wxpython/files/wxpython-2.4.2.4-64bit.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- wxPythonSrc-2.4.2.4/wxPython/src/gtk/html.cpp~ 2003-06-25 22:35:44.000000000 +0100 -+++ wxPythonSrc-2.4.2.4/wxPython/src/gtk/html.cpp 2006-01-05 17:50:12.000000000 +0000 -@@ -4198,7 +4198,7 @@ - int _arg1 = (int ) -1; - wxPoint * _arg2 = (wxPoint *) &wxDefaultPosition; - wxSize * _arg3 = (wxSize *) &wxDefaultSize; -- int _arg4 = (int ) (wxHW_SCROLLBAR_AUTO); -+ long _arg4 = (long ) (wxHW_SCROLLBAR_AUTO); - wxString * _arg5 = (wxString *) &wxPyHtmlWindowNameStr; - PyObject * _argo0 = 0; - wxPoint temp; -@@ -4210,7 +4210,7 @@ - char _ptemp[128]; - - self = self; -- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOiO:new_wxHtmlWindow",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5)) -+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|iOOlO:new_wxHtmlWindow",_kwnames,&_argo0,&_arg1,&_obj2,&_obj3,&_arg4,&_obj5)) - return NULL; - if (_argo0) { - if (_argo0 == Py_None) { _arg0 = NULL; } -@@ -4292,7 +4292,7 @@ - int _arg2 = (int ) -1; - wxPoint * _arg3 = (wxPoint *) &wxDefaultPosition; - wxSize * _arg4 = (wxSize *) &wxDefaultSize; -- int _arg5 = (int ) (wxHW_SCROLLBAR_AUTO); -+ long _arg5 = (long ) (wxHW_SCROLLBAR_AUTO); - wxString * _arg6 = (wxString *) &wxPyHtmlWindowNameStr; - PyObject * _argo0 = 0; - PyObject * _argo1 = 0; -@@ -4304,7 +4304,7 @@ - char *_kwnames[] = { "self","parent","id","pos","size","style","name", NULL }; - - self = self; -- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOiO:wxHtmlWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6)) -+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|iOOlO:wxHtmlWindow_Create",_kwnames,&_argo0,&_argo1,&_arg2,&_obj3,&_obj4,&_arg5,&_obj6)) - return NULL; - if (_argo0) { - if (_argo0 == Py_None) { _arg0 = NULL; } ---- wxPythonSrc-2.4.2.4/wxPython/src/gtk/misc2.cpp~ 2003-06-25 22:35:35.000000000 +0100 -+++ wxPythonSrc-2.4.2.4/wxPython/src/gtk/misc2.cpp 2006-01-05 17:50:44.000000000 +0000 -@@ -943,7 +943,7 @@ - int _result; - wxString * _arg0; - wxString * _arg1 = (wxString *) &wxPyEmptyString; -- int _arg2 = (int ) wxOK|wxCENTRE; -+ long _arg2 = (long ) wxOK|wxCENTRE; - wxWindow * _arg3 = (wxWindow *) NULL; - int _arg4 = (int ) -1; - int _arg5 = (int ) -1; -@@ -953,7 +953,7 @@ - char *_kwnames[] = { "message","caption","style","parent","x","y", NULL }; - - self = self; -- if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OiOii:wxMessageBox",_kwnames,&_obj0,&_obj1,&_arg2,&_argo3,&_arg4,&_arg5)) -+ if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|OlOii:wxMessageBox",_kwnames,&_obj0,&_obj1,&_arg2,&_argo3,&_arg4,&_arg5)) - return NULL; - { - _arg0 = wxString_in_helper(_obj0); |