From 20f1dbe6b6e144efc8dc9ecda274e8da42ac75b6 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 12 Jan 2004 16:17:09 +0000 Subject: [PATCH] misc. fixes and upgrades to sip and libsip BKrev: 4002c885MUMDwUzeDfODSv216mvGXw --- libsip/libsip-native_3.8.oe | 2 -- libsip/libsip_3.8.oe | 32 -------------------------------- libsip/libsip_3.9.oe | 0 sip/sip-native_3.8.oe | 3 --- sip/sip-native_3.9.oe | 0 sip/sip_3.8.oe | 15 --------------- sip/sip_3.9.oe | 0 7 files changed, 52 deletions(-) delete mode 100644 libsip/libsip-native_3.8.oe delete mode 100644 libsip/libsip_3.8.oe create mode 100644 libsip/libsip_3.9.oe delete mode 100644 sip/sip-native_3.8.oe create mode 100644 sip/sip-native_3.9.oe delete mode 100644 sip/sip_3.8.oe create mode 100644 sip/sip_3.9.oe diff --git a/libsip/libsip-native_3.8.oe b/libsip/libsip-native_3.8.oe deleted file mode 100644 index a2f6d5616c..0000000000 --- a/libsip/libsip-native_3.8.oe +++ /dev/null @@ -1,2 +0,0 @@ -include libsip_${PV}.oe -inherit native diff --git a/libsip/libsip_3.8.oe b/libsip/libsip_3.8.oe deleted file mode 100644 index d6962bf4f8..0000000000 --- a/libsip/libsip_3.8.oe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION="Runtime helper for sip-generated python wrapper libraries" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer " -LICENSE="GPL" -DEPENDS="virtual/libc virtual/libqte2 python" - -SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz" -S := "${WORKDIR}/sip-x11-gpl-${PV}/siplib" - -inherit qmake - -QMAKE_PROFILES = "siplib.pro.in" - -# -# Warning: passing ' "FOO=BAR" results in double ""FOO=BAR"" which is then ignored by qmake -# - -EXTRA_QMAKEVARS_POST = ' CONFIG=qt \ - DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \ - TARGET=sip \ - DEFINES=SIP_MAKE_DLL \ - DEFINES+=SIP_QT_SUPPORT \ - INCLUDEPATH=. \ - INCLUDEPATH+=${STAGING_DIR}/include/python2.3 \ - INCLUDEPATH+=${STAGING_LIBDIR}/include \ - INCLUDEPATH+=${QTDIR}/include ' - - -# -# It would be nice if I could use spaces, e.g. CONFIG=qt warn_off release dll -# diff --git a/libsip/libsip_3.9.oe b/libsip/libsip_3.9.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sip/sip-native_3.8.oe b/sip/sip-native_3.8.oe deleted file mode 100644 index 88aed22475..0000000000 --- a/sip/sip-native_3.8.oe +++ /dev/null @@ -1,3 +0,0 @@ -inherit native -include sip_${PV}.oe -DEPENDS= diff --git a/sip/sip-native_3.9.oe b/sip/sip-native_3.9.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sip/sip_3.8.oe b/sip/sip_3.8.oe deleted file mode 100644 index d673d725eb..0000000000 --- a/sip/sip_3.8.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION="SIP - A Python Wrapper Generator" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer " -LICENSE="GPL" -DEPENDS=virtual/libc - -SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz" -S := "${WORKDIR}/sip-x11-gpl-${PV}/sipgen" - -inherit qmake - -QMAKE_PROFILES = "sipgen.pro.in" -EXTRA_QMAKEVARS_POST = "DESTDIR=${STAGING_BINDIR}" - diff --git a/sip/sip_3.9.oe b/sip/sip_3.9.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5