[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1e1cdc9d6e77b913dc10469fdec75d04c3ed3db3)

Treeve Jelbert scm at mail.sourcemage.org
Fri Sep 8 13:07:02 EDT 2006


GIT changes to master grimoire by Treeve Jelbert <treeve at scarlet.be>:

 database/odk-ng/BUILD     |    6 +-----
 database/odk-ng/CONFIGURE |    1 -
 database/odk-ng/DEPENDS   |    5 +----
 database/odk-ng/DETAILS   |    5 ++---
 database/odk-ng/HISTORY   |    4 ++++
 database/odk-ng/INSTALL   |    6 +-----
 database/odkutils/DETAILS |    5 ++---
 database/odkutils/HISTORY |    3 +++
 8 files changed, 14 insertions(+), 21 deletions(-)

New commits:
commit 9ea1b8962b1d9c51fbd874cc12a24508176e820a
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    odk-ng-0.5.3

commit 446ea547360ecd1a644da440bc1b0357c9ca5809
Author: Treeve Jelbert <treeve at scarlet.be>
Commit: Treeve Jelbert <treeve at scarlet.be>

    odkutils-0.5.3

diff --git a/database/odk-ng/BUILD b/database/odk-ng/BUILD
index 0f74807..ba0f794 100755
--- a/database/odk-ng/BUILD
+++ b/database/odk-ng/BUILD
@@ -1,7 +1,3 @@
 cd $SOURCE_DIRECTORY/odkda2  &&
 chmod u+x ./compile.sh       &&
-./compile.sh                 &&
-if [ "$ODK_PY"  == "y" ];then 
-  cd $SOURCE_DIRECTORY/pyodk &&
-  python setup.py build
-fi
+./compile.sh
diff --git a/database/odk-ng/CONFIGURE b/database/odk-ng/CONFIGURE
index 65d8f25..52a1803 100755
--- a/database/odk-ng/CONFIGURE
+++ b/database/odk-ng/CONFIGURE
@@ -1,5 +1,4 @@
 source $GRIMOIRE/FUNCTIONS                  &&
-config_query        ODK_PY "build python bindings?" n  &&
 config_query_multi  ODK_BACKENDS             \
   "Which database backends do you want?"     \
   mysql, postgresql, sqlite, sqlite2
diff --git a/database/odk-ng/DEPENDS b/database/odk-ng/DEPENDS
index 31beb86..f9f7857 100755
--- a/database/odk-ng/DEPENDS
+++ b/database/odk-ng/DEPENDS
@@ -3,9 +3,6 @@ depends expat               &&
 local DB                    &&
 for DB in $ODK_BACKENDS;do
   depends ${DB/,/}
-done                        &&
-if [ "$ODK_PY"  == "y" ];then
-  depends python
-fi
+done
 
 
diff --git a/database/odk-ng/DETAILS b/database/odk-ng/DETAILS
index 808909f..55d6b0e 100755
--- a/database/odk-ng/DETAILS
+++ b/database/odk-ng/DETAILS
@@ -1,7 +1,6 @@
            SPELL=odk-ng
-         VERSION=0.5.2
-     SOURCE_HASH=sha512:37124ca3db79b3a412c9ef3fbc44fa7d6eced9423773296c399d6211b405e4257add9dbdc14ea92d4c8ebc449ffb09975203303164e74e8d20fb829ea1b7202d
-       BUILD_API=2
+         VERSION=0.5.3
+     SOURCE_HASH=sha512:84581d13639fe22c7523992e5e12ef739e2d8e2e6918591dc178590c9b4feeea3036001f6e4a52e038d3bff83432ab66c4b5c59b678ff7224b6475a83e108bbb
           SOURCE=odkit-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/odkit-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/odkit/$SOURCE
diff --git a/database/odk-ng/HISTORY b/database/odk-ng/HISTORY
index d4751a9..402d977 100644
--- a/database/odk-ng/HISTORY
+++ b/database/odk-ng/HISTORY
@@ -1,3 +1,7 @@
+2006-09-08 Treeve Jelbert <treeve at pi.be>
+	* DETAILS: version 0.5.3
+	* CONFIGURE, DEPENDS, BUILD, INSTALL: remove references to python
+
 2006-05-21 Treeve Jelbert <treeve01 at pi.be>
 	* DETAILS: version 0.5.2
 
diff --git a/database/odk-ng/INSTALL b/database/odk-ng/INSTALL
index c3cb17f..b80621b 100755
--- a/database/odk-ng/INSTALL
+++ b/database/odk-ng/INSTALL
@@ -1,6 +1,2 @@
 cd $SOURCE_DIRECTORY/odkda2  &&
-./compile.sh install  $INSTALL_ROOT/usr  &&
-if [ "$ODK_PY"  == "y" ];then
-  cd $SOURCE_DIRECTORY/pyodk  &&
-  python setup.py install
-fi
+./compile.sh install  $INSTALL_ROOT/usr
diff --git a/database/odkutils/DETAILS b/database/odkutils/DETAILS
index 5d31338..68460ef 100755
--- a/database/odkutils/DETAILS
+++ b/database/odkutils/DETAILS
@@ -1,7 +1,6 @@
            SPELL=odkutils
-         VERSION=0.5.2
-     SOURCE_HASH=sha512:37124ca3db79b3a412c9ef3fbc44fa7d6eced9423773296c399d6211b405e4257add9dbdc14ea92d4c8ebc449ffb09975203303164e74e8d20fb829ea1b7202d
-       BUILD_API=2
+         VERSION=0.5.3
+     SOURCE_HASH=sha512:84581d13639fe22c7523992e5e12ef739e2d8e2e6918591dc178590c9b4feeea3036001f6e4a52e038d3bff83432ab66c4b5c59b678ff7224b6475a83e108bbb
           SOURCE=odkit-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/odkit-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/odkit/$SOURCE
diff --git a/database/odkutils/HISTORY b/database/odkutils/HISTORY
index 2f31eda..8102b87 100644
--- a/database/odkutils/HISTORY
+++ b/database/odkutils/HISTORY
@@ -1,3 +1,6 @@
+2006-09-08 Treeve Jelbert <treeve01 at pi.be>
+	* DETAILS: version 0.5.3
+
 2006-05-21 Treeve Jelbert <treeve01 at pi.be>
 	* DETAILS: version 0.5.2
 



More information about the SM-Commit mailing list