Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cprng-aes/
Date: Sun, 04 Oct 2020 11:00:48
Message-Id: 1601809226.de94e201ff5f32908246024a4c7415ed86966caa.slyfox@gentoo
1 commit: de94e201ff5f32908246024a4c7415ed86966caa
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:48:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de94e201
7
8 dev-haskell/cprng-aes: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild | 6 +++---
14 dev-haskell/cprng-aes/metadata.xml | 20 --------------------
15 2 files changed, 3 insertions(+), 23 deletions(-)
16
17 diff --git a/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild b/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild
18 index 3f7cfe98d91..4d824d9ab9a 100644
19 --- a/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild
20 +++ b/dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28
29 -# ebuild generated by hackport 0.4.4.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34
35 diff --git a/dev-haskell/cprng-aes/metadata.xml b/dev-haskell/cprng-aes/metadata.xml
36 index 9a0185abd6d..b7878815d80 100644
37 --- a/dev-haskell/cprng-aes/metadata.xml
38 +++ b/dev-haskell/cprng-aes/metadata.xml
39 @@ -5,24 +5,4 @@
40 <email>haskell@g.o</email>
41 <name>Gentoo Haskell</name>
42 </maintainer>
43 - <longdescription>
44 - Simple crypto pseudo-random-number-generator with really good randomness property.
45 -
46 - Using ent, a randomness property maker on one 1Mb sample:
47 - Entropy = 7.999837 bits per byte.
48 - Optimum compression would reduce the size of this 1048576 byte file by 0 percent.
49 - Chi square distribution for 1048576 samples is 237.02
50 - Arithmetic mean value of data bytes is 127.3422 (127.5 = random)
51 - Monte Carlo value for Pi is 3.143589568 (error 0.06 percent)
52 -
53 - Compared to urandom with the same sampling:
54 - Entropy = 7.999831 bits per byte.
55 - Optimum compression would reduce the size of this 1048576 byte file by 0 percent.
56 - Chi square distribution for 1048576 samples is 246.63
57 - Arithmetic mean value of data bytes is 127.6347 (127.5 = random).
58 - Monte Carlo value for Pi is 3.132465868 (error 0.29 percent).
59 - </longdescription>
60 - <upstream>
61 - <remote-id type="github">vincenthz/hs-cprng-aes</remote-id>
62 - </upstream>
63 </pkgmetadata>