Skip to Content.
Sympa Menu

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

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 (e41ba9e08c0389866dd7084e8a94c7db42ee601f)
  • Date: Tue, 14 Oct 2008 02:43:17 -0500

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

ChangeLog | 3 +++
e-17/e17/DEPENDS | 1 +
e-17/e17/HISTORY | 3 +++
e-17/e_dbus/DEPENDS | 1 +
e-17/e_dbus/HISTORY | 3 +++
e-17/ecore/DEPENDS | 1 +
e-17/ecore/HISTORY | 3 +++
e-17/edje/DEPENDS | 1 +
e-17/edje/HISTORY | 3 +++
e-17/efreet/DEPENDS | 3 ++-
e-17/efreet/HISTORY | 3 +++
e-17/eina/BUILD | 9 +++++++++
e-17/eina/CONFIGURE | 20 ++++++++++++++++++++
e-17/eina/DEPENDS | 9 +++++++++
e-17/eina/DETAILS | 20 ++++++++++++++++++++
e-17/eina/HISTORY | 4 ++++
e-17/eina/PREPARE | 2 ++
e-17/eina/PRE_BUILD | 8 ++++++++
e-17/esmart/DEPENDS | 1 +
e-17/esmart/HISTORY | 3 +++
e-17/evas/DEPENDS | 1 +
e-17/evas/HISTORY | 3 +++
22 files changed, 104 insertions(+), 1 deletion(-)

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

e17: Depends on eina for data types

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

e_dbus: Depends on eina for data types

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

efreet: Depends on eina for data types

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

esmart: Depends on eina for data types

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

edje: Depends on eina for data types

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

ecore: Depends on eina for data types

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

evas: Depends on eina for data types

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

eina: Added an EFL multi-platform datatype and tool library

diff --git a/ChangeLog b/ChangeLog
index 20c2b57..93ddad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * e-17/eina: Added an EFL multi-platform datatype and tool library
+
2008-10-11 Arjan Bouter <abouter AT sourcemage.org>
* devel/nant: new spell, ant like tool for .net

diff --git a/e-17/e17/DEPENDS b/e-17/e17/DEPENDS
index 400d7f8..bea0a17 100755
--- a/e-17/e17/DEPENDS
+++ b/e-17/e17/DEPENDS
@@ -3,6 +3,7 @@ depends automake-1.9 &&
depends subversion &&
depends edje &&
depends efreet &&
+depends eina &&
depends evas &&
depends imlib2 &&
depends libxcursor &&
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index c61afdd..9bd2b06 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-30 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on some CVS for running autogen.sh, E17 devs have
been
notified
diff --git a/e-17/e_dbus/DEPENDS b/e-17/e_dbus/DEPENDS
index e8d8fd9..88a5e10 100755
--- a/e-17/e_dbus/DEPENDS
+++ b/e-17/e_dbus/DEPENDS
@@ -1,3 +1,4 @@
depends dbus &&
depends ecore &&
+depends eina &&
depends evas
diff --git a/e-17/e_dbus/HISTORY b/e-17/e_dbus/HISTORY
index 0a87d1d..7c7a61c 100644
--- a/e-17/e_dbus/HISTORY
+++ b/e-17/e_dbus/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-23 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Remove old CVS tree move code

diff --git a/e-17/ecore/DEPENDS b/e-17/ecore/DEPENDS
index bd095c0..7f7ada5 100755
--- a/e-17/ecore/DEPENDS
+++ b/e-17/ecore/DEPENDS
@@ -1,5 +1,6 @@
depends curl '--enable-curl' &&
depends dbus '--enable-ecore-dbus' &&
+depends eina &&
depends evas &&
depends libxcursor &&

diff --git a/e-17/ecore/HISTORY b/e-17/ecore/HISTORY
index 1831a03..5e23edf 100644
--- a/e-17/ecore/HISTORY
+++ b/e-17/ecore/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)

diff --git a/e-17/edje/DEPENDS b/e-17/edje/DEPENDS
index f8ba7fd..dd13da5 100755
--- a/e-17/edje/DEPENDS
+++ b/e-17/edje/DEPENDS
@@ -1,5 +1,6 @@
depends curl &&
depends eet &&
+depends eina &&
depends embryo &&
depends ecore &&
depends imlib2 &&
diff --git a/e-17/edje/HISTORY b/e-17/edje/HISTORY
index 106f983..05e1d70 100644
--- a/e-17/edje/HISTORY
+++ b/e-17/edje/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)

diff --git a/e-17/efreet/DEPENDS b/e-17/efreet/DEPENDS
index 43d7bf2..833a78e 100755
--- a/e-17/efreet/DEPENDS
+++ b/e-17/efreet/DEPENDS
@@ -1,2 +1,3 @@
depends subversion &&
-depends ecore
+depends ecore &&
+depends eina
diff --git a/e-17/efreet/HISTORY b/e-17/efreet/HISTORY
index 44cae12..7a59818 100644
--- a/e-17/efreet/HISTORY
+++ b/e-17/efreet/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)

diff --git a/e-17/eina/BUILD b/e-17/eina/BUILD
new file mode 100755
index 0000000..66cd199
--- /dev/null
+++ b/e-17/eina/BUILD
@@ -0,0 +1,9 @@
+OPTS="$EINA_PTHREAD \
+ $EINA_MEMPOOL \
+ $EINA_TESTS \
+ $EINA_COVERAGE \
+ $EINA_BENCHMARK \
+ $EINA_E17 \
+ $OPTS" &&
+
+default_build
diff --git a/e-17/eina/CONFIGURE b/e-17/eina/CONFIGURE
new file mode 100755
index 0000000..5579bae
--- /dev/null
+++ b/e-17/eina/CONFIGURE
@@ -0,0 +1,20 @@
+config_query_option EINA_PTHREAD "Enable POSIX threads?" n \
+ '--enable-pthread' '--disable-pthread' &&
+
+config_query_option EINA_MEMPOOL "Enable default mempool (faster on some
computers)?" n \
+ '--enable-default-mempool' '--disable-default-mempool'
&&
+
+config_query_option EINA_TESTS "Enable tests?" n \
+ '--enable-tests' '--disable-tests' &&
+
+config_query_option EINA_COVERAGE "Enable coverage profiling
instrumentation?" n \
+ '--enable-coverage' '--disable-coverage' &&
+
+config_query_option EINA_BENCHMARK "Enable benchmarks?" n \
+ '--enable-benchmark' '--disable-benchmark' &&
+
+if [[ "$EINA_BENCHMARK" == "--enable-benchmark" ]]; then
+ config_query_option EINA_E17 "Enable heavy benchmarks (fake E17 data)?"
y \
+ '--disable-e17' '--enable-e17'
+fi
+
diff --git a/e-17/eina/DEPENDS b/e-17/eina/DEPENDS
new file mode 100755
index 0000000..d51738e
--- /dev/null
+++ b/e-17/eina/DEPENDS
@@ -0,0 +1,9 @@
+depends automake &&
+depends autoconf &&
+depends pkgconfig &&
+
+if [[ "$EINA_BENCHMARK" == "--enable-benchmark" ]]; then
+ optional_depends "glib" "" "" "for Glib benchmarks" &&
+ optional_depends "evas" "" "" "for Evas benchmarks" &&
+ optional_depends "ecore" "" "" "for Ecore benchmarks"
+fi
diff --git a/e-17/eina/DETAILS b/e-17/eina/DETAILS
new file mode 100755
index 0000000..168719b
--- /dev/null
+++ b/e-17/eina/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=eina
+if [ "$EINA_SCM_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=svn
+fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE_IGNORE=volatile
+ LICENSE[0]=LGPL
+ WEB_SITE=http://trac.enlightenment.org/e/wiki/Eina
+ ENTERED=20081013
+ KEYWORDS="enlightenment"
+ SHORT="EFL multi-platform datatype and tool library"
+cat << EOF
+Eina is a multi-platform library that provides optimized data types and a few
+tools that could be used for projects.
+EOF
diff --git a/e-17/eina/HISTORY b/e-17/eina/HISTORY
new file mode 100644
index 0000000..8a06994
--- /dev/null
+++ b/e-17/eina/HISTORY
@@ -0,0 +1,4 @@
+2008-10-13 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE, DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD: Created
+ Depends on doxygen because eina ignore --disable-doc
+
diff --git a/e-17/eina/PREPARE b/e-17/eina/PREPARE
new file mode 100755
index 0000000..a8ef5ee
--- /dev/null
+++ b/e-17/eina/PREPARE
@@ -0,0 +1,2 @@
+config_query EINA_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
diff --git a/e-17/eina/PRE_BUILD b/e-17/eina/PRE_BUILD
new file mode 100755
index 0000000..66787a5
--- /dev/null
+++ b/e-17/eina/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+#
+# Remove .svn directories, otherwise they get installed
+#
+find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+NOCONFIGURE=ON ./autogen.sh
diff --git a/e-17/esmart/DEPENDS b/e-17/esmart/DEPENDS
index 8de3f13..52f7837 100755
--- a/e-17/esmart/DEPENDS
+++ b/e-17/esmart/DEPENDS
@@ -1,6 +1,7 @@
depends curl &&
depends ecore &&
depends edje &&
+depends eina &&
depends epsilon &&
depends evas &&
depends subversion
diff --git a/e-17/esmart/HISTORY b/e-17/esmart/HISTORY
index 8e94ad8..0cabaca 100644
--- a/e-17/esmart/HISTORY
+++ b/e-17/esmart/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-03 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)

diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 75974a0..e64de01 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -1,5 +1,6 @@
depends automake &&
depends eet '--enable-image-loader-eet --enable-font-loader-eet' &&
+depends eina &&
depends libtool &&

if [ "$EVAS_CVS" == "y" ]; then
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 544fd64..378184a 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on eina for data types
+
2008-09-01 Ladislav Hagara <hgr AT vabo.cz>
* *: cvs -> svn (subversion)





Archive powered by MHonArc 2.6.24.

Top of Page