summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:51:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:52:16 +0100
commit223e4ecbd54dd62d50fb8ff330b32207d0462f0b (patch)
tree80a73591d2e147064f51f103e3eb2ea3002b3def /dev-haskell
parentdev-haskell/neat-interpolation: drop old (diff)
downloadgentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.tar.gz
gentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.tar.bz2
gentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.zip
dev-haskell/htf: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/htf/Manifest2
-rw-r--r--dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch9
-rw-r--r--dev-haskell/htf/htf-0.13.1.0.ebuild52
-rw-r--r--dev-haskell/htf/htf-0.13.2.5.ebuild47
4 files changed, 0 insertions, 110 deletions
diff --git a/dev-haskell/htf/Manifest b/dev-haskell/htf/Manifest
index 2f1903fbbe40..8a008c788f2d 100644
--- a/dev-haskell/htf/Manifest
+++ b/dev-haskell/htf/Manifest
@@ -1,3 +1 @@
-DIST HTF-0.13.1.0.tar.gz 78310 BLAKE2B eab7a9c2eb05246dbd413f31c32554b01527211bb469ceec8a54d11e427ca74ee706640fe3d49fc40486a238db4e284ce97511c371e7eb7161d65cb841f77a76 SHA512 1292f8f0b9189e1ce05de1cf6f686ce77a839c4191a5f8b8000c8d740abe4b8f457a7c5ed8aadc13221fe9fde9b4c15bde9f9f6f53ac03178cd1884572fb4069
-DIST HTF-0.13.2.5.tar.gz 79761 BLAKE2B 2caf1ea1192087fd614f097a45508d290cfb2a7f7633f262c7b3b37d1f1bf23d7a3cb0b7746a6b2f619b41e08500f6ce1d1a4700ae216a0641e4edd1c5db5b03 SHA512 2c68a74c6492343d21405965776d3ee7c2930677c626c5353953d53274213bee0cf803c1b6f14600759c89eb0a66db4d248af75263e6c5f1bb5a39f569b6af78
DIST HTF-0.14.0.3.tar.gz 80795 BLAKE2B 8933c2bc9480ff7d29cf86cf5d7718ebd179aad55a7836b2f19cf1b93ba6acd48eba89410fe4040bb073111686ae736360554a598456b7a25c77e52ed05c4335 SHA512 cf839a3fa67aec998b1f035a9b5ddb326f57c859c13767f3681deb2f8041ac283c3bcf36d0c37b08ef7878fc8ada5623af60c72a548adf8c272d2d38f8609784
diff --git a/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch b/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch
deleted file mode 100644
index ac1472051eba..000000000000
--- a/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/tests/TestHTF.hs b/tests/TestHTF.hs
-index 4a71874..c0442a5 100644
---- a/tests/TestHTF.hs
-+++ b/tests/TestHTF.hs
-@@ -383,3 +383,3 @@ checkOutput output =
- BSL.toStrict $
-- J.encodePretty' (J.Config 2 J.compare) json
-+ J.encodePretty' (J.defConfig { J.confIndent = J.Spaces 2, J.confCompare = J.compare }) json
-
diff --git a/dev-haskell/htf/htf-0.13.1.0.ebuild b/dev-haskell/htf/htf-0.13.1.0.ebuild
deleted file mode 100644
index 614b9ad03d9c..000000000000
--- a/dev-haskell/htf/htf-0.13.1.0.ebuild
+++ /dev/null
@@ -1,52 +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
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-MY_PN="HTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Haskell Test Framework"
-HOMEPAGE="https://github.com/skogsbaer/HTF/"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
- dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/cpphs-1.19:=[profile?]
- >=dev-haskell/diff-0.3:=[profile?]
- dev-haskell/haskell-src:=[profile?]
- >=dev-haskell/hunit-1.2.5:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- >=dev-haskell/mtl-1.1:=[profile?]
- >=dev-haskell/old-time-1.0:=[profile?]
- >=dev-haskell/quickcheck-2.3:2=[profile?]
- >=dev-haskell/random-1.0:=[profile?]
- >=dev-haskell/regex-compat-0.92:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-haskell/xmlgen-0.6:=[profile?]
- >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
- test? ( dev-haskell/aeson-pretty
- >=dev-haskell/temporary-1.1
- >=dev-haskell/unordered-containers-0.2 )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-aeson-pretty-0.8.patch
-}
diff --git a/dev-haskell/htf/htf-0.13.2.5.ebuild b/dev-haskell/htf/htf-0.13.2.5.ebuild
deleted file mode 100644
index d69d9e380af8..000000000000
--- a/dev-haskell/htf/htf-0.13.2.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite: needs htfpp already installed
-inherit haskell-cabal
-
-MY_PN="HTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The Haskell Test Framework"
-HOMEPAGE="https://github.com/skogsbaer/HTF/"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # needs stack, needs htfpp already installed
-
-RDEPEND=">=dev-haskell/aeson-0.11:=[profile?]
- dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/cpphs-1.19:=[profile?]
- >=dev-haskell/diff-0.3:=[profile?]
- dev-haskell/haskell-src:=[profile?]
- >=dev-haskell/hunit-1.2.5:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- >=dev-haskell/mtl-1.1:=[profile?]
- >=dev-haskell/old-time-1.0:=[profile?]
- >=dev-haskell/quickcheck-2.3:2=[profile?]
- >=dev-haskell/random-1.0:=[profile?]
- >=dev-haskell/regex-compat-0.92:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-haskell/xmlgen-0.6:=[profile?]
- >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
-"
-
-S="${WORKDIR}/${MY_P}"