Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (a9a41293c462550b2adc0816044001e35ef8ce8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (a9a41293c462550b2adc0816044001e35ef8ce8f)
  • Date: Thu, 9 Oct 2008 13:05:47 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

gnome2-libs/gnome-menus/DEPENDS | 2 +-
gnome2-libs/gnome-menus/HISTORY | 3 +++
gnome2-libs/gnome-python-desktop/DEPENDS | 2 +-
gnome2-libs/gnome-python-desktop/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit a9a41293c462550b2adc0816044001e35ef8ce8f
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

gnome2-libs/gnome-python-desktop: removed space after a \ in DEPENDS,
causing flag to be executed as command

commit 25cd18edf59d1fc590d080a7ef7d0ce18b5d9bfe
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

gnome2-libs/gnome-menus: removed && chaining from the last (and only)
optional_depends

diff --git a/gnome2-libs/gnome-menus/DEPENDS b/gnome2-libs/gnome-menus/DEPENDS
index 5abdf55..2153ae4 100755
--- a/gnome2-libs/gnome-menus/DEPENDS
+++ b/gnome2-libs/gnome-menus/DEPENDS
@@ -3,4 +3,4 @@ depends glib2 &&
optional_depends python \
"--enable-python" \
"--disable-python" \
- "Enable python bindings" &&
+ "Enable python bindings"
diff --git a/gnome2-libs/gnome-menus/HISTORY b/gnome2-libs/gnome-menus/HISTORY
index 660073b..ba33223 100644
--- a/gnome2-libs/gnome-menus/HISTORY
+++ b/gnome2-libs/gnome-menus/HISTORY
@@ -1,3 +1,6 @@
+2008-10-09 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: removed && chaining from the last (and only)
optional_depends
+
2008-09-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.24.0
* DEPENDS: removed pygtk2 and make python optional
diff --git a/gnome2-libs/gnome-python-desktop/DEPENDS
b/gnome2-libs/gnome-python-desktop/DEPENDS
index 3ddfadb..6045782 100755
--- a/gnome2-libs/gnome-python-desktop/DEPENDS
+++ b/gnome2-libs/gnome-python-desktop/DEPENDS
@@ -10,7 +10,7 @@ optional_depends gnome-panel
\
"--disable-applet" \
"Build gnome.applet bindings?" &&

-optional_depends libgnomeprint \
+optional_depends libgnomeprint \
"--enable-gnomeprint" \
"--disable-gnomeprint" \
"Build gnomeprint bindings?" &&
diff --git a/gnome2-libs/gnome-python-desktop/HISTORY
b/gnome2-libs/gnome-python-desktop/HISTORY
index 6988c39..eb07f34 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,3 +1,6 @@
+2008-10-09 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: removed space after a \ causing flag to be executed as
command
+
2008-10-03 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added and updated depends




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (a9a41293c462550b2adc0816044001e35ef8ce8f), Elisamuel Resto, 10/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page