diff options
author | 2004-08-07 06:32:35 +0000 | |
---|---|---|
committer | 2004-08-07 06:32:35 +0000 | |
commit | 909aacdabb7021a44844e81f4155aa208205c61d (patch) | |
tree | f209251027c8a7e424b438ae82fe8f3721b7d739 /dev-python/wxpython/files | |
parent | mask perl 5.8.5 (diff) | |
download | historical-909aacdabb7021a44844e81f4155aa208205c61d.tar.gz historical-909aacdabb7021a44844e81f4155aa208205c61d.tar.bz2 historical-909aacdabb7021a44844e81f4155aa208205c61d.zip |
Removed obsolete versions, changed 2.4.2.4 to use new wxwidgets eclass
Diffstat (limited to 'dev-python/wxpython/files')
-rw-r--r-- | dev-python/wxpython/files/controsl2.py.patch | 37 | ||||
-rw-r--r-- | dev-python/wxpython/files/digest-wxpython-2.4.0.7 | 1 | ||||
-rw-r--r-- | dev-python/wxpython/files/digest-wxpython-2.4.1.2 | 1 |
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/wxpython/files/controsl2.py.patch b/dev-python/wxpython/files/controsl2.py.patch deleted file mode 100644 index bf5ac197f454..000000000000 --- a/dev-python/wxpython/files/controsl2.py.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -urN wxPythonSrc-2.4.1.2/wxPython/src/gtk/controls2.py wxPythonSrc-2.4.1.2-modified/wxPython/src/gtk/controls2.py ---- wxPythonSrc-2.4.1.2/wxPython/src/gtk/controls2.py 2003-06-12 18:25:30.000000000 -0500 -+++ wxPythonSrc-2.4.1.2-modified/wxPython/src/gtk/controls2.py 2003-07-10 18:19:51.000000000 -0500 -@@ -642,7 +642,7 @@ - return "<%s.%s instance; proxy of C++ wxListCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) - - def GetColumn(self, *_args, **_kwargs): -- val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) -+ val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) - if val is not None: val.thisown = 1 - return val - -diff -urN wxPythonSrc-2.4.1.2/wxPython/src/mac/controls2.py wxPythonSrc-2.4.1.2-modified/wxPython/src/mac/controls2.py ---- wxPythonSrc-2.4.1.2/wxPython/src/mac/controls2.py 2003-05-16 13:36:52.000000000 -0500 -+++ wxPythonSrc-2.4.1.2-modified/wxPython/src/mac/controls2.py 2003-07-10 18:20:41.000000000 -0500 -@@ -642,7 +642,7 @@ - return "<%s.%s instance; proxy of C++ wxListCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) - - def GetColumn(self, *_args, **_kwargs): -- val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) -+ val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) - if val is not None: val.thisown = 1 - return val - -diff -urN wxPythonSrc-2.4.1.2/wxPython/src/msw/controls2.py wxPythonSrc-2.4.1.2-modified/wxPython/src/msw/controls2.py ---- wxPythonSrc-2.4.1.2/wxPython/src/msw/controls2.py 2003-05-07 14:29:04.000000000 -0500 -+++ wxPythonSrc-2.4.1.2-modified/wxPython/src/msw/controls2.py 2003-07-10 18:20:11.000000000 -0500 -@@ -645,7 +645,7 @@ - return "<%s.%s instance; proxy of C++ wxListCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) - - def GetColumn(self, *_args, **_kwargs): -- val = ontrols2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) -+ val = controls2c.wxListCtrl_GetColumn(self, *_args, **_kwargs) - if val is not None: val.thisown = 1 - return val - - diff --git a/dev-python/wxpython/files/digest-wxpython-2.4.0.7 b/dev-python/wxpython/files/digest-wxpython-2.4.0.7 deleted file mode 100644 index a10374ead06a..000000000000 --- a/dev-python/wxpython/files/digest-wxpython-2.4.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 c7864b56ff1422697a310f91f54c7ed6 wxPythonSrc-2.4.0.7.tar.gz 11819092 diff --git a/dev-python/wxpython/files/digest-wxpython-2.4.1.2 b/dev-python/wxpython/files/digest-wxpython-2.4.1.2 deleted file mode 100644 index 00b6ca04f3cc..000000000000 --- a/dev-python/wxpython/files/digest-wxpython-2.4.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 515fa95c5c0497404a858213b6586411 wxPythonSrc-2.4.1.2.tar.gz 12443750 |