From 49bc82d5ed6c9dc083336bcd38832c4eb703cc18 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Feb 2014 09:09:27 +0100 Subject: [PATCH] perl-Crypt-DH: remove long_desc. --- srcpkgs/perl-Crypt-DH/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/perl-Crypt-DH/template b/srcpkgs/perl-Crypt-DH/template index 961564a9e81..066f6ed2dce 100644 --- a/srcpkgs/perl-Crypt-DH/template +++ b/srcpkgs/perl-Crypt-DH/template @@ -2,7 +2,7 @@ pkgname=perl-Crypt-DH version=0.07 wrksrc="Crypt-DH-${version}" -revision=2 +revision=3 build_style=perl-module hostmakedepends="perl>=5.18" makedepends="perl>=5.18 perl-Math-BigInt-GMP" @@ -14,9 +14,3 @@ homepage="http://search.cpan.org/dist/Crypt-DH" license="GPL-2" distfiles="${CPAN_SITE}/Crypt/Crypt-DH-${version}.tar.gz" checksum=c88cf3423b01e6782e8986d7fe5304436ab84b0925c4498c6fdfa17ef9a37f5f -long_desc=" - Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange - system. Diffie-Hellman is an algorithm by which two parties can agree on - a shared secret key, known only to them. The secret is negotiated over - an insecure network without the two parties ever passing the actual - shared secret, or their private keys, between them."