* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cprng-aes/
@ 2020-09-12 14:37 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 14:37 UTC (permalink / raw
To: gentoo-commits
commit: f170aabf317dcc46a4eed43f6b85b77d07f8a067
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 14:31:16 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 14:36:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f170aabf
dev-haskell/cprng-aes: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/cprng-aes/Manifest | 1 -
dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-haskell/cprng-aes/Manifest b/dev-haskell/cprng-aes/Manifest
index 481d137e148..7a75c06c97d 100644
--- a/dev-haskell/cprng-aes/Manifest
+++ b/dev-haskell/cprng-aes/Manifest
@@ -1,2 +1 @@
-DIST cprng-aes-0.5.2.tar.gz 4903 BLAKE2B 963963df710e929872874cc5c85a19361629f0e3c22867ce93d9e057b193380ae9aa529d2fea36c94087386a001cee0f1d5d29aad0254a2d652a7de982db0193 SHA512 bcc658c5ecac7b856ae128938c467cc4762089128a49716d8b16de1649a15206a12d6b624e82ec1564fca46df9b03ee4d277a2c641af787a1f758a11262bbcca
DIST cprng-aes-0.6.1.tar.gz 4396 BLAKE2B 813773cb6185974e6c3250ce744abbe4ea5dbfa4725320736563fdea6446f246b704e2825e2f8612d35dddb01424cea93ad24a05764713d09d25cfe5afcaeaa7 SHA512 839a3a449edf996b0061a989058ed59625d8a849e852217c047b9d9b59b58504c0efaca699f75beea3ebcad8284f55c1f53b523dbebb10f56e705506bfccb5f5
diff --git a/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild b/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild
deleted file mode 100644
index f6586c2f63e..00000000000
--- a/dev-haskell/cprng-aes/cprng-aes-0.5.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Crypto Pseudo Random Number Generator using AES in counter mode"
-HOMEPAGE="https://github.com/vincenthz/hs-cprng-aes"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- >=dev-haskell/cipher-aes-0.2:=[profile?] <dev-haskell/cipher-aes-0.3:=[profile?]
- >=dev-haskell/crypto-random-0.0.7:=[profile?] <dev-haskell/crypto-random-0.1:=[profile?]
- dev-haskell/random:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cprng-aes/
@ 2020-10-04 11:00 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-10-04 11:00 UTC (permalink / raw
To: gentoo-commits
commit: de94e201ff5f32908246024a4c7415ed86966caa
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 10:48:02 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 11:00:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de94e201
dev-haskell/cprng-aes: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/cprng-aes/cprng-aes-0.6.1.ebuild | 6 +++---
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 3f7cfe98d91..4d824d9ab9a 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 9a0185abd6d..b7878815d80 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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-04 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-04 11:00 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cprng-aes/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-09-12 14:37 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox