commit: 0e438d3615485591bf2905a651e2607fed47c0fa
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 19:56:01 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 20:09:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e438d36
dev-haskell/skein: 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/skein/metadata.xml | 26 +++++++++++++-------------
dev-haskell/skein/skein-1.0.9.4.ebuild | 6 +++---
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/dev-haskell/skein/metadata.xml b/dev-haskell/skein/metadata.xml
index 155e664ff75..2b5aea89692 100644
--- a/dev-haskell/skein/metadata.xml
+++ b/dev-haskell/skein/metadata.xml
@@ -5,30 +5,30 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
+ <use>
+ <flag name="big-endian">When manually selecting the endianness,
use big-endian (default is little-endian).</flag>
+ <flag name="force-endianness">Use a manually selected endian
when compiling (see flag 'big-endian').</flag>
+ <flag name="reference">Use the reference implementation instead
of the optimized one.</flag>
+ </use>
<longdescription>
Skein (<http://www.skein-hash.info/>) is a family of fast
secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
-
+
This package uses bindings to the optimized C implementation
of Skein. We provide a high-level interface (see module
- "Crypto.Skein") to some of the Skein use cases. We also
+ "Crypto.Skein") to some of the Skein use cases. We
also
provide a low-level interface (see module
- "Crypto.Skein.Internal") should you need to use Skein in a
+ "Crypto.Skein.Internal") should you need to use Skein
in a
different way.
-
+
Currently we have support for Skein as cryptographic hash
function as Skein as a message authentication code
(Skein-MAC). For examples of how to use this package, see
- "Crypto.Skein" module documentation.
+ "Crypto.Skein" module documentation.
+
+ This package includes Skein v1.3. Versions of this package
+ before 1.0.0 implemented Skein v1.1.
</longdescription>
- <use>
- <flag name="big-endian">When manually selecting the endianness,
use big-endian (default is little-endian)</flag>
- <flag name="force-endianness">Use a manually selected endian
when compiling (see flag 'big-endian')</flag>
- <flag name="reference">Use the reference implementation instead
of the optimized one</flag>
- </use>
- <upstream>
- <remote-id type="github">meteficha/skein</remote-id>
- </upstream>
</pkgmetadata>
diff --git a/dev-haskell/skein/skein-1.0.9.4.ebuild
b/dev-haskell/skein/skein-1.0.9.4.ebuild
index 8a09b98425d..89a3273ac90 100644
--- a/dev-haskell/skein/skein-1.0.9.4.ebuild
+++ b/dev-haskell/skein/skein-1.0.9.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.6.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal