Skip to Content.
Sympa Menu

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

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 (de27e21d702ac88e2a81a6ea81a9bf61c7e0ebbb)
  • Date: Mon, 19 Nov 2012 11:24:10 -0600

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

archive-libs/libarchive/DEPENDS | 6 ++++++
archive-libs/libarchive/HISTORY | 3 +++
gnome2-libs/libcroco/DEPENDS | 5 +++++
gnome2-libs/libcroco/HISTORY | 3 +++
gnome2-libs/librsvg2/DEPENDS | 5 +++++
gnome2-libs/librsvg2/HISTORY | 3 +++
python-pypi/reportlab/DETAILS | 6 +++---
python-pypi/reportlab/HISTORY | 4 ++++
8 files changed, 32 insertions(+), 3 deletions(-)

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

librsvg2 - make link to icu explicit

commit 68fe264baf67bbb2e84cd76eca248565abc0cab2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libcroco - make link to icu explicit

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

libarchive - make link to icu explicit

commit 6d4cc228330acf19950b1bcc19662e6ffd0071b9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

reportlab: => 2.6

diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index cb1874e..2e97ae8 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -42,6 +42,12 @@ optional_depends libxml2 \
"--with-xml2" \
"--without-xml2" \
"for xar support through libxml2" &&
+# make icu usage explicit
+if is_depends_enabled $SPELL libxml2;then
+ if is_depends_enabled libxml2 icu;then
+ depends icu
+ fi
+fi &&

optional_depends expat \
"--with-expat" \
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index b338ae6..7b6515d 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make icu usage explicit
+
2012-05-14 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: fixed dependencies: _all_ of them are optional; added
missing

diff --git a/gnome2-libs/libcroco/DEPENDS b/gnome2-libs/libcroco/DEPENDS
index e9aeebb..dd36054 100755
--- a/gnome2-libs/libcroco/DEPENDS
+++ b/gnome2-libs/libcroco/DEPENDS
@@ -1,3 +1,8 @@
depends libxml2 &&
+# make icu usage explicit
+if is_depends_enabled libxml2 icu;then
+ depends icu
+fi &&
+
depends pcre &&
depends glib2
diff --git a/gnome2-libs/libcroco/HISTORY b/gnome2-libs/libcroco/HISTORY
index 229baea..74080bd 100644
--- a/gnome2-libs/libcroco/HISTORY
+++ b/gnome2-libs/libcroco/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make link to icu excplicit
+
2012-04-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.6.5

diff --git a/gnome2-libs/librsvg2/DEPENDS b/gnome2-libs/librsvg2/DEPENDS
index 8de34ea..4fb5776 100755
--- a/gnome2-libs/librsvg2/DEPENDS
+++ b/gnome2-libs/librsvg2/DEPENDS
@@ -6,6 +6,11 @@ depends freetype2 &&
depends -sub PNG cairo &&
depends pango &&
depends libxml2 &&
+# make icu usage explicit
+if is_depends_enabled libxml2 icu;then
+ depends icu
+fi &&
+
depends libcroco &&

optional_depends gtk-doc \
diff --git a/gnome2-libs/librsvg2/HISTORY b/gnome2-libs/librsvg2/HISTORY
index 59e34ed..e48fbc5 100644
--- a/gnome2-libs/librsvg2/HISTORY
+++ b/gnome2-libs/librsvg2/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make link to icu explicit
+
2012-10-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.36.4

diff --git a/python-pypi/reportlab/DETAILS b/python-pypi/reportlab/DETAILS
index dc22587..eaf1920 100755
--- a/python-pypi/reportlab/DETAILS
+++ b/python-pypi/reportlab/DETAILS
@@ -1,9 +1,9 @@
SPELL=reportlab
- VERSION=2.5
-
SOURCE_HASH=sha512:9fd043aeb94e1531156b40766e262af2976ef1f55009eaf42ea713d8cde0452ed1c17bbb98d28babf24177552ef9a1d2e9d149ac1f4db904ab806c20114f8766
+ VERSION=2.6
+
SOURCE_HASH=sha512:d1173231ec6924c225808607edd287b11095cda1856554ff42efb5911285b766f43b79d8747ea2867221aa5c158455ee864dbe903ceffeae535938d2fef59131
SOURCE=$SPELL-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.reportlab.org
+ WEB_SITE=http://www.reportlab.com
SOURCE_URL[0]=$WEB_SITE/ftp/$SOURCE
SOURCE_URL[1]=http://pypi.python.org/packages/source/r/reportlab/$SOURCE
ENTERED=20040122
diff --git a/python-pypi/reportlab/HISTORY b/python-pypi/reportlab/HISTORY
index 89b9f22..e5c2739 100644
--- a/python-pypi/reportlab/HISTORY
+++ b/python-pypi/reportlab/HISTORY
@@ -1,3 +1,7 @@
+2012-11-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.6
+ new WEB_SITE
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (de27e21d702ac88e2a81a6ea81a9bf61c7e0ebbb), Treeve Jelbert, 11/19/2012

Archive powered by MHonArc 2.6.24.

Top of Page