[Armadeus-commitlog] SF.net SVN: armadeus:[1289] trunk/buildroot/package
Brought to you by:
sszy
|
From: <jo...@us...> - 2009-05-19 21:00:38
|
Revision: 1289
http://armadeus.svn.sourceforge.net/armadeus/?rev=1289&view=rev
Author: jorasse
Date: 2009-05-19 21:00:31 +0000 (Tue, 19 May 2009)
Log Message:
-----------
[BUILDROOT] Fixed Config.in warnings for overlong help lines
Modified Paths:
--------------
trunk/buildroot/package/gpm/Config.in
trunk/buildroot/package/imxssi/Config.in
trunk/buildroot/package/snes9x/Config.in
Modified: trunk/buildroot/package/gpm/Config.in
===================================================================
--- trunk/buildroot/package/gpm/Config.in 2009-05-19 12:37:13 UTC (rev 1288)
+++ trunk/buildroot/package/gpm/Config.in 2009-05-19 21:00:31 UTC (rev 1289)
@@ -2,4 +2,5 @@
bool "GPM Mouse server"
default n
help
- GPM means general purpose mouse and is the mouse support for linux in the console.
+ GPM means general purpose mouse and is the mouse support for linux
+ in the console.
Modified: trunk/buildroot/package/imxssi/Config.in
===================================================================
--- trunk/buildroot/package/imxssi/Config.in 2009-05-19 12:37:13 UTC (rev 1288)
+++ trunk/buildroot/package/imxssi/Config.in 2009-05-19 21:00:31 UTC (rev 1289)
@@ -2,5 +2,7 @@
bool "imxssi"
default n
help
- Build imxssi debug tool. It allows you to send a basic audio signal to the tsc2102 audio codec.
+ Build imxssi debug tool.
+ It allows you to send a basic audio signal to the tsc2102
+ audio codec.
Modified: trunk/buildroot/package/snes9x/Config.in
===================================================================
--- trunk/buildroot/package/snes9x/Config.in 2009-05-19 12:37:13 UTC (rev 1288)
+++ trunk/buildroot/package/snes9x/Config.in 2009-05-19 21:00:31 UTC (rev 1289)
@@ -4,8 +4,10 @@
default n
help
- Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator. It basically allows you
- to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation;
- which includes some real gems that were only ever released in Japan.
+ Snes9x is a portable, freeware Super Nintendo Entertainment System
+ (SNES) emulator. It basically allows you to play most games designed
+ for the SNES and Super Famicom Nintendo game systems on your PC or
+ Workstation; which includes some real gems that were only ever
+ released in Japan.
http://www.snes9x.com/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|