public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-common/
Date: Thu, 16 Feb 2017 21:57:29 +0000 (UTC)	[thread overview]
Message-ID: <1487282222.bf8ef920d054761329ee2b05920c46d3e3924230.slyfox@gentoo> (raw)

commit:     bf8ef920d054761329ee2b05920c46d3e3924230
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 21:14:15 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 21:57:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8ef920

dev-haskell/http-common: new package, a depend of snap-server-1

Common types for HTTP clients and servers

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-haskell/http-common/Manifest                   |  1 +
 dev-haskell/http-common/http-common-0.8.2.0.ebuild | 33 ++++++++++++++++++++++
 dev-haskell/http-common/metadata.xml               | 16 +++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest
new file mode 100644
index 0000000000..d33b0350f5
--- /dev/null
+++ b/dev-haskell/http-common/Manifest
@@ -0,0 +1 @@
+DIST http-common-0.8.2.0.tar.gz 9473 SHA256 2915e77b0d000a617d4c1304fdc46f45b70acc0942670066a95b2c8d4e504593 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a WHIRLPOOL a30b8cd009f4e20a63a9c041e1779f3d7aa4b0d5ce18770a8b2c513e22de0107daba09c3f8d008f67bbf394b7d513d10d031baadb5948d5428eb25c08d312cf5

diff --git a/dev-haskell/http-common/http-common-0.8.2.0.ebuild b/dev-haskell/http-common/http-common-0.8.2.0.ebuild
new file mode 100644
index 0000000000..e3057b195d
--- /dev/null
+++ b/dev-haskell/http-common/http-common-0.8.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Common types for HTTP clients and servers"
+HOMEPAGE="http://research.operationaldynamics.com/projects/http-streams/"
+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:=[profile?]
+	dev-haskell/blaze-builder:=[profile?]
+	dev-haskell/case-insensitive:=[profile?]
+	dev-haskell/mtl:=[profile?]
+	dev-haskell/network:=[profile?]
+	dev-haskell/text:=[profile?]
+	dev-haskell/transformers:=[profile?]
+	dev-haskell/unordered-containers:=[profile?]
+	>=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+	>=dev-haskell/cabal-1.10
+"

diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml
new file mode 100644
index 0000000000..9b125c84e7
--- /dev/null
+++ b/dev-haskell/http-common/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+		<name>Gentoo Haskell</name>
+	</maintainer>
+	<longdescription>
+		/Overview/
+		
+		Base types used by a variety of HTTP clients and servers. See http-streams
+		"Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
+		documentation. You can import @Network.Http.Types@ if you like, but both
+		http-streams and pipes-http re-export this package's types and functions.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2017-02-16 21:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 21:57 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 14:47 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-common/ Aaron Bauman
2020-10-18 10:23 Sergei Trofimovich
2020-10-18 10:23 Sergei Trofimovich
2022-07-30  5:59 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487282222.bf8ef920d054761329ee2b05920c46d3e3924230.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox