Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b9d345cb49f61c008d07a37a7c1c3e91fbed9006)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b9d345cb49f61c008d07a37a7c1c3e91fbed9006)
  • Date: Wed, 23 Jan 2008 16:05:53 -0600

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

ChangeLog | 4 ++++
e/e_module-execwatch/DEPENDS | 7 +++++++
e/e_module-execwatch/DETAILS | 39 +++++++++++++++++++++++++++++++++++++++
e/e_module-execwatch/HISTORY | 3 +++
e/e_module-execwatch/PREPARE | 2 ++
e/e_module-execwatch/PRE_BUILD | 7 +++++++
e/e_modules/DEPENDS | 5 +++++
e/e_modules/HISTORY | 3 +++
e/enna/DEPENDS | 11 +++++++++++
e/enna/DETAILS | 20 ++++++++++++++++++++
e/enna/HISTORY | 3 +++
e/enna/PREPARE | 2 ++
e/enna/PRE_BUILD | 3 +++
13 files changed, 109 insertions(+)

New commits:
commit b9d345cb49f61c008d07a37a7c1c3e91fbed9006
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

enna: Added an EFL media center

commit c02ac44ee81807658d02e9fdd7ef305943f28f26
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_modules: Optionally depends on e_module-execwatch

commit 2591baf2368069176a487323280fcb75540dedb0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

e_module-execwatch: Added E17 module for monitoring the exit status of
programs

diff --git a/ChangeLog b/ChangeLog
index f405b24..b06def7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * e/e_module-execwatch: Added E17 module for monitoring program exit
status
+ * e/enna: Added an EFL media center
+
2008-01-23 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* ruby-raa/image_size: new spell, ruby_image size module
* x11-toolkits/wxruby: moved to ruby-raa
diff --git a/e/e_module-execwatch/DEPENDS b/e/e_module-execwatch/DEPENDS
new file mode 100755
index 0000000..dd83307
--- /dev/null
+++ b/e/e_module-execwatch/DEPENDS
@@ -0,0 +1,7 @@
+depends CVS &&
+depends e17 &&
+depends ecore &&
+depends edje &&
+depends eet &&
+depends esmart &&
+depends evas
diff --git a/e/e_module-execwatch/DETAILS b/e/e_module-execwatch/DETAILS
new file mode 100755
index 0000000..bf49232
--- /dev/null
+++ b/e/e_module-execwatch/DETAILS
@@ -0,0 +1,39 @@
+ SPELL=e_module-execwatch
+if [[ "$E_MODULE_EXECWATCH_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=cvs
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+ SOURCE=$SPELL-cvs.tar.bz2
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e/:${SPELL/-*/}s/${SPELL/*-/}
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD="on"
+ LICENSE[0]=BSD
+ WEB_SITE=http://www.enlightenment.org/
+ KEYWORDS="enlightenment"
+ ENTERED=20080117
+ SHORT='Enlightenment executable exit status notification'
+cat << EOF
+Enlightenment 17 module monitor commands and adds an icon to the shelf.
+Whenever the exitcode or an expected string changes the icon changes as well.
+
+Some example ideas:
+
+Updates (don't forget to add a cronjob for updating the sources):
+- Debian:
+ - status command: aptitude -s -y dist-upgrade
+ - expected string: Need to get 0B
+ - doubleclick cmd: update-manager
+- Crux:
+ - status command: ports -d
+ - expected string: No differences found
+ - doubleclick cmd: xterm -hold -e sudo prt-get sysup
+
+Checking Hosts:
+ - status command: ping -c 5 www.enlightenment.org
+ - expected exitcode: 0
+
+There are many more different possibilities.
+The command output can be viewed in a mouse over popup.
+EOF
diff --git a/e/e_module-execwatch/HISTORY b/e/e_module-execwatch/HISTORY
new file mode 100644
index 0000000..3351e9b
--- /dev/null
+++ b/e/e_module-execwatch/HISTORY
@@ -0,0 +1,3 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/e_module-execwatch/PREPARE b/e/e_module-execwatch/PREPARE
new file mode 100755
index 0000000..cbd6e67
--- /dev/null
+++ b/e/e_module-execwatch/PREPARE
@@ -0,0 +1,2 @@
+config_query E_MODULE_EXECWATCH_CVS_AUTOUPDATE \
+ "Automatically update $SPELL on system-update?" n
diff --git a/e/e_module-execwatch/PRE_BUILD b/e/e_module-execwatch/PRE_BUILD
new file mode 100755
index 0000000..bab7906
--- /dev/null
+++ b/e/e_module-execwatch/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# No longer complaing about missing unneeded config.rpath
+#
+touch config.rpath &&
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/e/e_modules/DEPENDS b/e/e_modules/DEPENDS
index 3ca60b1..e3498e4 100755
--- a/e/e_modules/DEPENDS
+++ b/e/e_modules/DEPENDS
@@ -28,6 +28,11 @@ optional_depends e_module-echo \
'' \
'for an E17 audio echo' &&

+optional_depends e_module-execwatch \
+ '' \
+ '' \
+ 'for an E17 program exit status module' &&
+
optional_depends e_module-flame \
'' \
'' \
diff --git a/e/e_modules/HISTORY b/e/e_modules/HISTORY
index e9ceffd..fcbcbc7 100644
--- a/e/e_modules/HISTORY
+++ b/e/e_modules/HISTORY
@@ -1,3 +1,6 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added optional dependency on e_module-execwatch
+
2008-01-15 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Added alarm, forecasts, news, taskbar, mpdule, echo, and
penguins to description
diff --git a/e/enna/DEPENDS b/e/enna/DEPENDS
new file mode 100755
index 0000000..1fa4587
--- /dev/null
+++ b/e/enna/DEPENDS
@@ -0,0 +1,11 @@
+depends curl &&
+depends CVS &&
+depends dbus &&
+depends e-emotion &&
+depends e_dbus &&
+depends ecore &&
+depends edje &&
+depends eet &&
+depends evas &&
+depends libmusicbrainz &&
+depends libxml2
diff --git a/e/enna/DETAILS b/e/enna/DETAILS
new file mode 100755
index 0000000..0fe05bd
--- /dev/null
+++ b/e/enna/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=enna
+if [ "$ENNA_CVS_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=cvs
+fi
+ SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.enlightenment.org:/var/cvs/e:misc/$SPELL
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://enlightenment.org/
+ ENTERED=20080123
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment"
+ SHORT="a media center"
+cat << EOF
+Rage is a media center designed mostly for use on a television hooked up to
+your pc via a remote control.
+EOF
diff --git a/e/enna/HISTORY b/e/enna/HISTORY
new file mode 100644
index 0000000..3351e9b
--- /dev/null
+++ b/e/enna/HISTORY
@@ -0,0 +1,3 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/enna/PREPARE b/e/enna/PREPARE
new file mode 100755
index 0000000..d2086ed
--- /dev/null
+++ b/e/enna/PREPARE
@@ -0,0 +1,2 @@
+config_query ENNA_CVS_AUTOUPDATE \
+ "Automatically update on every system update?" n
diff --git a/e/enna/PRE_BUILD b/e/enna/PRE_BUILD
new file mode 100755
index 0000000..534a7d3
--- /dev/null
+++ b/e/enna/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+NOCONFIGURE=ON ./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b9d345cb49f61c008d07a37a7c1c3e91fbed9006), Eric Sandall, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page