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/pwstore-fast/
Date: Tue, 27 Oct 2020 08:46:54
Message-Id: 1603788045.1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.slyfox@gentoo
1 commit: 1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 08:40:45 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 08:40:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4d2ad6
7
8 dev-haskell/pwstore-fast: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/pwstore-fast/metadata.xml | 13 -------------
14 dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild | 7 +++----
15 2 files changed, 3 insertions(+), 17 deletions(-)
16
17 diff --git a/dev-haskell/pwstore-fast/metadata.xml b/dev-haskell/pwstore-fast/metadata.xml
18 index cdbf6fd8bac..b7878815d80 100644
19 --- a/dev-haskell/pwstore-fast/metadata.xml
20 +++ b/dev-haskell/pwstore-fast/metadata.xml
21 @@ -5,17 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - To store passwords securely, they should be salted,
27 - then hashed with a slow hash function. This library
28 - uses PBKDF1-SHA256, and handles all the details.
29 - It uses the cryptohash package for speed; if you need
30 - a pure Haskell library, pwstore-purehaskell has the
31 - exact same API, but uses only pure Haskell. It is
32 - about 25 times slower than this package, but still
33 - quite usable.
34 - </longdescription>
35 - <upstream>
36 - <remote-id type="github">PeterScott/pwstore</remote-id>
37 - </upstream>
38 </pkgmetadata>
39
40 diff --git a/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild b/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild
41 index c285f1a28c8..1303a14bfc7 100644
42 --- a/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild
43 +++ b/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild
44 @@ -1,9 +1,9 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 -EAPI=5
50 +EAPI=7
51
52 -# ebuild generated by hackport 0.4.4.9999
53 +# ebuild generated by hackport 0.6.6.9999
54
55 CABAL_FEATURES="lib profile haddock hoogle hscolour"
56 inherit haskell-cabal
57 @@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?]
61 - >=dev-haskell/binary-0.5:=[profile?]
62 >=dev-haskell/byteable-0.1:=[profile?]
63 >=dev-haskell/cryptohash-0.6:=[profile?]
64 >=dev-haskell/random-1:=[profile?]