From 681b977b77bea10e028ca9fe0be7600ba2a4de5a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Feb 2014 09:19:20 +0100 Subject: [PATCH] perl-LWP: remove long_desc. --- srcpkgs/perl-LWP/template | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/srcpkgs/perl-LWP/template b/srcpkgs/perl-LWP/template index 56ea9d2ba61..5d27e28287b 100644 --- a/srcpkgs/perl-LWP/template +++ b/srcpkgs/perl-LWP/template @@ -1,7 +1,7 @@ # Template build file for 'perl-LWP'. pkgname=perl-LWP version=6.05 -revision=1 +revision=2 wrksrc="libwww-perl-$version" build_style=perl-module hostmakedepends="perl>=5.18" @@ -17,14 +17,3 @@ homepage="http://search.cpan.org/dist/libwww-perl/lib/LWP.pm" license="GPL-2" distfiles="${CPAN_SITE}/LWP/libwww-perl-${version}.tar.gz" checksum=7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 -long_desc=" - The libwww-perl collection is a set of Perl modules which provides a simple - and consistent application programming interface (API) to the World-Wide Web. - The main focus of the library is to provide classes and functions that allow - you to write WWW clients. The library also contain modules that are of more - general use and even classes that help you implement simple HTTP servers. - - Most modules in this library provide an object oriented API. The user agent, - requests sent and responses received from the WWW server are all represented - by objects. This makes a simple and powerful interface to these services. The - interface is easy to extend and customize for your own needs."