[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d1f394c061333a0210abd4eea737090e7a633fa8)

Vlad Glagolev scm at sourcemage.org
Tue Jun 3 04:16:56 EDT 2008


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

 disk/libburn/DETAILS  |    2 +-
 disk/libburn/HISTORY  |    2 +-
 disk/libisofs/DETAILS |    8 ++++----
 disk/libisofs/HISTORY |    3 ++-
 4 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit d1f394c061333a0210abd4eea737090e7a633fa8
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    libisofs: fixed svn url

commit a3e885027db9d9fbcb4f3b783b730fc1702b46b5
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    libburn: fixed svn url

diff --git a/disk/libburn/DETAILS b/disk/libburn/DETAILS
index 86f7db5..bf2aec6 100755
--- a/disk/libburn/DETAILS
+++ b/disk/libburn/DETAILS
@@ -8,7 +8,7 @@ if [[ $LIBBURN_SVN == y ]]; then
           SOURCE=$SPELL-svn.tar.bz2
   FORCE_DOWNLOAD=on
     SOURCE_HINTS=old_svn_compat
-   SOURCE_URL[0]=svn_http://svn.libburnia-project.org/libburn/trunk:$SPELL-svn
+   SOURCE_URL[0]=svn_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
    SOURCE_IGNORE=volatile
 else
diff --git a/disk/libburn/HISTORY b/disk/libburn/HISTORY
index 5248f9e..a78d0a0 100644
--- a/disk/libburn/HISTORY
+++ b/disk/libburn/HISTORY
@@ -3,7 +3,7 @@
 	* PREPARE: renamed the var to spell name, cleaned up
 	* PRE_BUILD: cleaned up
 	* INSTALL: ln -sf, cleaned up
-	* DETAILS: fixed website url, version, cleaned up
+	* DETAILS: fixed website url, version, fixed svn url, cleaned up
 	* CONFLICTS: removed conflict on itself, lol
 
 2008-05-18 Treeve Jelbert <treeve at sourcemage.org>
diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
index 90db997..3b095bc 100755
--- a/disk/libisofs/DETAILS
+++ b/disk/libisofs/DETAILS
@@ -6,17 +6,17 @@ if [[ $LIBISOFS_SVN == y ]]; then
          VERSION=svn
   fi
           SOURCE=$SPELL-svn.tar.bz2
-  FORCE_DOWNLOAD=ON
+  FORCE_DOWNLOAD=on
     SOURCE_HINTS=old_svn_compat
-   SOURCE_URL[0]=svn://libburnia-svn.pykix.org/libisofs/trunk:libisofs_pykix
+   SOURCE_URL[0]=svn_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
    SOURCE_IGNORE=volatile
 else
          VERSION=0.6.6
      SOURCE_HASH=sha512:db386e2052f7e74d4a889eadaa74a9b76b8fd2066c5ddfd47e94e8cef8dee54350f0c91d746b2d83528aa7075ec84a4ce6a59196673dbd3a8b711615b27b2e20
-          SOURCE=${SPELL/-*}-$VERSION.tar.gz
+          SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/-*}-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
 fi
         WEB_SITE=http://libburnia-project.org/
          ENTERED=20060908
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
index 3bf518e..0d614c7 100644
--- a/disk/libisofs/HISTORY
+++ b/disk/libisofs/HISTORY
@@ -1,5 +1,6 @@
 2008-06-03 Vlad Glagolev <stealth at sourcemage.org>
-	* DETAILS: updated spell to 0.6.6, fixed long description wrap updated url
+	* DETAILS: updated spell to 0.6.6, fixed long description wrap updated url,
+	  fixed svn url
 	* PREPARE, PRE_BUILD, DETAILS: [ ] => [[ ]], removed useless quotes, "{", "}"
 	* DEPENDS: correct the deps
 



More information about the SM-Commit mailing list