summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-05-05 12:55:20 +0000
committerMark Wright <gienah@gentoo.org>2012-05-05 12:55:20 +0000
commit2fc7eadc6ff2ce0a44174f6d04ec9ac901d5a795 (patch)
tree77e0bdd273e49e6f90f19e50261a4df529631fda /dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild
parentUpdate the stub functions to work with e2fsprogs-1.42.0. (diff)
downloadhistorical-2fc7eadc6ff2ce0a44174f6d04ec9ac901d5a795.tar.gz
historical-2fc7eadc6ff2ce0a44174f6d04ec9ac901d5a795.tar.bz2
historical-2fc7eadc6ff2ce0a44174f6d04ec9ac901d5a795.zip
Add unix-compat for darcs-2.8.0 tests
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
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.ebuild23
1 files changed, 23 insertions, 0 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
new file mode 100644
index 000000000000..78ccb82d7983
--- /dev/null
+++ b/dev-haskell/unix-compat/unix-compat-0.3.0.1.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.3.0.1.ebuild,v 1.1 2012/05/05 12:55:20 gienah Exp $
+
+# 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="http://github.com/jystic/unix-compat"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.12.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"