[SM-Commit] GIT changes to master grimoire by Eric Sandall (974ea9af8dba7c3a63b0ba6c4eb0be253d61365b)

Eric Sandall scm at sourcemage.org
Fri May 22 19:42:49 EDT 2009


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 dev/null                                                                     |binary
 gnome2-apps/evolution/DEPENDS                                                |    4 
 gnome2-apps/evolution/DETAILS                                                |    2 
 gnome2-apps/evolution/HISTORY                                                |    4 
 gnome2-apps/evolution/evolution-2.26.1.1.tar.bz2.sig                         |    0 
 gnome2-apps/evolution/evolution-2.26.2.tar.bz2.sig                           |binary
 gnome2-libs/evolution-data-server/DEPENDS                                    |   12 
 gnome2-libs/evolution-data-server/DETAILS                                    |    8 
 gnome2-libs/evolution-data-server/HISTORY                                    |    5 
 gnome2-libs/evolution-data-server/evolution-data-server-2.26.1.1.tar.bz2.sig |    0 
 gnome2-libs/evolution-data-server/evolution-data-server-2.26.2.tar.bz2.sig   |binary
 gnome2-libs/evolution-exchange/DETAILS                                       |    2 
 gnome2-libs/evolution-exchange/HISTORY                                       |    3 
 gnome2-libs/evolution-exchange/evolution-exchange-2.26.1.tar.bz2.sig         |    0 
 gnome2-libs/evolution-exchange/evolution-exchange-2.26.2.tar.bz2.sig         |binary
 gnome2-libs/evolution-mapi/HISTORY                                           |  172 ----------
 16 files changed, 32 insertions(+), 180 deletions(-)

New commits:
commit 974ea9af8dba7c3a63b0ba6c4eb0be253d61365b
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    evolution-exchange: Updated to 2.26.2

commit d97a900f412d9d0277d79413a691be15fbdab131
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    evolution: Updated to 2.26.2
    nspr/nss needs --with-*-libs

commit cb50d3e2ec2e0c262c101cd82950aaea2cfdfba8
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    evolution-data-server: Cleanup formatting

commit 1a29efe2df8dc3f9ff685d4cd42f90fdffd407ad
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    evolution-data-server: Updated to 2.26.2
    gnome-keyring is optional
    nspr/nss needs --with-*-libs

commit 38bbd5628f92adaf9594c4ed67a51d784f838365
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    evolution-mapi: Cleanout miscopied HISTORY

diff --git a/gnome2-apps/evolution/DEPENDS b/gnome2-apps/evolution/DEPENDS
index c55cc08..b46a2bb 100755
--- a/gnome2-apps/evolution/DEPENDS
+++ b/gnome2-apps/evolution/DEPENDS
@@ -39,7 +39,9 @@ optional_depends  gnupg                                   \
 optional_depends  nss                                     \
                   "--enable-nss=yes --enable-smime        \
                    --with-nspr-includes=/usr/include/nspr \
-                   --with-nss-includes=/usr/include/nss"  \
+                   --with-nss-includes=/usr/include/nss   \
+                   --with-nspr-libs=/usr/lib              \
+                   --with-nss-libs=/usr/lib"              \
                   "--enable-nss=no --disable-smime"       \
                   "Enable Mozilla SSL support?"           &&
 
diff --git a/gnome2-apps/evolution/DETAILS b/gnome2-apps/evolution/DETAILS
index 6c757d1..c20bacd 100755
--- a/gnome2-apps/evolution/DETAILS
+++ b/gnome2-apps/evolution/DETAILS
@@ -1,5 +1,5 @@
 	   SPELL=evolution
-         VERSION=2.26.1.1
+         VERSION=2.26.2
           BRANCH=${VERSION:0:4}
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/evolution/HISTORY b/gnome2-apps/evolution/HISTORY
index 5020053..0245212 100644
--- a/gnome2-apps/evolution/HISTORY
+++ b/gnome2-apps/evolution/HISTORY
@@ -1,3 +1,7 @@
+2009-05-22 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 2.26.2
+	* DEPENDS: nspr/nss needs --with-*-libs
+
 2009-04-27 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 2.26.1.1
 	  SOURCE matches upstream posted MD5
diff --git a/gnome2-apps/evolution/evolution-2.26.1.1.tar.bz2.sig b/gnome2-apps/evolution/evolution-2.26.1.1.tar.bz2.sig
deleted file mode 100644
index e4cde08..0000000
Binary files a/gnome2-apps/evolution/evolution-2.26.1.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/evolution/evolution-2.26.2.tar.bz2.sig b/gnome2-apps/evolution/evolution-2.26.2.tar.bz2.sig
new file mode 100644
index 0000000..dd57a5b
Binary files /dev/null and b/gnome2-apps/evolution/evolution-2.26.2.tar.bz2.sig differ
diff --git a/gnome2-libs/evolution-data-server/DEPENDS b/gnome2-libs/evolution-data-server/DEPENDS
index 04b3f52..04e680d 100755
--- a/gnome2-libs/evolution-data-server/DEPENDS
+++ b/gnome2-libs/evolution-data-server/DEPENDS
@@ -6,7 +6,6 @@ depends  gconf2                        &&
 depends  libglade2                     &&
 depends  libxml2                       &&
 depends  sqlite                        &&
-depends  gnome-keyring                 &&
 depends  libgnome                      &&
 depends  libsoup                       &&
 depends  popt                          &&
@@ -21,7 +20,9 @@ optional_depends  "openldap" \
 optional_depends  "nss" \
                   "--enable-nss=yes --enable-smime=yes \
                    --with-nspr-includes=/usr/include/nspr \
-                   --with-nss-includes=/usr/include/nss" \
+                   --with-nss-includes=/usr/include/nss \
+                   --with-nspr-libs=/usr/lib \
+                   --with-nss-libs=/usr/lib" \
                   "--enable-nss=no --enable-smime=no"   \
                   "Attempt use use Mozlla libnss for SSL and SMIME support?" &&
 
@@ -33,4 +34,9 @@ optional_depends  "krb5" \
 optional_depends  avahi                    \
                   ""                       \
                   ""                       \
-                  "for service discovery"
+                  "for service discovery"  &&
+
+optional_depends  gnome-keyring                                 \
+                  "--enable-gnome-keyring=yes"                  \
+                  "--enable-gnome-keyring=no"                   \
+                  "to use Gnome Keyring for storing passwords"
diff --git a/gnome2-libs/evolution-data-server/DETAILS b/gnome2-libs/evolution-data-server/DETAILS
index 13dc8d2..5b5480c 100755
--- a/gnome2-libs/evolution-data-server/DETAILS
+++ b/gnome2-libs/evolution-data-server/DETAILS
@@ -1,5 +1,5 @@
-	   SPELL=evolution-data-server
-         VERSION=2.26.1.1
+           SPELL=evolution-data-server
+         VERSION=2.26.2
           BRANCH=`echo $VERSION | cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
       LICENSE[1]=FDL
         WEB_SITE=http://developer.ximian.com
          ENTERED=20040312
- KEYWORDS="evolution gnome2 libs"
-           SHORT="Evolution Data Severs" 
+        KEYWORDS="evolution gnome2 libs"
+           SHORT="Evolution Data Severs"
 cat << EOF
 Evolution Data Servers
 Currently Address Book and Calendar
diff --git a/gnome2-libs/evolution-data-server/HISTORY b/gnome2-libs/evolution-data-server/HISTORY
index 200102b..fc5fce7 100644
--- a/gnome2-libs/evolution-data-server/HISTORY
+++ b/gnome2-libs/evolution-data-server/HISTORY
@@ -1,3 +1,8 @@
+2009-05-22 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 2.26.2
+	* DEPENDS: gnome-keyring is optional
+	  nspr/nss needs --with-*-libs
+
 2009-04-27 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 2.26.1.1
 	  SOURCE matches upstream posted MD5
diff --git a/gnome2-libs/evolution-data-server/evolution-data-server-2.26.1.1.tar.bz2.sig b/gnome2-libs/evolution-data-server/evolution-data-server-2.26.1.1.tar.bz2.sig
deleted file mode 100644
index 34175a6..0000000
Binary files a/gnome2-libs/evolution-data-server/evolution-data-server-2.26.1.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/evolution-data-server/evolution-data-server-2.26.2.tar.bz2.sig b/gnome2-libs/evolution-data-server/evolution-data-server-2.26.2.tar.bz2.sig
new file mode 100644
index 0000000..a2ab474
Binary files /dev/null and b/gnome2-libs/evolution-data-server/evolution-data-server-2.26.2.tar.bz2.sig differ
diff --git a/gnome2-libs/evolution-exchange/DETAILS b/gnome2-libs/evolution-exchange/DETAILS
index 4d15e6a..477c366 100755
--- a/gnome2-libs/evolution-exchange/DETAILS
+++ b/gnome2-libs/evolution-exchange/DETAILS
@@ -1,5 +1,5 @@
 	   SPELL=evolution-exchange
-         VERSION=2.26.1
+         VERSION=2.26.2
           BRANCH=`echo $VERSION | cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/evolution-exchange/HISTORY b/gnome2-libs/evolution-exchange/HISTORY
index 6a00e90..53c1291 100644
--- a/gnome2-libs/evolution-exchange/HISTORY
+++ b/gnome2-libs/evolution-exchange/HISTORY
@@ -1,3 +1,6 @@
+2009-05-22 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: Updated to 2.26.2
+
 2009-04-27 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 2.26.1
 	  SOURCE matches upstream posted MD5
diff --git a/gnome2-libs/evolution-exchange/evolution-exchange-2.26.1.tar.bz2.sig b/gnome2-libs/evolution-exchange/evolution-exchange-2.26.1.tar.bz2.sig
deleted file mode 100644
index 05111c1..0000000
Binary files a/gnome2-libs/evolution-exchange/evolution-exchange-2.26.1.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/evolution-exchange/evolution-exchange-2.26.2.tar.bz2.sig b/gnome2-libs/evolution-exchange/evolution-exchange-2.26.2.tar.bz2.sig
new file mode 100644
index 0000000..bf89b3e
Binary files /dev/null and b/gnome2-libs/evolution-exchange/evolution-exchange-2.26.2.tar.bz2.sig differ
diff --git a/gnome2-libs/evolution-mapi/HISTORY b/gnome2-libs/evolution-mapi/HISTORY
index c4b6e36..23dd1a2 100644
--- a/gnome2-libs/evolution-mapi/HISTORY
+++ b/gnome2-libs/evolution-mapi/HISTORY
@@ -1,171 +1,3 @@
-2009-03-28 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.26.0
-
-2009-03-08 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.25.92
-
-2009-03-02 Eric Sandall <sandalle at sourcemage.org>
-	* DEPENDS: Links against avahi if it's available
-
-2009-02-18 Eric Sandall <sandalle at sourcemage.org>
-	* DEPENDS: Removed duplicate dependency on evolution-exchange
-	  Second dependency includes -sub LDAP
-
-2008-11-30 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.24.2
-
-2008-10-24 George Sherwood <gsherwood at sourcemage.org>
-	* DETAILS: Updated to version 2.24.1
-
-2008-10-06 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.24.0
-	* DEPENDS: updated with gnome depends
-	* G_SCHEMAS: added
-
-2008-08-19 Thomas Orgis <sobukus at sourcemage.org>
-	* DEPENDS: openldap is mandatory, need LDAP sub dep
-	  from evolution-data-server
-
-2008-08-03 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.22.3
-
-2008-05-05 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.22.1.1
-
-2008-03-14 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.22.0
-
-2008-02-28 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.21.92
-
-2008-01-13 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.12.3
-
-2007-11-26 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.12.2
-
-2007-10-18 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.12.1
-
-2007-09-21 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.12.0
-
-2007-07-03 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.10.3
-
-2007-05-28 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.10.2
-
-2007-05-20 Arwed v. Merkatz <v.merkatz at gmx.net>
-	* DEPENDS: changed evolution2 to evolution
-
-2007-04-10 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.10.1
-
-2007-03-16 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.10.0
-
-2007-02-28 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.9.92
-
-2007-02-01 Arjan Bouter <abouter at sourcemage.org>
-	* DETAILS: Updated to 2.8.2
-
-2006-10-03 Flavien Bridault <vlaaad at sourcemage.org>
-	* DETAILS: Updated to 2.8.1
-
-2006-09-13 Eric Sandall <sandalle at sourcemage.org>
-	* 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
-
-2006-08-30 Flavien Bridault <vlaaad at sourcemage.org>
-	* DETAILS: Updated to 2.6.3
-
-2006-05-30 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.6.2
-
-2006-04-18 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.6.1
-
-2006-03-13 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.6.0
-
-2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
-	* DETAILS: (automated) Add KEYWORDS
-
-2006-03-01 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.5.92
-
-2006-02-19 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.5.91
-
-2005-11-29 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.4.2
-
-2005-10-09 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.4.1
-
-2005-09-05 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.4.0
-
-2005-08-24 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.3.8
-
-2005-08-15 Robin Cook <rcook at wyrms.net>
-	* CONFLICTS: added y at the end
-	* DEPENDS: changed evolution-data-server for evolution2
-
-2005-08-13 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.3.7
-	  renamed to evolution-exchange
-	  converted from MD5 to GPG
-	* CONFLICTS: added to conflict with ximian-connector
-
-2005-06-05 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.2.3
-	  updated MD5
-
-2005-04-11 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.2.2
-	  updated MD5
-
-2005-04-07 Eric Sandall <sandalle at sourcemage.org>
-	* DETAILS: Removed MAKE_NJOBS=1
-	* BUILD: Run make_single before make and make_normal afterwards
-
-2005-03-18 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.2.1
-	  updated MD5
-
-2005-03-01 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.1.6
-	  updated MD5
-
-2005-02-08 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.1.5
-	  updated MD5
-	  remove BUILD_API
-
-2004-12-07 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.0.3
-	  updated MD5
-
-2004-10-12 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.0.2
-	  updated MD5
-	* HISTORY: added missing &&
-
-2004-09-28 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.0.1
-	  updated MD5
-
-2004-09-04 Robin Cook <rcook at wyrms.net>
-	* DETAILS: updated VERSION to 2.0.0
-	  updated MD5
-
-2004-09-04 Robin Cook <rcook at wyrms.net>
-	* Initial spell version 1/5/94/1
+2009-04-18 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS, DEPENDS, G_SCHEMAS: Created
 



More information about the SM-Commit mailing list