summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/hackport/hackport-0.7.ebuild')
-rw-r--r--app-portage/hackport/hackport-0.7.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/app-portage/hackport/hackport-0.7.ebuild b/app-portage/hackport/hackport-0.7.ebuild
deleted file mode 100644
index bbe4e16168c8..000000000000
--- a/app-portage/hackport/hackport-0.7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Hackage and Portage integration tool"
-HOMEPAGE="https://hackage.haskell.org/package/hackport"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/async-2.0:=
- >=dev-haskell/base16-bytestring-0.1.1:= <dev-haskell/base16-bytestring-1:=
- >=dev-haskell/base64-bytestring-1.0:=
- >=dev-haskell/cryptohash-sha256-0.11:=
- dev-haskell/ed25519:=
- dev-haskell/extensible-exceptions:=
- >=dev-haskell/hashable-1.0:=
- >=dev-haskell/http-4000.1.5:=
- >=dev-haskell/lukko-0.1:=
- >=dev-haskell/mtl-2.1:=
- >=dev-haskell/network-2.6:=
- >=dev-haskell/network-uri-2.6:=
- >=dev-haskell/old-locale-1.0:=
- >=dev-haskell/parallel-3.2.1.0:=
- >=dev-haskell/parsec-3.1.13:=
- >=dev-haskell/random-1.0:=
- dev-haskell/split:=
- >=dev-haskell/stm-2.0:=
- >=dev-haskell/tar-0.5:=
- >=dev-haskell/text-1.2.3.0:=
- >=dev-haskell/xml-1.3.7:=
- >=dev-haskell/zlib-0.5.3:=
- >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
- test? ( >=dev-haskell/doctest-0.8
- >=dev-haskell/hspec-2.0
- >=dev-haskell/quickcheck-2.0 )
-"
-RDEPEND+="
- app-portage/repoman
- dev-util/pkgcheck
-"
-
-src_install() {
- haskell-cabal_src_install
- doman man/hackport.1
-}