diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:08:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:12:56 +0100 |
commit | 61fe464e9e26097ed37b7d4a33779d867aea924b (patch) | |
tree | 1b29a4177d9f8301519a0bad8cbe31359520da47 /dev-haskell/httpd-shed | |
parent | dev-haskell/http2: drop old (diff) | |
download | gentoo-61fe464e9e26097ed37b7d4a33779d867aea924b.tar.gz gentoo-61fe464e9e26097ed37b7d4a33779d867aea924b.tar.bz2 gentoo-61fe464e9e26097ed37b7d4a33779d867aea924b.zip |
dev-haskell/httpd-shed: 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/httpd-shed')
-rw-r--r-- | dev-haskell/httpd-shed/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/files/httpd-shed-0.4-network.patch | 21 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild | 34 |
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-haskell/httpd-shed/Manifest b/dev-haskell/httpd-shed/Manifest index c58ae1dfea56..d5cab58cd654 100644 --- a/dev-haskell/httpd-shed/Manifest +++ b/dev-haskell/httpd-shed/Manifest @@ -1,3 +1 @@ -DIST httpd-shed-0.4.0.3.tar.gz 4308 BLAKE2B a7218ce790ab3902b94a41c97bae27517ea4750ba80c59ae1eb38953b93606c604912f19327d0e5990c4aceb6f0d7c415a871916e560e0a32cfc6df6ac6ee3b9 SHA512 4fc4da5dd42194890e4201129c7217191cc1c8f82a366b84f42f9129c45fa5cb40211674608c84df420f8d8659fd60908880d14176a36f6aa0f89c01a8c1fa6c DIST httpd-shed-0.4.1.1.tar.gz 4457 BLAKE2B 0b7452c8b60517055a4ab9eb56ffcd289f66671f9d9e73ecc57adbb0861797df121f96ef82d924782a691fce83f87c32fa0b65317db06bd6a42780bf5d373b8d SHA512 b168fd18f4d476fc6d903d8dc17a1831645049dc6ae57e977b97453f69c98dc3a288e2c8d0298283bc2b8dd0d4e994fcec27058bb36b9ee0d4d4aac2b9de3b97 -DIST httpd-shed-0.4.tar.gz 4065 BLAKE2B 1f5b3f2cdcc4e5bd2d6fd933dab625dbe8c4687cb1d53411531daa23d8427b263c8c26b992ef432165e943701ebd67f0ae8be363ace462713f3a451a0e0e77b8 SHA512 71b3fc8038e5245589aab99b9fa3eeef0ec13cc78bba33d88b8c7569f30b0ba18b645a939771b3d325d3e666b99c3c4428403ae016d14df55ce8dcba2e9d61e9 diff --git a/dev-haskell/httpd-shed/files/httpd-shed-0.4-network.patch b/dev-haskell/httpd-shed/files/httpd-shed-0.4-network.patch deleted file mode 100644 index ca5a113b7014..000000000000 --- a/dev-haskell/httpd-shed/files/httpd-shed-0.4-network.patch +++ /dev/null @@ -1,21 +0,0 @@ -[1 of 1] Compiling Network.Shed.Httpd ( Network/Shed/Httpd.hs, dist/build/Network/Shed/Httpd.o ) - -Network/Shed/Httpd.hs:142:24: - Ambiguous occurrence `sClose' - It could refer to either `N.sClose', - imported from `Network' at Network/Shed/Httpd.hs:38:1-14 - or `Network.Socket.sClose', - imported from `Network.Socket' at Network/Shed/Httpd.hs:48:1-21 -diff --git a/Network/Shed/Httpd.hs b/Network/Shed/Httpd.hs -index 9dbc2a2..f4f7d5e 100644 ---- a/Network/Shed/Httpd.hs -+++ b/Network/Shed/Httpd.hs -@@ -139,7 +139,7 @@ initServerMain processBody sockAddr callOut = do - hClose h - _ -> hClose h - return () -- ) `finally` sClose sock -+ ) `finally` N.sClose sock - where - loopIO m = do m - loopIO m diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild deleted file mode 100644 index 67dc776eaad2..000000000000 --- a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.4.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit base haskell-cabal - -DESCRIPTION="A simple web-server with an interact style API" -HOMEPAGE="https://hackage.haskell.org/package/httpd-shed" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND="dev-haskell/network:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -" - -PATCHES=("${FILESDIR}"/${P}-network.patch) diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild deleted file mode 100644 index c3b0b4438889..000000000000 --- a/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A simple web-server with an interact style API" -HOMEPAGE="https://hackage.haskell.org/package/httpd-shed" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" -IUSE="buildexamples +network-uri" - -RDEPEND=">=dev-lang/ghc-7.4.1:= - network-uri? ( >=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-2.7:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] ) - !network-uri? ( >=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-2.6:=[profile?] - >=dev-haskell/network-uri-2.5:=[profile?] <dev-haskell/network-uri-2.6:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag buildexamples buildexamples) \ - $(cabal_flag network-uri network-uri) -} |