Commit Graph

17 Commits

Author SHA1 Message Date
Lukas Bulwahn 8249cc8dd5 improving formatting after automated style check
After running oe-stylize.py on all recipes in recipes-ros, this
commit improves the formatting of some recipes.

To achieve this, I executed these commands in recipes-ros:
find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh
find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs

Then, I manually inspected the diffs file, and improved the
recipes.

For the DESCRIPTION line in the addressed recipes, the line width
of 100 characters was chosen, as the LIC_FILES_CHKSUM line and
SRC_URI line usually are also around about 100 characters long.
Hence, choosing a shorter line width, e.g. 80 characters, would
have only created more line breaks, but not reduced the need to
use a file viewer with which 100 characters line width can be
displayed. For the github file and diff viewer and most editors
on reasonably-sized screens, 100 character line width is no
problem.
2014-08-18 06:51:31 +02:00
Lukas Bulwahn c31c68766e packagegroups-ros-world: timer-tests has been split in several packages 2014-06-23 09:26:14 +02:00
Lukas Bulwahn 9ff8d1f7e9 packagegroups: adding recent recipes and cleaning up 2014-05-19 08:30:40 +02:00
Lukas Bulwahn 87c9ba5093 packagegroup-ros-world: adding octomap-ros recipe 2013-11-11 15:14:52 +01:00
Lukas Bulwahn dadd55782c packagegroup-ros-world: adding new recipes 2013-11-07 08:58:20 +01:00
Lukas Bulwahn e9f535cf0c packagegroup-ros-world: adding new recipes 2013-11-05 10:44:22 +01:00
Kristof Robot 4b20531e4c packagegroup-ros-world: removed urdf-headers (resolves #177) 2013-10-31 17:24:27 +01:00
Lukas Bulwahn cc10dee569 packagegroup-ros-world: adding new rosserial recipes 2013-10-21 09:49:33 +02:00
Lukas Bulwahn 99a1b2134b packagegroup-ros-world: adding new recipes 2013-10-21 07:19:20 +02:00
Lukas Bulwahn b4d24669d6 packagegroup-ros-world: adding new recipes 2013-10-15 08:42:04 +02:00
Lukas Bulwahn 42c96dc124 packagegroup-ros-world: adding new recipes 2013-10-14 11:08:58 +02:00
Lukas Bulwahn 9b32dc7705 packagegroup-ros-world: adding new ros-control recipes 2013-10-11 10:34:46 +02:00
Lukas Bulwahn f71eb784f6 packagegroup-ros-world: adding new image-transport recipes 2013-09-26 07:15:07 +02:00
Lukas Bulwahn 8a36b4244e actionlib-tutorials: initial commit 2013-09-24 15:20:52 +02:00
Lukas Bulwahn cd7c719fe6 packagegroup-ros-world: collecting all ros recipes in meta-ros 2013-09-05 08:37:46 +02:00
Stefan Herbrechtsmeier 4f8812cfb4 packagegroup-ros-comm: sync with upstream package list
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-03-14 11:36:55 +01:00
Stefan Herbrechtsmeier 6db31c7221 packagegroup-ros-comm: add partial ros-comm package group
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-02-15 16:07:01 +01:00