[SM-Commit] GIT changes to master grimoire by Eric Sandall (6a03b345522cf772d700f1fb9b94647250ba1e51)

Eric Sandall scm at sourcemage.org
Tue Oct 14 04:50:48 EDT 2008


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 ChangeLog                      |    1 +
 e-17/e_module-diskio/BUILD     |    1 +
 e-17/e_module-diskio/DEPENDS   |    6 ++++++
 e-17/e_module-diskio/DETAILS   |   19 +++++++++++++++++++
 e-17/e_module-diskio/HISTORY   |    3 +++
 e-17/e_module-diskio/PREPARE   |    2 ++
 e-17/e_module-diskio/PRE_BUILD |    3 +++
 e-17/e_modules/DEPENDS         |    5 +++++
 e-17/e_modules/HISTORY         |    3 +++
 9 files changed, 43 insertions(+)

New commits:
commit 6a03b345522cf772d700f1fb9b94647250ba1e51
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    e_modules: Added optional dependency on e_module-diskio

commit df21c1984e5750cdde3fb486933442ea1bd95efd
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    e_module-diskio: Added an E17 module to visualize disk activity

diff --git a/ChangeLog b/ChangeLog
index 93ddad2..a5b6b17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-10-14 Eric Sandall <sandalle at sourcemage.org>
 	* e-17/eina: Added an EFL multi-platform datatype and tool library
+	* e-17/e_module-diskio: Added an E17 module to visualize disk activity
 
 2008-10-11 Arjan Bouter <abouter at sourcemage.org>
 	* devel/nant: new spell, ant like tool for .net
diff --git a/e-17/e_module-diskio/BUILD b/e-17/e_module-diskio/BUILD
new file mode 100755
index 0000000..0ddfd69
--- /dev/null
+++ b/e-17/e_module-diskio/BUILD
@@ -0,0 +1 @@
+default_build_e17_module
diff --git a/e-17/e_module-diskio/DEPENDS b/e-17/e_module-diskio/DEPENDS
new file mode 100755
index 0000000..79d7757
--- /dev/null
+++ b/e-17/e_module-diskio/DEPENDS
@@ -0,0 +1,6 @@
+depends  autoconf    &&
+depends  automake    &&
+depends  edje        &&
+depends  e17         &&
+depends  evas        &&
+depends  subversion
diff --git a/e-17/e_module-diskio/DETAILS b/e-17/e_module-diskio/DETAILS
new file mode 100755
index 0000000..12a91aa
--- /dev/null
+++ b/e-17/e_module-diskio/DETAILS
@@ -0,0 +1,19 @@
+           SPELL=e_module-diskio
+  if  [[  "$E_MODULE_DISKIO_SCM_AUTOUPDATE"  ==  "y"  ]];  then
+         VERSION=$(date +%Y%m%d)
+  else
+         VERSION=svn
+  fi
+          SOURCE=$SPELL-svn.tar.bz2
+   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/${SPELL/*-/}:$SPELL
+   SOURCE_IGNORE=volatile
+  FORCE_DOWNLOAD="on"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+      LICENSE[0]=BSD
+        WEB_SITE=http://get-e.org/Resources/Modules/
+        KEYWORDS="enlightenment"
+         ENTERED=20081014
+           SHORT='E17 module to visualize disk activity'
+cat << EOF
+E17 module to visualize disk activity; green = read, red = write.
+EOF
diff --git a/e-17/e_module-diskio/HISTORY b/e-17/e_module-diskio/HISTORY
new file mode 100644
index 0000000..fc4df9d
--- /dev/null
+++ b/e-17/e_module-diskio/HISTORY
@@ -0,0 +1,3 @@
+2008-10-14 Eric Sandall <sandalle at sourcemage.org>
+	* PREPARE, DETAILS, DEPENDS, PRE_BUILD, BUILD: Created
+
diff --git a/e-17/e_module-diskio/PREPARE b/e-17/e_module-diskio/PREPARE
new file mode 100755
index 0000000..6f92c62
--- /dev/null
+++ b/e-17/e_module-diskio/PREPARE
@@ -0,0 +1,2 @@
+config_query  E_MODULE_DISKIO_SCM_AUTOUPDATE                   \
+              "Automatically update $SPELL on system-update?"  n
diff --git a/e-17/e_module-diskio/PRE_BUILD b/e-17/e_module-diskio/PRE_BUILD
new file mode 100755
index 0000000..b218a4a
--- /dev/null
+++ b/e-17/e_module-diskio/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build               &&
+cd  $SOURCE_DIRECTORY           &&
+NOCONFIGURE="ON"  ./autogen.sh
diff --git a/e-17/e_modules/DEPENDS b/e-17/e_modules/DEPENDS
index 8c6787f..277f749 100755
--- a/e-17/e_modules/DEPENDS
+++ b/e-17/e_modules/DEPENDS
@@ -23,6 +23,11 @@ optional_depends  e_module-deskshow                       \
                   ''                                      \
                   'to iconify/uniconify all E17 windows'  &&
 
+optional_depends  e_module-diskio                          \
+                  ''                                       \
+                  ''                                       \
+                  'E17 module to visualize disk activity'  &&
+
 optional_depends  e_module-execwatch                       \
                   ''                                       \
                   ''                                       \
diff --git a/e-17/e_modules/HISTORY b/e-17/e_modules/HISTORY
index cba54e8..ba4f300 100644
--- a/e-17/e_modules/HISTORY
+++ b/e-17/e_modules/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Added optional dependency on e_module-diskio
+
 2008-09-18 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Removed e_module-{echo,mixer,mbar}
 	  Added e_module-tiling



More information about the SM-Commit mailing list