From 909aacdabb7021a44844e81f4155aa208205c61d Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Sat, 7 Aug 2004 06:32:35 +0000 Subject: Removed obsolete versions, changed 2.4.2.4 to use new wxwidgets eclass --- dev-python/wxpython/files/controsl2.py.patch | 37 ----------------------- dev-python/wxpython/files/digest-wxpython-2.4.0.7 | 1 - dev-python/wxpython/files/digest-wxpython-2.4.1.2 | 1 - 3 files changed, 39 deletions(-) delete mode 100644 dev-python/wxpython/files/controsl2.py.patch delete mode 100644 dev-python/wxpython/files/digest-wxpython-2.4.0.7 delete mode 100644 dev-python/wxpython/files/digest-wxpython-2.4.1.2 (limited to 'dev-python/wxpython/files') 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 -- cgit v1.2.3-65-gdbad