Skip to Content.
Sympa Menu

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

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 (27b94d4db2e25ab7e4dde5cea0de6ded95c7c9f5)
  • Date: Wed, 28 Nov 2007 15:41:56 -0600

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

ChangeLog | 3 ++-
disk/hotswap/DEPENDS | 5 +++++
disk/hotswap/DETAILS | 14 ++++++++++++++
disk/hotswap/HISTORY | 3 +++
disk/hotswap/INSTALL | 2 ++
5 files changed, 26 insertions(+), 1 deletion(-)

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

hotswap: new spell, hotswap app for laptops

diff --git a/ChangeLog b/ChangeLog
index 57ca960..e14a9d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-11-28 Arjan Bouter <abouter AT sourcemage.org>
- * windowmanagers/wmx: new spell enhanced wm2 based windowmanager
+ * windowmanagers/wmx: new spell, enhanced wm2 based windowmanager
+ * disk/hotswap: new spell, hotswap app for laptops

2007-11-27 Ladislav Hagara <hgr AT vabo.cz>
* kernels/i2c-tools: new spell, I2C tools for Linux
diff --git a/disk/hotswap/DEPENDS b/disk/hotswap/DEPENDS
new file mode 100755
index 0000000..c7f40af
--- /dev/null
+++ b/disk/hotswap/DEPENDS
@@ -0,0 +1,5 @@
+depends libxml2 &&
+optional_depends kdelibs '--enable-kde-frontend' \
+ '--disable-kde-frontend' &&
+optional_depends MOTIF '--enable-motif-frontend' \
+ '--disable-motif-frontend'
diff --git a/disk/hotswap/DETAILS b/disk/hotswap/DETAILS
new file mode 100755
index 0000000..8c9e840
--- /dev/null
+++ b/disk/hotswap/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=hotswap
+ VERSION=0.4.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:6f8d6d84962c6ddb5d46c8ec66ad26ece4b278a5375f19d409cec7502b5c2115e96183f2e182084fd5380e4e559fa8c0a20178b0cc4360fd9b3982228bd8c334
+ SOURCE_URL[0]=http://timstadelmann.de/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://timstadelmann.de/hotswap.html
+ ENTERED=20071124
+ LICENSE[0]=GPL
+ SHORT="Hotswap utility"
+cat << EOF
+Hotswap allows you to register and unregister hotswappable IDE devices,
+for example notebook computers modules.
+EOF
diff --git a/disk/hotswap/HISTORY b/disk/hotswap/HISTORY
new file mode 100644
index 0000000..f396796
--- /dev/null
+++ b/disk/hotswap/HISTORY
@@ -0,0 +1,3 @@
+2007-11-24 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS,DEPENDS,INSTALL,HISTORY: created spell
+
diff --git a/disk/hotswap/INSTALL b/disk/hotswap/INSTALL
new file mode 100755
index 0000000..8ef2403
--- /dev/null
+++ b/disk/hotswap/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install doc/hotswaprc.example $INSTALL_ROOT/etc/hotswaprc




Archive powered by MHonArc 2.6.24.

Top of Page