From a13dea2155d2950cadf2c44cd613e03c746c0beb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Feb 2014 15:01:06 +0100 Subject: [PATCH] xmlcatmgr: remove long_desc. --- srcpkgs/xmlcatmgr/template | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/srcpkgs/xmlcatmgr/template b/srcpkgs/xmlcatmgr/template index 2d179beec6c..c0bc1440e78 100644 --- a/srcpkgs/xmlcatmgr/template +++ b/srcpkgs/xmlcatmgr/template @@ -1,7 +1,7 @@ # Template build file for 'xmlcatmgr'. pkgname=xmlcatmgr version=2.2 -revision=2 +revision=3 build_style=gnu-configure conf_files=" /etc/sgml/catalog @@ -14,16 +14,6 @@ homepage="http://xmlcatmgr.sourceforge.net" license="BSD" distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz" checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc -long_desc=" - XML Catalog Manager (xmlcatmgr in its short form) is a small utility used - to manipulate SGML and XML catalogs. It is extremely small and lightweight, - specially designed to be run from packaging systems. Basically, it allows - adding and removing entries from catalogs in a completely automated way. - - A catalog is a lookup mechanism used to translate entities into other - different entities. They can, for example, map public identifiers to - local files or URIs. This allows you to tell the parser where to look - for entities without having to modify the original document source." if [ "$CROSS_BUILD" ]; then hostmakedepends="xmlcatmgr"