diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/http-client-tls | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/http-client-tls')
6 files changed, 155 insertions, 0 deletions
diff --git a/dev-haskell/http-client-tls/Manifest b/dev-haskell/http-client-tls/Manifest new file mode 100644 index 000000000000..1ae62e2236d3 --- /dev/null +++ b/dev-haskell/http-client-tls/Manifest @@ -0,0 +1,4 @@ +DIST http-client-tls-0.2.0.0.tar.gz 2587 SHA256 e01d4d408802ce8d3f04b5bb769c772dbfbdca5aaa6e0ca4f38ddbd76095dc1b SHA512 132d8e0e669c886a2271a6a4c706745564b4ebf9f540c44625265ab16296f8cbb3c94fa15eff3903de4374c541b3e6d7dcac0d44f505a70f4939566d748ec1cb WHIRLPOOL 57768bf004a51a9898694b97ade020fa56c9037296cd737eed2d65af02dd1604e987be385dfead00a0768ebb436cde1469a5c48546673909cf2bb4c4a1f7a0fa +DIST http-client-tls-0.2.1.1.tar.gz 2868 SHA256 a7c67d664153beea419fe5616c3d1bde38e68bdc8e56f81e221e80c0aa627c1e SHA512 b520c57b00b11823b9c458a59de4e5f0310f0a5e201c0b2467acae5077ae45b890071191664cd94627bb2e92d3082059df0d4a69ef77ee6206e1236e5be8f562 WHIRLPOOL b90470fd40c983ea46f70e1fd60f0676a9f8fc5a93792b81b6f44c02e819a933daf9868e60e9ac812e8dee086a9a120644bf01f19248ab4b5368ab2768a70958 +DIST http-client-tls-0.2.1.2.tar.gz 2883 SHA256 3e6a8371e0f02f7451b00f6fba2ea3d96ebc487ba4f2949604a8355c49131823 SHA512 405baea00116da6e0b45500ee2fa5c7dc45ed8d04e756fa469a006dd987d354f18874829a1e108e9e79494c5bfdcba99abae97b926b798af60b128cec8e30de3 WHIRLPOOL d5e2b4cd537e666f52688f22dccb27a6a5b63714a69ab3023ba94ee53478cd8cf3b9e7716730c0e4c3657581007e09b03b3fee9bf9900082e63b118f6e1e9d1a +DIST http-client-tls-0.2.2.tar.gz 2962 SHA256 451e5833a1f07fdc162fde4371ac92986932d5c38f9969ace7babb020bc80128 SHA512 fe750f8c89efd6f65ff4f80ed2e56caadcbd6135fe4dbe500c763994773d91924cbd12073b84dc175ec617d76077febc790a45e293a2a4bb6ca840d0f223629e WHIRLPOOL 5ed723ef8d6cd3b1b28d8fb19e393c74f5e1d035efe8152bc71d90f8f42d0efa87e1ede24110ae4da3431b8afd0486a696d21ba56c1658d0f02af87023bdc099 diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.0.0.ebuild b/dev-haskell/http-client-tls/http-client-tls-0.2.0.0.ebuild new file mode 100644 index 000000000000..2fdba62d64bc --- /dev/null +++ b/dev-haskell/http-client-tls/http-client-tls-0.2.0.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="http-client backend using the connection package and tls library" +HOMEPAGE="https://github.com/snoyberg/http-client" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/connection-0.1.3:=[profile?] + dev-haskell/data-default:=[profile?] + >=dev-haskell/http-client-0.2:=[profile?] + dev-haskell/network:=[profile?] + >=dev-haskell/tls-1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec + dev-haskell/http-types ) +" + +# The only test in the suite requires internet access. +RESTRICT="test" diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.1.1.ebuild b/dev-haskell/http-client-tls/http-client-tls-0.2.1.1.ebuild new file mode 100644 index 000000000000..b9e14b10b6ba --- /dev/null +++ b/dev-haskell/http-client-tls/http-client-tls-0.2.1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="http-client backend using the connection package and tls library" +HOMEPAGE="https://github.com/snoyberg/http-client" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/connection-0.2:=[profile?] + dev-haskell/data-default-class:=[profile?] + >=dev-haskell/http-client-0.2.2:=[profile?] + dev-haskell/network:=[profile?] + >=dev-haskell/tls-1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec + dev-haskell/http-types ) +" + +# The only test in the suite requires internet access. +RESTRICT="test" diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.1.2.ebuild b/dev-haskell/http-client-tls/http-client-tls-0.2.1.2.ebuild new file mode 100644 index 000000000000..581f793dd1f8 --- /dev/null +++ b/dev-haskell/http-client-tls/http-client-tls-0.2.1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="http-client backend using the connection package and tls library" +HOMEPAGE="https://github.com/snoyberg/http-client" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/connection-0.2:=[profile?] + dev-haskell/data-default-class:=[profile?] + >=dev-haskell/http-client-0.2.2:=[profile?] + dev-haskell/network:=[profile?] + >=dev-haskell/tls-1.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec + dev-haskell/http-types ) +" + +# The only test in the suite requires internet access. +RESTRICT="test" diff --git a/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild b/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild new file mode 100644 index 000000000000..41be851a009c --- /dev/null +++ b/dev-haskell/http-client-tls/http-client-tls-0.2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="http-client backend using the connection package and tls library" +HOMEPAGE="https://github.com/snoyberg/http-client" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/connection-0.2.2:=[profile?] + dev-haskell/data-default-class:=[profile?] + >=dev-haskell/http-client-0.3.5:=[profile?] + dev-haskell/network:=[profile?] + >=dev-haskell/tls-1.1:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec + dev-haskell/http-types ) +" + +# The only test in the suite requires internet access. +RESTRICT="test" diff --git a/dev-haskell/http-client-tls/metadata.xml b/dev-haskell/http-client-tls/metadata.xml new file mode 100644 index 000000000000..6484303fe7cc --- /dev/null +++ b/dev-haskell/http-client-tls/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> + <longdescription> + Intended for use by higher-level libraries, such as http-conduit. + </longdescription> + <upstream> + <remote-id type="github">snoyberg/http-client</remote-id> + </upstream> +</pkgmetadata> |