summaryrefslogtreecommitdiff
path: root/dev-haskell/lukko
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-haskell/lukko
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-haskell/lukko')
-rw-r--r--dev-haskell/lukko/Manifest2
-rw-r--r--dev-haskell/lukko/metadata.xml24
2 files changed, 13 insertions, 13 deletions
diff --git a/dev-haskell/lukko/Manifest b/dev-haskell/lukko/Manifest
index 503f6424a34b..f662ced5c99a 100644
--- a/dev-haskell/lukko/Manifest
+++ b/dev-haskell/lukko/Manifest
@@ -1,3 +1,3 @@
DIST lukko-0.1.1.2.tar.gz 28366 BLAKE2B 8e7a0257c187ed76f2399a2ca381210ad44d683faff74ca583658eab13545e6809fe6ea57b4c4c22c16560272c0d53736183437e4f5ad64919d98dbac239a864 SHA512 fe3a6687b741491ebaeace29c8d4d01307fad43f0e649c087fef24ec227eb231541fa1500e1685c814eb2a1ea472546033e837ce84fa64df79f00b19f8abebb6
EBUILD lukko-0.1.1.2.ebuild 1084 BLAKE2B 01d56641070b69a1263c841558daced98987b7b5a7291075c5b364426f1a5489cb846c9c5883978d826917ceede47bdb7f25b4c613899540bcd2bb230ac35686 SHA512 7c73a0bc57e44cf2a32d9566af68ec5e2773fca8bc51a4d0f71e1cf3f0964f123abdf74a451d39bd5521f3f5f6314259f03cb534fa317986e48e0bbc93dcb6f0
-MISC metadata.xml 1775 BLAKE2B c2465f50a55356961ce4e30d005a76589fcfdf1ebb5f985e9415fe39b39767b9c02872cbc4a371441af240257b9d8d27e731b3e012b65beb60e45767c98035f9 SHA512 c8b0386734f1810ec1c2e693b5686e0ef0e5c9789794e393df47991341a5011ce079de92888763394a9867ea86fc2a205f13271ecf9af22207e4e7244a0c0d4b
+MISC metadata.xml 1655 BLAKE2B 2d80191e06962671643999ecd726b5251d5a6a79ffe2147b1372e857c4bc1331315e75b5e646954c04868530e9669a7a266339f8fec45433d333c75a86292ab9 SHA512 8e6b574192ebfc60a8df85ac205670b3711173760a8500a83a079ccb1e86ee0f088e05ab1e3eba773bcad877ab02ecf237d28a8b2065b1637fdba165dcaf25f0
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 (&quot;Lukko.OFD&quot;)
- * @flock@ locking on unix platforms (&quot;Lukko.FLock&quot;)
- * Windows locking @LockFileEx@ (&quot;Lukko.Windows&quot;)
- * No-op locking, which throws exceptions (&quot;Lukko.NoOp&quot;)
- * &quot;Lukko&quot; 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:
- * &quot;GHC.IO.Handle.Lock&quot; in @base &gt;= 4.10@ is good enough for most use cases.
- However, uses only &#39;Handle&#39;s so these locks cannot be used for intra-process locking.
- (You should use e.g. &#39;MVar&#39; in addition).
+ * "GHC.IO.Handle.Lock" in @base &gt;= 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).
- * &lt;https://hackage.haskell.org/package/filelock filelock&gt; doesn&#39;t support OFD locking.
+ * &lt;https://hackage.haskell.org/package/filelock filelock&gt; doesn't support OFD locking.
/Lukko/ means lock in Finnish.
- Submodules &quot;Lukko.OFD&quot;, &quot;Lukko.Windows&quot; 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
@
- &quot;Lukko.FLock&quot; is available on not (Windows or Solaris or AIX).
- &quot;Lukko.NoOp&quot; is always available.
+ "Lukko.FLock" is available on not (Windows or Solaris or AIX).
+ "Lukko.NoOp" is always available.
</longdescription>
</pkgmetadata>