diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:25:21 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 12:25:21 +0000 |
commit | 19a8a8bd7f2a33a292fe228ec63f6fdb5a04f8db (patch) | |
tree | 4bb80afb93d7eee566d21e4209134c176b45cde9 /dev-haskell/http-date | |
parent | dev-haskell/crypto-conduit: initial layout (diff) | |
download | gentoo-2-19a8a8bd7f2a33a292fe228ec63f6fdb5a04f8db.tar.gz gentoo-2-19a8a8bd7f2a33a292fe228ec63f6fdb5a04f8db.tar.bz2 gentoo-2-19a8a8bd7f2a33a292fe228ec63f6fdb5a04f8db.zip |
dev-haskell/http-date: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/http-date')
-rw-r--r-- | dev-haskell/http-date/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/http-date/http-date-0.0.4.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/http-date/metadata.xml | 11 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/http-date/ChangeLog b/dev-haskell/http-date/ChangeLog new file mode 100644 index 000000000000..c1d13b880ba1 --- /dev/null +++ b/dev-haskell/http-date/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/http-date +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-date/ChangeLog,v 1.1 2013/08/26 12:25:21 qnikst Exp $ + +*http-date-0.0.4 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +http-date-0.0.4.ebuild, + +metadata.xml: + dev-haskell/http-date: initial layout diff --git a/dev-haskell/http-date/http-date-0.0.4.ebuild b/dev-haskell/http-date/http-date-0.0.4.ebuild new file mode 100644 index 000000000000..f1ec88cfb569 --- /dev/null +++ b/dev-haskell/http-date/http-date-0.0.4.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-date/http-date-0.0.4.ebuild,v 1.1 2013/08/26 12:25:21 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="HTTP Date parser/formatter" +HOMEPAGE="http://hackage.haskell.org/package/http-date" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/attoparsec:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + test? ( >=dev-haskell/doctest-0.8 + dev-haskell/hspec + ) + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/http-date/metadata.xml b/dev-haskell/http-date/metadata.xml new file mode 100644 index 000000000000..59937fa233d3 --- /dev/null +++ b/dev-haskell/http-date/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> + Fast parser and formatter for HTTP Date + </longdescription> +</pkgmetadata> |