]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/g*: fix wrapping of Config.in help text
authorAdam Duskett <Aduskett@gmail.com>
Mon, 31 Jul 2017 13:53:43 +0000 (09:53 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 31 Jul 2017 17:09:20 +0000 (19:09 +0200)
The check-package script when ran gives warnings on text wrapping
on all of these Config files.  This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter g in the package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 files changed:
package/gawk/Config.in
package/gdbm/Config.in
package/genpart/Config.in
package/genpart/Config.in.host
package/ghostscript-fonts/Config.in
package/git/Config.in
package/gnuchess/Config.in
package/gnutls/Config.in
package/google-material-design-icons/Config.in
package/gpm/Config.in
package/gpsd/Config.in
package/gptfdisk/Config.in
package/gssdp/Config.in
package/gtkperf/Config.in
package/gupnp-av/Config.in

index 36e70eb7adcdc12deeffee344fe5f129d08bb52d..a065243b7db199bcab852cca195aafe880b47e1a 100644 (file)
@@ -6,8 +6,8 @@ config BR2_PACKAGE_GAWK
        depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
        help
          A special-purpose programming language which is data driven
-         rather than procedural. Allows for simple data-reformatting jobs
-         with just a few lines of code.
+         rather than procedural. Allows for simple data-reformatting
+         jobs with just a few lines of code.
 
          http://www.gnu.org/software/gawk/
 
index 8ad0fc6ce0e2753ecfa4a92175025bb74c79386f..3646bd058828686db1f687f6086e56047c3d04dd 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_GDBM
        bool "gdbm"
        help
-         GNU dbm is a set of database routines that use extensible hashing.
-         It works similar to the standard UNIX dbm routines.
+         GNU dbm is a set of database routines that use extensible
+         hashing. It works similar to the standard UNIX dbm routines.
 
          http://www.gnu.org/software/gdbm/gdbm.html
index 8d9ec795c9a9fac23ea68ced391bdcb923b350d9..64288452ea6fe7c5bd84c47c95c1cb8eab9e2f46 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_GENPART
        bool "genpart"
        help
-         Generate a 16 byte partition table entry defined by command line
-         arguments and dump it to stdout. No CHS magic is done, only lba
-         entries are filled out.
+         Generate a 16 byte partition table entry defined by command
+         line arguments and dump it to stdout. No CHS magic is done,
+         only lba entries are filled out.
 
          http://www.pengutronix.de/software/genpart/index_en.html
index 6cc2a59a70ad1348c772f35754fad12b442caa4f..d8b9eb61b093119a388b8784464b242ea082d9db 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_HOST_GENPART
        bool "host genpart"
        help
-         Generate a 16 byte partition table entry defined by command line
-         arguments and dump it to stdout. No CHS magic is done, only lba
-         entries are filled out.
+         Generate a 16 byte partition table entry defined by command
+         line arguments and dump it to stdout. No CHS magic is done,
+         only lba entries are filled out.
 
          http://www.pengutronix.de/software/genpart/index_en.html
index 80bfbd03ef6faf5cf50c5e83d447f215742d0756..9b9b8d0cd2b2e3842059dcff1bd7b5b7227c437f 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_GHOSTSCRIPT_FONTS
        bool "ghostscript-fonts"
        help
-         Fonts and font metrics customarily distributed with Ghostscript.
-         Currently includes the 35 standard PostScript fonts and a
-         grab-bag of others.
+         Fonts and font metrics customarily distributed with
+         Ghostscript. Currently includes the 35 standard PostScript
+         fonts and a grab-bag of others.
 
          http://sourceforge.net/projects/gs-fonts
index 9babbecf06e18a4e65b3717b5a394fd65f73d33b..d53921d7d533b40ab37eb645baa87b6ebdd1b03b 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_GIT
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
-         Git is a free and open source distributed version control system
-         designed to handle everything from small to very large projects.
+         Git is a free and open source distributed version control
+         system designed to handle everything from small to very large
+         projects.
 
          http://git-scm.com
index aa446f4b22cc2beaccab2a048206345971ebe62e..0ddd2882d63f2cc2962a6426385fc6cf43e23af7 100644 (file)
@@ -4,7 +4,8 @@ config BR2_PACKAGE_GNUCHESS
        depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_FLEX
        help
-         GNU Chess lets most modern computers play a full game of chess.
+         GNU Chess lets most modern computers play a full game of
+         chess.
 
          http://ftp.gnu.org/pub/gnu/chess
 
index 1db069c655362ba68a4915288cc2a47a5c48b9a4..176951a385ec9aa07a58ede626756dcad670c72e 100644 (file)
@@ -20,7 +20,8 @@ config BR2_PACKAGE_GNUTLS_TOOLS
        select BR2_PACKAGE_ARGP_STANDALONE \
                if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
        help
-         Install GnuTLS command line tools for various cryptographic tasks.
+         Install GnuTLS command line tools for various cryptographic
+         tasks.
 
 endif
 
index a20042988e1b2bbf4896462254d0829b3882e45e..775f258f277e8a5d6beab729096a421449a5da27 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_GOOGLE_MATERIAL_DESIGN_ICONS
        bool "google-material-design-icons"
        help
-         Material design icons are the official icon set from Google that
-         are designed under the material design guidelines.
+         Material design icons are the official icon set from Google
+         that are designed under the material design guidelines.
 
          https://github.com/google/material-design-icons
 
index 2d0d366d7eef790376126226f157af0b04f0cac9..115847992abc17da2eaf236c3a31117c53b7a64f 100644 (file)
@@ -3,11 +3,11 @@ config BR2_PACKAGE_GPM
        depends on !BR2_STATIC_LIBS
        depends on BR2_USE_MMU # fork()
        help
-         "gpm" means general purpose mouse (server) and provides mouse support
-         for Linux virtual consoles.
-         gpm-root (to draw menus in current virtual console; config file in
-         /etc/gpm-root.conf) and disable-paste (to disable paste buffer for
-         security reasons), will also be installed.
+         "gpm" means general purpose mouse (server) and provides mouse
+         support for Linux virtual consoles.
+         gpm-root (to draw menus in current virtual console; config
+         file in /etc/gpm-root.conf) and disable-paste (to disable
+         paste buffer for security reasons), will also be installed.
 
          http://www.nico.schottelius.org/software/gpm/
 
index 876ab9b03ab316cb2d52e3beb5a6276b8985d717..68d3e2e7e8f8d7d4c0df52cd48e46cf794dc03b8 100644 (file)
@@ -10,10 +10,11 @@ menuconfig BR2_PACKAGE_GPSD
        # Always tries to build a shared library
        depends on !BR2_STATIC_LIBS
        help
-         gpsd is a service daemon that monitors one or more GPSes or AIS
-         receivers attached to a host computer through serial or USB ports,
-         making all data on the location/course/velocity of the sensors
-         available to be queried on TCP port 2947 of the host computer.
+         gpsd is a service daemon that monitors one or more GPSes or
+         AIS receivers attached to a host computer through serial or
+         USB ports, making all data on the location/course/velocity of
+         the sensors available to be queried on TCP port 2947 of the
+         host computer.
 
          The D-Bus interface is included if dbus-glib is enabled.
 
index d243b9083975a7913faaf4ee376a4b41d4ebd51e..ede72f3b1d639435e08c2f89f2ceac3d4090bf91 100644 (file)
@@ -10,9 +10,10 @@ config BR2_PACKAGE_GPTFDISK
                !(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK)
        help
          GPT fdisk (consisting of the gdisk and sgdisk programs) is a
-         text-mode partitioning tool that works on Globally Unique Identifier
-         (GUID) Partition Table (GPT) disks, rather than on the more common
-         (through 2010) Master Boot Record (MBR) partition tables.
+         text-mode partitioning tool that works on Globally Unique
+         Identifier (GUID) Partition Table (GPT) disks, rather than on
+         the more common (through 2010) Master Boot Record (MBR)
+         partition tables.
 
          http://www.rodsbooks.com/gdisk/
 
@@ -22,16 +23,17 @@ config BR2_PACKAGE_GPTFDISK_GDISK
        bool "interactive gdisk"
        help
          Install the interactive GUID partition table (GPT) manipulator
-         /usr/sbin/gdisk which is modelled after and quite similar in use
-         to the traditional MBR based fdisk tool.
+         /usr/sbin/gdisk which is modelled after and quite similar in
+         use to the traditional MBR based fdisk tool.
 
 config BR2_PACKAGE_GPTFDISK_SGDISK
        bool "command line sgdisk"
        select BR2_PACKAGE_POPT
        help
-         Install the command-line GUID partition table (GPT) manipulator
-         /usr/sbin/sgdisk which is named after the traditional MBR based
-         sfdisk tool albeit with an entirely different option syntax.
+         Install the command-line GUID partition table (GPT)
+         manipulator /usr/sbin/sgdisk which is named after the
+         traditional MBR based sfdisk tool albeit with an entirely
+         different option syntax.
 
 config BR2_PACKAGE_GPTFDISK_CGDISK
        bool "ncurses cgdisk"
index 83149718da8a7b9edd526134b0fe5d79f4638e0a..80c5edfffc8995ca89e068157260d350746d43d5 100644 (file)
@@ -6,7 +6,8 @@ config BR2_PACKAGE_GSSDP
        select BR2_PACKAGE_LIBGLIB2
        select BR2_PACKAGE_LIBSOUP
        help
-         GSSDP implements resource discovery and announcement over SSDP.
+         GSSDP implements resource discovery and announcement over
+         SSDP.
 
          http://www.gupnp.org
 
index 1089dbf47776bb4137faa40f736bd69f89104af7..78c35e72e74458a15f42916194e95202b834260d 100644 (file)
@@ -5,5 +5,5 @@ config BR2_PACKAGE_GTKPERF
          GtkPerf is an application designed to test GTK+ performance.
          The point is to create common testing platform to run
          predefined GTK+ widgets
-         e.g. (opening comboboxes, toggling buttons, scrolling text yms.)
-         and this way define the speed of device/platform.
+         e.g. (opening comboboxes, toggling buttons, scrolling text
+         yms.) and this way define the speed of device/platform.
index 5320b82b5a491e9f98795f487608a7826028b57d..7b618f5badd4593acf9336c0108106e0af6929a3 100644 (file)
@@ -7,8 +7,8 @@ config BR2_PACKAGE_GUPNP_AV
        select BR2_PACKAGE_GUPNP
        select BR2_PACKAGE_LIBXML2
        help
-         GUPnP-AV is a collection of helpers for building AV (audio/video)
-         applications using GUPnP.
+         GUPnP-AV is a collection of helpers for building AV
+         (audio/video) applications using GUPnP.
 
          http://www.gupnp.org/