From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 672F3158094 for ; Sun, 24 Jul 2022 17:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741E0E1017; Sun, 24 Jul 2022 17:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2092EE1017 for ; Sun, 24 Jul 2022 17:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20E3834113D for ; Sun, 24 Jul 2022 17:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6140254D for ; Sun, 24 Jul 2022 17:11:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658682646.29abc9a1f1297d2bf7486785d227a790ed462598.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http2/Manifest dev-haskell/http2/http2-2.0.3.ebuild dev-haskell/http2/http2-3.0.1.ebuild X-VCS-Directories: dev-haskell/http2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29abc9a1f1297d2bf7486785d227a790ed462598 X-VCS-Branch: master Date: Sun, 24 Jul 2022 17:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba213a15-22c8-4394-ba1b-7bdf6c3c50f3 X-Archives-Hash: 79c39aa6828b0d6621aaab7692d4b92f commit: 29abc9a1f1297d2bf7486785d227a790ed462598 Author: matoro users noreply github com> AuthorDate: Sun Jul 24 03:17:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 24 17:10:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29abc9a1 dev-haskell/http2: add 3.0.1, drop 2.0.3 Signed-off-by: Sam James gentoo.org> dev-haskell/http2/Manifest | 2 +- dev-haskell/http2/http2-2.0.3.ebuild | 46 ------------------------------- dev-haskell/http2/http2-3.0.1.ebuild | 53 ++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+), 47 deletions(-) diff --git a/dev-haskell/http2/Manifest b/dev-haskell/http2/Manifest index 4a2fae055607..6648bbe0a355 100644 --- a/dev-haskell/http2/Manifest +++ b/dev-haskell/http2/Manifest @@ -1 +1 @@ -DIST http2-2.0.3.tar.gz 5211934 BLAKE2B cc1fad663650eaa1514e5f94737966ac86a92c2cc15f47db06c057a78873ca7d745aa77280cf451e11a9c2e328cad2a89d965bb7502d6b2e0b9b808b88570a8d SHA512 ff5f02c355f9f5c459d94993f05636955f81b91cbdbd4e8c262b56e1fa3846f92aff946f8ec6851ab57ffbb73afb42999cb3597eb250a9e15a8d6788da860b20 +DIST http2-3.0.1.tar.gz 5556373 BLAKE2B 40daf73f0460ce649d6bed41b9df961b7388f7ac2e67a11aae56be2f31209183e68cef558b7880b87d1a752f96f989779e5ecbf1a86df5bd4ac8443cd476c41b SHA512 aaa32209fb9945cc33c557866acb053df403bbe37c2bd024ac52e7fc6a3e816d0249e48b83e8846017fe0df0998327cf3498f1bc96b57b0fa81ce9c4d35589c6 diff --git a/dev-haskell/http2/http2-2.0.3.ebuild b/dev-haskell/http2/http2-2.0.3.ebuild deleted file mode 100644 index e0372b83bcb4..000000000000 --- a/dev-haskell/http2/http2-2.0.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.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://github.com/kazu-yamamoto/http2" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/case-insensitive:=[profile?] - dev-haskell/http-types:=[profile?] - dev-haskell/network:=[profile?] - >=dev-haskell/network-byte-order-0.1.1:=[profile?] - dev-haskell/psqueues:=[profile?] - dev-haskell/stm:=[profile?] - dev-haskell/time-manager:=[profile?] - >=dev-lang/ghc-7.10.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 - test? ( dev-haskell/aeson - dev-haskell/aeson-pretty - dev-haskell/base16-bytestring - >=dev-haskell/doctest-0.9.3 - >=dev-haskell/glob-0.9 - >=dev-haskell/hspec-1.3 - dev-haskell/text - dev-haskell/unordered-containers - dev-haskell/vector ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-devel -} diff --git a/dev-haskell/http2/http2-3.0.1.ebuild b/dev-haskell/http2/http2-3.0.1.ebuild new file mode 100644 index 000000000000..2e8e06788c55 --- /dev/null +++ b/dev-haskell/http2/http2-3.0.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 +#hackport: flags: -devel,-doc,-h2spec + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite +inherit haskell-cabal + +DESCRIPTION="HTTP/2 library" +HOMEPAGE="https://github.com/kazu-yamamoto/http2" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RESTRICT=test # test suite requires too new dependencies + +RDEPEND="dev-haskell/case-insensitive:=[profile?] + dev-haskell/http-types:=[profile?] + dev-haskell/network:=[profile?] + >=dev-haskell/network-byte-order-0.1.5:=[profile?] + dev-haskell/psqueues:=[profile?] + dev-haskell/stm:=[profile?] + dev-haskell/time-manager:=[profile?] + dev-haskell/unix-time:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1" +# test? ( dev-haskell/aeson +# dev-haskell/aeson-pretty +# dev-haskell/async +# >=dev-haskell/base16-bytestring-1.0 +# dev-haskell/cryptonite +# >=dev-haskell/glob-0.9 +# >=dev-haskell/hspec-1.3 +# >=dev-haskell/network-run-0.1.0 +# dev-haskell/text +# dev-haskell/typed-process +# dev-haskell/unordered-containers +# dev-haskell/vector ) +# " + +src_configure() { + haskell-cabal_src_configure \ + --flag=-devel \ + --flag=-doc \ + --flag=-h2spec +}