diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:12:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:22:37 +0100 |
commit | e5e2117d3749e0da6bac5e5638542a14034ffdad (patch) | |
tree | fc00ff864da8c7e06877bca5208acbd9b4069eca /dev-haskell | |
parent | dev-haskell/skylighting: drop old (diff) | |
download | gentoo-e5e2117d3749e0da6bac5e5638542a14034ffdad.tar.gz gentoo-e5e2117d3749e0da6bac5e5638542a14034ffdad.tar.bz2 gentoo-e5e2117d3749e0da6bac5e5638542a14034ffdad.zip |
dev-haskell/smallcheck: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/smallcheck/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/smallcheck/smallcheck-1.1.1.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/smallcheck/smallcheck-1.1.5.ebuild | 27 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-haskell/smallcheck/Manifest b/dev-haskell/smallcheck/Manifest index 39aef793af78..651cb217516b 100644 --- a/dev-haskell/smallcheck/Manifest +++ b/dev-haskell/smallcheck/Manifest @@ -1,3 +1 @@ -DIST smallcheck-1.1.1.tar.gz 15202 BLAKE2B 7963a39b9a08b3c28268b88a8177df7861011baeb4ba8a5dc879c95111c9d243cbe14f36b82715e80b237d04f5acedfaa7c72cc6d0fa2bd4d770158301f3626e SHA512 09aa5dcfca2bece6ac91803d38f2591d415c6e312c76cacb33d2e93e40e949acb788bc89ba6a4beb9dc60815e1f554cda4f68195269eedbfb45228415f1bca64 -DIST smallcheck-1.1.5.tar.gz 16338 BLAKE2B 823e2ae06f082f2f377e1520bb0886acd6bc133cc443cb10e8aa468a282ec0e19e2c31b8720c798c958d228784523cebfe692d945cbbf2123cec4542684c5945 SHA512 6d97f91308146031a16a405391ec2b283ad719c0acc2a0672c22cc880d91c3d72f845f65897e36945c45746d2d705a9f9f16b1ff5fef1f39c9abb60a4e57430c DIST smallcheck-1.2.0.tar.gz 19047 BLAKE2B 4ecd56b2e0680b4d4e7f80c1c13b9a3a621cae32ec4a8d0605c57fb2bc4882df5f3df05068caf76644286ccd4345fd49f26a73b81f399ca19d1e2200acf0912f SHA512 97c021f3efd6541de99854cb2e8511d4af17225cbcbe17ddfb2efd011d75bd10114b7c8312532bd1c5516e2980b7ad03feb571ec26b91f7258f43460c7bc39a8 diff --git a/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild b/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild deleted file mode 100644 index 96be9215b79d..000000000000 --- a/dev-haskell/smallcheck/smallcheck-1.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A property-based testing library" -HOMEPAGE="https://github.com/feuerbach/smallcheck" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/logict:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-lang/ghc-6.12.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8.0.2 -" diff --git a/dev-haskell/smallcheck/smallcheck-1.1.5.ebuild b/dev-haskell/smallcheck/smallcheck-1.1.5.ebuild deleted file mode 100644 index 7400870c6b12..000000000000 --- a/dev-haskell/smallcheck/smallcheck-1.1.5.ebuild +++ /dev/null @@ -1,27 +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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A property-based testing library" -HOMEPAGE="https://github.com/feuerbach/smallcheck" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/logict:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/nats:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |