[SM-Commit] GIT changes to master grimoire by Robin Cook (b63cc97d11eb9c5d4fa9d4f8dead9fd21dc70b39)

Robin Cook scm at sourcemage.org
Sun Nov 13 22:18:12 EST 2011


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

 ChangeLog           |    1 +
 e-17/emap/DEPENDS   |    3 +++
 e-17/emap/DETAILS   |   23 +++++++++++++++++++++++
 e-17/emap/HISTORY   |    2 ++
 e-17/emap/PREPARE   |    2 ++
 e-17/emap/PRE_BUILD |    3 +++
 6 files changed, 34 insertions(+)

New commits:
commit b63cc97d11eb9c5d4fa9d4f8dead9fd21dc70b39
Author: Robin Cook <rcook at wyrms.net>
Commit: Robin Cook <rcook at wyrms.net>

    emap: New Spell - map manager

diff --git a/ChangeLog b/ChangeLog
index dec5228..1ea4a5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* New Spell: eflwebkit - a port of webkit to e17 libraries
 	* New Spell: libeweather - library to pull weather forcasts
 	* New Spell: eweather - Enlightenment module to display weather forcast
+	* New Spell: emap - map manager
 
 2011-11-12 Ismael Luceno <ismael at sourcemage.org>
 	* python-pypi/scrapely: new spell, library for extracting structured
diff --git a/e-17/emap/DEPENDS b/e-17/emap/DEPENDS
new file mode 100755
index 0000000..05b5dfa
--- /dev/null
+++ b/e-17/emap/DEPENDS
@@ -0,0 +1,3 @@
+depends  eina        &&
+depends  ecore       &&
+depends  subversion
diff --git a/e-17/emap/DETAILS b/e-17/emap/DETAILS
new file mode 100755
index 0000000..0a3dc3e
--- /dev/null
+++ b/e-17/emap/DETAILS
@@ -0,0 +1,23 @@
+           SPELL=emap
+  if [ "$EMAP_AUTOUPDATE" == "y" ]; then
+         VERSION=$(date +%Y%m%d)
+  else
+         VERSION=svn
+  fi
+          SOURCE=$SPELL-svn.tar.bz2
+   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/PROTO/$SPELL:$SPELL-svn
+   SOURCE_IGNORE=volatile
+  FORCE_DOWNLOAD="on"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+      LICENSE[0]=BSD
+        WEB_SITE=http://trac.enlightenment.org/e/browser/trunk/PROTO?order=name
+        KEYWORDS="enlightenment"
+         ENTERED=20111104
+           SHORT='Emap is a map manager'
+cat << EOF
+emap is a map manager:
+    - tiles source
+    - tracks manager
+    - route manager
+    - navigation 
+EOF
diff --git a/e-17/emap/HISTORY b/e-17/emap/HISTORY
new file mode 100644
index 0000000..8e31f5b
--- /dev/null
+++ b/e-17/emap/HISTORY
@@ -0,0 +1,2 @@
+2011-11-13 Robin Cook <rcook at wyrms.net>
+	* New Spell: DEPENDS, DETAILS, PRE_BUILD, PREPARE
diff --git a/e-17/emap/PREPARE b/e-17/emap/PREPARE
new file mode 100755
index 0000000..895832d
--- /dev/null
+++ b/e-17/emap/PREPARE
@@ -0,0 +1,2 @@
+config_query  EMAP_AUTOUPDATE                                    \
+              "Automatically update $SPELL on system-update?"  n
diff --git a/e-17/emap/PRE_BUILD b/e-17/emap/PRE_BUILD
new file mode 100755
index 0000000..b218a4a
--- /dev/null
+++ b/e-17/emap/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build               &&
+cd  $SOURCE_DIRECTORY           &&
+NOCONFIGURE="ON"  ./autogen.sh


More information about the SM-Commit mailing list