Skip to Content.
Sympa Menu

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

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 (880c7f4eb9c4eaf4c30f4a8ea285db1343ccf249)
  • Date: Sun, 18 Sep 2011 17:56:21 -0500

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

e-17/eet/DEPENDS | 2 +-
e-17/eet/DETAILS | 4 ++--
e-17/eet/HISTORY | 3 +++
e-17/eet/PREPARE | 8 ++------
e-17/eet/PRE_BUILD | 2 +-
e-17/eina/DETAILS | 4 ++--
e-17/eina/HISTORY | 3 +++
e-17/eina/PREPARE | 8 ++------
e-17/eina/PRE_BUILD | 2 +-
e-17/evas/DEPENDS | 2 +-
e-17/evas/DETAILS | 4 ++--
e-17/evas/HISTORY | 3 +++
e-17/evas/PREPARE | 8 ++------
e-17/evas/PRE_BUILD | 2 +-
e-17/evfs/DETAILS | 2 +-
e-17/evfs/HISTORY | 3 +++
e-17/evfs/PREPARE | 4 ++--
e-17/eyelight/DETAILS | 2 +-
e-17/eyelight/HISTORY | 3 +++
e-17/eyelight/PREPARE | 4 ++--
e-17/shellementary/DETAILS | 2 +-
e-17/shellementary/HISTORY | 3 +++
e-17/shellementary/PREPARE | 4 ++--
23 files changed, 44 insertions(+), 38 deletions(-)

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

evfs: Use prepare_select_branch

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

evas: Use prepare_select_branch

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

eyelight: Use prepare_select_branch

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

shellementary: Use prepare_select_branch

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

eina: Use prepare_select_branch

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

eet: Use prepare_select_branch

diff --git a/e-17/eet/DEPENDS b/e-17/eet/DEPENDS
index 86cbf6c..d15bea8 100755
--- a/e-17/eet/DEPENDS
+++ b/e-17/eet/DEPENDS
@@ -1,7 +1,7 @@
depends eina &&
depends JPEG &&

-if [ "$EET_CVS" == "y" ]; then
+if [[ $EET_BRANCH == scm ]]; then
depends subversion
fi &&

diff --git a/e-17/eet/DETAILS b/e-17/eet/DETAILS
index f3d5892..85ab8b5 100755
--- a/e-17/eet/DETAILS
+++ b/e-17/eet/DETAILS
@@ -1,6 +1,6 @@
SPELL=eet
-if [ "$EET_CVS" == "y" ]; then
- if [ "$EET_CVS_AUTOUPDATE" == "y" ]; then
+if [[ $EET_BRANCH == scm ]]; then
+ if [[ $EET_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/eet/HISTORY b/e-17/eet/HISTORY
index 36e8424..e930319 100644
--- a/e-17/eet/HISTORY
+++ b/e-17/eet/HISTORY
@@ -1,3 +1,6 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE, PRE_BUILD: Use prepare_select_branch
+
2011-01-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updating version to 1.4.0

diff --git a/e-17/eet/PREPARE b/e-17/eet/PREPARE
index c2ec97d..98d27e4 100755
--- a/e-17/eet/PREPARE
+++ b/e-17/eet/PREPARE
@@ -1,6 +1,2 @@
-config_query EET_CVS "Build SCM (subversion) version?" n &&
-
-if [ "$EET_CVS" == "y" ]; then
- config_query EET_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/e-17/eet/PRE_BUILD b/e-17/eet/PRE_BUILD
index 168505e..747d7f9 100755
--- a/e-17/eet/PRE_BUILD
+++ b/e-17/eet/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&

-if [ "$EET_CVS" == "y" ]; then
+if [[ $EET_BRANCH == scm ]]; then
cd $SOURCE_DIRECTORY &&

#
diff --git a/e-17/eina/DETAILS b/e-17/eina/DETAILS
index 8a475f6..bd02aa6 100755
--- a/e-17/eina/DETAILS
+++ b/e-17/eina/DETAILS
@@ -1,6 +1,6 @@
SPELL=eina
-if [ "$EINA_CVS" == "y" ]; then
- if [ "$EINA_SCM_AUTOUPDATE" == "y" ]; then
+if [[ $EINA_BRANCH == scm ]]; then
+ if [[ $EINA_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/eina/HISTORY b/e-17/eina/HISTORY
index 7bf36ac..924cca9 100644
--- a/e-17/eina/HISTORY
+++ b/e-17/eina/HISTORY
@@ -1,3 +1,6 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE, PRE_BUILD: Use prepare_select_branch
+
2011-01-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updating version and url for 1.0.0
* PREPARE: adding cvs compile question
diff --git a/e-17/eina/PREPARE b/e-17/eina/PREPARE
index 3ff3c43..98d27e4 100755
--- a/e-17/eina/PREPARE
+++ b/e-17/eina/PREPARE
@@ -1,6 +1,2 @@
-config_query EINA_CVS "Build SCM (subversion) version?" y &&
-
-if [ "$EINA_CVS" == "y" ]; then
- config_query EINA_SCM_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/e-17/eina/PRE_BUILD b/e-17/eina/PRE_BUILD
index d2230cb..fdff541 100755
--- a/e-17/eina/PRE_BUILD
+++ b/e-17/eina/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&

-if [ "$EINA_CVS" == "y" ]; then
+if [[ $EINA_BRANCH == scm ]]; then
cd $SOURCE_DIRECTORY &&
#
# Remove .svn directories, otherwise they get installed
diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 44c6728..a40d5d1 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -2,7 +2,7 @@ depends automake
&&
depends eina &&
depends libtool &&

-if [ "$EVAS_CVS" == "y" ]; then
+if [[ "$EVAS_BRANCH" == "scm" ]]; then
depends subversion
fi &&

diff --git a/e-17/evas/DETAILS b/e-17/evas/DETAILS
index 02dcbd8..04d2509 100755
--- a/e-17/evas/DETAILS
+++ b/e-17/evas/DETAILS
@@ -1,6 +1,6 @@
SPELL=evas
-if [ "$EVAS_CVS" == "y" ]; then
- if [ "$EVAS_CVS_AUTOUPDATE" == "y" ]; then
+if [[ "$EVAS_BRANCH" == "scm" ]]; then
+ if [[ "$EVAS_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 979bd38..2715b1d 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE, PRE_BUILD: Use prepare_select_branch
+
2011-01-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updating version and url for 1.0.0

diff --git a/e-17/evas/PREPARE b/e-17/evas/PREPARE
index 2775731..98d27e4 100755
--- a/e-17/evas/PREPARE
+++ b/e-17/evas/PREPARE
@@ -1,6 +1,2 @@
-config_query EVAS_CVS "Build SCM (subversion) version?" y &&
-
-if [ "$EVAS_CVS" == "y" ]; then
- config_query EVAS_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/e-17/evas/PRE_BUILD b/e-17/evas/PRE_BUILD
index f5108cf..e4c19d5 100755
--- a/e-17/evas/PRE_BUILD
+++ b/e-17/evas/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&

-if [ "$EVAS_CVS" == "y" ]; then
+if [[ "$EVAS_BRANCH" == "scm" ]]; then
cd $SOURCE_DIRECTORY &&
#
# Remove .svn directories, otherwise they get installed
diff --git a/e-17/evfs/DETAILS b/e-17/evfs/DETAILS
index 9ca708e..77663c7 100755
--- a/e-17/evfs/DETAILS
+++ b/e-17/evfs/DETAILS
@@ -1,5 +1,5 @@
SPELL=evfs
-if [ "$EVFS_CVS_AUTOUPDATE" == "y" ]; then
+if [[ "$EVFS_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/evfs/HISTORY b/e-17/evfs/HISTORY
index 8375ba5..f2ad688 100644
--- a/e-17/evfs/HISTORY
+++ b/e-17/evfs/HISTORY
@@ -1,3 +1,6 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: Use prepare_select_branch
+
2010-10-30 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed SOURCE_URL

diff --git a/e-17/evfs/PREPARE b/e-17/evfs/PREPARE
index 2fdd318..f8b7d7e 100755
--- a/e-17/evfs/PREPARE
+++ b/e-17/evfs/PREPARE
@@ -1,2 +1,2 @@
-config_query EVFS_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
diff --git a/e-17/eyelight/DETAILS b/e-17/eyelight/DETAILS
index 644b544..9b9a945 100755
--- a/e-17/eyelight/DETAILS
+++ b/e-17/eyelight/DETAILS
@@ -1,5 +1,5 @@
SPELL=eyelight
-if [ "$ELEMENTARY_CVS_AUTOUPDATE" == "y" ]; then
+if [[ $ELEMENTARY_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/eyelight/HISTORY b/e-17/eyelight/HISTORY
index 3c2bb2f..1195d43 100644
--- a/e-17/eyelight/HISTORY
+++ b/e-17/eyelight/HISTORY
@@ -1,2 +1,5 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: Use prepare_select_branch
+
2009-12-07 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: spell created
diff --git a/e-17/eyelight/PREPARE b/e-17/eyelight/PREPARE
index b201253..f8b7d7e 100755
--- a/e-17/eyelight/PREPARE
+++ b/e-17/eyelight/PREPARE
@@ -1,2 +1,2 @@
-config_query EYELIGHT_CVS_AUTOUPDATE \
- "Automatically update $SPELL on system-update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch
diff --git a/e-17/shellementary/DETAILS b/e-17/shellementary/DETAILS
index 4efc16c..e5d5398 100755
--- a/e-17/shellementary/DETAILS
+++ b/e-17/shellementary/DETAILS
@@ -1,5 +1,5 @@
SPELL=shellementary
-if [ "$SHELLEMENTARY_CVS_AUTOUPDATE" == "y" ]; then
+if [[ $SHELLEMENTARY_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/e-17/shellementary/HISTORY b/e-17/shellementary/HISTORY
index a09941b..0c786eb 100644
--- a/e-17/shellementary/HISTORY
+++ b/e-17/shellementary/HISTORY
@@ -1,3 +1,6 @@
+2011-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: Use prepare_select_branch
+
2010-07-26 Ladislav Hagara <hgr AT vabo.cz>
* PRE_BUILD: we need .svn directory #15777

diff --git a/e-17/shellementary/PREPARE b/e-17/shellementary/PREPARE
index 75848e6..f8b7d7e 100755
--- a/e-17/shellementary/PREPARE
+++ b/e-17/shellementary/PREPARE
@@ -1,2 +1,2 @@
-config_query SHELLEMENTARY_CVS_AUTOUPDATE \
- "Automatically update $SPELL on system-update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch



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

Archive powered by MHonArc 2.6.24.

Top of Page