diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 10:25:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 387a3dbc25cc2cc8cad7428ff1800a0505c535d0 (patch) | |
tree | 7c731c9c063b51f57c407e5a8cfb95eb2a54f619 /dev-haskell/tasty-golden | |
parent | dev-haskell/tasty-hunit: drop old (diff) | |
download | gentoo-387a3dbc25cc2cc8cad7428ff1800a0505c535d0.tar.gz gentoo-387a3dbc25cc2cc8cad7428ff1800a0505c535d0.tar.bz2 gentoo-387a3dbc25cc2cc8cad7428ff1800a0505c535d0.zip |
dev-haskell/tasty-golden: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/tasty-golden')
-rw-r--r-- | dev-haskell/tasty-golden/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/tasty-golden/tasty-golden-2.2.2.3.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild | 32 |
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-haskell/tasty-golden/Manifest b/dev-haskell/tasty-golden/Manifest index c07faa066061..36c6287a635c 100644 --- a/dev-haskell/tasty-golden/Manifest +++ b/dev-haskell/tasty-golden/Manifest @@ -1,4 +1,2 @@ -DIST tasty-golden-2.2.2.3.tar.gz 6925 SHA256 5ca0186aae5b09bcb60dc393b57674cae442c104a923b8fb280ff485498df06e SHA512 34cc40a217d8bb34a2263a1eace31f49590698968aacc795e21dfed24a666388bf9536eb5a360e7b4e1a2228324470e9193e27f1cea0863e5ac13ba5ae7e673f WHIRLPOOL ebe9c9b6fc2f4753c0f64fda24a85fd5c3dbba76d5fdfe3caba7b18ea51f7f0cf064f50cb950afeb623468fefa350ea431ebc15a8808036cbe7fde22c9994615 DIST tasty-golden-2.2.2.4.tar.gz 7102 SHA256 2cd0ac55b3edd218cf713842681aafa036db2aaf24558b303f9f64030624cc24 SHA512 7674f0003595a9569ecf05c7b68608887f815361c9c7b234cba3a0af4eda855a1131fbafcfb15cff19c584dd4f9888e3cc001deea8ac110c648d66a9fe1c7237 WHIRLPOOL b58a160bbd626128bbff5fe9d807a82703e15c563c19037d6e7546c7bc855429c91f25c6d40ad86903e36c983a31d12892ddfe3342df5a810a03c42d9cb3da70 -DIST tasty-golden-2.3.0.1.tar.gz 7098 SHA256 5146fc0121435d64ecb75c73ac71aad46a1159a1d169eeecd91adefc607754a6 SHA512 2488c47f05c4ba038ca054495a378ecb57c7e989de3dc81de85ce7ab673448ac7b436e9078a0be84ed8a98c5aa64ffd08998fe38a5bd947d425fb5bed8b5bf8d WHIRLPOOL 8868c3fc9d286005e4c4131dcd17e99eb766dff44308f3cea03917e8a67ebfb4d4a22cb632bc727974fd24f08a621409a940791d2247ff7c3c0aebed92cd31a1 DIST tasty-golden-2.3.1.tar.gz 7193 SHA256 f292a57dc63afdd5607cca82bcc5ad606c5e1c59bb6fabc7fe48a26d816dcbf1 SHA512 3c729edf394db6eaa94dc606d146599ef00d1bcdbb49482a52fc248e61b3ab236000ce2779cbf59c1cc458738cff5b51a4ff5bf79384e4479db93a1ea88bb6c2 WHIRLPOOL 1efcc0dc4fc6bd5d88bb773a0148f599b8cc925f55f41dd0b9862bea8233aa4d6da1d513babaa50cf964b089229dd224e0bb16f97d6902ac756e3b79834f7b47 diff --git a/dev-haskell/tasty-golden/tasty-golden-2.2.2.3.ebuild b/dev-haskell/tasty-golden/tasty-golden-2.2.2.3.ebuild deleted file mode 100644 index c9364dcf5b8b..000000000000 --- a/dev-haskell/tasty-golden/tasty-golden-2.2.2.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit base haskell-cabal - -DESCRIPTION="Golden tests support for tasty" -HOMEPAGE="https://github.com/feuerbach/tasty-golden" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - dev-haskell/optparse-applicative:=[profile?] - dev-haskell/tagged:=[profile?] - >=dev-haskell/tasty-0.8:=[profile?] - dev-haskell/temporary-rc:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.14 - test? ( dev-haskell/tasty-hunit ) -" - -PATCHES=("${FILESDIR}"/${PN}-2.2.1-haddock.patch) diff --git a/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild b/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild deleted file mode 100644 index fc00187333df..000000000000 --- a/dev-haskell/tasty-golden/tasty-golden-2.3.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.3 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Golden tests support for tasty" -HOMEPAGE="https://github.com/feuerbach/tasty-golden" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/async:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/optparse-applicative:=[profile?] - dev-haskell/tagged:=[profile?] - >=dev-haskell/tasty-0.8:=[profile?] - dev-haskell/temporary-rc:=[profile?] - >=dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( dev-haskell/tasty-hunit ) -" |