diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-22 22:13:37 -0500 |
| commit | 171e0b5f950f655c3da943ea59ba2e741425319f (patch) | |
| tree | c520a8c422c7fc58a5149552b1db8a423e469b21 /dev-haskell/hackage-security | |
| parent | f95e0da799133b56968a5a6af89c7fb3366c4777 (diff) | |
| download | baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.gz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.tar.xz baldeagleos-repo-171e0b5f950f655c3da943ea59ba2e741425319f.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/hackage-security')
| -rw-r--r-- | dev-haskell/hackage-security/Manifest | 5 | ||||
| -rw-r--r-- | dev-haskell/hackage-security/files/hackage-security-0.6.2.6-change-cabal-syntax-dep.patch (renamed from dev-haskell/hackage-security/files/hackage-security-0.6.2.3-change-cabal-syntax-dep.patch) | 8 | ||||
| -rw-r--r-- | dev-haskell/hackage-security/hackage-security-0.6.1.0.ebuild | 55 | ||||
| -rw-r--r-- | dev-haskell/hackage-security/hackage-security-0.6.2.3-r2.ebuild | 75 | ||||
| -rw-r--r-- | dev-haskell/hackage-security/hackage-security-0.6.2.6.ebuild | 69 |
5 files changed, 73 insertions, 139 deletions
diff --git a/dev-haskell/hackage-security/Manifest b/dev-haskell/hackage-security/Manifest index 6e22cb418693..8c6523c78c61 100644 --- a/dev-haskell/hackage-security/Manifest +++ b/dev-haskell/hackage-security/Manifest @@ -1,3 +1,2 @@ -DIST hackage-security-0.6.1.0.tar.gz 86243 BLAKE2B f28651d9c0506e4e1b9085e1efd6647ad3dd0dea4fcec2823f3072504831e7d01be34f6a14619cc352ef236214a1fd7073449f00c82c8f7ef5e95cdca1ad3133 SHA512 0a303e8c594a5fef52bf95f3ff75379aeec44fdaebc6ba78da8bf7911798040b43c3c289f0c4d7bcd2c1903d82c29d5ffa012360660c3548c0f3fb4b719a9327 -DIST hackage-security-0.6.2.3-rev3.cabal 12712 BLAKE2B 329c7ad4039411932fc8cdb6f5f31274de8adb11ab68a6688a03bd9d20043ee7df66e9c063aba33aaf7435470190d3e775f7d121011c5ef4b8dd8dfe2837eeb2 SHA512 cf4545d393745efd29da0882b093299d7a6cf8072c3219d71a3d5d1f754bf8b435e135df686447dd785f18ab190287ca57f2a749bb3b1d59199d6d00225684f5 -DIST hackage-security-0.6.2.3.tar.gz 86611 BLAKE2B 4cc851be655c6b4dc9435f129bcd1bda4b31dc16e0a97181c6e68a91c374d662937d5b629934087b6eb13db4c3b49217e3ed924f98024f2b868dca4eced13750 SHA512 d2bd80a940a2bacdbe6c6f5086ae846eb27548f0013952e0fe95dfbdea7bc4f17631f86f295d62b02a491f3903d8a5ab316bad2d8227fd240f459cbe966b1b84 +DIST hackage-security-0.6.2.6-rev3.cabal 9745 BLAKE2B 32c7f65caade073de6b55538294ff80b6b530d4dafdad2707237b916cc0c3213013efcc2c46fb7e3b3ba29179e6b61c3e397a3b730a0406327edc1402fdd4e33 SHA512 20695d46fc8052e9d352ca8c0edb334f166ae739b3f40e1f1c262e1de7375c3866cdab5fe543b2be2ff023cdadd47f0f6e1cf3815d3fc7acc06cd968ae0a9e64 +DIST hackage-security-0.6.2.6.tar.gz 84736 BLAKE2B e2e354f291db80b60feea47f210434b11d31914242a193479a98b4bf906e822c2666effb365d3c134c36f45e18f006c22ff988170b62c1f0976037a095a5471b SHA512 e9aa6872661d0b78f5c451060b4ffab96e8c41b855b553123f0db8166fdd2c975419e84d96792e7f412ab7b7ee31eea1eb3d8f04472192ef77289a84d4a89114 diff --git a/dev-haskell/hackage-security/files/hackage-security-0.6.2.3-change-cabal-syntax-dep.patch b/dev-haskell/hackage-security/files/hackage-security-0.6.2.6-change-cabal-syntax-dep.patch index dc26881ebdbe..bc19d353eb65 100644 --- a/dev-haskell/hackage-security/files/hackage-security-0.6.2.3-change-cabal-syntax-dep.patch +++ b/dev-haskell/hackage-security/files/hackage-security-0.6.2.6-change-cabal-syntax-dep.patch @@ -18,16 +18,12 @@ diff --git a/hackage-security.cabal b/hackage-security.cabal index 58afd57..f0463f4 100644 --- a/hackage-security.cabal +++ b/hackage-security.cabal -@@ -170,8 +170,7 @@ library +@@ -170,7 +170,6 @@ library else - build-depends: Cabal >= 1.14 && < 1.26 - || >= 2.0 && < 2.6 + build-depends: Cabal >= 2.2.0.1 && < 2.6 - || >= 3.0 && < 3.7, - Cabal-syntax < 3.7 + || >= 3.0 && < 3.7 hs-source-dirs: src default-language: Haskell2010 --- -2.39.3 - diff --git a/dev-haskell/hackage-security/hackage-security-0.6.1.0.ebuild b/dev-haskell/hackage-security/hackage-security-0.6.1.0.ebuild deleted file mode 100644 index 03138e1e9b4f..000000000000 --- a/dev-haskell/hackage-security/hackage-security-0.6.1.0.ebuild +++ /dev/null @@ -1,55 +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.7.9999 -#hackport: flags: -mtl21,+use-network-uri - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Hackage security library" -HOMEPAGE="https://github.com/haskell/hackage-security" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+lukko" - -RDEPEND=">=dev-haskell/base16-bytestring-0.1.1:=[profile?] <dev-haskell/base16-bytestring-1.1:=[profile?] - >=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?] - >=dev-haskell/cryptohash-sha256-0.11:=[profile?] <dev-haskell/cryptohash-sha256-0.12:=[profile?] - >=dev-haskell/ed25519-0.0:=[profile?] <dev-haskell/ed25519-0.1:=[profile?] - >=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] - >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?] - >=dev-haskell/tar-0.5:=[profile?] <dev-haskell/tar-0.6:=[profile?] - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?] - >=dev-lang/ghc-8.4.3:= - >=dev-haskell/cabal-1.14:=[profile?] <dev-haskell/cabal-3.8:=[profile?] - >=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-3.2:=[profile?] - lukko? ( >=dev-haskell/lukko-0.1:=[profile?] <dev-haskell/lukko-0.2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 - test? ( >=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.15 - >=dev-haskell/tasty-1.2 <dev-haskell/tasty-1.5 - >=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11 - >=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.11 - >=dev-haskell/temporary-1.2 <dev-haskell/temporary-1.4 - dev-haskell/text - >=dev-haskell/unordered-containers-0.2.8.0 <dev-haskell/unordered-containers-0.3 - >=dev-haskell/vector-0.12 <dev-haskell/vector-0.13 - || ( ( >=dev-haskell/aeson-1.4 <dev-haskell/aeson-1.5 ) - || ( ( >=dev-haskell/aeson-1.5 <dev-haskell/aeson-1.6 ) - ( >=dev-haskell/aeson-2.0 <dev-haskell/aeson-2.1 ) ) ) ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag lukko lukko) \ - --flag=-mtl21 \ - --flag=use-network-uri -} diff --git a/dev-haskell/hackage-security/hackage-security-0.6.2.3-r2.ebuild b/dev-haskell/hackage-security/hackage-security-0.6.2.3-r2.ebuild deleted file mode 100644 index a1f898fad5cb..000000000000 --- a/dev-haskell/hackage-security/hackage-security-0.6.2.3-r2.ebuild +++ /dev/null @@ -1,75 +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: -mtl21,+use-network-uri,-Cabal-syntax - -CABAL_HACKAGE_REVISION=3 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite -inherit haskell-cabal -RESTRICT="test" # Requires Cabal-3.8 or newer - -DESCRIPTION="Hackage security library" -HOMEPAGE="https://github.com/haskell/hackage-security" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+lukko" - -PATCHES=( - "${FILESDIR}/${PN}-0.6.2.3-change-cabal-syntax-dep.patch" -) - -CABAL_CHDEPS=( - '|| >= 3.0 && < 3.7' '|| >= 3.0' -) - -RDEPEND=" - >=dev-haskell/base16-bytestring-0.1.1:=[profile?] <dev-haskell/base16-bytestring-1.1:=[profile?] - >=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?] - >=dev-haskell/cryptohash-sha256-0.11:=[profile?] <dev-haskell/cryptohash-sha256-0.12:=[profile?] - >=dev-haskell/ed25519-0.0:=[profile?] <dev-haskell/ed25519-0.1:=[profile?] - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] - >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?] - >=dev-haskell/tar-0.5:=[profile?] <dev-haskell/tar-0.6:=[profile?] - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?] - >=dev-lang/ghc-8.8.1:= - || ( - ( >=dev-haskell/network-2.6 <dev-haskell/network-2.9 ) - ( >=dev-haskell/network-3.0 <dev-haskell/network-3.2 ) - ) - dev-haskell/network:=[profile?] - lukko? ( - >=dev-haskell/lukko-0.1:=[profile?] <dev-haskell/lukko-0.2:=[profile?] - ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.0.0.0 -" -# test? ( -# >=dev-haskell/cabal-3.7 <dev-haskell/cabal-3.12 -# >=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.15 -# >=dev-haskell/tasty-1.2 <dev-haskell/tasty-1.5 -# >=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11 -# >=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-0.11 -# >=dev-haskell/temporary-1.2 <dev-haskell/temporary-1.4 -# dev-haskell/text -# >=dev-haskell/unordered-containers-0.2.8.0 <dev-haskell/unordered-containers-0.3 -# >=dev-haskell/vector-0.12 <dev-haskell/vector-0.14 -# || ( -# ( >=dev-haskell/aeson-1.4 <dev-haskell/aeson-1.6 ) -# ( >=dev-haskell/aeson-2.0 <dev-haskell/aeson-2.2 ) -# ) -# ) - -src_configure() { - haskell-cabal_src_configure \ - --flag=-Cabal-syntax \ - $(cabal_flag lukko lukko) \ - --flag=-mtl21 \ - --flag=use-network-uri -} diff --git a/dev-haskell/hackage-security/hackage-security-0.6.2.6.ebuild b/dev-haskell/hackage-security/hackage-security-0.6.2.6.ebuild new file mode 100644 index 000000000000..ea440acda7e6 --- /dev/null +++ b/dev-haskell/hackage-security/hackage-security-0.6.2.6.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.5.1.9999 +#hackport: flags: -mtl21,+use-network-uri,-Cabal-syntax + +CABAL_HACKAGE_REVISION=3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite +inherit haskell-cabal + +DESCRIPTION="Hackage security library" +HOMEPAGE="https://github.com/haskell/hackage-security" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+lukko" + +RESTRICT="test" # Requires Cabal-3.8 or newer + +PATCHES=( + "${FILESDIR}/${PN}-0.6.2.6-change-cabal-syntax-dep.patch" +) + +CABAL_CHDEPS=( + '|| >= 3.0 && < 3.7' '|| >= 3.0' + 'base >= 4.11 && < 4.21' 'base >= 4.11' + 'template-haskell >= 2.13 && < 2.23' 'template-haskell >= 2.13' + 'ghc-prim >= 0.5.2 && < 0.12' 'ghc-prim >= 0.5.2' +) + +RDEPEND=">=dev-haskell/base16-bytestring-0.1.1:=[profile?] <dev-haskell/base16-bytestring-1.1:=[profile?] + >=dev-haskell/base64-bytestring-1.0:=[profile?] <dev-haskell/base64-bytestring-1.3:=[profile?] + >=dev-haskell/cryptohash-sha256-0.11:=[profile?] <dev-haskell/cryptohash-sha256-0.12:=[profile?] + >=dev-haskell/ed25519-0.0:=[profile?] <dev-haskell/ed25519-0.1:=[profile?] + >=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-3.3:=[profile?] + >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] + >=dev-haskell/parsec-3.1.13:=[profile?] <dev-haskell/parsec-3.2:=[profile?] + >=dev-haskell/tar-0.5:=[profile?] <dev-haskell/tar-0.7:=[profile?] + >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.8:=[profile?] + >=dev-lang/ghc-9.0.2:= + lukko? ( >=dev-haskell/lukko-0.1:=[profile?] <dev-haskell/lukko-0.2:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 +" + +# test? ( >=dev-haskell/quickcheck-2.11 <dev-haskell/quickcheck-2.16 +# >=dev-haskell/tasty-1.1.0.4 <dev-haskell/tasty-1.6 +# >=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11 +# >=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-1 +# >=dev-haskell/temporary-1.2 <dev-haskell/temporary-1.4 +# dev-haskell/text +# >=dev-haskell/unordered-containers-0.2.8.0 <dev-haskell/unordered-containers-0.3 +# >=dev-haskell/vector-0.12 <dev-haskell/vector-0.14 +# || ( ( >=dev-haskell/aeson-1.4 <dev-haskell/aeson-1.6 ) +# ( >=dev-haskell/aeson-2.0 <dev-haskell/aeson-2.3 ) ) +# cabal-syntax? ( >=dev-haskell/cabal-3.7 <dev-haskell/cabal-3.14 ) ) + +src_configure() { + haskell-cabal_src_configure \ + --flag=-Cabal-syntax \ + $(cabal_flag lukko lukko) \ + --flag=-mtl21 \ + --flag=use-network-uri +} |
