diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-16 14:51:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-16 17:42:16 +0100 |
commit | a677ccd2966d9c9cb9458586eaacee33055896b2 (patch) | |
tree | 2bb3e8d1ff02b9d6842877b34511ea376d823217 /dev-haskell/lukko | |
parent | media-fonts/ja-ipafonts: EAPI-7 bump (diff) | |
download | gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.gz gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.tar.bz2 gentoo-a677ccd2966d9c9cb9458586eaacee33055896b2.zip |
*/*: Normalize metadata.xml files
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>
Diffstat (limited to 'dev-haskell/lukko')
-rw-r--r-- | dev-haskell/lukko/metadata.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dev-haskell/lukko/metadata.xml b/dev-haskell/lukko/metadata.xml index a2f47beee925..aad26bd3444d 100644 --- a/dev-haskell/lukko/metadata.xml +++ b/dev-haskell/lukko/metadata.xml @@ -11,23 +11,23 @@ <longdescription> This package provides access to platform dependent file locking APIs: - * Open file descriptor locking on Linux ("Lukko.OFD") - * @flock@ locking on unix platforms ("Lukko.FLock") - * Windows locking @LockFileEx@ ("Lukko.Windows") - * No-op locking, which throws exceptions ("Lukko.NoOp") - * "Lukko" module exports the best option for the target platform with uniform API. + * Open file descriptor locking on Linux ("Lukko.OFD") + * @flock@ locking on unix platforms ("Lukko.FLock") + * Windows locking @LockFileEx@ ("Lukko.Windows") + * No-op locking, which throws exceptions ("Lukko.NoOp") + * "Lukko" module exports the best option for the target platform with uniform API. There are alternative file locking packages: - * "GHC.IO.Handle.Lock" in @base >= 4.10@ is good enough for most use cases. - However, uses only 'Handle's so these locks cannot be used for intra-process locking. - (You should use e.g. 'MVar' in addition). + * "GHC.IO.Handle.Lock" in @base >= 4.10@ is good enough for most use cases. + However, uses only 'Handle's so these locks cannot be used for intra-process locking. + (You should use e.g. 'MVar' in addition). - * <https://hackage.haskell.org/package/filelock filelock> doesn't support OFD locking. + * <https://hackage.haskell.org/package/filelock filelock> doesn't support OFD locking. /Lukko/ means lock in Finnish. - Submodules "Lukko.OFD", "Lukko.Windows" etc are available based on following conditions. + Submodules "Lukko.OFD", "Lukko.Windows" etc are available based on following conditions. @ if os(windows) @@ -41,7 +41,7 @@ \ cpp-options: -DHAS_FLOCK @ - "Lukko.FLock" is available on not (Windows or Solaris or AIX). - "Lukko.NoOp" is always available. + "Lukko.FLock" is available on not (Windows or Solaris or AIX). + "Lukko.NoOp" is always available. </longdescription> </pkgmetadata> |