From 55643655b1f66d833b840253f6ce7e07318727a0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Feb 2014 09:18:37 +0100 Subject: [PATCH] perl-IPC-Run: remove long_desc. --- srcpkgs/perl-IPC-Run/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/perl-IPC-Run/template b/srcpkgs/perl-IPC-Run/template index a80cbb6b8a..93312b2df3 100644 --- a/srcpkgs/perl-IPC-Run/template +++ b/srcpkgs/perl-IPC-Run/template @@ -1,8 +1,8 @@ # Template build file for 'perl-IPC-Run'. pkgname=perl-IPC-Run version=0.92 -revision=1 -wrksrc="IPC-Run-$version" +revision=2 +wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl>=5.18" makedepends="${hostmakedepends}" @@ -14,8 +14,3 @@ homepage="http://search.cpan.org/dist/IPC-Run" license="GPL-2" distfiles="${CPAN_SITE}/IPC/IPC-Run-$version.tar.gz" checksum=e186b46ddf1577d24f11eec1ba42285963c3f71ec7ecb1ce51d6e88c729d46d2 -long_desc=" - IPC::Run allows you to run and interact with child processes using files, - pipes, and pseudo-ttys. Both system()-style and scripted usages are - supported and may be mixed. Likewise, functional and OO API styles are - both supported and may be mixed."