diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 21:32:04 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2009-09-06 21:32:04 +0000 |
commit | 01dc2f17759f5c85a2dc41953d8b06d6f21d7321 (patch) | |
tree | cfc8246b4d62251c283b9bfed1d176a296c8f0a8 /dev-python/pyopengl | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-01dc2f17759f5c85a2dc41953d8b06d6f21d7321.tar.gz gentoo-2-01dc2f17759f5c85a2dc41953d8b06d6f21d7321.tar.bz2 gentoo-2-01dc2f17759f5c85a2dc41953d8b06d6f21d7321.zip |
Remove unused patch. Fix repoman complains.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyopengl')
-rw-r--r-- | dev-python/pyopengl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyopengl/files/pyopengl-2.0.1.09-malloc.patch | 92 | ||||
-rw-r--r-- | dev-python/pyopengl/pyopengl-2.0.0.44.ebuild | 11 |
3 files changed, 11 insertions, 98 deletions
diff --git a/dev-python/pyopengl/ChangeLog b/dev-python/pyopengl/ChangeLog index 77887a86ef97..3ece7fcc5d46 100644 --- a/dev-python/pyopengl/ChangeLog +++ b/dev-python/pyopengl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyopengl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v 1.34 2009/09/04 19:54:42 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/ChangeLog,v 1.35 2009/09/06 21:32:04 idl0r Exp $ + + 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> + pyopengl-2.0.0.44.ebuild, -files/pyopengl-2.0.1.09-malloc.patch: + Remove unused patch. Fix repoman complains. 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyopengl-3.0.0_beta6.ebuild, -pyopengl-3.0.0_beta8.ebuild, diff --git a/dev-python/pyopengl/files/pyopengl-2.0.1.09-malloc.patch b/dev-python/pyopengl/files/pyopengl-2.0.1.09-malloc.patch deleted file mode 100644 index 4acbb89ce76e..000000000000 --- a/dev-python/pyopengl/files/pyopengl-2.0.1.09-malloc.patch +++ /dev/null @@ -1,92 +0,0 @@ ---- PyOpenGL-2.0.1.09/src/Togl-1.5/tkWinPort.h Tue May 15 03:55:20 2001 -+++ PyOpenGL-2.0.1.09/src/Togl-1.5/tkWinPort.h Sun Jul 16 06:51:23 2006 -@@ -22,7 +22,6 @@ - #include <X11/Xatom.h>
- #include <X11/Xutil.h>
-
--#include <malloc.h>
- #include <errno.h>
- #include <ctype.h>
- #include <math.h>
---- PyOpenGL-2.0.1.09/src/Togl-1.5/winMain.c Tue May 15 03:55:20 2001 -+++ PyOpenGL-2.0.1.09/src/Togl-1.5/winMain.c Sun Jul 16 06:51:23 2006 -@@ -18,7 +18,7 @@ - #define WIN32_LEAN_AND_MEAN
- #include <windows.h>
- #undef WIN32_LEAN_AND_MEAN
--#include <malloc.h>
-+#include <stdlib.h> - #include <locale.h>
-
- /*
---- PyOpenGL-2.0.1.09/src/gle/src/ex_angle.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/ex_angle.c Sun Jul 16 06:51:23 2006 -@@ -20,7 +20,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <math.h>
- #include <stdio.h>
---- PyOpenGL-2.0.1.09/src/gle/src/ex_cut_round.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/ex_cut_round.c Sun Jul 16 06:51:23 2006 -@@ -22,7 +22,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <math.h>
- #include <stdio.h>
---- PyOpenGL-2.0.1.09/src/gle/src/ex_raw.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/ex_raw.c Sun Jul 16 06:51:23 2006 -@@ -19,7 +19,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <stdlib.h>
- #include <math.h>
---- PyOpenGL-2.0.1.09/src/gle/src/extrude.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/extrude.c Sun Jul 16 06:51:23 2006 -@@ -18,7 +18,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <math.h>
- #include <stdlib.h>
---- PyOpenGL-2.0.1.09/src/gle/src/round_cap.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/round_cap.c Sun Jul 16 06:51:23 2006 -@@ -16,7 +16,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <stdlib.h>
- #include <math.h>
---- PyOpenGL-2.0.1.09/src/gle/src/segment.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/segment.c Sun Jul 16 06:51:23 2006 -@@ -18,7 +18,6 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
- #endif
- #include <stdlib.h>
- #include <math.h>
---- PyOpenGL-2.0.1.09/src/gle/src/texgen.c Fri Mar 12 13:20:14 2004 -+++ PyOpenGL-2.0.1.09/src/gle/src/texgen.c Sun Jul 16 06:51:23 2006 -@@ -15,7 +15,7 @@ - #include <sys/types.h> /* Darwin has a bug that doesn't define u_short in */
- #include <sys/malloc.h> /* malloc.h, so we have to get it through stdio.h. */
- #else
--#include <malloc.h>
-+#include <stdlib.h> - #endif
- #include <math.h>
-
diff --git a/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild b/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild index e302dc639b1e..17e6b298369a 100644 --- a/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild +++ b/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild,v 1.16 2007/07/22 07:45:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopengl/pyopengl-2.0.0.44.ebuild,v 1.17 2009/09/06 21:32:04 idl0r Exp $ MY_P=${P/pyopengl/PyOpenGL} S=${WORKDIR}/${MY_P} @@ -21,12 +21,13 @@ DEPEND="virtual/python x11-libs/libXi x11-libs/libXmu virtual/opengl" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/config.diff - epatch ${FILESDIR}/${P}-fix_togl.patch + cd "${S}" + epatch "${FILESDIR}"/config.diff + epatch "${FILESDIR}"/${P}-fix_togl.patch sed -e 's/self\.NUMERIC/self.HAS_NUMERIC/' -i setup/dist.py |