Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0abd781f46bdd495d298814bfd7a912700e8909d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0abd781f46bdd495d298814bfd7a912700e8909d)
  • Date: Thu, 27 Aug 2009 10:56:49 -0500

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

libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 4 ++++
libs/boost/PRE_BUILD | 3 ---
libs/boost/gcc44.diff | 14 --------------
python-pypi/pil/DETAILS | 2 +-
python-pypi/pil/HISTORY | 3 +++
6 files changed, 10 insertions(+), 20 deletions(-)

New commits:
commit b72d12baca57bf30f584ce43c05be9e64eff304e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_40_0

commit 14f577ea3ab3c82e83f9bb93866cb48cdb7c2867
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pil - fix url

diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 9b81f79..8b0b88a 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_39_0
-
SOURCE_HASH=sha512:473a3da235f954487f7f8150f4892b5be5df187d688e3c1324189809b0110374ed6bfcafe89f41bb02f1339522a571e8cc022971d42104be2cd3cdb3db95874a
+ VERSION=1_40_0
+
SOURCE_HASH=sha512:e7f3959990f33e046aad71ee21d77b91c86ffd5a368ff7b8e137594e2e35aa11243b4c944a3651ed6291c78c0b2e77c902b3c5a81eb55fe6c9c371507ea5b745
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 5791b01..6d15d84 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2009-08-27 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_40_0
+ * PRE_BUILD, gcc44.diff: deleted
+
2009-05-10 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_39_0
* PRE_BUILD, gcc44.diff: added
diff --git a/libs/boost/PRE_BUILD b/libs/boost/PRE_BUILD
deleted file mode 100755
index de6f2bd..0000000
--- a/libs/boost/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SPELL_DIRECTORY/gcc44.diff
diff --git a/libs/boost/gcc44.diff b/libs/boost/gcc44.diff
deleted file mode 100644
index 8531869..0000000
--- a/libs/boost/gcc44.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- boost/filesystem/operations.hpp (revision 52859)
-+++ boost/filesystem/operations.hpp (working copy)
-@@ -659,9 +659,9 @@
- { return is_symlink<wpath>( ph ); }
-
- inline bool is_empty( const path & ph )
-- { return is_empty<path>( ph ); }
-+ { return boost::filesystem::is_empty<path>( ph ); }
- inline bool is_empty( const wpath & ph )
-- { return is_empty<wpath>( ph ); }
-+ { return boost::filesystem::is_empty<wpath>( ph ); }
-
- inline bool equivalent( const path & ph1, const path & ph2 )
- { return equivalent<path>( ph1, ph2 ); }
diff --git a/python-pypi/pil/DETAILS b/python-pypi/pil/DETAILS
index 9b68369..919badb 100755
--- a/python-pypi/pil/DETAILS
+++ b/python-pypi/pil/DETAILS
@@ -3,7 +3,7 @@

SOURCE_HASH=sha512:d786a11f9086ff63e830fe7538fcb0cdb192773ae709f5fd680bb2357d1071c5214f5e6f5f4ed9a91fa8bdad4af5e019bbc96e11b6e044268dbe0cd3239a986f
SOURCE=Imaging-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION
- SOURCE_URL[0]=http://effbot.org/downloads/$SOURCE
+ SOURCE_URL[0]=http://effbot.org/media/downloads/$SOURCE
WEB_SITE=http://www.pythonware.com/products/pil/index.htm
ENTERED=20020531
LICENSE[0]=GPL
diff --git a/python-pypi/pil/HISTORY b/python-pypi/pil/HISTORY
index 23550b7..23d192a 100644
--- a/python-pypi/pil/HISTORY
+++ b/python-pypi/pil/HISTORY
@@ -1,3 +1,6 @@
+2009-08-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: fix url
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* INSTALL: use default_install_python due to the new build system of
sec




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0abd781f46bdd495d298814bfd7a912700e8909d), Treeve Jelbert, 08/27/2009

Archive powered by MHonArc 2.6.24.

Top of Page