diff options
author | Mark Wright <gienah@gentoo.org> | 2014-07-02 04:17:06 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-07-02 04:17:06 +0000 |
commit | c92e0bf858a47bb98829c0ccb55d19d6523b3720 (patch) | |
tree | 0d992abdb47ab1e6e37a886200dc5817323297ac /dev-haskell/cryptohash-conduit | |
parent | Bump cryptohash to 0.11.6 (diff) | |
download | gentoo-2-c92e0bf858a47bb98829c0ccb55d19d6523b3720.tar.gz gentoo-2-c92e0bf858a47bb98829c0ccb55d19d6523b3720.tar.bz2 gentoo-2-c92e0bf858a47bb98829c0ccb55d19d6523b3720.zip |
Add cryptohash-conduit 0.1.1
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/cryptohash-conduit')
-rw-r--r-- | dev-haskell/cryptohash-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/cryptohash-conduit/metadata.xml | 12 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-haskell/cryptohash-conduit/ChangeLog b/dev-haskell/cryptohash-conduit/ChangeLog new file mode 100644 index 000000000000..1aea1de2d9f1 --- /dev/null +++ b/dev-haskell/cryptohash-conduit/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/cryptohash-conduit +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash-conduit/ChangeLog,v 1.1 2014/07/02 04:17:06 gienah Exp $ + +*cryptohash-conduit-0.1.1 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +cryptohash-conduit-0.1.1.ebuild, + +metadata.xml: + Add cryptohash-conduit 0.1.1 diff --git a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild new file mode 100644 index 000000000000..e2ff74e8c580 --- /dev/null +++ b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild,v 1.1 2014/07/02 04:17:06 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="cryptohash conduit" +HOMEPAGE="http://github.com/vincenthz/hs-cryptohash-conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/conduit:=[profile?] + dev-haskell/conduit-extra:=[profile?] + dev-haskell/cryptohash:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/cryptohash-conduit/metadata.xml b/dev-haskell/cryptohash-conduit/metadata.xml new file mode 100644 index 000000000000..b445a2c28cb0 --- /dev/null +++ b/dev-haskell/cryptohash-conduit/metadata.xml @@ -0,0 +1,12 @@ +<?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> + Support all the @cryptohash@ package using conduits from + the @conduit@ package. + </longdescription> +</pkgmetadata> |