[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (80ac96402c83d890dc941da0c33627698e022761)

Mathieu Lonjaret scm at sourcemage.org
Sat Mar 14 19:34:19 EDT 2009


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 libs/dietlibc/DETAILS |   13 +++++++++++++
 libs/dietlibc/HISTORY |    3 +++
 libs/dietlibc/PREPARE |    6 ++++++
 3 files changed, 22 insertions(+)

New commits:
commit 80ac96402c83d890dc941da0c33627698e022761
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    dietlibc: cvs version

diff --git a/libs/dietlibc/DETAILS b/libs/dietlibc/DETAILS
index 6d3c996..8666702 100755
--- a/libs/dietlibc/DETAILS
+++ b/libs/dietlibc/DETAILS
@@ -1,4 +1,16 @@
            SPELL=dietlibc
+if [ "$DIETLIBC_CVS" == "y" ]; then
+  if [ "$DIETLIBC_CVS_AUTOUPDATE" == "y" ]; then
+          VERSION=$(date +%Y%m%d)
+  else
+          VERSION=cvs
+  fi
+           SOURCE=$SPELL-cvs.tar.bz2
+    SOURCE_URL[0]=cvs://:pserver:cvs@cvs.fefe.de:/cvs:dietlibc
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+    SOURCE_IGNORE=volatile
+   FORCE_DOWNLOAD=on
+else
          VERSION=0.31
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.sign
@@ -7,6 +19,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE2_URL[0]=$SOURCE_URL.sign
   SOURCE2_IGNORE=signature
       SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+fi
         WEB_SITE=http://www.fefe.de/dietlibc/
          ENTERED=20040716
       LICENSE[0]=GPL
diff --git a/libs/dietlibc/HISTORY b/libs/dietlibc/HISTORY
index 802cf13..617d985 100644
--- a/libs/dietlibc/HISTORY
+++ b/libs/dietlibc/HISTORY
@@ -1,3 +1,6 @@
+2009-03-15 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* added PREPARE, DETAILS: cvs version
+
 2008-05-30 Vlad Glagolev <stealth at sourcemage.org>
 	* INSTALL: fixed the install process
 	* BUILD: added dyn-linked bins/libs
diff --git a/libs/dietlibc/PREPARE b/libs/dietlibc/PREPARE
new file mode 100755
index 0000000..3735388
--- /dev/null
+++ b/libs/dietlibc/PREPARE
@@ -0,0 +1,6 @@
+config_query  DIETLIBC_CVS  "Build the cvs version?"  n
+if [ "$DIETLIBC_CVS" == "y" ]; then
+  config_query  DIETLIBC_CVS_AUTOUPDATE                                    \
+                "Update to the latest CVS automatically on every cast?" \
+                n
+fi



More information about the SM-Commit mailing list