From a677ccd2966d9c9cb9458586eaacee33055896b2 Mon Sep 17 00:00:00 2001
From: Michał Górny <mgorny@gentoo.org>
Date: Tue, 16 Mar 2021 14:51:20 +0100
Subject: */*: Normalize metadata.xml files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Normalize quoting, replace '>' with entities, replace unnecessary
entities, remove trailing empty lines.

Done via:

  find -name metadata.xml -exec xml ed -P -L -d //none {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
 dev-haskell/cryptohash-md5/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'dev-haskell/cryptohash-md5')

diff --git a/dev-haskell/cryptohash-md5/metadata.xml b/dev-haskell/cryptohash-md5/metadata.xml
index fc0f69d6e24b..c245482dc722 100644
--- a/dev-haskell/cryptohash-md5/metadata.xml
+++ b/dev-haskell/cryptohash-md5/metadata.xml
@@ -18,7 +18,7 @@
 		providing the MD5 hash algorithm without any dependencies on packages other than
 		@base@ and @bytestring@.
 		
-		Consequently, this package can be used as a drop-in replacement for @cryptohash@&#39;s
-		&quot;Crypto.Hash.MD5&quot; module, though with a clearly smaller footprint.
+		Consequently, this package can be used as a drop-in replacement for @cryptohash@'s
+		"Crypto.Hash.MD5" module, though with a clearly smaller footprint.
 	</longdescription>
 </pkgmetadata>
-- 
cgit v1.2.3-65-gdbad