summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 21:58:23 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 22:12:50 +0100
commit887efdf19794066ab3a36a355f564b6d08ed42d8 (patch)
treea0a71b78e0868d88e950a53f1036bc01e82f41d5 /dev-haskell/http-reverse-proxy
parentdev-haskell/http-date: drop old (diff)
downloadgentoo-887efdf19794066ab3a36a355f564b6d08ed42d8.tar.gz
gentoo-887efdf19794066ab3a36a355f564b6d08ed42d8.tar.bz2
gentoo-887efdf19794066ab3a36a355f564b6d08ed42d8.zip
dev-haskell/http-reverse-proxy: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http-reverse-proxy')
-rw-r--r--dev-haskell/http-reverse-proxy/Manifest3
-rw-r--r--dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild40
-rw-r--r--dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild41
-rw-r--r--dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild45
4 files changed, 0 insertions, 129 deletions
diff --git a/dev-haskell/http-reverse-proxy/Manifest b/dev-haskell/http-reverse-proxy/Manifest
index 106fcd6e5224..d19f32172716 100644
--- a/dev-haskell/http-reverse-proxy/Manifest
+++ b/dev-haskell/http-reverse-proxy/Manifest
@@ -1,4 +1 @@
-DIST http-reverse-proxy-0.1.1.6.tar.gz 6786 BLAKE2B b7a86207dc320bbabd56edeed7571821b24fb7e7650790152a380cfc5ac241e62d8af392eb2f967affa08ba86109a960b6d8a2809a48a936f9bf0d2314937ffc SHA512 e8d9b79abcf7d8c2af4256dda385d93c9f0f4eacaf4b1227a9356de261edf5fe8ea110595753b57965072e6e96b1019455a5d3d935791a35eaef086cf18dcc94
-DIST http-reverse-proxy-0.2.0.tar.gz 7478 BLAKE2B 502c4e9ffff07b1da3efabf03c9eeda38b3b89dd38e62d519e9d392f29406a4236ec1d36687318641c0d6d4c8feca4048f7bd2b3a97caaeae6794ca06f496e7d SHA512 fa667f83603c43f22529da4fd0a7202e3d9b540e563c1ab345cf3b3701932174b3cced3d7761570a9939b84e7b503906dcc84b9c39b639663a8a0483a37fb6b0
DIST http-reverse-proxy-0.4.3.2.tar.gz 9870 BLAKE2B a08031110810950f769c0706cb3c4875403c9de9c9427715e9cefc4dc0856b753e0000b6a0c6340126e3687a1efc1369e988e04d0a8f61453fe6732ee61ddafb SHA512 303b826b1be5a5f34703eaf865dd238973f2ff59a97a4f0810d6551f2db339d5b37a60eab75f091347e9269812d09fe3026bd8f1bfe71660ada19b3ade8865b6
-DIST http-reverse-proxy-0.4.3.tar.gz 9742 BLAKE2B a2fc4e9be455e3ef72a2e220e4b0f55d6eae8c06054e64d939eb7a2611e5a363ae310cfc413e6a2fbbe6c480d49e2c18b1f843d802dce77ebdf1693d32776476 SHA512 72326d46c0f307a1b9f31115aa7286ee4a562f0c8f513b87533a74c59df482dac3c3ce87c50dd86fdbeb1f31b13da8218f1455f6f9585ad4763651e8037a9d8f
diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild
deleted file mode 100644
index 9d49db0d2c37..000000000000
--- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.1.1.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
-HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?]
- >=dev-haskell/case-insensitive-0.4:=[profile?]
- >=dev-haskell/classy-prelude-0.3:=[profile?]
- >=dev-haskell/conduit-0.5:=[profile?]
- dev-haskell/data-default:=[profile?]
- >=dev-haskell/http-conduit-1.6:=[profile?]
- >=dev-haskell/http-types-0.6:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- dev-haskell/network:=[profile?]
- >=dev-haskell/network-conduit-0.6:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-haskell/wai-1.3:=[profile?]
- >=dev-haskell/warp-1.3.4:=[profile?]
- >=dev-haskell/word8-0.0:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/transformers
- )"
diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild
deleted file mode 100644
index 621f6a9e904a..000000000000
--- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
-HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?]
- >=dev-haskell/case-insensitive-0.4:=[profile?]
- >=dev-haskell/classy-prelude-0.3:=[profile?]
- >=dev-haskell/conduit-0.5:=[profile?]
- dev-haskell/data-default:=[profile?]
- >=dev-haskell/http-conduit-1.6:=[profile?]
- >=dev-haskell/http-types-0.6:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- dev-haskell/network:=[profile?]
- >=dev-haskell/network-conduit-0.6:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-haskell/wai-1.3:=[profile?]
- dev-haskell/wai-logger:=[profile?]
- >=dev-haskell/warp-1.3.4:=[profile?]
- >=dev-haskell/word8-0.0:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/transformers
- )"
diff --git a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild b/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild
deleted file mode 100644
index 22ed09e04a09..000000000000
--- a/dev-haskell/http-reverse-proxy/http-reverse-proxy-0.4.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Reverse proxy HTTP requests, either over raw sockets or with WAI"
-HOMEPAGE="https://github.com/fpco/http-reverse-proxy"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/async:=[profile?]
- >=dev-haskell/blaze-builder-0.3:=[profile?]
- >=dev-haskell/case-insensitive-0.4:=[profile?]
- >=dev-haskell/conduit-1.1:=[profile?]
- dev-haskell/conduit-extra:=[profile?]
- dev-haskell/data-default-class:=[profile?]
- >=dev-haskell/http-client-0.3:=[profile?]
- >=dev-haskell/http-types-0.6:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- dev-haskell/network:=[profile?]
- dev-haskell/resourcet:=[profile?]
- dev-haskell/streaming-commons:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- dev-haskell/transformers:=[profile?]
- >=dev-haskell/wai-3.0:=[profile?]
- dev-haskell/wai-logger:=[profile?]
- >=dev-haskell/word8-0.0:=[profile?]
- >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/http-conduit
- >=dev-haskell/warp-2.1 )
-"