From c95e155780a0cf3a8fb59a2f86db6367d18116fc Mon Sep 17 00:00:00 2001 From: Matthieu CRAPET Date: Wed, 19 Feb 2014 15:47:36 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb | 2 +- meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 2 +- meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | 2 +- meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | 2 +- meta-networking/recipes-support/netcat/netcat_0.7.1.bb | 2 +- meta-networking/recipes-support/openvpn/openvpn_2.1.3.bb | 2 +- meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 3 ++- meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb index f3deaeb5dc..74f81b554a 100644 --- a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb +++ b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Administration tool for arp packet filtering" +SUMMARY = "Administration tool for arp packet filtering" PRIORITY = "optional" LICENSE = "GPL-2.0" SECTION = "console/network" diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb index 605cd5ae1b..c21734377d 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb @@ -1,4 +1,4 @@ -SUMMARY = "C++ library for client-side URL transfers." +SUMMARY = "C++ library for client-side URL transfers" HOMEPAGE = "http://code.google.com/p/curlpp/" SECTION = "console/network" LICENSE = "MIT" diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb index f1ecf3ddad..73f2d85a22 100644 --- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb @@ -1,4 +1,4 @@ -SUMMARY = "iftop does for network usage what top(1) does for CPU usage." +SUMMARY = "iftop does for network usage what top(1) does for CPU usage" HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" DEPENDS = "libpcap ncurses" diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb index 8f6cc546ff..4474e1d093 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb @@ -1,5 +1,5 @@ require netcat.inc -DESCRIPTION = "OpenBSD Netcat" +SUMMARY = "OpenBSD Netcat" HOMEPAGE = "http://ftp.debian.org" LICENSE = "BSD-3-Clause" diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb index 0bb5c87890..8710c36462 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb @@ -1,5 +1,5 @@ require netcat.inc -DESCRIPTION = "GNU Netcat" +SUMMARY = "GNU Netcat" HOMEPAGE = "http://netcat.sourceforge.net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.1.3.bb b/meta-networking/recipes-support/openvpn/openvpn_2.1.3.bb index f58756e08d..9ef0fbf0b5 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.1.3.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.1.3.bb @@ -1,4 +1,4 @@ -SUMMARY = "A full-featured SSL VPN solution via tun device." +SUMMARY = "A full-featured SSL VPN solution via tun device" HOMEPAGE = "http://openvpn.sourceforge.net" SECTION = "console/network" LICENSE = "GPLv2" diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb index 0ee8cc8255..7ac2e23afa 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb @@ -1,4 +1,5 @@ -SUMMARY = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." +SUMMARY = "Program for providing universal TLS/SSL tunneling service" +DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-startable) or remote server." SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb index 6c62cc06ec..fcb29643b2 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.3.0.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "A sophisticated network protocol analyzer" +SUMMARY = "A sophisticated network protocol analyzer" HOMEPAGE = "http://www.tcpdump.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867" -- cgit v1.2.3-54-g00ecf