diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:29:42 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:42:58 +0100 |
commit | a857e29f80c8b28f7fcfbf8748db00bad741a69c (patch) | |
tree | 726120abb2386c9c238073b6d65890ca9b05d305 /dev-haskell | |
parent | dev-haskell/tasty-rerun: drop old (diff) | |
download | gentoo-a857e29f80c8b28f7fcfbf8748db00bad741a69c.tar.gz gentoo-a857e29f80c8b28f7fcfbf8748db00bad741a69c.tar.bz2 gentoo-a857e29f80c8b28f7fcfbf8748db00bad741a69c.zip |
dev-haskell/tasty-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/tasty-smallcheck/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild | 28 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-haskell/tasty-smallcheck/Manifest b/dev-haskell/tasty-smallcheck/Manifest index ff86f131e769..c16334bd0682 100644 --- a/dev-haskell/tasty-smallcheck/Manifest +++ b/dev-haskell/tasty-smallcheck/Manifest @@ -1,3 +1 @@ -DIST tasty-smallcheck-0.2.tar.gz 2341 BLAKE2B 6b91fd77b4ec66ba571cd3c6b9703c37708590f8679e9ff4e6949b36ba92892cd083776934877f694742fae1e8d66c8c4f3344ee30ce550aacecf9b2e57d362c SHA512 5a97592878c9814057cc6448591c3ba1e7a0027d45bbdbe76db1249fc656d66ae4a4b0992e42d101945630e07f6f622c644f9fa3a3abc7fdba472278dda38be1 DIST tasty-smallcheck-0.8.1.tar.gz 2690 BLAKE2B e6ccfca50577edc27da4d8f77041e5eeb80c28574a5d0d9cfa20154e557a9893242456a4875e72d616e70f477bf1b7c6a1911c7d3a863b71e8481ff387815a00 SHA512 26ed0d75559c2da2f4296af6e9b02f8d0a19043b0ef154674eb782703fcd3ad7f4863b7b07dbaae27440078b4b00a9272cd9d5da23089993018e933577be5893 -DIST tasty-smallcheck-0.8.tar.gz 2426 BLAKE2B c11b53a2a4f9f26375db2b8300520b464e4b46f0b2119a18c3f0957ee45fcc3cce8ae0eb5360c4d105e937dfe58f7c91f52f88e8a166224ff6a1241379d08927 SHA512 8ef5e49647843fece659e21ec8b76fc63a43e82bd60d406b68e2fece18ba81368bea8e9accec36cfd80836f407343fcf3da1507bee60802033b8f2147a16e75c diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.ebuild deleted file mode 100644 index 9795e430cee1..000000000000 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.2.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.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="SmallCheck support for the Tasty test framework" -HOMEPAGE="https://github.com/feuerbach/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/async:=[profile?] - >=dev-haskell/smallcheck-1.0:=[profile?] - dev-haskell/tagged:=[profile?] - dev-haskell/tasty:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild deleted file mode 100644 index 120bc0786607..000000000000 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.ebuild +++ /dev/null @@ -1,28 +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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="SmallCheck support for the Tasty test framework" -HOMEPAGE="https://github.com/feuerbach/tasty" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/async:=[profile?] - >=dev-haskell/smallcheck-1.0:=[profile?] - dev-haskell/tagged:=[profile?] - >=dev-haskell/tasty-0.8:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -" |