diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/io-streams-haproxy |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/io-streams-haproxy')
-rw-r--r-- | dev-haskell/io-streams-haproxy/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/io-streams-haproxy/metadata.xml | 15 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/io-streams-haproxy/Manifest b/dev-haskell/io-streams-haproxy/Manifest new file mode 100644 index 000000000000..dced2eb7f31a --- /dev/null +++ b/dev-haskell/io-streams-haproxy/Manifest @@ -0,0 +1,3 @@ +DIST io-streams-haproxy-1.0.0.1.tar.gz 9892 SHA256 c4c0c512443e4da45f1a0023acc4ccee820e25c1088c06346abfb31b9e6e927f SHA512 03818b65765dd575bba5d9eaf508bac8251a34f64f861fb9d2b3029f8923b22e2eb5e835dd8de7c346682c26587d4f5b2086647713c6bd897ab888b81eb95fb1 WHIRLPOOL e4771a71d8fe656518991bd4166d26e6723fbcbda8d8e077250b06d6b5345329d8a9cd29ea6f19bbc109d4b9d28946bc418c20e5293bc50842eb984daaa561ad +EBUILD io-streams-haproxy-1.0.0.1.ebuild 1001 SHA256 7d876f5976d71027908387b79913cc453c4b9da2faadd3ecffee039eca0c7ffa SHA512 c747d917d2a54c84137a6dd0e675230dfd5e4b2c0b824033f17fe927d9bb15ff2302d823afcb262853d70a93a9391a66f9aa79a0eaa60d7e7997f9967233e0d3 WHIRLPOOL d6cde245cca319f955a5c1410398c1107cf4b5ad58d973b70f70c0cb6e55114a5e8294719a2ecdaa200c67d0833eef8e8460693d6ec349b24e312ef19a4348c4 +MISC metadata.xml 621 SHA256 d143265036e304a92c4d5f08ddf4054270705662068915859fe5155341d2dd34 SHA512 86647fb9be75e60db2537ec88e1bde25269a084f62656a5461a50793556536c13e47070e298eed297dc446ba41d534de1783c03d14f51f70df441b655409842c WHIRLPOOL f79c5b90c120cca8f60d637085677849119a9fc12ab77fe964dd8374f1ddddb489c4345b953d05042b801f953694aae4dfc01b3b790fe1b1410f7e15bfc83ed9 diff --git a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild new file mode 100644 index 000000000000..ba5a9034d51d --- /dev/null +++ b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="HAProxy protocol 1.5 support for io-streams" +HOMEPAGE="http://snapframework.com/" +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.7:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?] + >=dev-haskell/io-streams-1.3:=[profile?] <dev-haskell/io-streams-1.4:=[profile?] + >=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-2.7:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2 + >=dev-haskell/test-framework-0.8.0.3 <dev-haskell/test-framework-0.9 + >=dev-haskell/test-framework-hunit-0.2.7 <dev-haskell/test-framework-hunit-0.4 ) +" diff --git a/dev-haskell/io-streams-haproxy/metadata.xml b/dev-haskell/io-streams-haproxy/metadata.xml new file mode 100644 index 000000000000..83e8ec3de1d8 --- /dev/null +++ b/dev-haskell/io-streams-haproxy/metadata.xml @@ -0,0 +1,15 @@ +<?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> + HAProxy protocol version 1.5 support (see + <http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt>) for applications + using io-streams. The proxy protocol allows information about a networked + peer (like remote address and port) to be propagated through a forwarding + proxy that is configured to speak this protocol. + </longdescription> +</pkgmetadata> |