Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d8d8a8479f5b8d662c11de0ae72d60b24795bfd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d8d8a8479f5b8d662c11de0ae72d60b24795bfd5)
  • Date: Mon, 2 Jun 2008 23:27:29 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/libisofs/DEPENDS | 2 +-
disk/libisofs/DETAILS | 22 +++++++++-------------
disk/libisofs/HISTORY | 8 ++++++--
disk/libisofs/PREPARE | 4 ++--
disk/libisofs/PRE_BUILD | 2 +-
5 files changed, 19 insertions(+), 19 deletions(-)

New commits:
commit d8d8a8479f5b8d662c11de0ae72d60b24795bfd5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libisofs: => 0.6.6

diff --git a/disk/libisofs/DEPENDS b/disk/libisofs/DEPENDS
index 945a23c..e60558b 100755
--- a/disk/libisofs/DEPENDS
+++ b/disk/libisofs/DEPENDS
@@ -1,5 +1,5 @@
depends pkgconfig &&
-if [ "$LIBISOFS_SVN" == "y" ]; then
+if [[ $LIBISOFS_SVN == y ]]; then
depends libtool &&
depends automake &&
depends autoconf &&
diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
index 3691078..933a520 100755
--- a/disk/libisofs/DETAILS
+++ b/disk/libisofs/DETAILS
@@ -1,6 +1,6 @@
SPELL=libisofs
-if [ "$LIBISOFS_SVN" == "y" ]; then
- if [ "${LIBISOFS_AUTOUPDATE}" == "y" ]; then
+if [[ $LIBISOFS_SVN == y ]]; then
+ if [[ $LIBISOFS_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
@@ -9,24 +9,20 @@ if [ "$LIBISOFS_SVN" == "y" ]; then
FORCE_DOWNLOAD=ON
SOURCE_HINTS=old_svn_compat
SOURCE_URL[0]=svn://libburnia-svn.pykix.org/libisofs/trunk:libisofs_pykix
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_IGNORE=volatile
else
- VERSION=0.6.4
-
SOURCE_HASH=sha512:5885a2296403fe24734fc75754a321308e735ffe2ed869e727e3d9c257ed0be54cc574dca2fe2174aa29eb4b325d23900f61e20a6a3a918c6ecde82df0742f01
- SOURCE=${SPELL/-*}-${VERSION}.tar.gz
+ VERSION=0.6.6
+
SOURCE_HASH=sha512:db386e2052f7e74d4a889eadaa74a9b76b8fd2066c5ddfd47e94e8cef8dee54350f0c91d746b2d83528aa7075ec84a4ce6a59196673dbd3a8b711615b27b2e20
+ SOURCE=${SPELL/-*}-$VERSION.tar.gz
SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL/-*}-${VERSION}
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/-*}-$VERSION
fi
WEB_SITE=http://libburnia.pykix.org/
ENTERED=20060908
LICENSE[0]=GPL
SHORT="ISO making library from libburnia project"
cat << EOF
-This is a fork of the freedesktops libburn library.
-Libburn is an open-source library for reading, mastering and writing optical
discs.
-Libisofs is the library to pack up hard disk files and directories into a
ISO 9660
-disk image. This may then be brought to CD via libburn. libisofs is to be
the
-foundation of the upcoming mkisofs emulation.
+Libisofs is the library to pack up hard disk files and directories into a
+ISO 9660 disk image. This may then be brought to CD via libburn.
EOF
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
index beaca71..0e70a71 100644
--- a/disk/libisofs/HISTORY
+++ b/disk/libisofs/HISTORY
@@ -1,3 +1,8 @@
+2008-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.6
+ fixed long description wrap
+ * PREPARE, PRE_BUILD, DETAILS: [ ] => [[ ]], removed useless quotes,
"{", "}"
+
2008-05-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.4

@@ -15,5 +20,4 @@
* DETAILS: version 0.2.4

2006-12-06 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS, HISTORY, PREPARE, DEPENDS, PRE_BUILD: created spell
-
+ * DETAILS, HISTORY, PREPARE, DEPENDS, PRE_BUILD: created spell
diff --git a/disk/libisofs/PREPARE b/disk/libisofs/PREPARE
index 2925c13..aa9697a 100755
--- a/disk/libisofs/PREPARE
+++ b/disk/libisofs/PREPARE
@@ -1,5 +1,5 @@
-config_query LIBISOFS_SVN "Download latest code?" n &&
-if [ "$LIBISOFS_SVN" = "y" ]; then
+config_query LIBISOFS_SVN "Download latest code?" n &&
+if [[ $LIBISOFS_SVN == y ]]; then
config_query LIBISOFS_AUTOUPDATE \
"Automaticaly update the spell on sorcery queue/system-update?" n
fi
diff --git a/disk/libisofs/PRE_BUILD b/disk/libisofs/PRE_BUILD
index b2bf6fa..baf04a0 100755
--- a/disk/libisofs/PRE_BUILD
+++ b/disk/libisofs/PRE_BUILD
@@ -1,5 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-if [ "$LIBISOFS_SVN" = "y" ]; then
+if [[ $LIBISOFS_SVN == y ]]; then
./bootstrap
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d8d8a8479f5b8d662c11de0ae72d60b24795bfd5), Vlad Glagolev, 06/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page