summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-08 19:11:42 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-08 19:11:42 +0000
commit7e92a58068eae498f89e0825b78fb5659b4da193 (patch)
treeeb2a0d51c31aee1f7d2b169e32fa229492d7379d /dev-python/wxPython
parentFixed installation of libphp5.so. Ebuild now (finally) uses the new cvs modul... (diff)
downloadgentoo-2-7e92a58068eae498f89e0825b78fb5659b4da193.tar.gz
gentoo-2-7e92a58068eae498f89e0825b78fb5659b4da193.tar.bz2
gentoo-2-7e92a58068eae498f89e0825b78fb5659b4da193.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-python/wxPython')
-rw-r--r--dev-python/wxPython/Manifest8
-rw-r--r--dev-python/wxPython/wxPython-2.4.2.4.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/wxPython/Manifest b/dev-python/wxPython/Manifest
index 0905e3ca4ede..cd76cd7baf58 100644
--- a/dev-python/wxPython/Manifest
+++ b/dev-python/wxPython/Manifest
@@ -1,9 +1,9 @@
-MD5 9a7de975602ab6d3fd83add64d895925 wxPython-2.4.0.7.ebuild 2996
-MD5 e9de8d35cf9f14f74740273ceec06c7c wxPython-2.4.1.2.ebuild 2367
-MD5 51fbed7755c7fe1874d4fa756627282d wxPython-2.4.2.4.ebuild 2297
MD5 51e12959481883548004f00815fcf3f9 ChangeLog 4986
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
+MD5 9a7de975602ab6d3fd83add64d895925 wxPython-2.4.0.7.ebuild 2996
+MD5 e9de8d35cf9f14f74740273ceec06c7c wxPython-2.4.1.2.ebuild 2367
+MD5 1205951c7a404578487c75b4cf0296d3 wxPython-2.4.2.4.ebuild 2299
+MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202
MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxPython-2.4.0.7 73
MD5 ce3003c042f7c8fe4700193e357ad2ad files/digest-wxPython-2.4.1.2 73
MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxPython-2.4.2.4 73
-MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202
diff --git a/dev-python/wxPython/wxPython-2.4.2.4.ebuild b/dev-python/wxPython/wxPython-2.4.2.4.ebuild
index cff9c46f0690..75d5fe6db19c 100644
--- a/dev-python/wxPython/wxPython-2.4.2.4.ebuild
+++ b/dev-python/wxPython/wxPython-2.4.2.4.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.2.4.ebuild,v 1.2 2003/10/08 10:21:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.2.4.ebuild,v 1.3 2003/10/08 19:11:11 mr_bones_ Exp $
inherit eutils
@@ -20,8 +20,8 @@ RDEPEND=">=dev-lang/python-2.1
>=x11-libs/wxGTK-2.4.2
gtk2? ( >=x11-libs/gtk+-2.0
>=x11-libs/pango-1.2
- >=dev-libs/glib-2.0 )
- !gtk2? ( =x11-libs/gtk+-1.2*
+ >=dev-libs/glib-2.0 )
+ !gtk2? ( =x11-libs/gtk+-1.2*
=dev-libs/glib-1.2* )
png? ( media-libs/libpng )
jpeg? ( media-libs/jpeg )
@@ -53,7 +53,7 @@ pkg_setup() {
src_compile() {
local mypyconf
-
+
use opengl \
&& mypyconf="${mypyconf} BUILD_GLCANVAS=1" \
|| mypyconf="${mypyconf} BUILD_GLCANVAS=0"