Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (6fd29f3ec0d3f54ca850bf65b78a2aa465ca89c4)
  • Date: Sat, 2 Sep 2006 21:27:20 -0500

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

gnome2-apps/epiphany-extensions/DEPENDS | 1 +
gnome2-apps/epiphany-extensions/HISTORY | 3 +++
gnome2-apps/epiphany/HISTORY | 4 ++++
gnome2-apps/epiphany/PRE_SUB_DEPENDS | 4 ++++
gnome2-apps/epiphany/SUB_DEPENDS | 4 ++++
5 files changed, 16 insertions(+)

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

epiphany-extensions: added sub-depends on gnome-python2 in epiphany

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

epiphany: added sub-depends on gnome-python2

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

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

optional_depends opensp \
diff --git a/gnome2-apps/epiphany-extensions/HISTORY
b/gnome2-apps/epiphany-extensions/HISTORY
index f08b821..9942ba2 100644
--- a/gnome2-apps/epiphany-extensions/HISTORY
+++ b/gnome2-apps/epiphany-extensions/HISTORY
@@ -1,3 +1,6 @@
+2006-09-02 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added sub-depends on gnome-python2 in epiphany
+
2006-08-30 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: added xulrunner support

diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 1fe9eab..afd1704 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,7 @@
+2006-09-02 Robin Cook <rcook AT wyrms.net>
+ * PRE_SUB_DEPENDS: added
+ * SUB_DEPENDS: added
+
2006-08-30 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: added xulrunner support
* PRE_BUILD: added to fix a buggy configure script
diff --git a/gnome2-apps/epiphany/PRE_SUB_DEPENDS
b/gnome2-apps/epiphany/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..da18f16
--- /dev/null
+++ b/gnome2-apps/epiphany/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+gnome-python2) if is_depends_enabled $SPELL python; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-apps/epiphany/SUB_DEPENDS
b/gnome2-apps/epiphany/SUB_DEPENDS
new file mode 100755
index 0000000..a4e3408
--- /dev/null
+++ b/gnome2-apps/epiphany/SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+gnome-python2) echo "python bindings requested, forcing them."; depends
python '--with-python';;
+ *) echo "unknown sub-depends!"; return 1;;
+esac



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (6fd29f3ec0d3f54ca850bf65b78a2aa465ca89c4), Robin Cook, 09/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page