summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-18 07:43:11 +0000
committerMark Wright <gienah@gentoo.org>2012-11-18 07:43:11 +0000
commit7933a7fd17a5ec00b024a2c6af6ef889dce0b524 (patch)
treeb990bf3b3d1ccfdc00c3bd6c380e8b9f43de693c /dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild
parentstable arm, bug #443610 (diff)
downloadhistorical-7933a7fd17a5ec00b024a2c6af6ef889dce0b524.tar.gz
historical-7933a7fd17a5ec00b024a2c6af6ef889dce0b524.tar.bz2
historical-7933a7fd17a5ec00b024a2c6af6ef889dce0b524.zip
Bump unix-compat to 0.4.0.0
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64 Manifest-Sign-Key: 0x618E971F
Diffstat (limited to 'dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild')
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild
new file mode 100644
index 000000000000..bc21432fc80f
--- /dev/null
+++ b/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild,v 1.1 2012/11/18 07:43:03 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable POSIX-compatibility layer."
+HOMEPAGE="http://github.com/jystic/unix-compat"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.12.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"