Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (ba4fc0d734aa1e0165f777b0eb30cd58aa3d2b6c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (ba4fc0d734aa1e0165f777b0eb30cd58aa3d2b6c)
  • Date: Thu, 22 Feb 2007 10:39:48 -0600

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

collab/kronolith/DETAILS | 2 +-
collab/kronolith/HISTORY | 3 +++
collab/mnemo/DETAILS | 2 +-
collab/mnemo/HISTORY | 3 +++
collab/nag/DETAILS | 2 +-
collab/nag/HISTORY | 3 +++
collab/turba/DETAILS | 2 +-
collab/turba/HISTORY | 3 +++
doc/xdvik/DETAILS | 2 +-
doc/xdvik/HISTORY | 3 +++
gnustep-libs/gnustep-back-xlib/DETAILS | 1 -
gnustep-libs/gnustep-back-xlib/HISTORY | 3 +++
http/cherokee/DETAILS | 7 +++++--
http/cherokee/HISTORY | 4 ++++
libs/apr-util/DETAILS | 4 +++-
libs/apr-util/HISTORY | 3 +++
libs/apr-util0/DETAILS | 4 +++-
libs/apr-util0/HISTORY | 3 +++
18 files changed, 44 insertions(+), 10 deletions(-)

New commits:
commit ba4fc0d734aa1e0165f777b0eb30cd58aa3d2b6c
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

apr-util0

Delinting on the DETAILS file. Put the source statement in an if

commit 31e1f24ef049820add693dfbc4abbadb96774bc9
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

apr-util

A bit of delinting, put the source statement in an if

commit 1dc40d7b6eb2bdb819653d0ba10cbb4df6a49647
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

cherokee

No one must've ever cast this, because there's no way in hell it would've
ever cast....
Fixed the totally bogus DETAILS file

commit d0870890e9c29d5af80e5f7db3efcec92c42caa7
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

gnustep-back-xlib

Removed random hash from the end of the file

commit 8b6be3264b36f20d6449e72ae4f895048a8e15f2
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

xdvik

Fixing long description

commit 23218bc971e82761b6194f334c333b9b1f10d012
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

nag

Fixing a syntax error

commit 3bffffedd54615befb0e15c88b9708ec2b055ebf
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

mnemo

Fixing a syntax error

commit bfc04be465adcfc6769d8b88f6df024da84bd100
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing a syntax error

commit cadf0f8bbb4b9e4985454151833a5ca7f0a5cb64
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing a bug with [[ ]] syntax

diff --git a/collab/kronolith/DETAILS b/collab/kronolith/DETAILS
index 03ceed6..7ecaec6 100755
--- a/collab/kronolith/DETAILS
+++ b/collab/kronolith/DETAILS
@@ -1,6 +1,6 @@
SPELL=kronolith
if [[ "$HORDE_DEVEL" == 'y' ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/kronolith/HISTORY b/collab/kronolith/HISTORY
index 8c5ff35..0ab5615 100644
--- a/collab/kronolith/HISTORY
+++ b/collab/kronolith/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixing a bug with [[ ]] syntax
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/collab/mnemo/DETAILS b/collab/mnemo/DETAILS
index d1ffc68..439ee3e 100755
--- a/collab/mnemo/DETAILS
+++ b/collab/mnemo/DETAILS
@@ -1,6 +1,6 @@
SPELL=mnemo
if [[ "$HORDE_DEVEL" == 'y' ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/mnemo/HISTORY b/collab/mnemo/HISTORY
index 9799c38..97dd5ac 100644
--- a/collab/mnemo/HISTORY
+++ b/collab/mnemo/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixing a syntax error
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/collab/nag/DETAILS b/collab/nag/DETAILS
index 04d0dc6..700c5bf 100755
--- a/collab/nag/DETAILS
+++ b/collab/nag/DETAILS
@@ -1,6 +1,6 @@
SPELL=nag
if [[ "$HORDE_DEVEL" == "y" ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/nag/HISTORY b/collab/nag/HISTORY
index d49afbe..e86128e 100644
--- a/collab/nag/HISTORY
+++ b/collab/nag/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: fixing a syntax error
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/collab/turba/DETAILS b/collab/turba/DETAILS
index 19d0d9e..04b0805 100755
--- a/collab/turba/DETAILS
+++ b/collab/turba/DETAILS
@@ -1,6 +1,6 @@
SPELL=turba
if [[ "$HORDE_DEVEL" == 'y' ]]; then
- if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]; then
+ if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
diff --git a/collab/turba/HISTORY b/collab/turba/HISTORY
index 24fe327..92309eb 100644
--- a/collab/turba/HISTORY
+++ b/collab/turba/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: Fixed a bug with [[ ]] syntax
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/doc/xdvik/DETAILS b/doc/xdvik/DETAILS
index aed79e6..c243dad 100755
--- a/doc/xdvik/DETAILS
+++ b/doc/xdvik/DETAILS
@@ -13,7 +13,7 @@ Xdvik is a program for displaying DVI fi
on the X window system. It is based on the regular (non-k) xdvi of the same
version number.
We try to track the changes in xdvi (possibly with some delay), so that any
-version of xdvik has at least all the features of the `regular' xdvi with the
+version of xdvik has at least all the features of the 'regular' xdvi with the
same version number. For updates between xdvi releases, an additional
'patchlevel' number is used, e.g. 22.74.3 for patchlevel 3 of release 22.74.

diff --git a/doc/xdvik/HISTORY b/doc/xdvik/HISTORY
index f020797..9218842 100755
--- a/doc/xdvik/HISTORY
+++ b/doc/xdvik/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: another fix of the long description removed ` from it
+
2007-02-07 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: fixup of the long description... sorcery threw a fit when
I did a gaze what xdvik
diff --git a/gnustep-libs/gnustep-back-xlib/DETAILS
b/gnustep-libs/gnustep-back-xlib/DETAILS
index d10fe87..5629307 100755
--- a/gnustep-libs/gnustep-back-xlib/DETAILS
+++ b/gnustep-libs/gnustep-back-xlib/DETAILS
@@ -27,4 +27,3 @@ DPS functions required by the front-end

This is the xlib graphic enabled version.
EOF
-59616964091a7bdfd40cb7be822edea278d694e1d0954e38daf44c66432cbc83481d9f21cd035bb58b6219699f73c9de1ef42674ab8f9b9d1c21a7765b42906d
gnustep-back-0.10.3.tar.gz
diff --git a/gnustep-libs/gnustep-back-xlib/HISTORY
b/gnustep-libs/gnustep-back-xlib/HISTORY
index b85d870..78c024e 100644
--- a/gnustep-libs/gnustep-back-xlib/HISTORY
+++ b/gnustep-libs/gnustep-back-xlib/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: wtf? there was a hash at the end of the file
+
2006-10-09 Maurizio Boriani <baux AT sourcemage.org>
* DETAILS: Bump up to release 0.11.0.
Remove build_api and updated.
diff --git a/http/cherokee/DETAILS b/http/cherokee/DETAILS
index 325f7b6..e5e4fa2 100755
--- a/http/cherokee/DETAILS
+++ b/http/cherokee/DETAILS
@@ -9,7 +9,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LICENSE[0]=GPL
ENTERED=20031027
KEYWORDS="web http"
- SHORT='An ultrafast, lightweight Web server' cat << EOF Cherokee
is a tiny,
+ SHORT='An ultrafast, lightweight Web server'
+cat << EOF
+Cherokee is a tiny,
ultrafast, lightweight Web server. It is implemented entirely in C, and has
no
dependencies beyond a standard C library. It is embeddable, extensible with
plug-ins, and
-supports on-the-fly configuration by reading files or strings. EOF
+supports on-the-fly configuration by reading files or strings.
+EOF
diff --git a/http/cherokee/HISTORY b/http/cherokee/HISTORY
index b1b91cc..d1fa77c 100644
--- a/http/cherokee/HISTORY
+++ b/http/cherokee/HISTORY
@@ -1,3 +1,7 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: unfucked the DETAILS file. I don't know how
+ this could've ever worked...
+
2006-12-17 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 0.5.6

diff --git a/libs/apr-util/DETAILS b/libs/apr-util/DETAILS
index a2c555b..3f71bdd 100755
--- a/libs/apr-util/DETAILS
+++ b/libs/apr-util/DETAILS
@@ -1,4 +1,6 @@
-source $DEPENDS_CONFIG/apr.p
+if [ -f $DEPENDS_CONFIG/apr.p ]; then
+ source $DEPENDS_CONFIG/apr.p
+fi

SPELL=apr-util
VERSION=1.2.8
diff --git a/libs/apr-util/HISTORY b/libs/apr-util/HISTORY
index 8d316ef..d65aaa0 100644
--- a/libs/apr-util/HISTORY
+++ b/libs/apr-util/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DETAILS: put the source statement in an if, just in case it doesn't
exist
+
2006-12-09 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 1.2.8

diff --git a/libs/apr-util0/DETAILS b/libs/apr-util0/DETAILS
index d8dd538..3969faf 100755
--- a/libs/apr-util0/DETAILS
+++ b/libs/apr-util0/DETAILS
@@ -1,4 +1,6 @@
-source $DEPENDS_CONFIG/apr0.p
+if [ -f $DEPENDS_CONFIG/apr0.p ]; then
+ source $DEPENDS_CONFIG/apr0.p
+fi

SPELL=apr-util0
VERSION=0.9.12
diff --git a/libs/apr-util0/HISTORY b/libs/apr-util0/HISTORY
index bc08205..e8b6e91 100644
--- a/libs/apr-util0/HISTORY
+++ b/libs/apr-util0/HISTORY
@@ -1,3 +1,6 @@
+2007-02-22 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: delinting, put source statement in an if
+
2006-10-20 Juuso Alasuutari <iuso AT sourcemage.org>
* TRIGGERS: Substituted broken conditional with
is_depends_enabled, changed 'on_cast db cast_self' to



  • [SM-Commit] GIT changes to master grimoire by David Kowis (ba4fc0d734aa1e0165f777b0eb30cd58aa3d2b6c), David Kowis, 02/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page