diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:26:17 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:26:17 +0000 |
commit | 071f4ad432ca81f14f350039f4209d7341fa1703 (patch) | |
tree | 76fbd56062c13048ff0b123b937e277b4c808bcf /dev-haskell/crypto-pubkey-types | |
parent | New ebuild and live ebuild for dolphin emulator. Written by myself. Fixes bug... (diff) | |
download | gentoo-2-071f4ad432ca81f14f350039f4209d7341fa1703.tar.gz gentoo-2-071f4ad432ca81f14f350039f4209d7341fa1703.tar.bz2 gentoo-2-071f4ad432ca81f14f350039f4209d7341fa1703.zip |
dev-haskell/crypto-pubkey-types: 0.4.0
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/crypto-pubkey-types')
-rw-r--r-- | dev-haskell/crypto-pubkey-types/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/crypto-pubkey-types/metadata.xml | 11 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/crypto-pubkey-types/ChangeLog b/dev-haskell/crypto-pubkey-types/ChangeLog new file mode 100644 index 000000000000..ac72658ecc41 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/crypto-pubkey-types +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-pubkey-types/ChangeLog,v 1.1 2013/08/26 04:26:17 qnikst Exp $ + +*crypto-pubkey-types-0.4.0 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> + +crypto-pubkey-types-0.4.0.ebuild, +metadata.xml: + dev-haskell/crypto-pubkey-types: 0.4.0 diff --git a/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild new file mode 100644 index 000000000000..7f1d81b94942 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/crypto-pubkey-types-0.4.0.ebuild @@ -0,0 +1,25 @@ +# 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-types/crypto-pubkey-types-0.4.0.ebuild,v 1.1 2013/08/26 04:26:17 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography Public keys algorithm types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-pubkey-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/asn1-types-0.1:=[profile?] + <dev-haskell/asn1-types-0.3:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/crypto-pubkey-types/metadata.xml b/dev-haskell/crypto-pubkey-types/metadata.xml new file mode 100644 index 000000000000..258280529f47 --- /dev/null +++ b/dev-haskell/crypto-pubkey-types/metadata.xml @@ -0,0 +1,11 @@ +<?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> + Generic cryptography public keys algorithm types + </longdescription> +</pkgmetadata> |