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

Vlad Glagolev scm at sourcemage.org
Tue Jun 3 03:24:23 EDT 2008


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

 ChangeLog                    |    2 +
 disk/libburn-pykix/CONFIGURE |    1 
 disk/libburn-pykix/CONFLICTS |    4 --
 disk/libburn-pykix/DEPENDS   |   10 ------
 disk/libburn-pykix/DETAILS   |   29 ------------------
 disk/libburn-pykix/HISTORY   |   64 ----------------------------------------
 disk/libburn-pykix/INSTALL   |    4 --
 disk/libburn-pykix/PREPARE   |    5 ---
 disk/libburn-pykix/PRE_BUILD |    5 ---
 disk/libburn-pykix/PROVIDES  |    1 
 disk/libburn/BUILD           |    1 
 disk/libburn/CONFIGURE       |    1 
 disk/libburn/CONFLICTS       |    5 ++-
 disk/libburn/DEPENDS         |   11 ++++++
 disk/libburn/DETAILS         |   38 ++++++++++++++----------
 disk/libburn/HISTORY         |   68 +++++++++++++++++++++++++++++++++++++------
 disk/libburn/INSTALL         |    5 ++-
 disk/libburn/PREPARE         |    5 ++-
 disk/libburn/PRE_BUILD       |    6 +++
 disk/libburn/PROVIDES        |    1 
 disk/libburn/TRIGGERS        |    1 
 21 files changed, 113 insertions(+), 154 deletions(-)

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

    libburn-pykix: deprecated, renamed to libburn

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

    libburn: spell rename (libburn-pykix => libburn)

diff --git a/ChangeLog b/ChangeLog
index f96ee19..04d50b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-03 Vlad Glagolev <stealth at sourcemage.org>
 	* disk/libisoburn: new spell, frontend for libraries libburn and libisofs
+	* disk/libburn-pykix: spell (name) deprecated (renamed: => libburn)
+	* disk/libburn: spell deprecated, removed
 
 2008-06-01 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* security/pwsafe: new spell, a password safe
diff --git a/disk/libburn-pykix/CONFIGURE b/disk/libburn-pykix/CONFIGURE
deleted file mode 100755
index 0667894..0000000
--- a/disk/libburn-pykix/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query CDRECORD_SYMLINK "Create a cdrecord symlink (might be useful for front-ends)?" n
diff --git a/disk/libburn-pykix/CONFLICTS b/disk/libburn-pykix/CONFLICTS
deleted file mode 100755
index fd151f8..0000000
--- a/disk/libburn-pykix/CONFLICTS
+++ /dev/null
@@ -1,4 +0,0 @@
-conflicts  libburn    &&
-conflicts  cdrkit     &&
-conflicts  dvdrtools  &&
-conflicts  cdrtools
diff --git a/disk/libburn-pykix/DEPENDS b/disk/libburn-pykix/DEPENDS
deleted file mode 100755
index 4cd348f..0000000
--- a/disk/libburn-pykix/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100755
index 3fdb421..0000000
--- a/disk/libburn-pykix/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
-           SPELL=libburn-pykix
-if [[ $LIBBURN_SVN == y ]]; then
-  if [[ $LIBBURN_PYKIX_AUTOUPDATE == y ]]; then
-         VERSION=$(date +%Y%m%d)
-  else
-         VERSION=svn
-  fi
-          SOURCE=$SPELL-svn.tar.bz2
-  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_IGNORE=volatile
-else
-         VERSION=0.4.8
-     SOURCE_HASH=sha512:5d8e31a976fc416ed7ee25b3c376e3b75a241bba95a40321e83978b37aaeef9e39680ad503d595c4833b7ba1806cd9d2b6141bcc0131638f9f20bb8ff2d2202d
-             PKG=libburn
-          SOURCE=$PKG-$VERSION.pl00.tar.gz
-   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
-fi
-        WEB_SITE=http://libburnia-project.org/
-         ENTERED=20060908
-      LICENSE[0]=GPL
-           SHORT="fork of the original libburn"
-cat << EOF
-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
deleted file mode 100644
index 1808aad..0000000
--- a/disk/libburn-pykix/HISTORY
+++ /dev/null
@@ -1,64 +0,0 @@
-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
-
-2008-05-11 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.4.6.pl00
-
-2008-03-06 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.4.2
-	  new url
-
-2007-11-01 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* DETAILS: updated spell to 0.4.0
-	  fixed long description wrap
-
-2007-07-31 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.3.8
-
-2007-05-05 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.3.6
-
-2007-03-12 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.3.4
-
-2007-02-13 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS: version 0.3.2
-	* DEPEDNS: add pkgconfig
-
-2007-02-08 Treeve Jelbert <treeve at sourcemage.org>
-	* DETAILS" version 0.3.0.1
-
-2007-01-17 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* DETAILS: version update
-
-2006-12-29 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* DETAILS: version update
-
-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
-
-2006-10-26 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
-	* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
-
-2006-10-09 Flavien Bridault <vlaaad at sourcemage.org>
-	* 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
-
-2006-10-07 Flavien Bridault <vlaaad at sourcemage.org>
-	* DEPENDS: Added missing subversion, libtool, autoconf and automake
-
-2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
-	* PROVIDES: [automated] Fixed invalid entries.
-
-2006-09-08 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* PREPARE, DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
-	* INSTALL, CONFIGURE, CONFLICTS, PROVIDES: created spell
diff --git a/disk/libburn-pykix/INSTALL b/disk/libburn-pykix/INSTALL
deleted file mode 100755
index 742e195..0000000
--- a/disk/libburn-pykix/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-default_install  &&
-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
deleted file mode 100755
index c20cc90..0000000
--- a/disk/libburn-pykix/PREPARE
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100755
index 3c0ec83..0000000
--- a/disk/libburn-pykix/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if [[ $LIBBURN_SVN == y ]]; then
-  ./bootstrap
-fi
diff --git a/disk/libburn-pykix/PROVIDES b/disk/libburn-pykix/PROVIDES
deleted file mode 100755
index 1f352cc..0000000
--- a/disk/libburn-pykix/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-CD-BURN-UTILITY
diff --git a/disk/libburn/BUILD b/disk/libburn/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/disk/libburn/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/disk/libburn/CONFIGURE b/disk/libburn/CONFIGURE
new file mode 100755
index 0000000..0667894
--- /dev/null
+++ b/disk/libburn/CONFIGURE
@@ -0,0 +1 @@
+config_query CDRECORD_SYMLINK "Create a cdrecord symlink (might be useful for front-ends)?" n
diff --git a/disk/libburn/CONFLICTS b/disk/libburn/CONFLICTS
index db4fcd8..fd151f8 100755
--- a/disk/libburn/CONFLICTS
+++ b/disk/libburn/CONFLICTS
@@ -1 +1,4 @@
-conflicts libburn-pykix y
+conflicts  libburn    &&
+conflicts  cdrkit     &&
+conflicts  dvdrtools  &&
+conflicts  cdrtools
diff --git a/disk/libburn/DEPENDS b/disk/libburn/DEPENDS
index 5c690eb..4cd348f 100755
--- a/disk/libburn/DEPENDS
+++ b/disk/libburn/DEPENDS
@@ -1 +1,10 @@
-depends libburn-pykix
+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/DETAILS b/disk/libburn/DETAILS
index a5d29fd..3fdb421 100755
--- a/disk/libburn/DETAILS
+++ b/disk/libburn/DETAILS
@@ -1,21 +1,29 @@
-           SPELL=libburn
-if [[ "${LIBBURN_AUTOUPDATE}" == "y" ]];
-then
+           SPELL=libburn-pykix
+if [[ $LIBBURN_SVN == y ]]; then
+  if [[ $LIBBURN_PYKIX_AUTOUPDATE == y ]]; then
          VERSION=$(date +%Y%m%d)
+  else
+         VERSION=svn
+  fi
+          SOURCE=$SPELL-svn.tar.bz2
+  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_IGNORE=volatile
 else
-         VERSION=cvs
+         VERSION=0.4.8
+     SOURCE_HASH=sha512:5d8e31a976fc416ed7ee25b3c376e3b75a241bba95a40321e83978b37aaeef9e39680ad503d595c4833b7ba1806cd9d2b6141bcc0131638f9f20bb8ff2d2202d
+             PKG=libburn
+          SOURCE=$PKG-$VERSION.pl00.tar.gz
+   SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PKG-$VERSION
 fi
-#          SOURCE=$SPELL-cvs.tar.bz2
-#  FORCE_DOWNLOAD=ON
-#   SOURCE_URL[0]=cvs://:pserver:anoncvs@cvs.freedesktop.org:/cvs/burn:burn
-#   SOURCE_IGNORE=volatile
-      PATCHLEVEL=1
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
-        WEB_SITE=http://icculus.org/burn/
-         ENTERED=20060407
+        WEB_SITE=http://libburnia-project.org/
+         ENTERED=20060908
       LICENSE[0]=GPL
-           SHORT="Libburn is an open-source library for reading, mastering and writing optical discs."
+           SHORT="fork of the original libburn"
 cat << EOF
-Libburn is an open-source library for reading, mastering and writing optical
-discs.
+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/HISTORY b/disk/libburn/HISTORY
index 7cb1586..1808aad 100644
--- a/disk/libburn/HISTORY
+++ b/disk/libburn/HISTORY
@@ -1,14 +1,64 @@
 2008-06-03 Vlad Glagolev <stealth at sourcemage.org>
-	* DETAILS: spell deprecated, libburn-pykix will replace it soon
+	* DEPENDS: added libisoburn dep, removed useless genisoimage, cleaned up
+	* PREPARE, PRE_BUILD, INSTALL: cleaned up
+	* DETAILS: fixed website url, version, cleaned up
 
-2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
-	* DETAILS: [automated] Removed UPDATED.
+2008-05-18 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.4.8.pl00
 
-2006-09-19 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* CONFLICTS: added
+2008-05-11 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.4.6.pl00
 
-2006-05-26 Flavien Bridault <vlaaad at sourcemage.org>
-	* DETAILS: Removed useless BUILD_API
+2008-03-06 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.4.2
+	  new url
 
-2006-04-07 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* PREPARE, DETAILS, PRE_BUILD, HISTORY: created spell
+2007-11-01 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: updated spell to 0.4.0
+	  fixed long description wrap
+
+2007-07-31 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.3.8
+
+2007-05-05 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.3.6
+
+2007-03-12 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.3.4
+
+2007-02-13 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.3.2
+	* DEPEDNS: add pkgconfig
+
+2007-02-08 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS" version 0.3.0.1
+
+2007-01-17 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: version update
+
+2006-12-29 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: version update
+
+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
+
+2006-10-26 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
+
+2006-10-09 Flavien Bridault <vlaaad at sourcemage.org>
+	* 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
+
+2006-10-07 Flavien Bridault <vlaaad at sourcemage.org>
+	* DEPENDS: Added missing subversion, libtool, autoconf and automake
+
+2006-09-21 Juuso Alasuutari <iuso at sourcemage.org>
+	* PROVIDES: [automated] Fixed invalid entries.
+
+2006-09-08 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* PREPARE, DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
+	* INSTALL, CONFIGURE, CONFLICTS, PROVIDES: created spell
diff --git a/disk/libburn/INSTALL b/disk/libburn/INSTALL
index 27ba77d..742e195 100755
--- a/disk/libburn/INSTALL
+++ b/disk/libburn/INSTALL
@@ -1 +1,4 @@
-true
+default_install  &&
+if [[ $CDRECORD_SYMLINK == y ]]; then
+  ln -s $TRACK_ROOT/usr/bin/cdrskin $INSTALL_ROOT/usr/bin/cdrecord
+fi
diff --git a/disk/libburn/PREPARE b/disk/libburn/PREPARE
index 683f267..c20cc90 100755
--- a/disk/libburn/PREPARE
+++ b/disk/libburn/PREPARE
@@ -1,2 +1,5 @@
-config_query LIBBURN_AUTOUPDATE \
+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/PRE_BUILD b/disk/libburn/PRE_BUILD
index 27ba77d..3c0ec83 100755
--- a/disk/libburn/PRE_BUILD
+++ b/disk/libburn/PRE_BUILD
@@ -1 +1,5 @@
-true
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if [[ $LIBBURN_SVN == y ]]; then
+  ./bootstrap
+fi
diff --git a/disk/libburn/PROVIDES b/disk/libburn/PROVIDES
new file mode 100755
index 0000000..1f352cc
--- /dev/null
+++ b/disk/libburn/PROVIDES
@@ -0,0 +1 @@
+CD-BURN-UTILITY
diff --git a/disk/libburn/TRIGGERS b/disk/libburn/TRIGGERS
deleted file mode 100755
index 48c5fc9..0000000
--- a/disk/libburn/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast libburn dispel_self



More information about the SM-Commit mailing list