summaryrefslogtreecommitdiff
path: root/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-06-23 22:41:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-06-23 22:41:33 +0300
commitdbdc37ee0832c2883a66f27da7dee9ec74a5f99a (patch)
tree0ca5eb43b3e8a66280581c4a04f3d2e8570f22fe /dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild
parent6928147c05011035fb81bbca67506551e15f182d (diff)
downloadgentoo-dbdc37ee0832c2883a66f27da7dee9ec74a5f99a.tar.gz
gentoo-dbdc37ee0832c2883a66f27da7dee9ec74a5f99a.tar.xz
dev-haskell/unix-compat: Drop old (EAPI=4)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild')
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild b/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild
deleted file mode 100644
index 220b7424e3f..00000000000
--- a/dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# ebuild generated by hackport 0.2.13
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Portable POSIX-compatibility layer"
-HOMEPAGE="https://github.com/jystic/unix-compat"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-6.12.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"