Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9d9cbf685c0d449638024a35d6121e7a15b41e1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9d9cbf685c0d449638024a35d6121e7a15b41e1)
  • Date: Tue, 1 Dec 2009 02:50:02 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
x11-libs/cairo/HISTORY | 9 ++++++---
x11-libs/cairo/PRE_SUB_DEPENDS | 6 +++---
x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS | 6 +++---
x11-libs/cairo/cairo-1.8.2.tar.gz.sig | 0
5 files changed, 12 insertions(+), 9 deletions(-)

New commits:
commit f89e7295e9049116f453312614bbbe934cb636d6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cairo: added INSTALL_ROOT, killed useless sig

diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index d70e717..72b9f37 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,9 +1,12 @@
+2009-12-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * {REPAIR^all^,}PRE_SUB_DEPENDS: added INSTALL_ROOT
+
2009-12-01 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS: removed optional_depends on poppler, librsvg2 and
- ghostscript, all of those are only used for the testsuite,
- fixes bug #15402
+ ghostscript, all of those are only used for the testsuite,
+ fixes bug #15402
* PRE_SUB_DEPENDS, REPAIR^all^PRE_SUB_DEPENDS: return true for SVG,
- PDF and PS sub depends if the corresponding header file exists
+ PDF and PS sub depends if the corresponding header file exists
* SUB_DEPENDS: always return true for SVG, PDF and PS sub_depends.

2009-08-25 Eric Sandall <sandalle AT sourcemage.org>
diff --git a/x11-libs/cairo/PRE_SUB_DEPENDS b/x11-libs/cairo/PRE_SUB_DEPENDS
index 3708b1b..969c351 100755
--- a/x11-libs/cairo/PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/PRE_SUB_DEPENDS
@@ -1,9 +1,9 @@
case $THIS_SUB_DEPENDS in
- PDF) [[ -f /usr/include/cairo/cairo-pdf.h ]];;
+ PDF) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-pdf.h" ]];;
XCB) is_depends_enabled $SPELL xcb-util;;
PNG) is_depends_enabled $SPELL libpng;;
- PS) [[ -f /usr/include/cairo/cairo-ps.h ]];;
- SVG) [[ -f /usr/include/cairo/cairo-svg.h ]];;
+ PS) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-ps.h" ]];;
+ SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
X) is_depends_enabled $SPELL libx11;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
diff --git a/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
b/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
index 3708b1b..969c351 100755
--- a/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
+++ b/x11-libs/cairo/REPAIR^all^PRE_SUB_DEPENDS
@@ -1,9 +1,9 @@
case $THIS_SUB_DEPENDS in
- PDF) [[ -f /usr/include/cairo/cairo-pdf.h ]];;
+ PDF) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-pdf.h" ]];;
XCB) is_depends_enabled $SPELL xcb-util;;
PNG) is_depends_enabled $SPELL libpng;;
- PS) [[ -f /usr/include/cairo/cairo-ps.h ]];;
- SVG) [[ -f /usr/include/cairo/cairo-svg.h ]];;
+ PS) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-ps.h" ]];;
+ SVG) [[ -f "$INSTALL_ROOT/usr/include/cairo/cairo-svg.h" ]];;
X) is_depends_enabled $SPELL libx11;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
return 1;;
diff --git a/x11-libs/cairo/cairo-1.8.2.tar.gz.sig
b/x11-libs/cairo/cairo-1.8.2.tar.gz.sig
deleted file mode 100644
index 740d2b3..0000000
Binary files a/x11-libs/cairo/cairo-1.8.2.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e9d9cbf685c0d449638024a35d6121e7a15b41e1), Vlad Glagolev, 12/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page