Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (49a4858d970bee0276dd159bf95f7da7e3648dc2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (49a4858d970bee0276dd159bf95f7da7e3648dc2)
  • Date: Wed, 13 Sep 2006 15:57:11 -0500

GIT changes to master grimoire by Eric Sandall <sandalle@moby.(none)>:

devel/git/DETAILS | 2 +-
devel/git/HISTORY | 3 +++
gnome2-libs/bug-buddy2/DEPENDS | 13 ++++++++-----
gnome2-libs/bug-buddy2/HISTORY | 3 +++
gnome2-libs/evolution-exchange/DEPENDS | 9 +++++++--
gnome2-libs/evolution-exchange/HISTORY | 4 ++++
x11-toolkits/galago-sharp/DEPENDS | 3 ++-
x11-toolkits/galago-sharp/HISTORY | 3 +++
8 files changed, 31 insertions(+), 9 deletions(-)

New commits:
commit 49a4858d970bee0276dd159bf95f7da7e3648dc2
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Updated git to 1.4.2.1

commit c4ada74f8eec56131d32e1f3c1598dc03bb4d29c
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

evolution-exchange depends on evolution-data-server, libxml2, libbonobo,
gconf2 and libsoup

commit a993ca5f574eebe1cd90809d471b5b59da586274
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

galago-sharp depends on gtk-sharp

commit e6dfccf135510ed2f49fb2c3061e1e146fbc6daa
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

bug-buddy2 depends on evolution-data-server, libgtop2, and libsoup

diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 8294a42..1ffbcb6 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,5 +1,5 @@
SPELL=git
- VERSION=1.4.2
+ VERSION=1.4.2.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 4f6dba8..f4af320 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.2.1
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/gnome2-libs/bug-buddy2/DEPENDS b/gnome2-libs/bug-buddy2/DEPENDS
index ce6b6f5..77fff65 100755
--- a/gnome2-libs/bug-buddy2/DEPENDS
+++ b/gnome2-libs/bug-buddy2/DEPENDS
@@ -1,5 +1,8 @@
-depends libgnomeui &&
-depends libglade2 &&
-depends scrollkeeper &&
-depends gnome-desktop &&
-depends gnome-menus
+depends evolution-data-server &&
+depends libgnomeui &&
+depends libglade2 &&
+depends libgtop2 &&
+depends libsoup &&
+depends scrollkeeper &&
+depends gnome-desktop &&
+depends gnome-menus
diff --git a/gnome2-libs/bug-buddy2/HISTORY b/gnome2-libs/bug-buddy2/HISTORY
index d2368e5..9fe95be 100644
--- a/gnome2-libs/bug-buddy2/HISTORY
+++ b/gnome2-libs/bug-buddy2/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on evolution-data-server, libgtop2, and libsoup
+
2006-09-06 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.0

diff --git a/gnome2-libs/evolution-exchange/DEPENDS
b/gnome2-libs/evolution-exchange/DEPENDS
index 2500d5a..bad0f9e 100755
--- a/gnome2-libs/evolution-exchange/DEPENDS
+++ b/gnome2-libs/evolution-exchange/DEPENDS
@@ -1,5 +1,10 @@
-depends evolution2 &&
-depends krb5 &&
+depends gconf2 &&
+depends evolution2 &&
+depends evolution-data-server &&
+depends krb5 &&
+depends libbonobo &&
+depends libsoup &&
+depends libxml2 &&

optional_depends "gtk-doc" \
"--enable-gtk-doc" \
diff --git a/gnome2-libs/evolution-exchange/HISTORY
b/gnome2-libs/evolution-exchange/HISTORY
index dbc57d4..1fe1f05 100644
--- a/gnome2-libs/evolution-exchange/HISTORY
+++ b/gnome2-libs/evolution-exchange/HISTORY
@@ -1,3 +1,7 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on evolution-data-server, libxml2, libbonobo,
gconf2
+ and libsoup.
+
2006-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.8.0

diff --git a/x11-toolkits/galago-sharp/DEPENDS
b/x11-toolkits/galago-sharp/DEPENDS
index 61d1924..ecebbf1 100755
--- a/x11-toolkits/galago-sharp/DEPENDS
+++ b/x11-toolkits/galago-sharp/DEPENDS
@@ -1 +1,2 @@
-depends libgalago
+depends gtk-sharp &&
+depends libgalago
diff --git a/x11-toolkits/galago-sharp/HISTORY
b/x11-toolkits/galago-sharp/HISTORY
index 8878f02..b50a5af 100644
--- a/x11-toolkits/galago-sharp/HISTORY
+++ b/x11-toolkits/galago-sharp/HISTORY
@@ -1,3 +1,6 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Depends on gtk-sharp
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (49a4858d970bee0276dd159bf95f7da7e3648dc2), Eric Sandall, 09/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page