From 749ac2598122bf1c6826b51426b2af18ece60166 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 4 Oct 2020 11:50:08 +0100 Subject: dev-haskell/crypto-api-tests: update to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich --- dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild | 10 +++++----- dev-haskell/crypto-api-tests/metadata.xml | 7 ------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild index 4246b77e8b5c..3a97aada6a03 100644 --- a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild +++ b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.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.3.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -24,8 +24,8 @@ RDEPEND="dev-haskell/cereal:=[profile?] >=dev-haskell/test-framework-0.4:=[profile?] >=dev-haskell/test-framework-hunit-0.2:=[profile?] >=dev-haskell/test-framework-quickcheck2-0.3:=[profile?] - >=dev-lang/ghc-6.12.1:= + >=dev-lang/ghc-7.4.1:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 + >=dev-haskell/cabal-1.6 " diff --git a/dev-haskell/crypto-api-tests/metadata.xml b/dev-haskell/crypto-api-tests/metadata.xml index d327429f980e..b7878815d80d 100644 --- a/dev-haskell/crypto-api-tests/metadata.xml +++ b/dev-haskell/crypto-api-tests/metadata.xml @@ -5,11 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - A test framework for hash and cipher operations using - the crypto-api interface. Known answer tests (KATs) - for common cryptographic algorithms are included. - Patches welcome (both adding KATs for more algorithms - or property tests for classes of algorithms). - -- cgit v1.2.3-65-gdbad