diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:35:02 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:43:04 +0100 |
commit | 532d6a5442341cb5d08187d8135ed294a18bacbc (patch) | |
tree | fe992293348779da3d64c27660c73ac0e5e8845e /dev-haskell/test-framework-hunit | |
parent | dev-haskell/test-framework: drop old (diff) | |
download | gentoo-532d6a5442341cb5d08187d8135ed294a18bacbc.tar.gz gentoo-532d6a5442341cb5d08187d8135ed294a18bacbc.tar.bz2 gentoo-532d6a5442341cb5d08187d8135ed294a18bacbc.zip |
dev-haskell/test-framework-hunit: 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/test-framework-hunit')
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-haskell/test-framework-hunit/Manifest b/dev-haskell/test-framework-hunit/Manifest index 48b99007a55d..5378ed32d7c2 100644 --- a/dev-haskell/test-framework-hunit/Manifest +++ b/dev-haskell/test-framework-hunit/Manifest @@ -1,2 +1 @@ DIST test-framework-hunit-0.3.0.2.tar.gz 2770 BLAKE2B 48d5d90f215a27402c77967e4656e99cf74740775a98b3fbbd6d3ecd90ec1dc8d31cf462df6f7ba2939b40dd524d5f13a4cde01ce0d03aeb2829726393ef39de SHA512 068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32 -DIST test-framework-hunit-0.3.0.tar.gz 2679 BLAKE2B 8e224ed1c05d8812b8fad8427350a725926ce150c9381c1f76e10deff0d5f818f3ab672b1e4dc5cbc4e6cdd61496a9d7c95d73ddfc110e263f0e17bbf37dd835 SHA512 39a537a56d3fa7f6a996b58a40971265acf4103608f10386af2c7d8d941cc416afa504af2f2f70b91e43616dac1231d384e2fc14835f5a13e41fd27d42f708ed diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2.ebuild deleted file mode 100644 index 8b461241552f..000000000000 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.2.ebuild +++ /dev/null @@ -1,33 +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.4.6.9999 -#hackport: flags: +base4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="HUnit support for the test-framework package" -HOMEPAGE="https://batterseapower.github.io/test-framework/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] - >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-1.4:=[profile?] - >=dev-haskell/test-framework-0.2.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=base4 -} diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild deleted file mode 100644 index 78f662c4163a..000000000000 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="HUnit support for the test-framework package" -HOMEPAGE="https://batterseapower.github.com/test-framework/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] - <dev-haskell/extensible-exceptions-0.2.0:=[profile?] - >=dev-haskell/hunit-1.2:=[profile?] - <dev-haskell/hunit-2:=[profile?] - >=dev-haskell/test-framework-0.2.0:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.3" |