SOURCE2_HASH=sha512:d0c4235ceac55de63ce5f72e51b7d57a82b8104f4bf2df6f4dc25c9889d3337b40d75665c2dfc98492ec7123e0959a725f5c7579e145895024bd80a07036e3bd
diff --git a/libs/dosemu/HISTORY b/libs/dosemu/HISTORY
index c4ef0be..1ffb21d 100644
--- a/libs/dosemu/HISTORY
+++ b/libs/dosemu/HISTORY
@@ -1,3 +1,6 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-06-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix type in web_site
diff --git a/perl-cpan/file-which/DETAILS b/perl-cpan/file-which/DETAILS
index 2fe5338..4447a28 100755
--- a/perl-cpan/file-which/DETAILS
+++ b/perl-cpan/file-which/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/File-Which-${VERSION}"
WEB_SITE="http://search.cpan.org/~pereinar/File-Which-0.05/"
LICENSE[0]=ART
ENTERED=20070510
- SHORT="Portable implementation of the `which' utility"
+ SHORT="Portable implementation of the 'which' utility"
cat << EOF
File::Which searches the directories of the user's PATH (as returned by
File::Spec->path()), looking for executable files having the name specified
diff --git a/perl-cpan/file-which/HISTORY b/perl-cpan/file-which/HISTORY
index 6898c7c..d0aa657 100644
--- a/perl-cpan/file-which/HISTORY
+++ b/perl-cpan/file-which/HISTORY
@@ -1,2 +1,5 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, BUILD, HISTORY: created spell
diff --git a/python-devel/cherrypy/DETAILS b/python-devel/cherrypy/DETAILS
index 14c0414..76a32f3 100755
--- a/python-devel/cherrypy/DETAILS
+++ b/python-devel/cherrypy/DETAILS
@@ -1,6 +1,6 @@
SPELL=cherrypy
SPELLX=CherryPy
-if [ $CP_VER = 3.x ];then
+if [[ "$CP_VER" == "3.x" ]];then
VERSION=3.0.1
SOURCE_HASH=sha512:e342e70f0d9a02368c15b714c0f1d026367efc8d928e74bf2784e7f634b4990edd0588ea359ceeee490386b89b73add89557037b9a77034fc22f735b5e211a8f
else
diff --git a/python-devel/cherrypy/HISTORY b/python-devel/cherrypy/HISTORY
index 2dca7f4..3e52a2e 100644
--- a/python-devel/cherrypy/HISTORY
+++ b/python-devel/cherrypy/HISTORY
@@ -1,3 +1,6 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-06-14 Treeve Jelbert <treeve AT sourcemage.org>
* PREPARE: added, allow 2.x or 3.x versions
* DETAILS: add version 2.2.1
diff --git a/telephony/decibel/DETAILS b/telephony/decibel/DETAILS
index 3bc9c86..652a352 100755
--- a/telephony/decibel/DETAILS
+++ b/telephony/decibel/DETAILS
@@ -1,6 +1,6 @@
SPELL=decibel
WEB_SITE=http://decibel.kde.org
-if [ $DEC_SVN = y ]; then
+if [[ "$DEC_SVN" == "y" ]]; then
VERSION=svn
FORCE_DOWNLOAD=on
SOURCE=$SPELL.tar.bz2
diff --git a/telephony/decibel/HISTORY b/telephony/decibel/HISTORY
index fdea0f2..ad46527 100644
--- a/telephony/decibel/HISTORY
+++ b/telephony/decibel/HISTORY
@@ -1,3 +1,6 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-07-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: change address of svn download
diff --git a/telephony/libtelepathy/DETAILS b/telephony/libtelepathy/DETAILS
index c56b5b8..0b0023e 100755
--- a/telephony/libtelepathy/DETAILS
+++ b/telephony/libtelepathy/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=LGPL
ENTERED=20070424
KEYWORDS="irc im voip"
- SHORT=unified framework for real time conversations,""
+ SHORT="unified framework for real time conversations"
cat << EOF
The Telepathy project aims to provide a unified framework for all forms of
real
time conversations, including instant messaging, IRC, voice calls and video
calls. It
diff --git a/telephony/libtelepathy/HISTORY b/telephony/libtelepathy/HISTORY
index be7832f..8bbd4c4 100644
--- a/telephony/libtelepathy/HISTORY
+++ b/telephony/libtelepathy/HISTORY
@@ -1,3 +1,6 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-06-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.0.55
no upstream key available
diff --git a/utils/strigi/DETAILS b/utils/strigi/DETAILS
index a5829fe..cd022fe 100755
--- a/utils/strigi/DETAILS
+++ b/utils/strigi/DETAILS
@@ -1,7 +1,7 @@
SPELL=strigi
WEB_SITE=http://www.vandenoever.info/software/strigi/
-if [ $STRIGI_SVN = y ]; then
-if test "$STRIGI_SVN_AUTOUPDATE" = "y"; then
+if [[ "$STRIGI_SVN" == "y" ]]; then
+if [[ "$STRIGI_SVN_AUTOUPDATE" == "y" ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
diff --git a/utils/strigi/HISTORY b/utils/strigi/HISTORY
index a584a40..74d7b94 100644
--- a/utils/strigi/HISTORY
+++ b/utils/strigi/HISTORY
@@ -1,3 +1,6 @@
+2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: delinting
+
2007-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.1
* PRE_BUILD, iconv.diff: added
[SM-Commit] GIT changes to master grimoire by Andraž Levstik (a4e7e05d1bb7ab638c048fe48fa402b94ce4a4e4),
Andraž Levstik, 07/19/2007