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 | a565012ee3ea52591990d31c28409e6595aff962 (patch) | |
tree | 42d6035f85a137c9dd9b2e01ed3f5e3f59fb3ccf /dev-python | |
parent | Stable on x86. (diff) | |
download | historical-a565012ee3ea52591990d31c28409e6595aff962.tar.gz historical-a565012ee3ea52591990d31c28409e6595aff962.tar.bz2 historical-a565012ee3ea52591990d31c28409e6595aff962.zip |
dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies accordingly.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fxpy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/fxpy/fxpy-1.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-0.6.11-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-1.99.13-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-2.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtk/pygtk-2.3.92.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtkglext/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygtkglext/pygtkglext-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygtkglext/pygtkglext-1.0.1.ebuild | 4 | ||||
-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 |
16 files changed, 48 insertions, 28 deletions
diff --git a/dev-python/fxpy/ChangeLog b/dev-python/fxpy/ChangeLog index 219b02082ee6..bc8d6b0bc31c 100644 --- a/dev-python/fxpy/ChangeLog +++ b/dev-python/fxpy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/fxpy # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.4 2004/07/09 00:37:18 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/ChangeLog,v 1.5 2004/07/20 19:59:04 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> fxpy-1.0.5.ebuild: + dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies + accordingly. 08 Jul 2004; Rob Cakebread <pythonhead@gentoo.org> fxpy-1.0.5.ebuild: Marked stable on x86 diff --git a/dev-python/fxpy/fxpy-1.0.5.ebuild b/dev-python/fxpy/fxpy-1.0.5.ebuild index c94d6b69df29..f7f4ed01c253 100644 --- a/dev-python/fxpy/fxpy-1.0.5.ebuild +++ b/dev-python/fxpy/fxpy-1.0.5.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/fxpy/fxpy-1.0.5.ebuild,v 1.5 2004/07/09 00:37:18 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fxpy/fxpy-1.0.5.ebuild,v 1.6 2004/07/20 19:59:04 kloeri Exp $ inherit distutils eutils @@ -16,7 +16,7 @@ KEYWORDS="x86" IUSE="opengl" DEPEND=">=dev-lang/python-2.1 >=x11-libs/fox-1.0.17 - opengl? ( >=dev-python/PyOpenGL-2.0.0.44 )" + opengl? ( >=dev-python/pyopengl-2.0.0.44 )" src_unpack() { unpack ${A} || die diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog index e3dcde038bd9..fd8b32ecbdc5 100644 --- a/dev-python/pygtk/ChangeLog +++ b/dev-python/pygtk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygtk # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.51 2004/07/10 16:37:55 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.52 2004/07/20 20:03:37 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pygtk-0.6.11-r1.ebuild, + pygtk-1.99.13-r1.ebuild, pygtk-2.0.0-r1.ebuild, pygtk-2.0.0.ebuild, + pygtk-2.2.0.ebuild, pygtk-2.3.92.ebuild: + dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies + accordingly. *pygtk-2.3.92 (10 Jul 2004) diff --git a/dev-python/pygtk/pygtk-0.6.11-r1.ebuild b/dev-python/pygtk/pygtk-0.6.11-r1.ebuild index 326763a29dfc..16c50e97d42c 100644 --- a/dev-python/pygtk/pygtk-0.6.11-r1.ebuild +++ b/dev-python/pygtk/pygtk-0.6.11-r1.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/pygtk/pygtk-0.6.11-r1.ebuild,v 1.7 2004/07/14 21:51:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-0.6.11-r1.ebuild,v 1.8 2004/07/20 20:03:37 kloeri Exp $ inherit python @@ -18,7 +18,7 @@ DEPEND="virtual/python >=media-libs/imlib-1.8 >=media-libs/gdk-pixbuf-0.9.0 =x11-libs/gtk+-1.2* - opengl? ( virtual/opengl dev-python/PyOpenGL )" + opengl? ( virtual/opengl dev-python/pyopengl )" src_unpack() { unpack ${A} diff --git a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild b/dev-python/pygtk/pygtk-1.99.13-r1.ebuild index 9c162f4f979e..59732b13e48f 100644 --- a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild +++ b/dev-python/pygtk/pygtk-1.99.13-r1.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/pygtk/pygtk-1.99.13-r1.ebuild,v 1.17 2004/07/14 21:51:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.13-r1.ebuild,v 1.18 2004/07/20 20:03:37 kloeri Exp $ # since its a development version inherit debug @@ -33,5 +33,5 @@ src_install() { pkg_postinst() { einfo 'If you built pygtk with OpenGL support you still need to emerge' - einfo 'PyOpenGL to actually be able to use it. ' + einfo 'pyopengl to actually be able to use it. ' } diff --git a/dev-python/pygtk/pygtk-2.0.0-r1.ebuild b/dev-python/pygtk/pygtk-2.0.0-r1.ebuild index 8f2a4bd5633a..e649930995ab 100644 --- a/dev-python/pygtk/pygtk-2.0.0-r1.ebuild +++ b/dev-python/pygtk/pygtk-2.0.0-r1.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/pygtk/pygtk-2.0.0-r1.ebuild,v 1.11 2004/07/10 16:37:55 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.0.0-r1.ebuild,v 1.12 2004/07/20 20:03:37 kloeri Exp $ inherit gnome.org python @@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/python-2.2 >=dev-libs/glib-2 gnome? ( >=gnome-base/libglade-2 ) opengl? ( virtual/opengl - dev-python/PyOpenGL + dev-python/pyopengl >=x11-libs/gtkglarea-1.99 )" DEPEND="${RDEPEND} diff --git a/dev-python/pygtk/pygtk-2.0.0.ebuild b/dev-python/pygtk/pygtk-2.0.0.ebuild index 88578d323814..01e5375e5d9c 100644 --- a/dev-python/pygtk/pygtk-2.0.0.ebuild +++ b/dev-python/pygtk/pygtk-2.0.0.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/pygtk/pygtk-2.0.0.ebuild,v 1.11 2004/07/10 16:37:55 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.0.0.ebuild,v 1.12 2004/07/20 20:03:37 kloeri Exp $ inherit gnome.org @@ -34,5 +34,5 @@ src_install() { } pkg_postinst() { - einfo 'If you built pygtk with OpenGL support you still need to emerge PyOpenGL to use it. ' + einfo 'If you built pygtk with OpenGL support you still need to emerge pyopengl to use it. ' } diff --git a/dev-python/pygtk/pygtk-2.2.0.ebuild b/dev-python/pygtk/pygtk-2.2.0.ebuild index 2a9e79a4def0..b5bee997dc16 100644 --- a/dev-python/pygtk/pygtk-2.2.0.ebuild +++ b/dev-python/pygtk/pygtk-2.2.0.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/pygtk/pygtk-2.2.0.ebuild,v 1.9 2004/07/14 21:51:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.2.0.ebuild,v 1.10 2004/07/20 20:03:37 kloeri Exp $ inherit gnome.org python flag-o-matic @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/python-2.2 >=dev-libs/glib-2 gnome? ( >=gnome-base/libglade-2 ) opengl? ( virtual/opengl - dev-python/PyOpenGL + dev-python/pyopengl >=x11-libs/gtkglarea-1.99 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" diff --git a/dev-python/pygtk/pygtk-2.3.92.ebuild b/dev-python/pygtk/pygtk-2.3.92.ebuild index 2f6ebe3b29c0..adb943310bfe 100644 --- a/dev-python/pygtk/pygtk-2.3.92.ebuild +++ b/dev-python/pygtk/pygtk-2.3.92.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/pygtk/pygtk-2.3.92.ebuild,v 1.2 2004/07/14 21:51:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.3.92.ebuild,v 1.3 2004/07/20 20:03:37 kloeri Exp $ inherit gnome.org python flag-o-matic @@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/python-2.2 >=dev-libs/glib-2.4.0 gnome? ( >=gnome-base/libglade-2.3.6 ) opengl? ( virtual/opengl - dev-python/PyOpenGL + dev-python/pyopengl >=x11-libs/gtkglarea-1.99 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" diff --git a/dev-python/pygtkglext/ChangeLog b/dev-python/pygtkglext/ChangeLog index 97198a380d26..5bb2eaef0eb9 100644 --- a/dev-python/pygtkglext/ChangeLog +++ b/dev-python/pygtkglext/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygtkglext # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/ChangeLog,v 1.9 2004/06/25 01:39:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/ChangeLog,v 1.10 2004/07/20 20:05:00 kloeri Exp $ + + 20 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pygtkglext-1.0.0.ebuild, + pygtkglext-1.0.1.ebuild: + dev-python/PyOpenGL is now dev-python/pyopengl - adjust dependencies + accordingly. 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pygtkglext-1.0.0.ebuild: Add die following econf for bug 48950 diff --git a/dev-python/pygtkglext/pygtkglext-1.0.0.ebuild b/dev-python/pygtkglext/pygtkglext-1.0.0.ebuild index 533a1ddd78dd..641f7d74486b 100644 --- a/dev-python/pygtkglext/pygtkglext-1.0.0.ebuild +++ b/dev-python/pygtkglext/pygtkglext-1.0.0.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/pygtkglext/pygtkglext-1.0.0.ebuild,v 1.5 2004/06/25 01:39:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.0.0.ebuild,v 1.6 2004/07/20 20:05:00 kloeri Exp $ inherit python @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2.3-r3 >=dev-libs/glib-2.0 >=x11-libs/gtk+-2.0 >=x11-libs/gtkglext-1.0.0 - dev-python/PyOpenGL + dev-python/pyopengl virtual/x11 virtual/opengl virtual/glu" diff --git a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild b/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild index 98ac4360f061..42d6fe8cdbc3 100644 --- a/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild +++ b/dev-python/pygtkglext/pygtkglext-1.0.1.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/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.5 2004/06/25 01:39:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.0.1.ebuild,v 1.6 2004/07/20 20:05:00 kloeri Exp $ inherit python eutils @@ -18,7 +18,7 @@ DEPEND=">=dev-lang/python-2.2.3-r3 >=dev-libs/glib-2.0 >=x11-libs/gtk+-2.0 >=x11-libs/gtkglext-1.0.0 - dev-python/PyOpenGL + dev-python/pyopengl virtual/x11 virtual/opengl virtual/glu" 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 )" |