Skip to Content.
Sympa Menu

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

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 (bb88a4100722e1970cbf8982d816301752f071dc)
  • Date: Sun, 14 Oct 2012 09:03:01 -0500

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

e-17/eobj/DEPENDS | 8 ++++++++
e-17/eobj/HISTORY | 3 +++
e-17/evas/DEPENDS | 1 +
e-17/evas/HISTORY | 3 +++
4 files changed, 15 insertions(+)

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

eobj: added to depends

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

evas: added eobj as scm depends

diff --git a/e-17/eobj/DEPENDS b/e-17/eobj/DEPENDS
index 15d5557..0f59051 100755
--- a/e-17/eobj/DEPENDS
+++ b/e-17/eobj/DEPENDS
@@ -1 +1,9 @@
depends subversion
+depends eina
+
+optional_depends check "" "" "Use check?" &&
+
+optional_depends doxygen \
+ "--enable-doc" \
+ "--disable-doc" \
+ "Build documentation?"
diff --git a/e-17/eobj/HISTORY b/e-17/eobj/HISTORY
index bd0ff00..9e8b0b1 100644
--- a/e-17/eobj/HISTORY
+++ b/e-17/eobj/HISTORY
@@ -1,2 +1,5 @@
+2012-10-14 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added eina and optional check and doxygen
+
2012-10-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, DEPENDS, PREPARE, PRE_BUILD: spell created
diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 07a4570..a562d12 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -5,6 +5,7 @@ depends freetype2 &&

if [[ "$EVAS_BRANCH" == "scm" ]]; then
depends subversion
+ depends eobj
fi &&

optional_depends fontconfig \
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index f09afd2..c9bedd8 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2012-10-14 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added eobj as scm depends
+
2012-07-12 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: configure options updated




  • [SM-Commit] GIT changes to master grimoire by Robin Cook (bb88a4100722e1970cbf8982d816301752f071dc), Robin Cook, 10/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page