diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 20:09:35 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 20:09:35 +0000 |
commit | a6c64953e0fd3a5a7463d35b272a0aab5867597a (patch) | |
tree | 7a4c9708fd147d3694ef652a4436c5b1b2d609aa /dev-python/wxpython | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-a6c64953e0fd3a5a7463d35b272a0aab5867597a.tar.gz gentoo-2-a6c64953e0fd3a5a7463d35b272a0aab5867597a.tar.bz2 gentoo-2-a6c64953e0fd3a5a7463d35b272a0aab5867597a.zip |
dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies accordingly.
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.0.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index 03022f0b4b36..a1171089ab23 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/wxPython # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.3 2004/07/05 22:07:57 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.4 2004/07/20 20:09:35 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxpython-2.4.0.7.ebuild, + wxpython-2.4.1.2.ebuild, wxpython-2.4.2.4.ebuild: + dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies + accordingly. 05 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> wxpython-2.4.2.4.ebuild: Clarified USE='gtk2' messages. Bug# 56153 diff --git a/dev-python/wxpython/wxpython-2.4.0.7.ebuild b/dev-python/wxpython/wxpython-2.4.0.7.ebuild index 854599658b45..c1dce34e9a1c 100644 --- a/dev-python/wxpython/wxpython-2.4.0.7.ebuild +++ b/dev-python/wxpython/wxpython-2.4.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.0.7.ebuild,v 1.2 2004/07/03 12:44:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.0.7.ebuild,v 1.3 2004/07/20 20:09:35 kloeri Exp $ IUSE="opengl gtk2" @@ -23,7 +23,7 @@ DEPEND=">=dev-lang/python-2.1 !gtk2? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* ) - opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )" + opengl? ( >=dev-python/pyopengl-2.0.0.44 )" pkg_setup() { # xfree should not install these, remove until the fixed diff --git a/dev-python/wxpython/wxpython-2.4.1.2.ebuild b/dev-python/wxpython/wxpython-2.4.1.2.ebuild index e30a0a2f7dd0..56540399d0e0 100644 --- a/dev-python/wxpython/wxpython-2.4.1.2.ebuild +++ b/dev-python/wxpython/wxpython-2.4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.1.2.ebuild,v 1.2 2004/07/03 12:44:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.1.2.ebuild,v 1.3 2004/07/20 20:09:35 kloeri Exp $ inherit eutils @@ -27,7 +27,7 @@ RDEPEND=">=dev-lang/python-2.1 jpeg? ( media-libs/jpeg ) tiff? ( media-libs/tiff ) >=sys-libs/zlib-1.1.4 - opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )" + opengl? ( >=dev-python/pyopengl-2.0.0.44 )" DEPEND="${RDEPEND} gtk2? ( dev-util/pkgconfig )" diff --git a/dev-python/wxpython/wxpython-2.4.2.4.ebuild b/dev-python/wxpython/wxpython-2.4.2.4.ebuild index defb0d952756..295ddc98d30b 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-2004 Gentoo Foundation # 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.4 2004/07/08 16:46:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.5 2004/07/20 20:09:35 kloeri Exp $ inherit eutils @@ -26,7 +26,7 @@ RDEPEND=">=dev-lang/python-2.1 jpeg? ( media-libs/jpeg ) tiff? ( media-libs/tiff ) >=sys-libs/zlib-1.1.4 - opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )" + opengl? ( >=dev-python/pyopengl-2.0.0.44 )" DEPEND="${RDEPEND} gtk2? ( dev-util/pkgconfig )" |