Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d9db975980b525e2501b50555741c285ee98adb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d9db975980b525e2501b50555741c285ee98adb)
  • Date: Thu, 12 Feb 2015 12:18:29 -0600

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

graphics-libs/harfbuzz/HISTORY
| 3 +++
graphics-libs/harfbuzz/PRE_SUB_DEPENDS
| 2 +-

graphics-libs/harfbuzz/REPAIR^3f1f7ad3cbbc751c84bbe89658297f2c^PRE_SUB_DEPENDS
| 6 ------
3 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 3d9db975980b525e2501b50555741c285ee98adb
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

harfbuzz: Fix syntax error in PRE_SUB_DEPENDS and in REPAIR file

diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index c5b4942..b16089b 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2015-02-12 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_SUB_DEPENDS: Fix syntax error and in REPAIR file
+
2015-01-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.38

diff --git a/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
b/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
index d50f455..e3e8d55 100755
--- a/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- GRAPHITE2) if [[ is_depends_enabled $SPELL graphite2 ]]; then return
0; fi ;;
+ GRAPHITE2) is_depends_enabled $SPELL graphite2 && return 0 ;;
FT) is_depends_enabled $SPELL freetype2 && return 0 ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
diff --git
a/graphics-libs/harfbuzz/REPAIR^3f1f7ad3cbbc751c84bbe89658297f2c^PRE_SUB_DEPENDS

b/graphics-libs/harfbuzz/REPAIR^3f1f7ad3cbbc751c84bbe89658297f2c^PRE_SUB_DEPENDS
deleted file mode 100755
index d50f455..0000000
---
a/graphics-libs/harfbuzz/REPAIR^3f1f7ad3cbbc751c84bbe89658297f2c^PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-case $THIS_SUB_DEPENDS in
- GRAPHITE2) if [[ is_depends_enabled $SPELL graphite2 ]]; then return
0; fi ;;
- FT) is_depends_enabled $SPELL freetype2 && return 0 ;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
- return 1;;
-esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3d9db975980b525e2501b50555741c285ee98adb), Eric Sandall, 02/12/2015

Archive powered by MHonArc 2.6.24.

Top of Page