diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-31 19:56:01 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-31 20:09:15 +0000 |
commit | 0e438d3615485591bf2905a651e2607fed47c0fa (patch) | |
tree | 216319e6288ec0e9ea3be9b561603a3e04f7319e /dev-haskell/skein | |
parent | dev-haskell/shuffle: update to EAPI=7 (diff) | |
download | gentoo-0e438d3615485591bf2905a651e2607fed47c0fa.tar.gz gentoo-0e438d3615485591bf2905a651e2607fed47c0fa.tar.bz2 gentoo-0e438d3615485591bf2905a651e2607fed47c0fa.zip |
dev-haskell/skein: 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/skein')
-rw-r--r-- | dev-haskell/skein/metadata.xml | 26 | ||||
-rw-r--r-- | 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 155e664ff75c..2b5aea896921 100644 --- a/dev-haskell/skein/metadata.xml +++ b/dev-haskell/skein/metadata.xml @@ -5,30 +5,30 @@ <email>haskell@gentoo.org</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 8a09b98425d1..89a3273ac90a 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 |