commit:     1a4d2ad6b4ea2d401c5c61030cbd7b3acff21427
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 08:40:45 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 08:40:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4d2ad6

dev-haskell/pwstore-fast: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/pwstore-fast/metadata.xml              | 13 -------------
 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 cdbf6fd8bac..b7878815d80 100644
--- a/dev-haskell/pwstore-fast/metadata.xml
+++ b/dev-haskell/pwstore-fast/metadata.xml
@@ -5,17 +5,4 @@
                <email>[email protected]</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 c285f1a28c8..1303a14bfc7 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?]

Reply via email to