Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (afe8e49ab65787588ff876d5e9e07608724ebb70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (afe8e49ab65787588ff876d5e9e07608724ebb70)
  • Date: Wed, 6 Sep 2006 00:42:19 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

gnome2-apps/epiphany-extensions/DEPENDS | 2 +-
gnome2-apps/epiphany-extensions/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit afe8e49ab65787588ff876d5e9e07608724ebb70
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

epiphany extentions fixed syntax error in depends file

diff --git a/gnome2-apps/epiphany-extensions/DEPENDS
b/gnome2-apps/epiphany-extensions/DEPENDS
index 9bda4db..1321ad6 100755
--- a/gnome2-apps/epiphany-extensions/DEPENDS
+++ b/gnome2-apps/epiphany-extensions/DEPENDS
@@ -3,7 +3,7 @@ depends GECKO &&

if [[ "${EPIPHANY_FAVICON}" == "y" || "${EPIPHANY_PYCON}" == "y" ||
"${EPIPHANY_SAMPLEPY}" == "y" ]]; then
depends python
- sub_depends epiphany gnome-python2 &&
+ sub_depends epiphany gnome-python2
fi &&

optional_depends opensp \
diff --git a/gnome2-apps/epiphany-extensions/HISTORY
b/gnome2-apps/epiphany-extensions/HISTORY
index 9942ba2..da6b26e 100644
--- a/gnome2-apps/epiphany-extensions/HISTORY
+++ b/gnome2-apps/epiphany-extensions/HISTORY
@@ -1,3 +1,6 @@
+2006-09-06 David Brown <dmlb2000 AT gmail.com>
+ * DEPENDS: fixed syntax error
+
2006-09-02 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added sub-depends on gnome-python2 in epiphany




  • [SM-Commit] GIT changes to master grimoire by David Brown (afe8e49ab65787588ff876d5e9e07608724ebb70), David Brown, 09/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page