summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:35:52 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:35:52 +0000
commit8287cb69d78a3112942b7b6a956a20a2977cf1f7 (patch)
tree520c34ceedc03671716f2f0f2d5287050c536858 /dev-haskell/base64-conduit
parentdev-haskell/shakespeare-text: initial layout (diff)
downloadgentoo-2-8287cb69d78a3112942b7b6a956a20a2977cf1f7.tar.gz
gentoo-2-8287cb69d78a3112942b7b6a956a20a2977cf1f7.tar.bz2
gentoo-2-8287cb69d78a3112942b7b6a956a20a2977cf1f7.zip
dev-haskell/base64-conduit: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/base64-conduit')
-rw-r--r--dev-haskell/base64-conduit/ChangeLog9
-rw-r--r--dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild29
-rw-r--r--dev-haskell/base64-conduit/metadata.xml11
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/base64-conduit/ChangeLog b/dev-haskell/base64-conduit/ChangeLog
new file mode 100644
index 000000000000..1e7e3a4b95b9
--- /dev/null
+++ b/dev-haskell/base64-conduit/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/base64-conduit
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-conduit/ChangeLog,v 1.1 2013/08/26 12:35:52 qnikst Exp $
+
+*base64-conduit-1.0.0 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +base64-conduit-1.0.0.ebuild, +metadata.xml:
+ dev-haskell/base64-conduit: initial layout
diff --git a/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild b/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild
new file mode 100644
index 000000000000..bcda44f1acac
--- /dev/null
+++ b/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base64-conduit/base64-conduit-1.0.0.ebuild,v 1.1 2013/08/26 12:35:52 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="Base64-encode and decode streams of bytes."
+HOMEPAGE="http://github.com/snoyberg/conduit"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/base64-bytestring-0.1.1.1:=[profile?]
+ =dev-haskell/conduit-1.0*:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/quickcheck
+ dev-haskell/transformers
+ )"
diff --git a/dev-haskell/base64-conduit/metadata.xml b/dev-haskell/base64-conduit/metadata.xml
new file mode 100644
index 000000000000..87acdd044192
--- /dev/null
+++ b/dev-haskell/base64-conduit/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>
+ Base64-encode and decode streams of bytes.
+ </longdescription>
+</pkgmetadata>