diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 16:09:54 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-25 16:09:54 +0100 |
commit | a984a19e0834c46fe8949d28da1bf9df0319222f (patch) | |
tree | c194d764e0d084904dd2fa93e53894c355888bae | |
parent | dev-haskell/mono-traversable-instances: drop old (diff) | |
download | gentoo-a984a19e0834c46fe8949d28da1bf9df0319222f.tar.gz gentoo-a984a19e0834c46fe8949d28da1bf9df0319222f.tar.bz2 gentoo-a984a19e0834c46fe8949d28da1bf9df0319222f.zip |
dev-haskell/quickcheck: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | dev-haskell/quickcheck/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.6.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.7.6.ebuild | 41 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.1.ebuild | 41 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.2.ebuild | 43 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.9.2.ebuild | 44 |
6 files changed, 0 insertions, 208 deletions
diff --git a/dev-haskell/quickcheck/Manifest b/dev-haskell/quickcheck/Manifest index e20d07005e36..7253415496cc 100644 --- a/dev-haskell/quickcheck/Manifest +++ b/dev-haskell/quickcheck/Manifest @@ -1,6 +1 @@ DIST QuickCheck-2.13.2.tar.gz 70427 BLAKE2B a2676dfd98f8aafa2ccc2e0dbe32d23d70d811e940ec8f6ae7e85b65feef07094d8edd66548961b6217b05eba30e19b6a76eed3b15cdd0293591d97252c9662a SHA512 d2c92caec8bdf9089483b1f256f17f3d50e066f57eddb630f1831a232c4e33a0d4f55a0f927aa433cd3379283fa2615fd2937941e6847b234ea00b0fbeb46b98 -DIST QuickCheck-2.6.tar.gz 26466 BLAKE2B e8b4ba40cb403fe487fe483a133be8b951e36ab1ebe748a32dc22eb490e7f9b5e15da010353777651e65668e8cf5cc4c9919d28becde28238a0ff3ed8292779f SHA512 17cfa7b9ee2fa3e31b48ed3609d5e3bb2316b99251e45e56d377a198d8cb429696e25ecb35ef1bf5cac7e313381274c646393697604f1feefe225fc692e01166 -DIST QuickCheck-2.7.6.tar.gz 34513 BLAKE2B e8f8252655426896f899162f374f447960c95ec5d57ec08d23f64fa3ac59040864a13bd455e14d58940c4015e0ca537e08723602a6114ba6aed1f7aafe5a01a7 SHA512 21e17fbe6dfc2425a948c789ac7d519cfb21c48df68b63de68e6af192d9642d24e1e46ba0b356767e2a10461a3032a4742a6608248574ae458fd2f03649f0451 -DIST QuickCheck-2.8.1.tar.gz 38999 BLAKE2B 6c53c760cfe9ac686f9b41a3a440b25cf84f52246bf4a42652eaf1cb3938586566cb597d2ee8f2ed632b4e31d0fa45ce2479e1573cef30e64ef19f06349fc6b8 SHA512 def1f7141b80be5b508e396c069f6f270c9b890b0ce03df41e058092e6dad28ed8c838734814066307777e6b8b93f154d1b0bf9b4a7052318ec018ef0901c1ef -DIST QuickCheck-2.8.2.tar.gz 39725 BLAKE2B a817a03677fd44fe9554e54b86ba71ba32338845c397e1debd9bc128200f1351acc6262deb1e2b2d26a9c75811b688220c2a02813e7f4ea898953679caa6ba9a SHA512 661b9e5285f56f69f8807ad0679ca4e18d0ac648233d5f6cbcfda548fcfcf3bc1b790c409f66fdf67cc4a3b769a248b43b0cd1abd103ae6d9a596978c5af4aba -DIST QuickCheck-2.9.2.tar.gz 43417 BLAKE2B e4721bdee29b2e6d4f349758c6355a633fa60574c34fe59a6f7698a4e59ebeec4ad9d01ecd9324723f9495b2819606588c235c74f6243e688d96c4380fec09a9 SHA512 7b8bad1995e6ce5484f627f9edab91cb8d124b63444e9f62b613b0d1558c2639101dd30d6c455e7f66ffa613f704aeead89faceea56eb411ba8ed15472edb917 diff --git a/dev-haskell/quickcheck/quickcheck-2.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.6.ebuild deleted file mode 100644 index 83ea176ebf88..000000000000 --- a/dev-haskell/quickcheck/quickcheck-2.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -MY_PN="QuickCheck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Automatic testing of Haskell programs" -HOMEPAGE="https://github.com/nick8325/quickcheck" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+template-haskell" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag template-haskell templatehaskell) -} diff --git a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild deleted file mode 100644 index 40684b1f3f31..000000000000 --- a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.9999 -#hackport: flags: +base4,-base3,templatehaskell:template-haskell - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="QuickCheck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Automatic testing of Haskell programs" -HOMEPAGE="https://github.com/nick8325/quickcheck" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+template-haskell" - -RDEPEND="dev-haskell/random:=[profile?] - >=dev-haskell/tf-random-0.4:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-base3 \ - --flag=base4 \ - $(cabal_flag template-haskell templatehaskell) -} diff --git a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild deleted file mode 100644 index f15b3b062c4a..000000000000 --- a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.4.9999 -#hackport: flags: +base4,-base3,templatehaskell:template-haskell - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="QuickCheck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Automatic testing of Haskell programs" -HOMEPAGE="https://github.com/nick8325/quickcheck" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+template-haskell" - -RDEPEND="dev-haskell/random:=[profile?] - >=dev-haskell/tf-random-0.4:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-base3 \ - --flag=base4 \ - $(cabal_flag template-haskell templatehaskell) -} diff --git a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild deleted file mode 100644 index 1efe4d1da6cb..000000000000 --- a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.4.6.9999 -#hackport: flags: +base4,-base3,templatehaskell:template-haskell - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="QuickCheck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Automatic testing of Haskell programs" -HOMEPAGE="https://github.com/nick8325/quickcheck" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+template-haskell" - -RESTRICT=test # to avoid test circular depends - -RDEPEND="dev-haskell/random:=[profile?] - >=dev-haskell/tf-random-0.4:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-base3 \ - --flag=base4 \ - $(cabal_flag template-haskell templatehaskell) -} diff --git a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild deleted file mode 100644 index da927a6a25b4..000000000000 --- a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 -#hackport: flags: +base4,-base3,templatehaskell:template-haskell - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -MY_PN="QuickCheck" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Automatic testing of Haskell programs" -HOMEPAGE="https://github.com/nick8325/quickcheck" -SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+template-haskell" - -RESTRICT=test # to avoid test circular depends - -RDEPEND=">=dev-haskell/nats-1:=[profile?] - dev-haskell/random:=[profile?] - >=dev-haskell/semigroups-0.9:=[profile?] - >=dev-haskell/tf-random-0.4:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( template-haskell? ( >=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9 ) ) -" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-base3 \ - --flag=base4 \ - $(cabal_flag template-haskell templatehaskell) -} |