Skip to content

Commit

Permalink
dev-haskell/skein: update to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Oct 31, 2020
1 parent ee3ebef commit 0e438d3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions dev-haskell/skein/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 (&lt;http://www.skein-hash.info/&gt;) 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
&quot;Crypto.Skein&quot;) 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
&quot;Crypto.Skein.Internal&quot;) 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.
&quot;Crypto.Skein&quot; 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>
6 changes: 3 additions & 3 deletions dev-haskell/skein/skein-1.0.9.4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e438d3

Please sign in to comment.