Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (b1a114c4d8aa91509f26e1f7eac101e7866911c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (b1a114c4d8aa91509f26e1f7eac101e7866911c7)
  • Date: Sat, 24 Nov 2012 17:15:35 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

e-17/e_dbus/DEPENDS | 6 ++----
e-17/e_dbus/HISTORY | 3 +++
e-17/ecore/DEPENDS | 4 +---
e-17/ecore/HISTORY | 3 +++
e-17/edbus/DEPENDS | 2 +-
e-17/edbus/HISTORY | 3 +++
e-17/edje/DEPENDS | 4 +---
e-17/edje/HISTORY | 3 +++
e-17/eeze/DEPENDS | 3 +--
e-17/eeze/HISTORY | 3 +++
e-17/eio/DEPENDS | 4 ++--
e-17/eio/HISTORY | 3 +++
12 files changed, 26 insertions(+), 15 deletions(-)

New commits:
commit b1a114c4d8aa91509f26e1f7eac101e7866911c7
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

edje: change to using efl

commit b15f2b1a90acd527f612cd45d0eaf363c86c8951
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

ecore: change to using efl

commit f1f4448cbca9b6e0f9b7b38dc2d46da14def0e55
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

e_dbus: change to using efl

commit 64c9214ca9a9b4cb45d6a19872e28a67683ef862
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

eio: change to using efl

commit 3d2d0008f1d73a08c10e089a4b7a881c0524ef4b
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

eeze: change to using efl

commit c2f21b63357ceecde104dfd31defce99ec20d401
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

edbus: change to depend on efl

diff --git a/e-17/e_dbus/DEPENDS b/e-17/e_dbus/DEPENDS
index 6459e4e..ab2e645 100755
--- a/e-17/e_dbus/DEPENDS
+++ b/e-17/e_dbus/DEPENDS
@@ -1,5 +1,3 @@
depends dbus &&
-depends eina &&
-depends evas &&
-depends ecore &&
-depends eobj
+depends efl &&
+depends ecore
diff --git a/e-17/e_dbus/HISTORY b/e-17/e_dbus/HISTORY
index b84fdff..f85bb53 100644
--- a/e-17/e_dbus/HISTORY
+++ b/e-17/e_dbus/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2012-10-17 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eobj

diff --git a/e-17/ecore/DEPENDS b/e-17/ecore/DEPENDS
index 87baab1..e29fb94 100755
--- a/e-17/ecore/DEPENDS
+++ b/e-17/ecore/DEPENDS
@@ -1,8 +1,6 @@
depends curl '--enable-curl' &&
depends dbus &&
-depends eina &&
-depends eobj &&
-depends evas &&
+depends efl &&

if [ "$ECORE_BRANCH" = "scm" ]; then
depends subversion &&
diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY
index 1d9c919..b6f3f7e 100644
--- a/e-17/ecore/HISTORY
+++ b/e-17/ecore/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2012-10-17 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eobj

diff --git a/e-17/edbus/DEPENDS b/e-17/edbus/DEPENDS
index 5541c90..c50ad09 100755
--- a/e-17/edbus/DEPENDS
+++ b/e-17/edbus/DEPENDS
@@ -1,5 +1,5 @@
depends subversion &&
-depends eina &&
+depends efl &&
depends ecore &&

optional_depends check "" "" "Use check?" &&
diff --git a/e-17/edbus/HISTORY b/e-17/edbus/HISTORY
index dfe49e8..40bdfa0 100644
--- a/e-17/edbus/HISTORY
+++ b/e-17/edbus/HISTORY
@@ -1,2 +1,5 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2012-11-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/e-17/edje/DEPENDS b/e-17/edje/DEPENDS
index 100cc68..0749c5c 100755
--- a/e-17/edje/DEPENDS
+++ b/e-17/edje/DEPENDS
@@ -1,6 +1,4 @@
-depends eet &&
-depends eina &&
-depends embryo &&
+depends efl &&
depends ecore &&
depends lua51 &&

diff --git a/e-17/edje/HISTORY b/e-17/edje/HISTORY
index 8a39e85..a67f5b4 100644
--- a/e-17/edje/HISTORY
+++ b/e-17/edje/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: lua -> lua51

diff --git a/e-17/eeze/DEPENDS b/e-17/eeze/DEPENDS
index 1bc4725..701f878 100755
--- a/e-17/eeze/DEPENDS
+++ b/e-17/eeze/DEPENDS
@@ -1,6 +1,5 @@
depends util-linux &&
-depends eet &&
-depends eina &&
+depends efl &&
depends ecore &&
depends udev &&

diff --git a/e-17/eeze/HISTORY b/e-17/eeze/HISTORY
index e101113..8d5b346 100644
--- a/e-17/eeze/HISTORY
+++ b/e-17/eeze/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2011-11-13 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added eet, eina, util-linux

diff --git a/e-17/eio/DEPENDS b/e-17/eio/DEPENDS
index c708072..5c420d4 100755
--- a/e-17/eio/DEPENDS
+++ b/e-17/eio/DEPENDS
@@ -1,2 +1,2 @@
-depends ecore &&
-depends eina
+depends efl &&
+depends ecore
diff --git a/e-17/eio/HISTORY b/e-17/eio/HISTORY
index ef049ac..25fb180 100644
--- a/e-17/eio/HISTORY
+++ b/e-17/eio/HISTORY
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change to using efl
+
2011-11-13 Robin Cook <rcook AT wyrms.net>
* BUILD: added to apply configure options
* CONFIGURE: added to query configure options



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (b1a114c4d8aa91509f26e1f7eac101e7866911c7), Robin Cook, 11/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page