python-pygame: remove 1.6
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:11:54 +0000 (07:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:11:54 +0000 (07:11 +0000)
packages/python/python-pygame_1.6.bb [deleted file]
packages/python/python-pygame_1.7.1.bb

diff --git a/packages/python/python-pygame_1.6.bb b/packages/python/python-pygame_1.6.bb
deleted file mode 100644 (file)
index 7d76a9a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Python libSDL Bindings"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-RDEPENDS = "python-core python-numeric"
-DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
-SRCNAME = "pygame"
-
-SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \
-           file://qpe.patch;patch=1 \
-           file://Setup"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-do_configure_prepend() {
-       SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
-        cat ${WORKDIR}/Setup >>Setup
-}
index a664c0e..37b7314 100644 (file)
@@ -2,10 +2,10 @@ DESCRIPTION = "Python libSDL Bindings"
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-RDEPENDS = "python-core python-numeric libsdl-x11"
-DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
+RDEPENDS = "python-numeric"
+DEPENDS = "libsdl-x11 libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric"
 SRCNAME = "pygame"
-PR = "ml1"
+PR = "ml2"
 
 SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \
            file://Setup"
@@ -15,5 +15,5 @@ inherit distutils
 
 do_configure_prepend() {
        SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
-        cat ${WORKDIR}/Setup >>Setup
+       cat ${WORKDIR}/Setup >>Setup
 }