[Lunar-commits] <moonbase> PyQt: move it to crater.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 19:43:02 CET 2010


commit 6640cda8cd8129110b37de87f39728bc1bc4c64e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 20:43:02 2010 +0200

    PyQt: move it to crater.
---
 python/PyQt/BUILD     |   10 ----------
 python/PyQt/DEPENDS   |    4 ----
 python/PyQt/DETAILS   |   18 ------------------
 python/PyQt/PRE_BUILD |    4 ----
 4 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/python/PyQt/BUILD b/python/PyQt/BUILD
deleted file mode 100644
index e027648..0000000
--- a/python/PyQt/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-  
-  . /etc/profile.d/qt3.rc
-
-  default_make                      &&
-  mkdir -p         /usr/share/PyQt  &&
-  cp -R examples3  /usr/share/PyQt  &&
-  cp -R sip        /usr/share/PyQt     
-
-) > $C_FIFO 2>&1
diff --git a/python/PyQt/DEPENDS b/python/PyQt/DEPENDS
deleted file mode 100644
index c3491d3..0000000
--- a/python/PyQt/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends  sip
-depends  qt3
-
-optional_depends "qscintilla" "" "" "For qscintilla support"
diff --git a/python/PyQt/DETAILS b/python/PyQt/DETAILS
deleted file mode 100644
index cdf4744..0000000
--- a/python/PyQt/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=PyQt
-           EXTRA=x11-gpl
-         VERSION=3.18.1
-          SOURCE=$MODULE-$EXTRA-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$EXTRA-$VERSION
-      SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/PyQt3
-      SOURCE_VFY=sha1:310c17bd3b0f81f8b516c5b755250171fa9c9a04
-        WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php
-         ENTERED=20020520
-         UPDATED=20090617
-           SHORT="A set of Python bindings for the Qt toolkit"
-
-cat << EOF
-PyQt is a set of Python bindings for the Qt toolkit. The bindings are 
-implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, 
-qtsql, qttable and qtxml, and contains 300 classes and over 5,750 
-functions and methods. 
-EOF
diff --git a/python/PyQt/PRE_BUILD b/python/PyQt/PRE_BUILD
deleted file mode 100644
index d667d24..0000000
--- a/python/PyQt/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-. /etc/profile.d/qt3.rc &&
-echo "yes" | python ./configure.py $OPTS


More information about the Lunar-commits mailing list