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

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


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

 disk/libburn-pykix/DEPENDS   |   18 ++++++++++--------
 disk/libburn-pykix/DETAILS   |   18 +++++++++---------
 disk/libburn-pykix/HISTORY   |    9 +++++++--
 disk/libburn-pykix/INSTALL   |    3 +--
 disk/libburn-pykix/PREPARE   |    4 ++--
 disk/libburn-pykix/PRE_BUILD |    6 +++---
 6 files changed, 32 insertions(+), 26 deletions(-)

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

    libburn-pykix: fixed deps, cleaned up (removed useless brackets, spaces and quotes)

diff --git a/disk/libburn-pykix/DEPENDS b/disk/libburn-pykix/DEPENDS
index 8e33d18..4cd348f 100755
--- a/disk/libburn-pykix/DEPENDS
+++ b/disk/libburn-pykix/DEPENDS
@@ -1,8 +1,10 @@
-depends pkgconfig    &&
-if [ "$LIBBURN_SVN" == "y" ]; then
-  depends  libtool  &&
-  depends  automake  &&
-  depends  autoconf  &&
-  depends  subversion
-fi  &&
-optional_depends genisoimage "" "" "For an ISO generation tool"
+depends pkgconfig &&
+
+if [[ $LIBBURN_SVN == y ]]; then
+  depends libtool &&
+  depends automake &&
+  depends autoconf &&
+  depends subversion
+fi &&
+
+suggest_depends libisoburn "" "" "for an ISO generation tool"
diff --git a/disk/libburn-pykix/DETAILS b/disk/libburn-pykix/DETAILS
index 4fdf974..3fdb421 100755
--- a/disk/libburn-pykix/DETAILS
+++ b/disk/libburn-pykix/DETAILS
@@ -1,6 +1,6 @@
            SPELL=libburn-pykix
-if [ "$LIBBURN_SVN" == "y" ]; then
-  if [ "${LIBBURN_PYKIX_AUTOUPDATE}" == "y" ]; then
+if [[ $LIBBURN_SVN == y ]]; then
+  if [[ $LIBBURN_PYKIX_AUTOUPDATE == y ]]; then
          VERSION=$(date +%Y%m%d)
   else
          VERSION=svn
@@ -9,21 +9,21 @@ if [ "$LIBBURN_SVN" == "y" ]; then
   FORCE_DOWNLOAD=ON
     SOURCE_HINTS=old_svn_compat
    SOURCE_URL[0]=svn://libburnia-svn.pykix.org/libburn/trunk:libburn-pykix
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-svn
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
    SOURCE_IGNORE=volatile
 else
-         VERSION=0.4.8.pl00
+         VERSION=0.4.8
      SOURCE_HASH=sha512:5d8e31a976fc416ed7ee25b3c376e3b75a241bba95a40321e83978b37aaeef9e39680ad503d595c4833b7ba1806cd9d2b6141bcc0131638f9f20bb8ff2d2202d
              PKG=libburn
-          SOURCE=${PKG}-${VERSION}.tar.gz
+          SOURCE=$PKG-$VERSION.pl00.tar.gz
    SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION//.pl??}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
 fi
-        WEB_SITE=http://libburnia.pykix.org
+        WEB_SITE=http://libburnia-project.org/
          ENTERED=20060908
       LICENSE[0]=GPL
-           SHORT="Fork of the original libburn"
+           SHORT="fork of the original libburn"
 cat << EOF
-This is a fork of the freedesktops libburn library.  Libburn is an open-source
+This is a fork of the freedesktop libburn library. Libburn is an open-source
 library for reading, mastering and writing optical discs.
 EOF
diff --git a/disk/libburn-pykix/HISTORY b/disk/libburn-pykix/HISTORY
index 30e4f53..1808aad 100644
--- a/disk/libburn-pykix/HISTORY
+++ b/disk/libburn-pykix/HISTORY
@@ -1,3 +1,8 @@
+2008-06-03 Vlad Glagolev <stealth at sourcemage.org>
+	* DEPENDS: added libisoburn dep, removed useless genisoimage, cleaned up
+	* PREPARE, PRE_BUILD, INSTALL: cleaned up
+	* DETAILS: fixed website url, version, cleaned up
+
 2008-05-18 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.4.8.pl00
 
@@ -37,7 +42,7 @@
 2006-12-06 Flavien Bridault <vlaaad at sourcemage.org>
 	* DETAILS: updated tarball to 0.2.6.1, updated SOURCE_URL for svn,
 	  updated WEB_SITE, updated SOURCE_DIRECTORY
-	* DEPENDS: replaced mkisofs by genisoimage 
+	* DEPENDS: replaced mkisofs by genisoimage
 
 2006-10-26 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
@@ -46,7 +51,7 @@
 	* DETAILS: Added latest tarball
 	* PREPARE: Prompt for version to use
 	* DEPENDS: autotools and svn dependencies made conditional
-	* PRE_BUILD: only generate Makefile for svn version 
+	* PRE_BUILD: only generate Makefile for svn version
 
 2006-10-07 Flavien Bridault <vlaaad at sourcemage.org>
 	* DEPENDS: Added missing subversion, libtool, autoconf and automake
diff --git a/disk/libburn-pykix/INSTALL b/disk/libburn-pykix/INSTALL
index b85ec0d..742e195 100755
--- a/disk/libburn-pykix/INSTALL
+++ b/disk/libburn-pykix/INSTALL
@@ -1,5 +1,4 @@
 default_install  &&
-if [[ "$CDRECORD_SYMLINK" == "y" ]]; then
+if [[ $CDRECORD_SYMLINK == y ]]; then
   ln -s $TRACK_ROOT/usr/bin/cdrskin $INSTALL_ROOT/usr/bin/cdrecord
 fi
-
diff --git a/disk/libburn-pykix/PREPARE b/disk/libburn-pykix/PREPARE
index acbe5a4..c20cc90 100755
--- a/disk/libburn-pykix/PREPARE
+++ b/disk/libburn-pykix/PREPARE
@@ -1,5 +1,5 @@
-config_query LIBBURN_SVN "Download latest code?" n  && 
-if [ "$LIBBURN_SVN" = "y" ]; then
+config_query LIBBURN_SVN "Download latest code?" n &&
+if [[ $LIBBURN_SVN == y ]]; then
   config_query LIBBURN_PYKIX_AUTOUPDATE \
           "Automaticaly update the spell on sorcery queue/system-update?" n
 fi
diff --git a/disk/libburn-pykix/PRE_BUILD b/disk/libburn-pykix/PRE_BUILD
index bd66c50..3c0ec83 100755
--- a/disk/libburn-pykix/PRE_BUILD
+++ b/disk/libburn-pykix/PRE_BUILD
@@ -1,5 +1,5 @@
-default_pre_build     &&
-cd $SOURCE_DIRECTORY  &&
-if [ "$LIBBURN_SVN" = "y" ]; then
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [[ $LIBBURN_SVN == y ]]; then
   ./bootstrap
 fi



More information about the SM-Commit mailing list