diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:17:54 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:17:54 +0000 |
commit | dfc9e98805c4b013fcd7fdbf0833eb843994dac6 (patch) | |
tree | bfba1f0cbee4825ab9cb06985f58f588c2921c56 /dev-haskell/cryptocipher | |
parent | dev-haskell/cpu: initial layout (diff) | |
download | gentoo-2-dfc9e98805c4b013fcd7fdbf0833eb843994dac6.tar.gz gentoo-2-dfc9e98805c4b013fcd7fdbf0833eb843994dac6.tar.bz2 gentoo-2-dfc9e98805c4b013fcd7fdbf0833eb843994dac6.zip |
dev-haskell/cryptocipher: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/cryptocipher')
-rw-r--r-- | dev-haskell/cryptocipher/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/cryptocipher/metadata.xml | 11 |
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-haskell/cryptocipher/ChangeLog b/dev-haskell/cryptocipher/ChangeLog new file mode 100644 index 000000000000..0ac4fb051859 --- /dev/null +++ b/dev-haskell/cryptocipher/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/cryptocipher +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/ChangeLog,v 1.1 2013/08/26 12:17:54 qnikst Exp $ + +*cryptocipher-0.5.2 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> + +cryptocipher-0.5.2.ebuild, +metadata.xml: + dev-haskell/cryptocipher: initial layout diff --git a/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild b/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild new file mode 100644 index 000000000000..279a899bc05d --- /dev/null +++ b/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptocipher/cryptocipher-0.5.2.ebuild,v 1.1 2013/08/26 12:17:54 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.3.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Symmetrical block and stream ciphers." +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/cereal:=[profile?] + dev-haskell/cipher-aes:=[profile?] + dev-haskell/cipher-rc4:=[profile?] + =dev-haskell/cpu-0.1*:=[profile?] + >=dev-haskell/crypto-api-0.5:=[profile?] + dev-haskell/primitive:=[profile?] + >=dev-haskell/vector-0.7:=[profile?] + >=dev-lang/ghc-6.10.4:= + " +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/cryptohash + dev-haskell/entropy + >=dev-haskell/quickcheck-2 + >=dev-haskell/test-framework-0.3.3 + >=dev-haskell/test-framework-quickcheck2-0.2.9 + )" diff --git a/dev-haskell/cryptocipher/metadata.xml b/dev-haskell/cryptocipher/metadata.xml new file mode 100644 index 000000000000..d91f8fdb3d9b --- /dev/null +++ b/dev-haskell/cryptocipher/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> + Symmetrical Block, Stream and PubKey Ciphers + </longdescription> +</pkgmetadata> |