diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/io-streams-haproxy | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
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, 0 insertions, 48 deletions
diff --git a/dev-haskell/io-streams-haproxy/Manifest b/dev-haskell/io-streams-haproxy/Manifest deleted file mode 100644 index 61c4c8d95cd3..000000000000 --- a/dev-haskell/io-streams-haproxy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST io-streams-haproxy-1.0.0.1.tar.gz 9892 BLAKE2B 0d96c42328bdc12a637b47f50cb9938abe658cebf075896c1e834850a4e9a97b2aa22f71977b5af6e9c080af4aead1febb7c56370df9b2a580557869e391cdb7 SHA512 03818b65765dd575bba5d9eaf508bac8251a34f64f861fb9d2b3029f8923b22e2eb5e835dd8de7c346682c26587d4f5b2086647713c6bd897ab888b81eb95fb1 -EBUILD io-streams-haproxy-1.0.0.1.ebuild 1001 BLAKE2B 8ff244f58aa2594c9c5f5c8aa36c1f393e014c2eb0087a8c5a6ed4767f6fd2e9796fff24ad3e6601977629f997bfd7f5829ec32c52a0d4a50d6782316f194470 SHA512 c747d917d2a54c84137a6dd0e675230dfd5e4b2c0b824033f17fe927d9bb15ff2302d823afcb262853d70a93a9391a66f9aa79a0eaa60d7e7997f9967233e0d3 -MISC metadata.xml 621 BLAKE2B a39ada4118a2fd463c4d1cd1871875255790fe7f9f9da5e161e0b299e4cbac35c4f8a5b66ff1aafa4eb1904a98b0e4eea92f9cffe7f74382b8f61a3243540cbb SHA512 86647fb9be75e60db2537ec88e1bde25269a084f62656a5461a50793556536c13e47070e298eed297dc446ba41d534de1783c03d14f51f70df441b655409842c 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 deleted file mode 100644 index ba5a9034d51d..000000000000 --- a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index 83e8ec3de1d8..000000000000 --- a/dev-haskell/io-streams-haproxy/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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> |