From 57a47273bdba0674bff4d84fa81a9edfb109d302 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 22 Feb 2014 09:20:56 +0100 Subject: [PATCH] perl-XML-NamespaceSupport: remove long_desc. --- srcpkgs/perl-XML-NamespaceSupport/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/perl-XML-NamespaceSupport/template b/srcpkgs/perl-XML-NamespaceSupport/template index 2408ebcdb1f..a0fa1401724 100644 --- a/srcpkgs/perl-XML-NamespaceSupport/template +++ b/srcpkgs/perl-XML-NamespaceSupport/template @@ -1,8 +1,8 @@ # Template build file for 'perl-XML-NamespaceSupport'. pkgname=perl-XML-NamespaceSupport version=1.11 -revision=2 -wrksrc="XML-NamespaceSupport-$version" +revision=3 +wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl>=5.18" makedepends="${hostmakedepends}" @@ -14,8 +14,3 @@ license="GPL+ or Artistic" maintainer="Juan RP " distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz" checksum=6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea -long_desc=" - This module offers a simple to process namespaced XML names (unames) - from within any application that may need them. It also helps - maintain a prefix to namespace URI map, and provides a number of - basic checks."