diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 06:23:47 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 06:23:47 +0000 |
commit | dc9eaf4829a42967ed719f3df438e911ff043fa2 (patch) | |
tree | a70d66c5e43249b1b861dab637f47237fbfe71d2 /dev-haskell/crypto-api | |
parent | Bump (diff) | |
download | gentoo-2-dc9eaf4829a42967ed719f3df438e911ff043fa2.tar.gz gentoo-2-dc9eaf4829a42967ed719f3df438e911ff043fa2.tar.bz2 gentoo-2-dc9eaf4829a42967ed719f3df438e911ff043fa2.zip |
dev-haskell/crypto-api: 0.12.2.2
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/crypto-api')
-rw-r--r-- | dev-haskell/crypto-api/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/crypto-api/metadata.xml | 22 |
3 files changed, 63 insertions, 0 deletions
diff --git a/dev-haskell/crypto-api/ChangeLog b/dev-haskell/crypto-api/ChangeLog new file mode 100644 index 000000000000..9c3439b1c027 --- /dev/null +++ b/dev-haskell/crypto-api/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/crypto-api +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-api/ChangeLog,v 1.1 2013/08/25 06:23:47 qnikst Exp $ + +*crypto-api-0.12.2.2 (25 Aug 2013) + + 25 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> + +crypto-api-0.12.2.2.ebuild, +metadata.xml: + dev-haskell/crypto-api: 0.12.2.2 diff --git a/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild new file mode 100644 index 000000000000..dd1921c4c25f --- /dev/null +++ b/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-api/crypto-api-0.12.2.2.ebuild,v 1.1 2013/08/25 06:23:47 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A generic interface for cryptographic operations" +HOMEPAGE="https://github.com/TomMD/crypto-api" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="all_cpolys" + +RDEPEND=">=dev-haskell/cereal-0.2:=[profile?] + dev-haskell/entropy:=[profile?] + >=dev-haskell/tagged-0.1:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag all_cpolys all_cpolys) +} diff --git a/dev-haskell/crypto-api/metadata.xml b/dev-haskell/crypto-api/metadata.xml new file mode 100644 index 000000000000..b196070470af --- /dev/null +++ b/dev-haskell/crypto-api/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + A generic interface for cryptographic operations (hashes, ciphers, randomness). + Maintainers of hash and cipher implementations are + encouraged to add instances for the classes defined + in Crypto.Classes. Crypto users are similarly + encouraged to use the interfaces defined in the Classes + module. + Any concepts or functions of general use to more than + one cryptographic algorithm (ex: padding) is within + scope of this package. + </longdescription> + <use> + <flag name="all_cpolys">Build all the CMAC polynomes up to 10000 bits instead of just the usual ones</flag> + </use> +</pkgmetadata> |