New commits:
commit 0740edc86c8dfa90bb7b042cee8b30dfb2dced93
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
celt: Use prepare_select_branch
diff --git a/audio-libs/celt/BUILD b/audio-libs/celt/BUILD
index c2891c1..e8dd058 100755
--- a/audio-libs/celt/BUILD
+++ b/audio-libs/celt/BUILD
@@ -1,4 +1,4 @@
-if [[ $CELT_VCS == y ]]; then
+if [[ $CELT_BRANCH == scm ]]; then
./autogen.sh
fi &&
default_build
diff --git a/audio-libs/celt/DEPENDS b/audio-libs/celt/DEPENDS
index 00de136..3607b2f 100755
--- a/audio-libs/celt/DEPENDS
+++ b/audio-libs/celt/DEPENDS
@@ -1,4 +1,4 @@
-if [[ $CELT_VCS == y ]]; then
+if [[ $CELT_BRANCH == scm ]]; then
depends autoconf &&
depends automake &&
depends libtool &&
diff --git a/audio-libs/celt/DETAILS b/audio-libs/celt/DETAILS
index 6601c1e..2b7bac5 100755
--- a/audio-libs/celt/DETAILS
+++ b/audio-libs/celt/DETAILS
@@ -1,6 +1,6 @@
SPELL=celt
-if [[ $CELT_VCS == y ]]; then
- if [[ $CELT_VCS_AUTOUPDATE == y ]]; then
+if [[ $CELT_BRANCH == scm ]]; then
+ if [[ $CELT_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=git
diff --git a/audio-libs/celt/HISTORY b/audio-libs/celt/HISTORY
index ed174f4..f68de05 100644
--- a/audio-libs/celt/HISTORY
+++ b/audio-libs/celt/HISTORY
@@ -1,3 +1,6 @@
+2011-09-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
+
2011-07-15 Pol Vinogradov <vin.public AT gmail.com>
* CONFLICTS: added to conflict with celt051
diff --git a/audio-libs/celt/PREPARE b/audio-libs/celt/PREPARE
index 374166f..98d27e4 100755
--- a/audio-libs/celt/PREPARE
+++ b/audio-libs/celt/PREPARE
@@ -1,6 +1,2 @@
-config_query CELT_VCS "Build latest version from development tree?" n &&
-
-if [[ $CELT_VCS == y ]]; then
- config_query CELT_VCS_AUTOUPDATE \
- "Update automatically on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (0740edc86c8dfa90bb7b042cee8b30dfb2dced93),
Ismael Luceno, 09/19/2011