diff options
author | 2013-08-26 04:36:43 +0000 | |
---|---|---|
committer | 2013-08-26 04:36:43 +0000 | |
commit | 009983251a3878e12ac8211ae7ec3b6c157cb594 (patch) | |
tree | 65d71765b9bd01b4d9a3ca579529199e1735d9cb /dev-haskell/crypto-pubkey | |
parent | dev-haskell/crypto-numbers: new version (diff) | |
download | gentoo-2-009983251a3878e12ac8211ae7ec3b6c157cb594.tar.gz gentoo-2-009983251a3878e12ac8211ae7ec3b6c157cb594.tar.bz2 gentoo-2-009983251a3878e12ac8211ae7ec3b6c157cb594.zip |
dev-haskell/crypto-pubkey: new version
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/crypto-pubkey')
-rw-r--r-- | dev-haskell/crypto-pubkey/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/crypto-pubkey/metadata.xml | 15 |
3 files changed, 58 insertions, 0 deletions
diff --git a/dev-haskell/crypto-pubkey/ChangeLog b/dev-haskell/crypto-pubkey/ChangeLog new file mode 100644 index 000000000000..040bdbad2dc2 --- /dev/null +++ b/dev-haskell/crypto-pubkey/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/crypto-pubkey +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/ChangeLog,v 1.1 2013/08/26 04:36:43 qnikst Exp $ + +*crypto-pubkey-0.1.4 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> + +crypto-pubkey-0.1.4.ebuild, +metadata.xml: + dev-haskell/crypto-pubkey: new version diff --git a/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild b/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild new file mode 100644 index 000000000000..d79ba6840270 --- /dev/null +++ b/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey/crypto-pubkey-0.1.4.ebuild,v 1.1 2013/08/26 04:36:43 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Public Key cryptography" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/crypto-numbers:=[profile?] + =dev-haskell/crypto-pubkey-types-0.4*:=[profile?] + =dev-haskell/crypto-random-api-0.2*:=[profile?] + >=dev-haskell/cryptohash-0.8:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + dev-haskell/test-framework-hunit + >=dev-haskell/test-framework-quickcheck2-0.2.9 + )" + diff --git a/dev-haskell/crypto-pubkey/metadata.xml b/dev-haskell/crypto-pubkey/metadata.xml new file mode 100644 index 000000000000..a2bea8a570e2 --- /dev/null +++ b/dev-haskell/crypto-pubkey/metadata.xml @@ -0,0 +1,15 @@ +<?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> + Public Key cryptography + + Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, ElGamal signature. + + Also have primitive support for Diffie Hellman, and ElGamal encryption + </longdescription> +</pkgmetadata> |