Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (4ad4c8b88a815bbdc9adeffdfc174d53eb03e44f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (4ad4c8b88a815bbdc9adeffdfc174d53eb03e44f)
  • Date: Mon, 15 Aug 2011 10:56:40 -0500

GIT changes to master binary grimoire by Bor Kraljič <pyrobor AT ver.si>:

bin-editors/libreoffice-bin-help/DETAILS | 2 +-
bin-editors/libreoffice-bin-help/HISTORY | 3 +++
bin-editors/libreoffice-bin-lang/DETAILS | 2 +-
bin-editors/libreoffice-bin-lang/HISTORY | 3 +++
bin-editors/openoffice3-bin-lang/DETAILS | 2 +-
bin-editors/openoffice3-bin-lang/HISTORY | 3 +++
6 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 4ad4c8b88a815bbdc9adeffdfc174d53eb03e44f
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

openoffice3-bin-lang: only source SPELL_CONFIG if it exists

commit f7a82dccd6d1f455f4e6857034e8c9f79cd753cb
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-lang: only source SPELL_CONFIG if it exists

commit c6f86d3378dbfb971217db86a43405db52a2c17d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-help: only source SPELL_CONFIG if it exists

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 2a9c628..3c8182c 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -11,7 +11,7 @@ else
LIBO_ARCH="i586"
URL_ARCH="x86"
fi
-source $SPELL_CONFIG
+[[ -f $SPELL_CONFIG ]] && source $SPELL_CONFIG
LICENSE[0]=LGPL
WEB_SITE=http://www.libreoffice.org/
ENTERED=20110127
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 91c8725..aa1893c 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: only source SPELL_CONFIG if it exists
+
2011-08-02 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 3.4.2

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 3896665..9703ded 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -11,7 +11,7 @@ else
LIBO_ARCH="i586"
URL_ARCH="x86"
fi
-source $SPELL_CONFIG
+[[ -f $SPELL_CONFIG ]] && source $SPELL_CONFIG
LICENSE[0]=LGPL
WEB_SITE=http://www.libreoffice.org/
ENTERED=20110127
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index f0adc0a..5f37a95 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: only source SPELL_CONFIG if it exists
+
2011-08-02 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 3.4.2

diff --git a/bin-editors/openoffice3-bin-lang/DETAILS
b/bin-editors/openoffice3-bin-lang/DETAILS
index 8f02108..fd7c8b1 100755
--- a/bin-editors/openoffice3-bin-lang/DETAILS
+++ b/bin-editors/openoffice3-bin-lang/DETAILS
@@ -4,7 +4,7 @@
OO_ARCH=i586
SITE=http://mirrors.isc.org/pub/openoffice/localized
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
-source $SPELL_CONFIG
+[[ -f $SPELL_CONFIG ]] && source $SPELL_CONFIG
LICENSE[0]=LGPL
WEB_SITE=http://www.openoffice.org/
ENTERED=20081124
diff --git a/bin-editors/openoffice3-bin-lang/HISTORY
b/bin-editors/openoffice3-bin-lang/HISTORY
index 07c3656..8d5784c 100644
--- a/bin-editors/openoffice3-bin-lang/HISTORY
+++ b/bin-editors/openoffice3-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2011-08-15 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: only source SPELL_CONFIG if it exists
+
2010-10-27 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: added, depends on openoffice3-bin




  • [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (4ad4c8b88a815bbdc9adeffdfc174d53eb03e44f), Bor Kraljič, 08/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page