Skip to Content.
Sympa Menu

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

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 (8fa9c7891bd85912634c7d8c223c47e6800e0abf)
  • Date: Wed, 23 Dec 2009 16:25:03 -0600

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

dev/null |binary
e-17/edje/DEPENDS | 1 +
e-17/edje/HISTORY | 3 +++
e-17/eet/DETAILS | 4 ++--
e-17/eet/HISTORY | 5 +++++
e-17/eet/eet-1.1.0.tar.bz2.sig | 0
e-17/eet/eet-1.2.3.tar.bz2.sig |binary
7 files changed, 11 insertions(+), 2 deletions(-)

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

eet: Updated to 1.2.3
Required for latest edje (and probably others)
SOURCE_URL snapshots/LATEST/ -> releases/

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

edje: Depends on lua now

checking pkg-config is at least version 0.9.0... yes
checking for LUA... no
configure: error: unable to find Lua

diff --git a/e-17/edje/DEPENDS b/e-17/edje/DEPENDS
index dd13da5..e237d90 100755
--- a/e-17/edje/DEPENDS
+++ b/e-17/edje/DEPENDS
@@ -4,6 +4,7 @@ depends eina &&
depends embryo &&
depends ecore &&
depends imlib2 &&
+depends lua &&

if [ "$EDJE_CVS" == "y" ]; then
depends subversion
diff --git a/e-17/edje/HISTORY b/e-17/edje/HISTORY
index c75c7f4..f4bac59 100644
--- a/e-17/edje/HISTORY
+++ b/e-17/edje/HISTORY
@@ -1,3 +1,6 @@
+2009-12-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on lua now
+
2008-10-14 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on eina for data types
* DETAILS: Increment PATCHLEVEL
diff --git a/e-17/eet/DETAILS b/e-17/eet/DETAILS
index c97e525..ba37b23 100755
--- a/e-17/eet/DETAILS
+++ b/e-17/eet/DETAILS
@@ -12,10 +12,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
SOURCE_IGNORE=volatile
PATCHLEVEL=1
else
- VERSION=1.1.0
+ VERSION=1.2.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://download.enlightenment.org/snapshots/LATEST/$SOURCE
+ SOURCE_URL=http://download.enlightenment.org/releases/$SOURCE
#
SOURCE_HASH=sha512:afbd40c6ee9863af07fcd7bae711a287b13fd62b04569fe124e59f65335f99f8e4a434b9dd152fc791c746616104b3bbf311cfbb7f871e3fb5782228ce4814ef
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
fi
diff --git a/e-17/eet/HISTORY b/e-17/eet/HISTORY
index 56a79ac..66a32d3 100644
--- a/e-17/eet/HISTORY
+++ b/e-17/eet/HISTORY
@@ -1,3 +1,8 @@
+2009-12-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.3
+ Required for latest edje (and probably others)
+ SOURCE_URL snapshots/LATEST/ -> releases/
+
2008-11-01 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE: Default to stable release
* DETAILS: Updated stable to 1.1.0
diff --git a/e-17/eet/eet-1.1.0.tar.bz2.sig b/e-17/eet/eet-1.1.0.tar.bz2.sig
deleted file mode 100644
index 3996a1e..0000000
Binary files a/e-17/eet/eet-1.1.0.tar.bz2.sig and /dev/null differ
diff --git a/e-17/eet/eet-1.2.3.tar.bz2.sig b/e-17/eet/eet-1.2.3.tar.bz2.sig
new file mode 100644
index 0000000..0c2ef6d
Binary files /dev/null and b/e-17/eet/eet-1.2.3.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (8fa9c7891bd85912634c7d8c223c47e6800e0abf), Eric Sandall, 12/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page