Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ceaa9a3a1b390c2ca7b24b857c082ca672558eb9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ceaa9a3a1b390c2ca7b24b857c082ca672558eb9)
  • Date: Fri, 20 May 2011 07:52:09 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 4 ++++
smgl/smgl-imp-data-simpleinit/BUILD | 1 +
smgl/smgl-imp-data-simpleinit/DEPENDS | 1 +
smgl/smgl-imp-data-simpleinit/DETAILS | 16 ++++++++++++++++
smgl/smgl-imp-data-simpleinit/HISTORY | 3 +++
smgl/smgl-imp-data-simpleinit/INSTALL | 1 +
smgl/smgl-imp/BUILD | 1 +
smgl/smgl-imp/DEPENDS | 6 ++++++
smgl/smgl-imp/DETAILS | 16 ++++++++++++++++
smgl/smgl-imp/HISTORY | 3 +++
smgl/smgl-imp/INSTALL | 1 +
smgl/smgl-imp/PRE_SUB_DEPENDS | 7 +++++++
smgl/smgl-imp/SUB_DEPENDS | 11 +++++++++++
13 files changed, 71 insertions(+)

New commits:
commit ceaa9a3a1b390c2ca7b24b857c082ca672558eb9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

smgl-imp-data-simpleinit: new spell, simpleinit data for imp

commit d4f454476ed84aa34e979675a05557f9b7fef83d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

smgl-imp: new spell, init manager program

diff --git a/ChangeLog b/ChangeLog
index e13fa5d..36badc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-20 Arjan Bouter <abouter AT sourcemage.org>
+ * smgl/smgl-imp: new spell, init manager program
+ * smgl/smgl-imp-data-simpleinit: new spell, simpleinit dataset for imp
+
2011-05-20 Peng Chang (Charles) <chp AT sourcemage.org>
* emacs-lisp/FUNCTIONS: $BUILD_DIRECTORY is always /usr/src,
$SOURCE_DIRECTORY should be used instead. Added -Q to emacs.
diff --git a/smgl/smgl-imp-data-simpleinit/BUILD
b/smgl/smgl-imp-data-simpleinit/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/smgl/smgl-imp-data-simpleinit/BUILD
@@ -0,0 +1 @@
+true
diff --git a/smgl/smgl-imp-data-simpleinit/DEPENDS
b/smgl/smgl-imp-data-simpleinit/DEPENDS
new file mode 100755
index 0000000..dabc54c
--- /dev/null
+++ b/smgl/smgl-imp-data-simpleinit/DEPENDS
@@ -0,0 +1 @@
+depends simpleinit-msb
diff --git a/smgl/smgl-imp-data-simpleinit/DETAILS
b/smgl/smgl-imp-data-simpleinit/DETAILS
new file mode 100755
index 0000000..67d4b18
--- /dev/null
+++ b/smgl/smgl-imp-data-simpleinit/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=smgl-imp-data-simpleinit
+ VERSION=scm
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ FORCE_DOWNLOAD=on
+
SOURCE_URL="git_http://ruskie.codemages.net/repos/projects/imp-data-simpleinit.git:$SPELL-$VERSION";
+ WEB_SITE="http://sourcemage.org/IMP";
+ LICENSE[0]=GPL2
+ ENTERED=20110520
+ SOURCE_IGNORE=volatile
+ KEYWORDS="init manager smgl simpleinit"
+ SHORT="Init Manager Program - simpleinit"
+
+cat << EOF
+Init Manager Program for Source Mage GNU/Linux simpleinit support.
+EOF
diff --git a/smgl/smgl-imp-data-simpleinit/HISTORY
b/smgl/smgl-imp-data-simpleinit/HISTORY
new file mode 100644
index 0000000..98d3f4a
--- /dev/null
+++ b/smgl/smgl-imp-data-simpleinit/HISTORY
@@ -0,0 +1,3 @@
+2011-05-20 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created this spell
+
diff --git a/smgl/smgl-imp-data-simpleinit/INSTALL
b/smgl/smgl-imp-data-simpleinit/INSTALL
new file mode 100755
index 0000000..f561f86
--- /dev/null
+++ b/smgl/smgl-imp-data-simpleinit/INSTALL
@@ -0,0 +1 @@
+./install.sh install ${INSTALL_ROOT}
diff --git a/smgl/smgl-imp/BUILD b/smgl/smgl-imp/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/smgl/smgl-imp/BUILD
@@ -0,0 +1 @@
+true
diff --git a/smgl/smgl-imp/DEPENDS b/smgl/smgl-imp/DEPENDS
new file mode 100755
index 0000000..753c568
--- /dev/null
+++ b/smgl/smgl-imp/DEPENDS
@@ -0,0 +1,6 @@
+optional_depends smgl-imp-data-simpleinit '' '' \
+ 'for simpleinit support' &&
+optional_depends smgl-imp-data-upstart '' '' \
+ 'for upstart support' &&
+optional_depends smgl-imp-data-systemd '' '' \
+ 'for systemd support'
diff --git a/smgl/smgl-imp/DETAILS b/smgl/smgl-imp/DETAILS
new file mode 100755
index 0000000..3a8d800
--- /dev/null
+++ b/smgl/smgl-imp/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=smgl-imp
+ VERSION=scm
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ FORCE_DOWNLOAD=on
+
SOURCE_URL="git_http://ruskie.codemages.net/repos/projects/imp.git:$SPELL-$VERSION";
+ WEB_SITE="http://sourcemage.org/IMP";
+ LICENSE[0]=GPL2
+ ENTERED=20110520
+ SOURCE_IGNORE=volatile
+ KEYWORDS="init manager smgl"
+ SHORT="Init Manager Program"
+
+cat << EOF
+Init Manager Program for Source Mage GNU/Linux
+EOF
diff --git a/smgl/smgl-imp/HISTORY b/smgl/smgl-imp/HISTORY
new file mode 100644
index 0000000..3fd2af2
--- /dev/null
+++ b/smgl/smgl-imp/HISTORY
@@ -0,0 +1,3 @@
+2011-05-20 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, SUB_DEPENDS, PRE_SUB_DEPENDS:
+ created this spell
diff --git a/smgl/smgl-imp/INSTALL b/smgl/smgl-imp/INSTALL
new file mode 100755
index 0000000..f561f86
--- /dev/null
+++ b/smgl/smgl-imp/INSTALL
@@ -0,0 +1 @@
+./install.sh install ${INSTALL_ROOT}
diff --git a/smgl/smgl-imp/PRE_SUB_DEPENDS b/smgl/smgl-imp/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..7f154fd
--- /dev/null
+++ b/smgl/smgl-imp/PRE_SUB_DEPENDS
@@ -0,0 +1,7 @@
+case $THIS_SUB_DEPENDS in
+ SIMPLEINIT) is_depends_enabled $SPELL simpleinit-msb;;
+ UPSTART) is_depends_enabled $SPELL upstart;;
+ SYSTEMD) is_depends_enabled $SPELL systemd;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/smgl/smgl-imp/SUB_DEPENDS b/smgl/smgl-imp/SUB_DEPENDS
new file mode 100755
index 0000000..d27e9bb
--- /dev/null
+++ b/smgl/smgl-imp/SUB_DEPENDS
@@ -0,0 +1,11 @@
+case $THIS_SUB_DEPENDS in
+ SIMPLEINIT) message "IMP with simpleinit requested, forcing." &&
+ depends simpleinit-msb "" ;;
+ UPSTART) message "IMP with upstart support requested, forcing." &&
+ depends upstart "" ;;
+ SYSTEMD) message "IMP with systemd support requested, forcing." &&
+ depends systemd "" ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1 ;;
+esac
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (ceaa9a3a1b390c2ca7b24b857c082ca672558eb9), Arjan Bouter, 05/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page