commit: 3bb46cb4438c7e7ddb906914dc37e63b828577a8 Author: Mark Wright <gienah <AT> gentoo <DOT> org> AuthorDate: Mon Jan 12 00:01:53 2026 +0000 Commit: Mark Wright <gienah <AT> gentoo <DOT> org> CommitDate: Mon Jan 12 00:01:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb46cb4
dev-haskell/binary-orphans: Bump to 1.0.5 Signed-off-by: Mark Wright <gienah <AT> gentoo.org> dev-haskell/binary-orphans/Manifest | 6 +-- .../binary-orphans/binary-orphans-1.0.2.ebuild | 44 ---------------------- ...-1.0.4.1.ebuild => binary-orphans-1.0.5.ebuild} | 23 +++++------ 3 files changed, 12 insertions(+), 61 deletions(-) diff --git a/dev-haskell/binary-orphans/Manifest b/dev-haskell/binary-orphans/Manifest index 97a389bfec17..f8db0df601ca 100644 --- a/dev-haskell/binary-orphans/Manifest +++ b/dev-haskell/binary-orphans/Manifest @@ -1,4 +1,2 @@ -DIST binary-orphans-1.0.2.cabal 2264 BLAKE2B aba78e56c07192df484757aa58fdc79ea201cf4545499b11f3a82cbfd0af57c0db0fd1134255f7697b0276f2e7807ba5a74b9b591d233b99e6fec4c908ecdda8 SHA512 8cb030d9a9dc32a4a3ada6684babc5b45d8a6a786261668eb01ae36f3d496f1ca25b0a31782c3728bfb3ede3883df52015aefd85bbf0911ac7e0222d1a33de6e -DIST binary-orphans-1.0.2.tar.gz 4566 BLAKE2B bdb19771f2ef1201d55766bb26b461341d23899356379a0fa031cf014dc8dd9341bab1538488fe739c9ccecd51ad686e4781220c962a073866238a443ddac389 SHA512 49b6c758b0e94594e9a5feab7f5c3398fcd6b0498c06fffa5e9eb1d39c753f64c0eafbfdd2826a9581a47f2caa5e4194aef89840ce95ba1455844e74b6d6ad1e -DIST binary-orphans-1.0.4.1-rev2.cabal 2468 BLAKE2B 3ede254321f8d537fe21d6377e0afbbbe3f1cfcbe3815fbbe76d50fcc8fbf46adcf93e4acb790fb8c4e214f94dd1eb063e50f278339aad3db99f95e9021c05d8 SHA512 3cb06701cbb27547eecd41564ded69812ebfbd516033c74eea09c40c789e6d909de27007b38078f35285651313d5a82e36903f36be4cb4e42cdf88d1b0b4634e -DIST binary-orphans-1.0.4.1.tar.gz 5327 BLAKE2B 6f0a0c12f9c75aca8d3fe5b902eeedec337d9e7bf2dd282a6c2d80ca7e955f12749aab7794d4ed125a8f7fa77bfc39823e9226ff322f8e36008309decf02d948 SHA512 97b37ecc232ef0117f1b0ce11fcd527dad41c6680ad327b74c51fa10ef3cb672a9e1a6c1e6bd015dc1a7f4a4a657178790aa8af8e8200ca7eebd2f11db131a13 +DIST binary-orphans-1.0.5-rev1.cabal 1997 BLAKE2B a026a04b4ec366058339154dde113299f7b0497ea1ab55a85812382aa38ab673d0f1a14b422e61a6aed17b11da79d15864edfc907e1781c950b63462591d8472 SHA512 206997292cf63b4d6c95d2aa21fb90c9913aab77f8583b7d8d243a49ab8654b0d692978a482d6e0c4dbfae507a784a47a67a3b646b2db2e275f1c18e0a8fa34a +DIST binary-orphans-1.0.5.tar.gz 3289 BLAKE2B 6d9334d8c998dadd95963a81bc0648705d599e0e03a6b1aafe9b3595279501139ac9305ee153577ca9161f198500aa299994b695a7427bd51c45274843242fc3 SHA512 95917874e026de052c2129c108f872b000515a21e6a9078afd73d0784464ee862851ad7b43f16fdca2e3fcf0d7cf097a678a41f3a8f74ec745827842303e4984 diff --git a/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild b/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild deleted file mode 100644 index ed5634f74951..000000000000 --- a/dev-haskell/binary-orphans/binary-orphans-1.0.2.ebuild +++ /dev/null @@ -1,44 +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 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite -inherit haskell-cabal -RESTRICT="test" # Tests fail to build - -DESCRIPTION="Compatibility package for binary; provides instances" -HOMEPAGE="https://hackage.haskell.org/package/binary-orphans" -HACKAGE_REV="1" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz - https://hackage.haskell.org/package/${P}/revision/${HACKAGE_REV}.cabal -> ${PF}.cabal" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -RDEPEND=">=dev-haskell/onetuple-0.3:=[profile?] <dev-haskell/onetuple-0.4:=[profile?] - >=dev-lang/ghc-8.4.3:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 -" -# test? ( >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.15 -# >=dev-haskell/quickcheck-instances-0.3.21 <dev-haskell/quickcheck-instances-0.4 -# >=dev-haskell/tagged-0.8.6 <dev-haskell/tagged-0.8.7 -# >=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.5 -# >=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.11 ) -BDEPEND="app-text/dos2unix" - -src_prepare() { - # pull revised cabal from upstream - cp "${DISTDIR}/${PF}.cabal" "${S}/${PN}.cabal" || die - - # Convert to unix line endings - dos2unix "${S}/${PN}.cabal" || die - - # Apply patches *after* pulling the revised cabal - default -} diff --git a/dev-haskell/binary-orphans/binary-orphans-1.0.4.1.ebuild b/dev-haskell/binary-orphans/binary-orphans-1.0.5.ebuild similarity index 54% rename from dev-haskell/binary-orphans/binary-orphans-1.0.4.1.ebuild rename to dev-haskell/binary-orphans/binary-orphans-1.0.5.ebuild index 321a9daf32cf..7462855a9882 100644 --- a/dev-haskell/binary-orphans/binary-orphans-1.0.4.1.ebuild +++ b/dev-haskell/binary-orphans/binary-orphans-1.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -# ebuild generated by hackport 0.8.2.0.9999 +# ebuild generated by hackport 0.9.0.0.9999 -CABAL_HACKAGE_REVISION=2 +CABAL_HACKAGE_REVISION=1 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal @@ -17,18 +17,15 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -RDEPEND=" - >=dev-haskell/data-array-byte-0.1.0.1:=[profile?] <dev-haskell/data-array-byte-0.2:=[profile?] - >=dev-haskell/onetuple-0.3:=[profile?] <dev-haskell/onetuple-0.5:=[profile?] - >=dev-lang/ghc-8.8.1:= +RDEPEND=">=dev-haskell/data-array-byte-0.1.0.1:=[profile?] <dev-haskell/data-array-byte-0.2:=[profile?] + >=dev-haskell/onetuple-0.4.2:=[profile?] <dev-haskell/onetuple-0.5:=[profile?] + >=dev-lang/ghc-9.0.2:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.0.0.0 - test? ( - >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.15 + >=dev-haskell/cabal-3.4.1.0 + test? ( >=dev-haskell/quickcheck-2.13.1 <dev-haskell/quickcheck-2.16 >=dev-haskell/quickcheck-instances-0.3.28 <dev-haskell/quickcheck-instances-0.4 >=dev-haskell/tagged-0.8.6 <dev-haskell/tagged-0.9 - >=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.5 - >=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.11 - ) + >=dev-haskell/tasty-0.10.1.2 <dev-haskell/tasty-1.6 + >=dev-haskell/tasty-quickcheck-0.8.3.2 <dev-haskell/tasty-quickcheck-0.12 ) "
