From ef61091d800be0fbdb814299d1f2b71d48913793 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 14:37:59 +0100 Subject: [PATCH] zeromq: remove long_desc. --- srcpkgs/zeromq/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/zeromq/template b/srcpkgs/zeromq/template index c9995a266cb..b90f206f952 100644 --- a/srcpkgs/zeromq/template +++ b/srcpkgs/zeromq/template @@ -1,7 +1,7 @@ # Template file for 'zeromq' pkgname=zeromq version=3.2.4 -revision=1 +revision=2 build_style=gnu-configure short_desc="The Intelligent Transport Layer" maintainer="Juan RP " @@ -9,12 +9,6 @@ license="LGPL-2.1" homepage="http://www.zeromq.org" distfiles="http://download.zeromq.org/zeromq-${version}.tar.gz" checksum=df96a141c85b65c2cb6c0db22223126623a09eecbfccb7f74400f3f938742f59 -long_desc=" - *  The socket library that acts as a concurrency framework. - *  Faster than TCP, for clustered products and supercomputing. - *  Carries messages across inproc, IPC, TCP, and multicast. - *  Connect N-to-N via fanout, pubsub, pipeline, request-reply. - *  Asynch I/O for scalable multicore message-passing apps." zeromq-devel_package() { depends="${sourcepkg}>=${version}_${revision}"