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
commitbcf42448e0cad2e18992445885ab5fb96f036986 (patch)
tree5ab17a470eb21afa002e8ef117bc3d50e1f9ae39 /dev-haskell/unix-compat
parentUpdate the stub functions to work with e2fsprogs-1.42.0. (diff)
downloadgentoo-2-bcf42448e0cad2e18992445885ab5fb96f036986.tar.gz
gentoo-2-bcf42448e0cad2e18992445885ab5fb96f036986.tar.bz2
gentoo-2-bcf42448e0cad2e18992445885ab5fb96f036986.zip
Add unix-compat for darcs-2.8.0 tests
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r--dev-haskell/unix-compat/ChangeLog10
-rw-r--r--dev-haskell/unix-compat/metadata.xml14
-rw-r--r--dev-haskell/unix-compat/unix-compat-0.3.0.1.ebuild23
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog
new file mode 100644
index 000000000000..9c26d72d609b
--- /dev/null
+++ b/dev-haskell/unix-compat/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/unix-compat
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.1 2012/05/05 12:55:20 gienah Exp $
+
+*unix-compat-0.3.0.1 (05 May 2012)
+
+ 05 May 2012; Mark Wright <gienah@gentoo.org> +unix-compat-0.3.0.1.ebuild,
+ +metadata.xml:
+ Add unix-compat for darcs-2.8.0 tests
+
diff --git a/dev-haskell/unix-compat/metadata.xml b/dev-haskell/unix-compat/metadata.xml
new file mode 100644
index 000000000000..f1ea57d4a7bb
--- /dev/null
+++ b/dev-haskell/unix-compat/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This package provides portable implementations of parts
+ of the unix package. This package re-exports the unix
+ package when available. When it isn&#39;t available,
+ portable implementations are used.
+ </longdescription>
+</pkgmetadata>
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"