*/*: add lang="en" to <longdescription>

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-28 16:14:32 +02:00
parent 25d01f937f
commit 9c84830033
111 changed files with 111 additions and 112 deletions

View File

@@ -5,5 +5,5 @@
<email>gentoo-guru@steev.me.uk</email>
<name>Steven Davies</name>
</maintainer>
<longdescription>The btrfs heatmap script creates a visualization of how a btrfs filesystem is using the underlying disk space of the block devices that are added to it.</longdescription>
<longdescription lang="en">The btrfs heatmap script creates a visualization of how a btrfs filesystem is using the underlying disk space of the block devices that are added to it.</longdescription>
</pkgmetadata>

View File

@@ -5,7 +5,7 @@
<email>coppens.matthias.abc@gmail.com</email>
<description>Matthias Coppens</description>
</maintainer>
<longdescription>
<longdescription lang="en">
Given a path on your hard-drive (which could also be the root path,
eg. /). diskonaut scans it and indexes its metadata to memory so that
you could explore its contents (even while still scanning!).

View File

@@ -5,5 +5,5 @@
<email>gentoo-guru@steev.me.uk</email>
<name>Steven Davies</name>
</maintainer>
<longdescription>A Python 3 library that provides ways to interact programmatically with an online btrfs file system. It provides a pure python shadow implementation of data structures used in btrfs together with convenient wrappers around the collection of kernel functions that are available in the btrfs kernel API. Using them, we can examine the secret inner world of a btrfs file system for educational purposes.</longdescription>
<longdescription lang="en">A Python 3 library that provides ways to interact programmatically with an online btrfs file system. It provides a pure python shadow implementation of data structures used in btrfs together with convenient wrappers around the collection of kernel functions that are available in the btrfs kernel API. Using them, we can examine the secret inner world of a btrfs file system for educational purposes.</longdescription>
</pkgmetadata>