diff options
author | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-09 15:16:55 +0200 |
commit | 9776059da529c447ede117874e7d0431abac63a3 (patch) | |
tree | 1d186e19240e8aee7359d4d10fdaa854e8fe5def /app-crypt | |
parent | app-crypt/jitterentropy: drop 2.2.0, 3.0.1, 3.3.1 (diff) | |
download | gentoo-9776059da529c447ede117874e7d0431abac63a3.tar.gz gentoo-9776059da529c447ede117874e7d0431abac63a3.tar.bz2 gentoo-9776059da529c447ede117874e7d0431abac63a3.zip |
app-crypt/jitterentropy: indent metadata.xml
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/jitterentropy/metadata.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app-crypt/jitterentropy/metadata.xml b/app-crypt/jitterentropy/metadata.xml index fce25169ae8f..9025bc9ab092 100644 --- a/app-crypt/jitterentropy/metadata.xml +++ b/app-crypt/jitterentropy/metadata.xml @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>gokturk@gentoo.org</email> - <name>Göktürk Yüksek</name> -</maintainer> -<longdescription> - The Jitter RNG provides a noise source using the CPU execution - timing jitter. It does not depend on any system resource other - than a high-resolution time stamp. It is a small-scale, yet - fast entropy source that is viable in almost all environments - and on a lot of CPU architectures. -</longdescription> -<upstream> - <remote-id type="github">smuellerDD/jitterentropy-library</remote-id> -</upstream> + <maintainer type="person"> + <email>gokturk@gentoo.org</email> + <name>Göktürk Yüksek</name> + </maintainer> + <longdescription> + The Jitter RNG provides a noise source using the CPU execution + timing jitter. It does not depend on any system resource other + than a high-resolution time stamp. It is a small-scale, yet + fast entropy source that is viable in almost all environments + and on a lot of CPU architectures. + </longdescription> + <upstream> + <remote-id type="github">smuellerDD/jitterentropy-library</remote-id> + </upstream> </pkgmetadata> |