summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 08:31:18 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 08:31:18 +0000
commit1146736ff86e9de3e7b07232b3d2b63963d24e03 (patch)
tree3546a33d3b7cbd7c98cf648f6f9f5a8b7fe7d3df /dev-haskell/http-attoparsec
parentdev-haskell/tls-extra: initial layout (diff)
downloadgentoo-2-1146736ff86e9de3e7b07232b3d2b63963d24e03.tar.gz
gentoo-2-1146736ff86e9de3e7b07232b3d2b63963d24e03.tar.bz2
gentoo-2-1146736ff86e9de3e7b07232b3d2b63963d24e03.zip
dev-haskell/http-attoparsec: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/http-attoparsec')
-rw-r--r--dev-haskell/http-attoparsec/ChangeLog9
-rw-r--r--dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild27
-rw-r--r--dev-haskell/http-attoparsec/metadata.xml11
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/http-attoparsec/ChangeLog b/dev-haskell/http-attoparsec/ChangeLog
new file mode 100644
index 000000000000..fbca60b2f54c
--- /dev/null
+++ b/dev-haskell/http-attoparsec/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/http-attoparsec
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.1 2013/08/26 08:31:18 qnikst Exp $
+
+*http-attoparsec-0.1.0 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +http-attoparsec-0.1.0.ebuild, +metadata.xml:
+ dev-haskell/http-attoparsec: initial layout
diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild
new file mode 100644
index 000000000000..35782614800c
--- /dev/null
+++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.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/http-attoparsec/http-attoparsec-0.1.0.ebuild,v 1.1 2013/08/26 08:31:18 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Attoparsec parsers for http-types."
+HOMEPAGE="https://github.com/tlaitinen/http-attoparsec"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10.4.0:=[profile?]
+ <dev-haskell/attoparsec-0.11:=[profile?]
+ >=dev-haskell/http-types-0.8.0:=[profile?]
+ <dev-haskell/http-types-0.9:=[profile?]
+ >=dev-lang/ghc-6.12.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8"
diff --git a/dev-haskell/http-attoparsec/metadata.xml b/dev-haskell/http-attoparsec/metadata.xml
new file mode 100644
index 000000000000..0bbad56e6071
--- /dev/null
+++ b/dev-haskell/http-attoparsec/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>
+ Attoparsec parsers for http-types.
+ </longdescription>
+</pkgmetadata>