commit:     2f3d697098f1794befe1eacf4cae34a24b494370
Author:     Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 04:07:48 2026 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 05:04:00 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3d6970

dev-haskell/test-framework-quickcheck2: Bump to 0.3.0.7

Signed-off-by: Mark Wright <gienah <AT> gentoo.org>

 dev-haskell/test-framework-quickcheck2/Manifest    |  2 +-
 .../test-framework-quickcheck2/metadata.xml        |  4 +++
 .../test-framework-quickcheck2-0.3.0.5-r2.ebuild   | 39 ----------------------
 .../test-framework-quickcheck2-0.3.0.7.ebuild      | 37 ++++++++++++++++++++
 4 files changed, 42 insertions(+), 40 deletions(-)

diff --git a/dev-haskell/test-framework-quickcheck2/Manifest 
b/dev-haskell/test-framework-quickcheck2/Manifest
index f5afd1ff1ca2..cca64bf02cb7 100644
--- a/dev-haskell/test-framework-quickcheck2/Manifest
+++ b/dev-haskell/test-framework-quickcheck2/Manifest
@@ -1 +1 @@
-DIST test-framework-quickcheck2-0.3.0.5.tar.gz 3844 BLAKE2B 
1c7ace7b85200d3ce1bcf6a48dc10d912c4cfa255eaf100b37d018128a4e014703cf378b2fee74355c1731d9062c68b164da96f6f672a10af460d41ed2b2d2ca
 SHA512 
58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43
+DIST test-framework-quickcheck2-0.3.0.7.tar.gz 3856 BLAKE2B 
ea6dc8c81881cc50e882ec6e36f1d20baffa167c8911dfb279ea49c565fb5148e040c5b8bb5386c320d7340e3db5b3bff2dd706cfcb45e596367eaef3fdb13db
 SHA512 
cf9906d2a73a30f5bc7a03e5798ff14942a3f874a69593ae039b6794478c9598c9b2b6c2774f82750d38e15c19b709fca00f245890f9277bd1646dca6b1080a7

diff --git a/dev-haskell/test-framework-quickcheck2/metadata.xml 
b/dev-haskell/test-framework-quickcheck2/metadata.xml
index 937381521944..b816c3839cae 100644
--- a/dev-haskell/test-framework-quickcheck2/metadata.xml
+++ b/dev-haskell/test-framework-quickcheck2/metadata.xml
@@ -5,4 +5,8 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
+       <upstream>
+               <remote-id type="hackage">test-framework-quickcheck2</remote-id>
+               <remote-id type="github">haskell/test-framework</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git 
a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
 
b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
deleted file mode 100644
index e265f1a44856..000000000000
--- 
a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild
+++ /dev/null
@@ -1,39 +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.5.6.9999
-#hackport: flags: +base4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="QuickCheck2 support for the test-framework package"
-HOMEPAGE="http://haskell.github.io/test-framework/";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] 
<dev-haskell/extensible-exceptions-0.2.0:=[profile?]
-       >=dev-haskell/quickcheck-2.4:=[profile?]
-       >=dev-haskell/random-1:=[profile?] <dev-haskell/random-1.3:=[profile?]
-       >=dev-haskell/test-framework-0.8:=[profile?] 
<dev-haskell/test-framework-0.9:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"
-
-CABAL_CHDEPS=(
-       'QuickCheck            >= 2.4    && < 2.13' 'QuickCheck            >= 
2.4' \
-       'random                >= 1      && < 1.2' 'random                >= 1'
-)
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=base4
-}

diff --git 
a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.7.ebuild
 
b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.7.ebuild
new file mode 100644
index 000000000000..039ab6d70f72
--- /dev/null
+++ 
b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.9.1.0
+#hackport: flags: +base4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="QuickCheck-2 support for the test-framework package"
+HOMEPAGE="https://github.com/haskell/test-framework#readme";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-haskell/quickcheck-2.9.2:=[profile?] 
<dev-haskell/quickcheck-3:=[profile?]
+       >=dev-haskell/random-1:=[profile?] <dev-haskell/random-1.4:=[profile?]
+       >=dev-haskell/test-framework-0.8:=[profile?] 
<dev-haskell/test-framework-0.9:=[profile?]
+       >=dev-lang/ghc-9.0.2:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-3.4.1.0
+"
+
+src_prepare() {
+       default
+
+       cabal-mksetup
+}
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=base4
+}

Reply via email to