diff options
author | 2013-09-13 05:53:58 +0000 | |
---|---|---|
committer | 2013-09-13 05:53:58 +0000 | |
commit | 2ec9e8fcefbd8bc02f20627b0cab2724b27e0aa0 (patch) | |
tree | 2069140c9d90cc94f10267edc4dd40d04b50f86a /dev-haskell/crypto-cipher-types | |
parent | Bump crypto-cipher-tests to 0.0.7 (diff) | |
download | gentoo-2-2ec9e8fcefbd8bc02f20627b0cab2724b27e0aa0.tar.gz gentoo-2-2ec9e8fcefbd8bc02f20627b0cab2724b27e0aa0.tar.bz2 gentoo-2-2ec9e8fcefbd8bc02f20627b0cab2724b27e0aa0.zip |
Add crypto-cipher-types
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/crypto-cipher-types')
4 files changed, 74 insertions, 0 deletions
diff --git a/dev-haskell/crypto-cipher-types/ChangeLog b/dev-haskell/crypto-cipher-types/ChangeLog new file mode 100644 index 000000000000..36c936ed0dcc --- /dev/null +++ b/dev-haskell/crypto-cipher-types/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-haskell/crypto-cipher-types +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-cipher-types/ChangeLog,v 1.1 2013/09/13 05:53:58 gienah Exp $ + +*crypto-cipher-types-0.0.4 (13 Sep 2013) +*crypto-cipher-types-0.0.5 (13 Sep 2013) + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> + +crypto-cipher-types-0.0.4.ebuild, +crypto-cipher-types-0.0.5.ebuild, + +metadata.xml: + Add crypto-cipher-types diff --git a/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.4.ebuild b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.4.ebuild new file mode 100644 index 000000000000..2d147fd452d8 --- /dev/null +++ b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.4.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-cipher-types/crypto-cipher-types-0.0.4.ebuild,v 1.1 2013/09/13 05:53:58 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography cipher types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?] + >=dev-haskell/securemem-0.1.1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.5.ebuild b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.5.ebuild new file mode 100644 index 000000000000..066e24c662ac --- /dev/null +++ b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.5.ebuild,v 1.1 2013/09/13 05:53:58 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography cipher types" +HOMEPAGE="http://github.com/vincenthz/hs-crypto-cipher" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?] + >=dev-haskell/securemem-0.1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/crypto-cipher-types/metadata.xml b/dev-haskell/crypto-cipher-types/metadata.xml new file mode 100644 index 000000000000..61ed7660e3c9 --- /dev/null +++ b/dev-haskell/crypto-cipher-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 cipher types + </longdescription> +</pkgmetadata> |