From ee631cfd54456d923b0cde5ee9e46ab84f21673f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 17:28:19 +0100 Subject: [PATCH] pen: remove long_desc. --- srcpkgs/pen/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/pen/template b/srcpkgs/pen/template index c443fb39167..ed7cb667133 100644 --- a/srcpkgs/pen/template +++ b/srcpkgs/pen/template @@ -1,7 +1,7 @@ # Template file for 'pen' pkgname=pen version=0.20.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-docdir=/usr/share/doc/pen" short_desc="Load balancer for simple TCP based protocols" @@ -10,9 +10,3 @@ license="GPL-2" homepage="http://siag.nu/pen" distfiles="http://siag.nu/pub/pen/pen-$version.tar.gz" checksum=c6d5c96c8a2bd1a4abfe64b7f93fd78239e4c946b452e8fa60b61bef6635c7ed -long_desc=" - This is pen, a load balancer for simple tcp based protocols such as - http or smtp. It allows several servers to appear as one to the - outside and automatically detects servers that are down and distributes - clients among the available servers. This gives high availability and - scalable performance."