From be03e8f657c286c179f2ad5c40285cf4f1eb02a9 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 09:14:35 +0100 Subject: [PATCH] splint: remove long_desc. --- srcpkgs/splint/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/splint/template b/srcpkgs/splint/template index 3ec9291e245..faaf6abc7c6 100644 --- a/srcpkgs/splint/template +++ b/srcpkgs/splint/template @@ -1,7 +1,7 @@ # Template file for 'splint' pkgname=splint version=3.1.2 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="flex" short_desc="Secure Programming Lint" @@ -10,11 +10,4 @@ homepage="http://www.splint.org" license="GPL-2" distfiles="http://www.splint.org/downloads/$pkgname-$version.src.tgz" checksum=c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a -long_desc=" - Splint is a tool for statically checking C programs for security - vulnerabilities and coding mistakes. With minimal effort, Splint can be used - as a better lint. If additional effort is invested adding annotations to - programs, Splint can perform stronger checking that can be done by any - standard lint." - disable_parallel_build=yes