diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 11:48:02 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-04 12:00:26 +0100 |
commit | de94e201ff5f32908246024a4c7415ed86966caa (patch) | |
tree | 885e8a106bb182de97eaf6501996b57490fc71af /dev-haskell/cprng-aes | |
parent | dev-haskell/crypto: update to EAPI=7 (diff) | |
download | gentoo-de94e201ff5f32908246024a4c7415ed86966caa.tar.gz gentoo-de94e201ff5f32908246024a4c7415ed86966caa.tar.bz2 gentoo-de94e201ff5f32908246024a4c7415ed86966caa.zip |
dev-haskell/cprng-aes: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cprng-aes')
-rw-r--r-- | dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/cprng-aes/metadata.xml | 20 |
2 files changed, 3 insertions, 23 deletions
diff --git a/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild b/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild index 3f7cfe98d917..4d824d9ab9a5 100644 --- a/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild +++ b/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.4.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal diff --git a/dev-haskell/cprng-aes/metadata.xml b/dev-haskell/cprng-aes/metadata.xml index 9a0185abd6dc..b7878815d80d 100644 --- a/dev-haskell/cprng-aes/metadata.xml +++ b/dev-haskell/cprng-aes/metadata.xml @@ -5,24 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - Simple crypto pseudo-random-number-generator with really good randomness property. - - Using ent, a randomness property maker on one 1Mb sample: - Entropy = 7.999837 bits per byte. - Optimum compression would reduce the size of this 1048576 byte file by 0 percent. - Chi square distribution for 1048576 samples is 237.02 - Arithmetic mean value of data bytes is 127.3422 (127.5 = random) - Monte Carlo value for Pi is 3.143589568 (error 0.06 percent) - - Compared to urandom with the same sampling: - Entropy = 7.999831 bits per byte. - Optimum compression would reduce the size of this 1048576 byte file by 0 percent. - Chi square distribution for 1048576 samples is 246.63 - Arithmetic mean value of data bytes is 127.6347 (127.5 = random). - Monte Carlo value for Pi is 3.132465868 (error 0.29 percent). - </longdescription> - <upstream> - <remote-id type="github">vincenthz/hs-cprng-aes</remote-id> - </upstream> </pkgmetadata> |