Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e23255f1b97c2b35333e7bf337c004108be22318)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e23255f1b97c2b35333e7bf337c004108be22318)
  • Date: Thu, 22 Sep 2011 08:36:51 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

smgl/guru-tools/DEPENDS | 3 +++
smgl/guru-tools/DETAILS | 13 +++++++++++++
smgl/guru-tools/HISTORY | 4 ++++
smgl/guru-tools/PREPARE | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit e23255f1b97c2b35333e7bf337c004108be22318
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

guru-tools: added git version as scm branch

diff --git a/smgl/guru-tools/DEPENDS b/smgl/guru-tools/DEPENDS
new file mode 100755
index 0000000..1b4cb0e
--- /dev/null
+++ b/smgl/guru-tools/DEPENDS
@@ -0,0 +1,3 @@
+if [[ "$GURU_TOOLS_BRANCH" = scm ]]; then
+ depends git
+fi
diff --git a/smgl/guru-tools/DETAILS b/smgl/guru-tools/DETAILS
index d94272f..05ced3f 100755
--- a/smgl/guru-tools/DETAILS
+++ b/smgl/guru-tools/DETAILS
@@ -1,9 +1,22 @@
SPELL=guru-tools
+if [[ "$GURU_TOOLS_BRANCH" = scm ]]; then
+ if [[ "$GURU_TOOLS_AUTOUPDATE" = y ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=scm
+ fi
+ SOURCE=$SPELL-scm.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-scm
+ FORCE_DOWNLOAD=on
+ SOURCE_URL[0]=git://scm.sourcemage.org/smgl/misc/${SPELL}.git:$SPELL-scm
+ SOURCE_IGNORE=volatile
+else
VERSION=2.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
SOURCE_URL[0]=http://download.sourcemage.org/distro/misc/$SOURCE

SOURCE_HASH=sha512:20531502c96a7992c67f4cea944ea2ccc049e6c32e587298ef67f497956d9d82660f0597655e854fb677f93787c0ffd2d1d8704108bc8777548b2dfda4de43b7
+fi
WEB_SITE=http://www.sourcemage.org
ENTERED=20030602
LICENSE=GPL
diff --git a/smgl/guru-tools/HISTORY b/smgl/guru-tools/HISTORY
index 7462a1f..529fddc 100644
--- a/smgl/guru-tools/HISTORY
+++ b/smgl/guru-tools/HISTORY
@@ -1,3 +1,7 @@
+2011-09-22 Bor Kraljič <pyrobor AT ver.si>
+ * PREPARE, DETAILS: added git version as scm branch
+ * DEPENDS: depend on git if using git scm branch
+
2009-01-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 2.0

diff --git a/smgl/guru-tools/PREPARE b/smgl/guru-tools/PREPARE
new file mode 100755
index 0000000..83f15d3
--- /dev/null
+++ b/smgl/guru-tools/PREPARE
@@ -0,0 +1,3 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
+



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (e23255f1b97c2b35333e7bf337c004108be22318), Bor Kraljič, 09/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page