[SM-Commit] GIT changes to master =?unknown-8bit?Q?gri?= =?unknown-8bit?Q?moire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (3d0c7e997c6e3551b765724e43b0a86278dd1512)

=?unknown-8bit?Q?Andra=C5=BE?= Levstik scm at mail.sourcemage.org
Mon Aug 14 15:59:58 EDT 2006


GIT changes to master grimoire by Andraž Levstik <ruskie at mages.ath.cx>:

 ChangeLog                         |    3 +++
 libs/dietlibc/BUILD               |    1 -
 libs/dietlibc/DETAILS             |    8 +++-----
 libs/dietlibc/HISTORY             |    6 ++++++
 libs/libowfat/BUILD               |    1 +
 libs/libowfat/DEPENDS             |    1 +
 libs/libowfat/DETAILS             |   17 +++++++++++++++++
 libs/libowfat/FelixvonLeitner.gpg |binary
 libs/libowfat/HISTORY             |    2 ++
 9 files changed, 33 insertions(+), 6 deletions(-)

New commits:
commit 3d0c7e997c6e3551b765724e43b0a86278dd1512
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    libowfat: Forgot to add ChangeLog entry

commit 32aa97393f10e37e03c1d5b581744f227f6011ec
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    dietlibc: update to 0.30 and fix some probs with it

commit b69a2390dd157e43abc2436eec87dc1c08321994
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    libowfat: aka -lowfat added to the grimoire... I need it for minit which
    I won't be commiting to the main grimoire due to the fact that it replaces
    certain tools from our normal init(until such time that we have init METADATA)
    A spell for shish is soon to follow.

diff --git a/ChangeLog b/ChangeLog
index 950847a..f70ebad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-14 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* libs/libowfat: new spell
+
 2006-08-14 Flavien Bridault <vlaaad at sourcemage.org>
 	* net/libswitch,gswitch: deprecated in favour of libnetswitch and gnetswitch
 
diff --git a/libs/dietlibc/BUILD b/libs/dietlibc/BUILD
index 076c33d..8f58e6d 100755
--- a/libs/dietlibc/BUILD
+++ b/libs/dietlibc/BUILD
@@ -1,2 +1 @@
-sedit  "s:/opt/diet:$INSTALL_ROOT/usr/share/diet:"  Makefile  &&
 make
diff --git a/libs/dietlibc/DETAILS b/libs/dietlibc/DETAILS
index 3a3c7e3..ba3fdc1 100755
--- a/libs/dietlibc/DETAILS
+++ b/libs/dietlibc/DETAILS
@@ -1,16 +1,14 @@
            SPELL=dietlibc
-         VERSION=0.29
+         VERSION=0.30
           SOURCE=$SPELL-$VERSION.tar.bz2
-	 SOURCE2=${SOURCE}.sign
+         SOURCE2=${SOURCE}.sign
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.kernel.org/pub/linux/libs/dietlibc/$SOURCE
-  SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+  SOURCE2_URL[0]=http://www.kernel.org/pub/linux/libs/dietlibc/$SOURCE2
       SOURCE_GPG="kernel.gpg:${SOURCE2}"
         WEB_SITE=http://www.fefe.de/dietlibc/
          ENTERED=20040716
-         UPDATED=20040716
       LICENSE[0]=GPL
-       BUILD_API=2
             DOCS="AUTHOR BUGS CAVEAT CHANGES FAQ COPYING"
         KEYWORDS="libs"
            SHORT="small and efficient libc"
diff --git a/libs/dietlibc/HISTORY b/libs/dietlibc/HISTORY
index e3b79a0..3592173 100644
--- a/libs/dietlibc/HISTORY
+++ b/libs/dietlibc/HISTORY
@@ -1,3 +1,9 @@
+2006-08-14 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* INSTALL: removed the binary in /usr/bin breaks stuff
+	* BUILD: install to a FHS compatible location in this case
+	  only /opt is trully valid without conflicts
+	* DETAILS: updated to 0.30
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 
diff --git a/libs/libowfat/BUILD b/libs/libowfat/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libowfat/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libowfat/DEPENDS b/libs/libowfat/DEPENDS
new file mode 100755
index 0000000..56bf8ff
--- /dev/null
+++ b/libs/libowfat/DEPENDS
@@ -0,0 +1 @@
+depends dietlibc 
diff --git a/libs/libowfat/DETAILS b/libs/libowfat/DETAILS
new file mode 100755
index 0000000..ad69f99
--- /dev/null
+++ b/libs/libowfat/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=libowfat
+         VERSION=0.24
+          SOURCE="$SPELL-$VERSION.tar.bz2"
+   SOURCE_URL[0]=http://dl.fefe.de/$SOURCE
+         SOURCE2=$SOURCE.sig
+  SOURCE2_URL[0]=http://dl.fefe.de/$SOURCE2
+      SOURCE_GPG="FelixvonLeitner.gpg:$SOURCE2:UPSTREAM_KEY"
+  SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+        WEB_SITE=http://www.fefe.de/libowfat/
+      LICENSE[0]=GPL
+           SHORT="A GPL reimplementation of libdjb."
+cat << EOF
+libowfat aims to reimplement the API defined by Prof. Dan Bernstein as
+extracted in the libdjb project. However, the reimplementation is covered
+by the GNU General Public License. The API is also extended slightly.
+EOF
diff --git a/libs/libowfat/FelixvonLeitner.gpg b/libs/libowfat/FelixvonLeitner.gpg
new file mode 100644
index 0000000..299940e
Binary files /dev/null and b/libs/libowfat/FelixvonLeitner.gpg differ
diff --git a/libs/libowfat/HISTORY b/libs/libowfat/HISTORY
new file mode 100644
index 0000000..bf9d141
--- /dev/null
+++ b/libs/libowfat/HISTORY
@@ -0,0 +1,2 @@
+2006-08-14 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS, DEPENDS, BUILD, HISTORY: created spell



More information about the SM-Commit mailing list