[SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a1b9a7108f58f0e5b3d65e17f90af4a3aaf04d9d)

Treeve Jelbert scm at sourcemage.org
Thu Jan 1 12:56:45 EST 2009


GIT changes to master grimoire by Treeve Jelbert <treeve at sourcemage.org>:

 devel/falcon/DETAILS          |    6 +++---
 devel/falcon/HISTORY          |    3 +++
 kde4/kdepim4/DEPENDS          |    4 +---
 kde4/kdepim4/HISTORY          |    5 +++++
 python-pypi/mercurial/DETAILS |    4 ++--
 python-pypi/mercurial/HISTORY |    3 +++
 6 files changed, 17 insertions(+), 8 deletions(-)

New commits:
commit 77ce7c7ee955983e3eb6e279630cd3252b01b3cc
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "mercurial-1.1.2"

commit 9518acd0642d4523c1a4468ccc14d0ef10ed3a7c
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    "falcon-0.8.14.2"

commit 0d7b1a027ebc5c66732e15028ce6240891c3e4e9
Author: Treeve Jelbert <treeve at sourcemage.org>
Commit: Treeve Jelbert <treeve at sourcemage.org>

    kdepim4 - adjust depends

diff --git a/devel/falcon/DETAILS b/devel/falcon/DETAILS
index 4c794e2..81ffb32 100755
--- a/devel/falcon/DETAILS
+++ b/devel/falcon/DETAILS
@@ -1,9 +1,9 @@
            SPELL=falcon
           SPELLX=Falcon
-         VERSION=0.8.14
-     SOURCE_HASH=sha512:9f28cd8433cf8a4545b7124067054be690a892caa8c87260bfeb57d579147b079d94c7e126698253f266d87490510ce61c94de8322b587454ff19f372557fe29
+         VERSION=0.8.14.2
+     SOURCE_HASH=sha512:c25364a01f5b32ab89fcfa03aaa21e3f0e029d672856de75f5efda5f9c7ccc406144333605e6dbaaa3302655b942616847903e99d780516e1456550e21745f3e
           SOURCE=$SPELLX-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//.2}
         WEB_SITE=http://www.falconpl.org/
    SOURCE_URL[0]=$WEB_SITE/project_dl/_official_rel/$SOURCE
       LICENSE[0]=GPL
diff --git a/devel/falcon/HISTORY b/devel/falcon/HISTORY
index 9ba9656..38b2cc5 100644
--- a/devel/falcon/HISTORY
+++ b/devel/falcon/HISTORY
@@ -1,3 +1,6 @@
+2008-12-28 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: version 0.8.14.2
+
 2008-12-01 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.8.14
 
diff --git a/kde4/kdepim4/DEPENDS b/kde4/kdepim4/DEPENDS
index 55ddd50..ea863e6 100755
--- a/kde4/kdepim4/DEPENDS
+++ b/kde4/kdepim4/DEPENDS
@@ -1,13 +1,11 @@
 source  $SECTION_DIRECTORY/KDE_DEPENDS                                &&
 depends kdepimlibs4                                                   &&
+depends akonadi                                                       &&
 depends boost                                                         &&
-# whichever db is built into qt4 ??
-optional_depends mysql         '' '' 'MySQL/Embedded Akonadi backend' &&
 optional_depends qca2          '' '' 'crypto support'                 &&
 optional_depends gpgme         '' '' 'encrypted signatures'           &&
 optional_depends cyrus-sasl    '' '' 'authentication of logins'       &&
 optional_depends libassuan     '' '' 'for kleopatra'                  &&
-optional_depends libopensync   '' '' 'sync with mobile devices'       &&
 optional_depends pilot-link    '' '' 'Palm Pilot support'             &&
 optional_depends libmal        '' '' 'Avantgo support'                &&
 optional_depends gnokii        '' '' 'Nokia support'                  &&
diff --git a/kde4/kdepim4/HISTORY b/kde4/kdepim4/HISTORY
index 34bb43f..155e574 100644
--- a/kde4/kdepim4/HISTORY
+++ b/kde4/kdepim4/HISTORY
@@ -1,3 +1,8 @@
+2008-12-31 Treeve Jelbert <treeve at sourcemage.org>
+	* DEPENDS: remove mysql - this is determind by akonadi
+	  remove libopensync - not currently implemented
+	  add akonadi
+
 2008-12-16 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 4.1.85 (unstable)
 
diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index 39d08f8..059db4b 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,7 +1,7 @@
            SPELL=mercurial
-         VERSION=1.1.1
+         VERSION=1.1.2
+     SOURCE_HASH=sha512:9e80a35e870d727d6d17e39a6d6318e08bcdb081dd9e3fa5b8232c0b5e291d9ba3fa9f82f92a6c4a06e7552d82e54789d1dcfc4b65034ee26d1a93650f838a8f
           SOURCE=$SPELL-$VERSION.tar.gz
-     SOURCE_HASH=sha512:f8aaf0df5264650df00dd1418d572b68081ff9353fef618053733ea82bb420510fca15cd3e54dfe576e03afec8fe34b034109c077c6c5fc80499cdfa8167179d
    SOURCE_URL[0]=http://www.selenic.com/mercurial/release/$SOURCE
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
 if [[ $HG_GTOOLS == y ]]; then
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index d4aca2e..ae0485b 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,6 @@
+2009-01-01 Treeve Jelbert <treeve at sourcemage.org>
+	* DETAILS: updated to 1.1.2
+
 2008-12-21 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 1.1.1
 	* DEPENDS: optional -> suggest for tk



More information about the SM-Commit mailing list