Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (8e3d06a5b5ff293dc8d142694593914402433c74)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (8e3d06a5b5ff293dc8d142694593914402433c74)
  • Date: Fri, 16 Jan 2009 17:23:08 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

utils/virt-manager/DEPENDS | 2 +-
utils/virt-manager/HISTORY | 3 +++
x11/gtk-vnc/HISTORY | 4 ++++
x11/gtk-vnc/PRE_SUB_DEPENDS | 2 +-
x11/gtk-vnc/SUB_DEPENDS | 2 +-
5 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 8e3d06a5b5ff293dc8d142694593914402433c74
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gtk-vnc: sub-depends should be uppercase.
Bug #14999

commit 0555fef1f6921972a3dd0ae75bad8e98b6275532
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

virt-manager: Subdepends should be uppercase.
Bug #14999

diff --git a/utils/virt-manager/DEPENDS b/utils/virt-manager/DEPENDS
index f56cdbb..fbdc93b 100755
--- a/utils/virt-manager/DEPENDS
+++ b/utils/virt-manager/DEPENDS
@@ -1,7 +1,7 @@
depends dbus-python &&
depends gnome-python2 &&
depends gnome-python-desktop &&
-depends -sub "python" gtk-vnc &&
+depends -sub "PYTHON" gtk-vnc &&
depends libvirt &&
depends -sub "python" libxml2 &&
depends pygtk2 &&
diff --git a/utils/virt-manager/HISTORY b/utils/virt-manager/HISTORY
index 7f3ed76..3a90af9 100644
--- a/utils/virt-manager/HISTORY
+++ b/utils/virt-manager/HISTORY
@@ -1,3 +1,6 @@
+2009-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: changed gtk-vnc sub to uppercase. Bug 14999
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 0.6.0

diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 0b31f08..4578de9 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,7 @@
+2009-01-16 George Sherwood <george AT beernabeer.com>
+ * SUB_DEPENDS: python -> PYTHON Bug #14999
+ * PRE_SUB_DEPENDS: python -> PYTHON Bug #14999
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 0.3.7

diff --git a/x11/gtk-vnc/PRE_SUB_DEPENDS b/x11/gtk-vnc/PRE_SUB_DEPENDS
index 596a43c..6d312e2 100755
--- a/x11/gtk-vnc/PRE_SUB_DEPENDS
+++ b/x11/gtk-vnc/PRE_SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- python) is_depends_enabled $SPELL python && return 0
+ PYTHON) is_depends_enabled $SPELL python && return 0
;;
esac

diff --git a/x11/gtk-vnc/SUB_DEPENDS b/x11/gtk-vnc/SUB_DEPENDS
index 83d9df3..474d208 100755
--- a/x11/gtk-vnc/SUB_DEPENDS
+++ b/x11/gtk-vnc/SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- python) echo "python bindings requested, forcing them."
+ PYTHON) echo "python bindings requested, forcing them."
depends python '--with-python'
;;
*) echo "unknown sub-depends!"



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (8e3d06a5b5ff293dc8d142694593914402433c74), George Sherwood, 01/16/2009

Archive powered by MHonArc 2.6.24.

Top of Page