[Lunar-commits] <moonbase> Removing leading tabs from DEPENDS files

Dave Brown dagbrown at lunar-linux.org
Mon Apr 6 13:19:17 CEST 2009


commit 755a87e95cf67c49522e54ad1fbc07d13ac8bc9a
Author: Dave Brown <dagbrown at lunar-linux.org>
Date:   Mon Apr 6 20:19:17 2009 +0900

    Removing leading tabs from DEPENDS files
    
    Please, folks, indent using spaces not tabs.  Not everyone has the same
    tab stops that you do.
---
 chat/linphone/DEPENDS      |    7 +++----
 chat/pidgin/DEPENDS        |   38 +++++++++++++++++++-------------------
 kde3/apps/amarok/DEPENDS   |    4 ++--
 net/cfengine/DEPENDS       |    4 ++--
 sql/libdbi-drivers/DEPENDS |    4 ++--
 video/vlc/DEPENDS          |    4 ++--
 zbeta/cegui/DEPENDS        |   20 ++++++++++----------
 zbeta/enna-svn/DEPENDS     |   20 ++++++++++----------
 zbeta/libplayer-hg/DEPENDS |   24 ++++++++++++------------
 zbeta/midori/DEPENDS       |    2 +-
 10 files changed, 63 insertions(+), 64 deletions(-)

diff --git a/chat/linphone/DEPENDS b/chat/linphone/DEPENDS
index 1079565..204d506 100644
--- a/chat/linphone/DEPENDS
+++ b/chat/linphone/DEPENDS
@@ -6,7 +6,7 @@ depends  ilbc
 
 optional_depends  "libgnomeui"             \
                   "--enable-gnome_ui=yes"  \
-		  "--enable-gnome_ui=no"   \
+                  "--enable-gnome_ui=no"   \
                   "for a Gnome based GUI"                         
 
 optional_depends  "alsa-lib"           \
@@ -21,11 +21,10 @@ optional_depends  "libsamplerate"  ""  ""  \
 
 optional_depends  "ffmpeg"                         \
                   "--enable-video  --with-ffmpeg"  \
-		  ""                               \
+                  ""                               \
                   "for video support"  
 
 optional_depends  "SDL"                        \
                   "--enable-video --with-sdl"  \
-		  ""                           \
+                  ""                           \
                   "for SDL video support"  
-
diff --git a/chat/pidgin/DEPENDS b/chat/pidgin/DEPENDS
index dccfa65..c0e81f2 100644
--- a/chat/pidgin/DEPENDS
+++ b/chat/pidgin/DEPENDS
@@ -2,57 +2,57 @@ depends  libxml2
 
 optional_depends  "dbus-glib"  \
                   ""           \
-		  "--disable-dbus"  \
-		  "for D-Bus support"
+                  "--disable-dbus"  \
+                  "for D-Bus support"
 
 optional_depends  "gtk+-2"  \
                   ""        \
-		  "--disable-gtkui"  \
-		  "for Gtk user interface"
+                  "--disable-gtkui"  \
+                  "for Gtk user interface"
 
 optional_depends  "perl"  \
                   ""      \
-		  "--disable-perl"  \
+                  "--disable-perl"  \
                   "for Perl based plugin support"
 
 optional_depends  "startup-notification"  \
                   ""                      \
-		  "--disable-startup-notification"  \
+                  "--disable-startup-notification"  \
                   "for window manager startup notification support"
 
 optional_depends  "libXScrnSaver"  \
                   ""               \
-		  "--disable-screensaver"  \
+                  "--disable-screensaver"  \
                   "for detecting mouse and keyboard idleness"
 
 optional_depends  "gtkspell"  \
                   ""          \
-		  "--disable-gtkspell"  \
+                  "--disable-gtkspell"  \
                   "for inline message spellcheck support"
 
 optional_depends  "evolution"  \
                   ""           \
-		  "--disable-gevolution"  \
+                  "--disable-gevolution"  \
                   "for the Evolution plugin"
 
 optional_depends  "gstreamer-10"  \
                   ""              \
-		  "--disable-gstreamer"  \
+                  "--disable-gstreamer"  \
                   "for sound support within the application"
 
 optional_depends  "sqlite"  \
                   ""        \
-		  "--disable-cap"  \
+                  "--disable-cap"  \
                   "for the Contact Availability Prediction plugin"
 
 optional_depends  "gettext"  \
                   ""         \
-		  "--disable-nls"  \
+                  "--disable-nls"  \
                   "for NLS support within gaim"
 
 optional_depends  "avahi"  \
                   ""       \
-		  "--disable-avahi"  \
+                  "--disable-avahi"  \
                   "for the Bonjour plugin"
 
 optional_depends  "nss"                                     \
@@ -67,32 +67,32 @@ optional_depends  "nss"                                     \
 
 optional_depends  "gnutls"  \
                   "--enable-nss=no --enable-gnutls=yes"  \
-		  ""                                     \
+                  ""                                     \
                   "for MSN & GoogleTalk support (say 'y' here if you said 'n' to nss)"
 
 optional_depends  "GConf"  \
                   ""       \
-		  ""       \
+                  ""       \
                   "for GNOME support of Gaim URI handlers"
 
 optional_depends  "doxygen"  \
                   ""         \
-		  "--disable-doxygen"  \
+                  "--disable-doxygen"  \
                   "for documentation support"
 
 optional_depends  "meanwhile"  \
                   ""           \
-		  "--disable-meanwhile"  \
+                  "--disable-meanwhile"  \
                   "for meanwhile (Lotus Sametime) protocol support"
 
 optional_depends  "tcl"  \
                   ""     \
-		  "--disable-tcl"  \
+                  "--disable-tcl"  \
                   "for TCL based plugin support"
 
 optional_depends  "tk"  \
                   ""    \
-		  "--disable-tk"   \
+                  "--disable-tk"   \
                   "for TK based plugin support"
 
 # Mono implementation isn't far enough along to make this depends useful
diff --git a/kde3/apps/amarok/DEPENDS b/kde3/apps/amarok/DEPENDS
index 82a672b..3f7ed35 100644
--- a/kde3/apps/amarok/DEPENDS
+++ b/kde3/apps/amarok/DEPENDS
@@ -59,8 +59,8 @@ optional_depends "exscalibar"              \
 
 optional_depends "moodbar"                 \
                  ""                        \
-		 ""                        \
-		 "for another mood bar support"
+                 ""                        \
+                 "for another mood bar support"
 
 optional_depends "libprojectM"             \
                  "" ""                     \
diff --git a/net/cfengine/DEPENDS b/net/cfengine/DEPENDS
index 732fdc3..70bdeef 100644
--- a/net/cfengine/DEPENDS
+++ b/net/cfengine/DEPENDS
@@ -6,5 +6,5 @@ optional_depends postgresql "" "" "for Postgresql database support"
 
 optional_depends pcre              \
                  "--with-pcre"     \
-		 "--without-pcre"  \
-		 "for perl style regex support"
+                 "--without-pcre"  \
+                 "for perl style regex support"
diff --git a/sql/libdbi-drivers/DEPENDS b/sql/libdbi-drivers/DEPENDS
index 89b8827..5babe26 100644
--- a/sql/libdbi-drivers/DEPENDS
+++ b/sql/libdbi-drivers/DEPENDS
@@ -2,9 +2,9 @@ depends  libdbi
 
 optional_depends  "sqlite"   "--with-sqlite3"  ""  \
                   "to build the SQLite3 driver"    
-		  
+
 optional_depends  "mysql"    "--with-mysql"    ""  \
                   "to build the MySQL driver"      
-		  
+
 optional_depends  "postgresql" "--with-pgsql"  ""  \
                   "to build the postgresql driver"
diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index b179fcf..e940077 100644
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -25,8 +25,8 @@ optional_depends  "pulseaudio"   ""  ""  "for Pulse Audio support"
 
 optional_depends  "fribidi"            \
                   ""                   \
-		  "--disable-fribidi"  \
-		  "for Fribidi support"
+                  "--disable-fribidi"  \
+                  "for Fribidi (bidirectional text) support"
 
 optional_depends  "ncurses"            \
                   ""                   \
diff --git a/zbeta/cegui/DEPENDS b/zbeta/cegui/DEPENDS
index 9c0997d..2b1e2e9 100644
--- a/zbeta/cegui/DEPENDS
+++ b/zbeta/cegui/DEPENDS
@@ -2,16 +2,16 @@ depends freetype2 &&
 depends pcre &&
 
 optional_depends libxml2 "--with-default-xml-parser=LibxmlParser" \
-			"--disable-libxml" \
-			 "build with LibxmlParser" &&
+                         "--disable-libxml" \
+                         "build with LibxmlParser" &&
 optional_depends xerces-c++ "--with-default-xml-parser=XercesParser" \
-			"--disable-xerces-c" \
-			"build with XercesParser" &&
-optional_depends expat	"--with-default-xml-parser=ExpatParser" \
-			"--disable-expat" \
-			"build with ExpatParser" &&
+                        "--disable-xerces-c" \
+                        "build with XercesParser" &&
+optional_depends expat  "--with-default-xml-parser=ExpatParser" \
+                        "--disable-expat" \
+                        "build with ExpatParser" &&
 optional_depends FreeImage "--with-default-image-codec=FreeImageImageCodec" \
-			"" \
-			"build with FreeImageImageCodec" &&
-optional_depends lua	"" "--disable-lua-module" "build with lua"
+                        "" \
+                        "build with FreeImageImageCodec" &&
+optional_depends lua    "" "--disable-lua-module" "build with lua"
 
diff --git a/zbeta/enna-svn/DEPENDS b/zbeta/enna-svn/DEPENDS
index a5729e5..c5a718f 100644
--- a/zbeta/enna-svn/DEPENDS
+++ b/zbeta/enna-svn/DEPENDS
@@ -1,27 +1,27 @@
 optional_depends  "curl"              \
                   "--enable-libcurl"  \
-		  "--disable-libcurl" \
-		  "for curl support"
+                  "--disable-libcurl" \
+                  "for curl support"
 
 optional_depends  "libxml2"           \
                   "--enable-libxml2"  \
-		  "--disable-libxml2" \
-		  "for libxml2 support"
+                  "--disable-libxml2" \
+                  "for libxml2 support"
 
 optional_depends  "emotion-svn"               \
                   "--enable-emotion-backend"  \
-		  "--disable-emotion-backend" \
-		  "for optional playback with Emotion"
+                  "--disable-emotion-backend" \
+                  "for optional playback with Emotion"
 
 optional_depends  "libplayer-hg"                \
                   "--enable-libplayer-backend"  \
-		  "--disable-libplayer-backend" \
-		  "for the libplayer A/V backend"
+                  "--disable-libplayer-backend" \
+                  "for the libplayer A/V backend"
 
 optional_depends  "lirc"       \
                   ""           \
-		  ""           \
-		  "for LIRC support"
+                  ""           \
+                  "for LIRC support"
 
 
 # Just a reminder for Light Media Scanner to be eventually included one day :-)
diff --git a/zbeta/libplayer-hg/DEPENDS b/zbeta/libplayer-hg/DEPENDS
index 262ac38..f3b667a 100644
--- a/zbeta/libplayer-hg/DEPENDS
+++ b/zbeta/libplayer-hg/DEPENDS
@@ -1,25 +1,25 @@
 optional_depends  "gstreamer-10"         \
-		  "--enable-gstreamer"   \
-		  "--disable-gstreamer"  \
-		  "for GStreamer support"
+                  "--enable-gstreamer"   \
+                  "--disable-gstreamer"  \
+                  "for GStreamer support"
 
 optional_depends  "MPlayer"            \
-		  "--enable-mplayer"   \
-		  "--disable-mplayer"  \
-		  "for MPlayer support"
+                  "--enable-mplayer"   \
+                  "--disable-mplayer"  \
+                  "for MPlayer support"
 
 optional_depends  "vlc"            \
                   "--enable-vlc"   \
-		  "--disable-vlc"  \
-		  "for VLC support"
+                  "--disable-vlc"  \
+                  "for VLC support"
 
 optional_depends  "xine-lib"        \
                   "--enable-xine"   \
-		  "--disable-xine"  \
-		  "for Xine support"
+                  "--disable-xine"  \
+                  "for Xine support"
 
 optional_depends  "doxygen"      \
                   "--enable-doc" \
-		  ""             \
-		  "to build Doxygen Documentation"
+                  ""             \
+                  "to build Doxygen Documentation"
 
diff --git a/zbeta/midori/DEPENDS b/zbeta/midori/DEPENDS
index bc8ab1d..f503205 100644
--- a/zbeta/midori/DEPENDS
+++ b/zbeta/midori/DEPENDS
@@ -8,4 +8,4 @@ optional_depends libsoup "--enable-libsoup" "--disable-libsoup" \
 optional_depends sqlite  "--enable-sqlite" "--disable-sqlite" \
                  "enable history database support"
 optional_depends libidn "--enable-libidn" "--disable-libidn" \
-                 "enable internation domain name support"		 
+                 "enable internation domain name support"                


More information about the Lunar-commits mailing list