Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ff5c6b0441e191ba317d12e9db681fcdaceb8212)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ff5c6b0441e191ba317d12e9db681fcdaceb8212)
  • Date: Thu, 29 Sep 2011 14:37:25 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

disk/libburn/DEPENDS | 2 +-
disk/libburn/DETAILS | 2 +-
disk/libburn/HISTORY | 3 +++
disk/libburn/PREPARE | 8 ++------
disk/libisoburn/DETAILS | 2 +-
disk/libisoburn/HISTORY | 3 +++
disk/libisoburn/PREPARE | 8 ++------
disk/libisofs/DEPENDS | 2 +-
disk/libisofs/DETAILS | 2 +-
disk/libisofs/HISTORY | 3 +++
disk/libisofs/PREPARE | 8 ++------
11 files changed, 20 insertions(+), 23 deletions(-)

New commits:
commit ff5c6b0441e191ba317d12e9db681fcdaceb8212
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libisofs: Use prepare_select_branch

commit 478d127bc50d3066108ed5c47f839818bb7d9e24
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libisoburn: Use prepare_select_branch

commit df095e12d0991c438084a5a17c695f6a3877b458
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libburn: Use prepare_select_branch

diff --git a/disk/libburn/DEPENDS b/disk/libburn/DEPENDS
index 4cd348f..096d8a8 100755
--- a/disk/libburn/DEPENDS
+++ b/disk/libburn/DEPENDS
@@ -1,6 +1,6 @@
depends pkgconfig &&

-if [[ $LIBBURN_SVN == y ]]; then
+if [[ $LIBBURN_BRANCH == scm ]]; then
depends libtool &&
depends automake &&
depends autoconf &&
diff --git a/disk/libburn/DETAILS b/disk/libburn/DETAILS
index 18151bc..f7afac1 100755
--- a/disk/libburn/DETAILS
+++ b/disk/libburn/DETAILS
@@ -1,5 +1,5 @@
SPELL=libburn
-if [[ $LIBBURN_SVN == y ]]; then
+if [[ $LIBBURN_BRANCH == scm ]]; then
if [[ $LIBBURN_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
diff --git a/disk/libburn/HISTORY b/disk/libburn/HISTORY
index 65c5360..d2e4396 100644
--- a/disk/libburn/HISTORY
+++ b/disk/libburn/HISTORY
@@ -1,3 +1,6 @@
+2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* ABC0A854.gpg: added gpg keyring
diff --git a/disk/libburn/PREPARE b/disk/libburn/PREPARE
index 3e2fb9d..98d27e4 100755
--- a/disk/libburn/PREPARE
+++ b/disk/libburn/PREPARE
@@ -1,6 +1,2 @@
-config_query LIBBURN_SVN "Download latest code?" n &&
-
-if [[ $LIBBURN_SVN == y ]]; then
- config_query LIBBURN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/disk/libisoburn/DETAILS b/disk/libisoburn/DETAILS
index 9b001c6..2c3bc17 100755
--- a/disk/libisoburn/DETAILS
+++ b/disk/libisoburn/DETAILS
@@ -1,5 +1,5 @@
SPELL=libisoburn
-if [[ $LIBISOBURN_SVN == y ]]; then
+if [[ $LIBISOBURN_BRANCH == scm ]]; then
if [[ $LIBISOBURN_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
diff --git a/disk/libisoburn/HISTORY b/disk/libisoburn/HISTORY
index 05e2f7b..288ccbb 100644
--- a/disk/libisoburn/HISTORY
+++ b/disk/libisoburn/HISTORY
@@ -1,3 +1,6 @@
+2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: Use prepare_select_branch
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* ABC0A854.gpg: added gpg keyring
diff --git a/disk/libisoburn/PREPARE b/disk/libisoburn/PREPARE
index 2541830..98d27e4 100755
--- a/disk/libisoburn/PREPARE
+++ b/disk/libisoburn/PREPARE
@@ -1,6 +1,2 @@
-config_query LIBISOBURN_SVN "Download latest code?" n &&
-
-if [[ $LIBISOBURN_SVN == y ]]; then
- config_query LIBISOBURN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/disk/libisofs/DEPENDS b/disk/libisofs/DEPENDS
index ae41d9d..41072ec 100755
--- a/disk/libisofs/DEPENDS
+++ b/disk/libisofs/DEPENDS
@@ -1,7 +1,7 @@
depends libburn &&
depends pkgconfig &&

-if [[ $LIBISOFS_SVN == y ]]; then
+if [[ $LIBISOFS_BRANCH == scm ]]; then
depends libtool &&
depends automake &&
depends autoconf &&
diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
index 5fdac2e..d40b607 100755
--- a/disk/libisofs/DETAILS
+++ b/disk/libisofs/DETAILS
@@ -1,5 +1,5 @@
SPELL=libisofs
-if [[ $LIBISOFS_SVN == y ]]; then
+if [[ $LIBISOFS_BRANCH == scm ]]; then
if [[ $LIBISOFS_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
index 0ca4d6c..3a205f7 100644
--- a/disk/libisofs/HISTORY
+++ b/disk/libisofs/HISTORY
@@ -1,3 +1,6 @@
+2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* ABC0A854.gpg: added gpg keyring
diff --git a/disk/libisofs/PREPARE b/disk/libisofs/PREPARE
index f79bb82..98d27e4 100755
--- a/disk/libisofs/PREPARE
+++ b/disk/libisofs/PREPARE
@@ -1,6 +1,2 @@
-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
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ff5c6b0441e191ba317d12e9db681fcdaceb8212), Ismael Luceno, 09/29/2011

Archive powered by MHonArc 2.6.24.

Top of Page