summaryrefslogtreecommitdiff
path: root/dev-haskell/http2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-haskell/http2
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-haskell/http2')
-rw-r--r--dev-haskell/http2/Manifest2
-rw-r--r--dev-haskell/http2/http2-3.0.1.ebuild53
-rw-r--r--dev-haskell/http2/http2-4.1.2.ebuild52
-rw-r--r--dev-haskell/http2/metadata.xml12
4 files changed, 0 insertions, 119 deletions
diff --git a/dev-haskell/http2/Manifest b/dev-haskell/http2/Manifest
deleted file mode 100644
index 4c18f5b4a652..000000000000
--- a/dev-haskell/http2/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST http2-3.0.1.tar.gz 5556373 BLAKE2B 40daf73f0460ce649d6bed41b9df961b7388f7ac2e67a11aae56be2f31209183e68cef558b7880b87d1a752f96f989779e5ecbf1a86df5bd4ac8443cd476c41b SHA512 aaa32209fb9945cc33c557866acb053df403bbe37c2bd024ac52e7fc6a3e816d0249e48b83e8846017fe0df0998327cf3498f1bc96b57b0fa81ce9c4d35589c6
-DIST http2-4.1.2.tar.gz 5496723 BLAKE2B 1939a137ce0ef3fad476721fe9059963de7b96e9e09c49735d33de3bb4382ec5536c17965677df3482edb09b93e83edee485503d989b07bff8cf7d0c76f48b3e SHA512 85fb0025854c059d186dd4cefffb1065f0c87d494740afba6a3f785c7d579bc11e2ba881eeeae8f682e55902e70a8ba8bc571f84aa27fcaf341110fb70e1b43d
diff --git a/dev-haskell/http2/http2-3.0.1.ebuild b/dev-haskell/http2/http2-3.0.1.ebuild
deleted file mode 100644
index ad18c9cee802..000000000000
--- a/dev-haskell/http2/http2-3.0.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# 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 ~arm64 ~ppc64 ~riscv ~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
-}
diff --git a/dev-haskell/http2/http2-4.1.2.ebuild b/dev-haskell/http2/http2-4.1.2.ebuild
deleted file mode 100644
index 3c47800475b9..000000000000
--- a/dev-haskell/http2/http2-4.1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.8.2.0.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"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-RESTRICT=test # requires network to run one of the test suites
-
-RDEPEND="dev-haskell/async:=[profile?]
- 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/time-manager:=[profile?]
- dev-haskell/unix-time:=[profile?]
- dev-haskell/unliftio:=[profile?]
- >=dev-lang/ghc-8.8.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-3.0.0.0
- test? ( >=dev-haskell/aeson-2
- dev-haskell/aeson-pretty
- >=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
-}
diff --git a/dev-haskell/http2/metadata.xml b/dev-haskell/http2/metadata.xml
deleted file mode 100644
index baab2d1900ab..000000000000
--- a/dev-haskell/http2/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <upstream>
- <remote-id type="hackage">http2</remote-id>
- <remote-id type="github">kazu-yamamoto/http2</remote-id>
- </upstream>
-</pkgmetadata>