python-pyqt: promote qt4 to being the default, rename other packages accordingly
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 08:40:59 +0000 (08:40 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 08:40:59 +0000 (08:40 +0000)
13 files changed:
packages/python/python-pyqt/.mtn2git_empty [moved from packages/python/python-pyqt-3.13/.mtn2git_empty with 100% similarity]
packages/python/python-pyqt/cross-compile.patch [moved from packages/python/python-pyqt4/cross-compile.patch with 100% similarity]
packages/python/python-pyqt_4.2.bb [moved from packages/python/python-pyqt4_4.2.bb with 100% similarity]
packages/python/python-sip_4.7.bb [moved from packages/python/python-sip4_4.4.5.bb with 96% similarity]
packages/python/python24-pyqt2/.mtn2git_empty [moved from packages/python/python-pyqt4/.mtn2git_empty with 100% similarity]
packages/python/python24-pyqt2/features [moved from packages/python/python-pyqt-3.13/features with 100% similarity]
packages/python/python24-pyqt2/qt2-fix.patch [moved from packages/python/python-pyqt-3.13/qt2-fix.patch with 100% similarity]
packages/python/python24-pyqt2_3.13.bb [moved from packages/python/python-pyqt_3.13.bb with 98% similarity]
packages/python/python24-pyqwt2/.mtn2git_empty [moved from packages/python/python-pyqwt-3.10/.mtn2git_empty with 100% similarity]
packages/python/python24-pyqwt2/features [moved from packages/python/python-pyqwt-3.10/features with 100% similarity]
packages/python/python24-pyqwt2/qt2.x-compat.patch [moved from packages/python/python-pyqwt-3.10/qt2.x-compat.patch with 100% similarity]
packages/python/python24-pyqwt2_3.10.bb [moved from packages/python/python-pyqwt_3.10.bb with 100% similarity]
packages/python/python24-sip_4.1.1.bb [moved from packages/python/python-sip_4.1.1.bb with 100% similarity]

similarity index 96%
rename from packages/python/python-sip4_4.4.5.bb
rename to packages/python/python-sip_4.7.bb
index 000aa8b..7c02286 100644 (file)
@@ -1,3 +1,5 @@
+BROKEN = "1"
+
 DESCRIPTION = "Runtime helper for sip-generated python wrapper libraries"
 SECTION = "devel/python"
 HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
@@ -10,7 +12,7 @@ PR = "ml0"
 SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz"
 S = "${WORKDIR}/sip-${PV}/siplib"
 
-inherit qmake distutils-base
+inherit qmake2 distutils-base
 
 EXTRA_QMAKEVARS_POST += " TEMPLATE=lib \
                          CONFIG=console \
similarity index 98%
rename from packages/python/python-pyqt_3.13.bb
rename to packages/python/python24-pyqt2_3.13.bb
index f9a8bb3..2c9916b 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "virtual/libqte2 virtual/libqpe1"
-RDEPENDS = "python-core python-sip"
+RDEPENDS = "python-core python24-sip"
 SRCNAME = "pyqt"
 PR = "ml5"