diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 08:40:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 08:40:45 +0000 |
commit | 1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427 (patch) | |
tree | fe662e2028a41ce749a1f6d2551011f1f02c5b1a /dev-haskell/pwstore-fast | |
parent | dev-haskell/publicsuffixlist: update to EAPI=7 (diff) | |
download | gentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.tar.gz gentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.tar.bz2 gentoo-1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427.zip |
dev-haskell/pwstore-fast: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/pwstore-fast')
-rw-r--r-- | dev-haskell/pwstore-fast/metadata.xml | 13 | ||||
-rw-r--r-- | dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild | 7 |
2 files changed, 3 insertions, 17 deletions
diff --git a/dev-haskell/pwstore-fast/metadata.xml b/dev-haskell/pwstore-fast/metadata.xml index cdbf6fd8bacc..b7878815d80d 100644 --- a/dev-haskell/pwstore-fast/metadata.xml +++ b/dev-haskell/pwstore-fast/metadata.xml @@ -5,17 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - To store passwords securely, they should be salted, - then hashed with a slow hash function. This library - uses PBKDF1-SHA256, and handles all the details. - It uses the cryptohash package for speed; if you need - a pure Haskell library, pwstore-purehaskell has the - exact same API, but uses only pure Haskell. It is - about 25 times slower than this package, but still - quite usable. - </longdescription> - <upstream> - <remote-id type="github">PeterScott/pwstore</remote-id> - </upstream> </pkgmetadata> diff --git a/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild b/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild index c285f1a28c89..1303a14bfc7d 100644 --- a/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.ebuild +++ b/dev-haskell/pwstore-fast/pwstore-fast-2.4.4.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 @@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?] - >=dev-haskell/binary-0.5:=[profile?] >=dev-haskell/byteable-0.1:=[profile?] >=dev-haskell/cryptohash-0.6:=[profile?] >=dev-haskell/random-1:=[profile?] |