diff options
author | Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> | 2014-02-19 15:47:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:20:02 +0100 |
commit | c95e155780a0cf3a8fb59a2f86db6367d18116fc (patch) | |
tree | 959415e6ec633be9f798ac35a1be7b9d67aded5a /meta-oe/recipes-sato | |
parent | a7ee4f3b00870b4a7c7bd5caada6df00089973c8 (diff) | |
download | meta-openembedded-contrib-c95e155780a0cf3a8fb59a2f86db6367d18116fc.tar.gz |
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line
Note: don't bump PR
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-sato')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb index 15824bb61ef..831a1402c3b 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb @@ -1,5 +1,5 @@ SECTION = "x11/network" -DESCRIPTION = "Mail user agent" +SUMMARY = "Mail user agent" DEPENDS = "gtk+ libetpan openssl aspell curl" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e" diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb index 3bd3deb84dc..f203cc002d3 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb @@ -1,5 +1,5 @@ SECTION = "x11/network" -DESCRIPTION = "Mail user agent plugins" +SUMMARY = "Mail user agent plugins" DEPENDS = "claws-mail gtkhtml2 curl" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=977f04a8048c04684e521c06e2844a94" diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb index 5ae16328522..a4717dc00c9 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb @@ -1,5 +1,5 @@ SECTION = "x11/network" -DESCRIPTION = "Mail user agent plugins" +SUMMARY = "Mail user agent plugins" DEPENDS = "claws-mail" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.34.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.34.bb index caf32b4c85f..f441c989370 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.34.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.34.bb @@ -1,5 +1,5 @@ SECTION = "x11/network" -DESCRIPTION = "Mail user agent plugins" +SUMMARY = "Mail user agent plugins" DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=0c2348e0a084e573f0220f5e45d8097e" diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb index 1ca25ab7a4d..a878220ac2c 100644 --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb @@ -1,5 +1,5 @@ SECTION = "x11/network" -DESCRIPTION = "Mail user agent" +SUMMARY = "Mail user agent" DEPENDS = "gtk+ gpgme gnutls" LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ |