[Lunar-commits] CVS: moonbase/devel/sip BUILD, 1.2, 1.3 DETAILS, 1.10, 1.11 PRE_BUILD, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Fri Mar 12 04:17:23 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/sip
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13193

Modified Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
bump the version from 3.8 to 3.10.1. 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/sip/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	18 Apr 2003 15:25:51 -0000	1.2
+++ BUILD	12 Mar 2004 04:17:21 -0000	1.3
@@ -1,9 +1,5 @@
 (
 
-  export QTDIR="/opt/lunar/qt/3"
-  
-  prepare_install                      &&
-  make                                 &&
-  make  install
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/sip/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	4 Jan 2004 13:27:02 -0000	1.10
+++ DETAILS	12 Mar 2004 04:17:21 -0000	1.11
@@ -1,14 +1,14 @@
           MODULE=sip
-           EXTRA=x11-gpl
-         VERSION=3.8
-          SOURCE=$MODULE-$EXTRA-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$EXTRA-$VERSION
+         VERSION=3.10.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.river-bank.demon.co.uk/download/sip/$SOURCE
-      SOURCE_VFY=md5:2144b29adca9ff7b3b03de266da6c2eb
+      SOURCE_VFY=md5:7d7faa17422cd3e7b27d449ffbc9cd0f
         WEB_SITE=http://www.riverbankcomputing.co.uk/sip/index.php
          ENTERED=20020520
-         UPDATED=20030905
+         UPDATED=20040312
            SHORT="SIP is a tool to create Python bindings for C++ libraries."
+
 cat << EOF
 SIP is a tool that makes it very easy to create Python bindings for C++ 
 libraries. It was originally developed to create PyQt, the Python bindings for 

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/sip/PRE_BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PRE_BUILD	2 Jun 2003 18:54:53 -0000	1.2
+++ PRE_BUILD	12 Mar 2004 04:17:21 -0000	1.3
@@ -1,8 +1,6 @@
-export QTDIR="/opt/lunar/qt/3"
-
 default_pre_build &&
 
 cd $SOURCE_DIRECTORY &&
-echo "yes" | python build.py  -b /usr/bin         \
-                   -q /opt/lunar/qt/3  \
-                   $OPTS               
+echo "yes" | python build.py  -b /usr/bin   \
+                              -q $QTDIR     \
+                              $OPTS               



More information about the Lunar-commits mailing list