Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (811714717a4d4ed309a3dfcd3e8f324fcc85cd98)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (811714717a4d4ed309a3dfcd3e8f324fcc85cd98)
  • Date: Tue, 12 Dec 2006 03:58:54 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 2 -
e/e_module-eveil/BUILD | 1
e/e_module-eveil/DEPENDS | 1
e/e_module-eveil/DETAILS | 15 +++++++++
e/e_module-eveil/EXPORTS | 1
e/e_module-eveil/HISTORY | 13 +++++++
e/e_module-eveil/INSTALL | 1
e/e_module-eveil/PRE_BUILD | 1
e/e_module-eveil/REPAIR^none^EXPORTS | 1
e/e_module-eveil/TRIGGERS | 1
e/e_module-evolume/BUILD | 1
e/e_module-evolume/CONFLICTS | 2 +
e/e_module-evolume/DEPENDS | 1
e/e_module-evolume/DETAILS | 10 ++++++
e/e_module-evolume/HISTORY | 57
+++++++++++++++++++++++++++++++++++
e/e_module-evolume/INSTALL | 1
e/e_module-evolume/PRE_BUILD | 1
e/e_module-evolume/TRIGGERS | 1
e/ewl/DEPENDS | 20 +++++++-----
e/ewl/HISTORY | 4 +-
20 files changed, 123 insertions(+), 12 deletions(-)

New commits:
commit 811714717a4d4ed309a3dfcd3e8f324fcc85cd98
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Removed two entries for now

commit 9045b3e96958891c08c70af161ffb02f66d99672
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

ewl: made e-emotion optional

commit 2cda966a7222e89702b43faa84c4fb3d3d0e276e
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Revert "ewl: e-emotion has'nt been a dependencay in AGES"

This reverts commit 7d22320d08a3f48ea0f73fb102ebead4292a080e.

Should be optional

commit b61162c125f25e0d9fe568fa3aa1a4f60f4ed2e3
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

e_module-evolume: properly deprecated

commit b89c6e5e5126fa5a446edacc37d803c97e0af7d1
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Revert "e_module-evolume: it's completly dead and unsupported"

This reverts commit 9c2dc029c5eefb89bd6eb8b69b7d4de1765cc55e.

Ok doing proper deprecation of this to -mixer

commit 105418a73abc41f44f399c34b6bdb6d4fa7de4f8
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

Revert "e_module-eveil: it's completly dead and unsupported"

Ups didn't notice it's already being deprecated

This reverts commit 26bec318ea551a5200c71fe28496eef65d47ccd8.

diff --git a/ChangeLog b/ChangeLog
index 2a7d522..b7cad52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
2006-12-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* etox: removed it's dead
- * e_module-evolume: removed it's dead
- * e_module-eveil: removed it's dead

2006-12-10 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* devel/lua50: forked off from lua
diff --git a/e/e_module-eveil/BUILD b/e/e_module-eveil/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-eveil/BUILD
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-eveil/DEPENDS b/e/e_module-eveil/DEPENDS
new file mode 100755
index 0000000..5bac05a
--- /dev/null
+++ b/e/e_module-eveil/DEPENDS
@@ -0,0 +1 @@
+depends e_module-alarm
diff --git a/e/e_module-eveil/DETAILS b/e/e_module-eveil/DETAILS
new file mode 100755
index 0000000..f7a08bc
--- /dev/null
+++ b/e/e_module-eveil/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=e_module-eveil
+ if [[ "$E_MODULE_EVEIL_CVS_AUTOUPDATE" == "y" ]]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ PATCHLEVEL=1
+ LICENSE[0]=BSD
+ WEB_SITE=http://get-e.org/Resources/Modules/
+ KEYWORDS="timer enlightenment"
+ ENTERED=20060830
+ SHORT='E17 reminder/timer module'
+cat << EOF
+An Enlightenment module to set reminders and timers.
+EOF
diff --git a/e/e_module-eveil/EXPORTS b/e/e_module-eveil/EXPORTS
new file mode 100755
index 0000000..7c1bfc0
--- /dev/null
+++ b/e/e_module-eveil/EXPORTS
@@ -0,0 +1 @@
+E_MODULE_EVEIL_CVS_AUTOUPDATE
diff --git a/e/e_module-eveil/HISTORY b/e/e_module-eveil/HISTORY
new file mode 100644
index 0000000..9aa7bd8
--- /dev/null
+++ b/e/e_module-eveil/HISTORY
@@ -0,0 +1,13 @@
+2006-11-16 Eric Sandall <eric AT sandall.us>
+ * Deprecated in favor of e_module-alarm
+
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
+2006-09-11 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Fixed quotation typo
+
+2006-08-30 Eric Sandall <eric AT sandall.us>
+ * PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created
+
diff --git a/e/e_module-eveil/INSTALL b/e/e_module-eveil/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-eveil/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-eveil/PRE_BUILD b/e/e_module-eveil/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-eveil/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-eveil/REPAIR^none^EXPORTS
b/e/e_module-eveil/REPAIR^none^EXPORTS
new file mode 100755
index 0000000..7c1bfc0
--- /dev/null
+++ b/e/e_module-eveil/REPAIR^none^EXPORTS
@@ -0,0 +1 @@
+E_MODULE_EVEIL_CVS_AUTOUPDATE
diff --git a/e/e_module-eveil/TRIGGERS b/e/e_module-eveil/TRIGGERS
new file mode 100755
index 0000000..b32f616
--- /dev/null
+++ b/e/e_module-eveil/TRIGGERS
@@ -0,0 +1 @@
+on_cast e_module-eveil dispel_self
diff --git a/e/e_module-evolume/BUILD b/e/e_module-evolume/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-evolume/BUILD
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-evolume/CONFLICTS b/e/e_module-evolume/CONFLICTS
new file mode 100755
index 0000000..5ee19bf
--- /dev/null
+++ b/e/e_module-evolume/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts e_modules y
+
diff --git a/e/e_module-evolume/DEPENDS b/e/e_module-evolume/DEPENDS
new file mode 100755
index 0000000..fb3f2ad
--- /dev/null
+++ b/e/e_module-evolume/DEPENDS
@@ -0,0 +1 @@
+depends e_module-mixer
diff --git a/e/e_module-evolume/DETAILS b/e/e_module-evolume/DETAILS
new file mode 100755
index 0000000..006a2df
--- /dev/null
+++ b/e/e_module-evolume/DETAILS
@@ -0,0 +1,10 @@
+ SPELL=e_module-evolume
+ VERSION=0.0.20
+ LICENSE[0]=BSD
+ WEB_SITE=http://paq.osdn.org.ua/~davinchi/
+ KEYWORDS="enlightenment"
+ ENTERED=20051027
+ SHORT='Enlightenment e17 volume manager plugin'
+cat << EOF
+Enlightenment e17 volume manager plugin.
+EOF
diff --git a/e/e_module-evolume/HISTORY b/e/e_module-evolume/HISTORY
new file mode 100644
index 0000000..c204837
--- /dev/null
+++ b/e/e_module-evolume/HISTORY
@@ -0,0 +1,57 @@
+2006-12-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: depend on e_module-mixer. Doing the deprecation dance
+ * DETAILS: cleaned up all source references.
+ * INSTALL: trued. Doing the deprecation dance
+ * PRE_BUILD: trued. Doing the deprecation dance
+ * TRIGGERS: added. Doing the deprecation dance
+ * PREPARE: removed deprecation
+ * BUILD: trued. Doing the deprecation dance
+
+2006-11-16 Eric Sandall <eric AT sandall.us>
+ * PRE_BUILD: Create config.rpath so ./autogen.sh stops complaining
about
+ missing this useless (for most packages) file
+
+2006-09-20 David Brown <dmlb2000 AT gmail.com
+ * DETAILS: swapped out VERSION for cvs cause this doesn't
+ work with update daily
+
+2006-08-29 Eric Sandall <eric AT sandall.us>
+ * PREPARE: Query for CVS update and auto-update
+ Default to CVS version to work with the rest of E17
+ * DETAILS: Check for CVS update and auto-update
+ CVS SOURCE uses -cvs suffix
+ Set PATCHLEVEL=1
+ Removed UPDATED
+ * PRE_BUILD: Added for CVS version to run ./autogen.sh
+
+2006-04-12 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on e17 (enlightenment is now a profile spell)
+
+2006-04-12 Eric Sandall <eric AT sandall.us>
+ * CONFLICTS: Deprecated evolume removed
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-12 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.0.20
+
+2006-01-10 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.0.19
+
+2005-12-02 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.0.17a
+
+2005-11-23 Eric Sandall <eric AT sandall.us>
+ * Branched from evolume
+ * DETAILS: Renamed to e_module-evolume
+ Renamed SOURCE and SOURCE_DIRECTORY
+ Updated UPDATED
+ * CONFLICTS: Auto-conflicts with evolume
+
+2005-11-11 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.0.14hb
+
+2005-10-27 Eric Sandall <eric AT sandall.us>
+ * DETAILS, HISTORY, DEPENDS: Created
+
diff --git a/e/e_module-evolume/INSTALL b/e/e_module-evolume/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-evolume/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-evolume/PRE_BUILD b/e/e_module-evolume/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e/e_module-evolume/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/e/e_module-evolume/TRIGGERS b/e/e_module-evolume/TRIGGERS
new file mode 100755
index 0000000..8d2fa90
--- /dev/null
+++ b/e/e_module-evolume/TRIGGERS
@@ -0,0 +1 @@
+on_cast e_module-evolume dispel_self
diff --git a/e/ewl/DEPENDS b/e/ewl/DEPENDS
index 955b0a2..e416fe6 100755
--- a/e/ewl/DEPENDS
+++ b/e/ewl/DEPENDS
@@ -1,10 +1,14 @@
-depends CVS &&
-depends ecore &&
-depends edb &&
-depends edje &&
-depends evas &&
+depends CVS &&
+depends ecore &&
+depends edb &&
+depends edje &&
+depends evas &&

-optional_depends epsilon \
- '' \
- '' \
+optional_depends e-emotion \
+ '' \
+ '' \
+ "emotion support for video/audio media widgets" &&
+optional_depends epsilon \
+ '' \
+ '' \
'for FreeDesktop.org Thumbnail support'
diff --git a/e/ewl/HISTORY b/e/ewl/HISTORY
index 1b72e68..118f72a 100644
--- a/e/ewl/HISTORY
+++ b/e/ewl/HISTORY
@@ -1,5 +1,5 @@
-2006-12-11 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DEPENDS: e-emotion this hasen't been needed in AGES
+2006-12-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: made e-emotion optional

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (811714717a4d4ed309a3dfcd3e8f324fcc85cd98), Andra?? Levstik, 12/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page