diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:08:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 22:12:55 +0100 |
commit | c9f379946c89d67a6066cadf82ab55178fd14c16 (patch) | |
tree | e671fe6d428a23a6bf9f970afcf250c280029f46 /dev-haskell/http2 | |
parent | dev-haskell/http-types: drop old (diff) | |
download | gentoo-c9f379946c89d67a6066cadf82ab55178fd14c16.tar.gz gentoo-c9f379946c89d67a6066cadf82ab55178fd14c16.tar.bz2 gentoo-c9f379946c89d67a6066cadf82ab55178fd14c16.zip |
dev-haskell/http2: 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/http2')
-rw-r--r-- | dev-haskell/http2/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch | 18 | ||||
-rw-r--r-- | dev-haskell/http2/files/http2-1.6.0-less-deps.patch | 52 | ||||
-rw-r--r-- | dev-haskell/http2/http2-1.3.1.ebuild | 46 | ||||
-rw-r--r-- | dev-haskell/http2/http2-1.6.2.ebuild | 51 |
5 files changed, 0 insertions, 169 deletions
diff --git a/dev-haskell/http2/Manifest b/dev-haskell/http2/Manifest index 95282eec8075..4a2fae055607 100644 --- a/dev-haskell/http2/Manifest +++ b/dev-haskell/http2/Manifest @@ -1,3 +1 @@ -DIST http2-1.3.1.tar.gz 39493 BLAKE2B a1a94de5d35510d02c9c43638c9193631c04277e1c53bc6d7ae2cfe93176eda72a700f61606220fcdf349d375c4e888380552193ff8a40b9ec3ca64de04123d1 SHA512 7d47cb35ce55743ecdc19ea52a1e230c8c3d608348f658ed7b3eb4f86a93ad4aa16eb23e4294dc1752bd99da8027e61a0b575ee9b89fe182d6582f6b5b402cee -DIST http2-1.6.2.tar.gz 5138047 BLAKE2B 7febaa42b0c50cd89bfc5e9acba558bea9d7e0e8c791c5ea6e6de17ed938e431b3ba4a94375dcc5858881920b83a92491a5181a13d23420d586b13fd24222535 SHA512 c9df89cb073b57bc379857aedfba82097b805f8c9452b5a2b9cfff2ff096f185f9b8aa2dfaa5b0be7909a214a67d8ba8fb93ddc8a19f8afb43f9f5d5bf67f0da DIST http2-2.0.3.tar.gz 5211934 BLAKE2B cc1fad663650eaa1514e5f94737966ac86a92c2cc15f47db06c057a78873ca7d745aa77280cf451e11a9c2e328cad2a89d965bb7502d6b2e0b9b808b88570a8d SHA512 ff5f02c355f9f5c459d94993f05636955f81b91cbdbd4e8c262b56e1fa3846f92aff946f8ec6851ab57ffbb73afb42999cb3597eb250a9e15a8d6788da860b20 diff --git a/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch b/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch deleted file mode 100644 index 07be024ee5e1..000000000000 --- a/dev-haskell/http2/files/http2-1.6.0-even-less-deps.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/http2.cabal b/http2.cabal -index fe57a48..b28ad06 100644 ---- a/http2.cabal -+++ b/http2.cabal -@@ -204,6 +204,3 @@ Executable hpack-debug - Buildable: True -- else -- Buildable: False -- Main-Is: hpack-debug.hs -- Build-Depends: base >= 4 && < 5 -+ Build-Depends: base >= 4 && < 5 - , aeson -@@ -219,2 +216,5 @@ Executable hpack-debug - , word8 -+ else -+ Buildable: False -+ Main-Is: hpack-debug.hs - diff --git a/dev-haskell/http2/files/http2-1.6.0-less-deps.patch b/dev-haskell/http2/files/http2-1.6.0-less-deps.patch deleted file mode 100644 index 1ee62446d328..000000000000 --- a/dev-haskell/http2/files/http2-1.6.0-less-deps.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff --git a/http2.cabal b/http2.cabal -index 7986d1c..fe57a48 100644 ---- a/http2.cabal -+++ b/http2.cabal -@@ -180,7 +180,3 @@ Executable hpack-encode - Buildable: True -- else -- Buildable: False -- Main-Is: hpack-encode.hs -- Other-Modules: HPACKEncode -- Build-Depends: base >= 4 && < 5 -+ Build-Depends: base >= 4 && < 5 - , aeson -@@ -197,2 +193,6 @@ Executable hpack-encode - , word8 -+ else -+ Buildable: False -+ Main-Is: hpack-encode.hs -+ Other-Modules: HPACKEncode - -@@ -226,6 +226,3 @@ Executable hpack-stat - Buildable: True -- else -- Buildable: False -- Main-Is: hpack-stat.hs -- Build-Depends: base >= 4 && < 5 -+ Build-Depends: base >= 4 && < 5 - , aeson -@@ -243,2 +240,5 @@ Executable hpack-stat - , word8 -+ else -+ Buildable: False -+ Main-Is: hpack-stat.hs - -@@ -250,8 +250,3 @@ Executable frame-encode - Buildable: True -- else -- Buildable: False -- Main-Is: frame-encode.hs -- Other-Modules: Case -- JSON -- Build-Depends: base >= 4 && < 5 -+ Build-Depends: base >= 4 && < 5 - , aeson -@@ -263,2 +258,7 @@ Executable frame-encode - , unordered-containers -+ else -+ Buildable: False -+ Main-Is: frame-encode.hs -+ Other-Modules: Case -+ JSON - diff --git a/dev-haskell/http2/http2-1.3.1.ebuild b/dev-haskell/http2/http2-1.3.1.ebuild deleted file mode 100644 index c263ac981cc9..000000000000 --- a/dev-haskell/http2/http2-1.3.1.ebuild +++ /dev/null @@ -1,46 +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.6.9999 -#hackport: flags: -devel - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP/2.0 library including frames and HPACK" -HOMEPAGE="https://hackage.haskell.org/package/http2" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # missing files - -RDEPEND="dev-haskell/aeson:=[profile?] - dev-haskell/aeson-pretty:=[profile?] - dev-haskell/bytestring-builder:=[profile?] - dev-haskell/hex:=[profile?] - dev-haskell/psqueues:=[profile?] - dev-haskell/stm:=[profile?] - dev-haskell/text:=[profile?] - dev-haskell/unordered-containers:=[profile?] - dev-haskell/vector:=[profile?] - dev-haskell/word8:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( >=dev-haskell/doctest-0.9.3 - dev-haskell/glob - >=dev-haskell/hspec-1.3 - dev-haskell/mwc-random ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-devel -} diff --git a/dev-haskell/http2/http2-1.6.2.ebuild b/dev-haskell/http2/http2-1.6.2.ebuild deleted file mode 100644 index dad40a704875..000000000000 --- a/dev-haskell/http2/http2-1.6.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.4.7.9999 -#hackport: flags: -devel - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="HTTP/2.0 library including frames and HPACK" -HOMEPAGE="https://hackage.haskell.org/package/http2" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/bytestring-builder:=[profile?] - dev-haskell/case-insensitive:=[profile?] - dev-haskell/psqueues:=[profile?] - dev-haskell/stm:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( dev-haskell/aeson - dev-haskell/aeson-pretty - >=dev-haskell/doctest-0.9.3 - dev-haskell/glob - dev-haskell/hex - >=dev-haskell/hspec-1.3 - dev-haskell/text - dev-haskell/unordered-containers - dev-haskell/vector - dev-haskell/word8 ) -" - -src_prepare() { - # workaround Cabal bug at picking unused deps - eapply "${FILESDIR}"/${PN}-1.6.0-less-deps.patch - eapply "${FILESDIR}"/${PN}-1.6.0-even-less-deps.patch - eapply_user -} - -src_configure() { - haskell-cabal_src_configure \ - --flag=-devel -} |