summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-20 09:27:52 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-20 09:27:52 +0100
commitf37e7a1b135326f1407ff9bd1bc41cf535fb62f4 (patch)
tree42b95c25afecedb9f1b22013585fc2898071a65a
parentdev-haskell/hdbc: drop old (diff)
downloadgentoo-f37e7a1b135326f1407ff9bd1bc41cf535fb62f4.tar.gz
gentoo-f37e7a1b135326f1407ff9bd1bc41cf535fb62f4.tar.bz2
gentoo-f37e7a1b135326f1407ff9bd1bc41cf535fb62f4.zip
dev-haskell/convertible: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/convertible/Manifest1
-rw-r--r--dev-haskell/convertible/convertible-1.0.11.1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-haskell/convertible/Manifest b/dev-haskell/convertible/Manifest
index 23a85372b4bb..c21d5d909b2a 100644
--- a/dev-haskell/convertible/Manifest
+++ b/dev-haskell/convertible/Manifest
@@ -1,2 +1 @@
-DIST convertible-1.0.11.1.tar.gz 14478 BLAKE2B 43b5bb35572870af30f7163834d5fba5680202f55995723b3540aa3b3b7b91d74f0762c982eca81dc4424b8db3a8d9ef053c6a3c5bd25b2e6b60287cb7b2fc59 SHA512 50082727409c450657bef534af94e8a58e8a3f97fa59d8f24f34d5b72e8335a41c3678036eafd8831f4748c6f1158cef96950d24c53e8402a4b9a7778640a9b1
DIST convertible-1.1.1.0.tar.gz 14354 BLAKE2B 8d60f3ed29732dddf68d9b0221aae12300533c79d2d2763fe09af143296bfda93bc1781b7d21034b4747b5bc18894db033ce16a7c4a3967f8c7c4f4429cb1f52 SHA512 cd36107b686c56a5d374efbb9be4fa8a0ec3504f0cd807870d34f279707b36721ce5639e22939d11d1795354e453fabe4f1b6130b06ec20ad597287f62959dba
diff --git a/dev-haskell/convertible/convertible-1.0.11.1.ebuild b/dev-haskell/convertible/convertible-1.0.11.1.ebuild
deleted file mode 100644
index 1e532b32db03..000000000000
--- a/dev-haskell/convertible/convertible-1.0.11.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Typeclasses and instances for converting between types"
-HOMEPAGE="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-haskell/mtl[profile?]
- >=dev-haskell/text-0.7[profile?]
- >=dev-lang/ghc-6.8.2"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2
- test? ( dev-haskell/hunit
- dev-haskell/quickcheck:2
- dev-haskell/testpack
- )
- "
-
-src_configure() {
- cabal_src_configure $(cabal_flag test buildtests)
-}
-
-src_test() {
- # default tests
- haskell-cabal_src_test || die "cabal test failed"
-
- # built custom tests
- "${S}/dist/build/runtests/runtests" || die "unit tests failed"
-}
-
-src_install() {
- cabal_src_install
-
- # if tests were enabled, make sure the unit test driver is deleted
- rm -f "${ED}/usr/bin/runtests"
-}