summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-08 00:58:54 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-08 00:58:54 +0000
commit17150f26634e6d522a5558b0ed7eb733762c52c9 (patch)
tree54ae43d850a5d68724ccdfff8e3184e3aa25765a /dev-python
parentadding wxWindows Free Documentation License v 3 (diff)
downloadgentoo-2-17150f26634e6d522a5558b0ed7eb733762c52c9.tar.gz
gentoo-2-17150f26634e6d522a5558b0ed7eb733762c52c9.tar.bz2
gentoo-2-17150f26634e6d522a5558b0ed7eb733762c52c9.zip
removing non-functional patch
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxPython/ChangeLog5
-rw-r--r--dev-python/wxPython/Manifest4
-rw-r--r--dev-python/wxPython/wxPython-2.4.0.2.ebuild4
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/wxPython/ChangeLog b/dev-python/wxPython/ChangeLog
index bc28f3075284..5810f59dc228 100644
--- a/dev-python/wxPython/ChangeLog
+++ b/dev-python/wxPython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wxPython
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.26 2003/07/07 01:58:35 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.27 2003/07/08 00:58:46 liquidx Exp $
+
+ 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.2.ebuild:
+ removed non-functional patch from wxWindows-2.4.0.2
07 Jul 2003; Alastair Tse <liquidx@gentoo.org> wxPython-2.4.0.7.ebuild:
bump to stable
diff --git a/dev-python/wxPython/Manifest b/dev-python/wxPython/Manifest
index 077105fc8238..4eb9254528f8 100644
--- a/dev-python/wxPython/Manifest
+++ b/dev-python/wxPython/Manifest
@@ -1,6 +1,6 @@
-MD5 1e815459495d9f1e60dae23b05db9f58 ChangeLog 4155
+MD5 61b055db57f12b6f8d1800dbeb456417 ChangeLog 4284
MD5 028027d2871c90469b2f389475c25a30 wxPython-2.4.0.7.ebuild 3117
-MD5 6f1f26f212f56f8f60eff16acb20cc2e wxPython-2.4.0.2.ebuild 2321
+MD5 92b5b8da4e94527db71aece6cfed5b58 wxPython-2.4.0.2.ebuild 2235
MD5 5900b9aab05c70db682559da716bfb91 wxPython-2.4.0.6.ebuild 3118
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxPython-2.4.0.7 73
diff --git a/dev-python/wxPython/wxPython-2.4.0.2.ebuild b/dev-python/wxPython/wxPython-2.4.0.2.ebuild
index ddf910718d9c..4ae00f75ee1c 100644
--- a/dev-python/wxPython/wxPython-2.4.0.2.ebuild
+++ b/dev-python/wxPython/wxPython-2.4.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.0.2.ebuild,v 1.4 2003/06/22 12:16:00 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.0.2.ebuild,v 1.5 2003/07/08 00:58:46 liquidx Exp $
MY_P="${P/-/Src-}"
S="${WORKDIR}/${MY_P}/${PN}"
@@ -41,8 +41,6 @@ src_compile() {
myconf="${myconf} BUILD_GLCANVAS=1"
else
myconf="${myconf} BUILD_GLCANVAS=0"
- patch -p1 < ${FILESDIR}/wxPython-2.3.3.1-noglcanvas.diff \
- || die "patch failed"
fi
if [ `use gtk2` ]; then
myconf="${myconf} WXPORT=gtk2"