summaryrefslogtreecommitdiff
path: root/dev-haskell/system-posix-redirect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/system-posix-redirect
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/system-posix-redirect')
-rw-r--r--dev-haskell/system-posix-redirect/Manifest3
-rw-r--r--dev-haskell/system-posix-redirect/metadata.xml18
-rw-r--r--dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild24
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-haskell/system-posix-redirect/Manifest b/dev-haskell/system-posix-redirect/Manifest
new file mode 100644
index 000000000000..e98c6d579aab
--- /dev/null
+++ b/dev-haskell/system-posix-redirect/Manifest
@@ -0,0 +1,3 @@
+DIST system-posix-redirect-1.1.0.1.tar.gz 3581 BLAKE2B d93a0ec31e8ad900871469e501feccbd0094f5b8be7671f44282e26a7a2a72d7f8b74294af57d13d9658aa1fa6ec0e73e26e6e85d967254dc38ed462599edbdd SHA512 3a41668540ebff5ce706db331bb3c736895bd6a8fc11926884ff3e96622bb047c5b715468f4db81d0ac6acd15144ae9dbb71f087173244e29ba5b2a242f43c95
+EBUILD system-posix-redirect-1.1.0.1.ebuild 581 BLAKE2B 9693f26e6bce5c173f102f4b82bcffc5a63c933afe5d330671780dba29128a0b7a78bb30e50bab84431651cdb22b746db12e59f15f6c7743a2f62a2cb6d61241 SHA512 96f15e7af6823390f259a208c470c80afbebdae3ed15f84225707330adcfaa805246ecf9a311e3458864a02979ea057fcc958658cac9ae35aab1f1183fc65e79
+MISC metadata.xml 837 BLAKE2B b1949e599f2f80f86e9fdd21ca4a816fdcc80d2150465060ac7b0def4ed6d1c153c4c36999ec7fe56768350db0a2a1a90e4f633bc950fa19182494c15d03008b SHA512 ec4e74a4e8925c76c71a2f9817838771c6c2080ce11b3324637c3b7ae54c8354508f3df9da043704d87057a9092da8f7173e065c021646d3b0ae8c4010874b84
diff --git a/dev-haskell/system-posix-redirect/metadata.xml b/dev-haskell/system-posix-redirect/metadata.xml
new file mode 100644
index 000000000000..01dac7da10fe
--- /dev/null
+++ b/dev-haskell/system-posix-redirect/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Due to the design of POSIX, it is possible to temporarily overload the
+ file descriptors corresponding to stdout and stderr to point to an
+ arbitrary pipe. It is, however, tricky to get right. This module gets
+ it right, as far as such a terrible hack can be made right. It can be
+ used to make misbehaving third-party C libraries stop spewing to
+ standard output. Warning: the module author has concluded that due to
+ lack of portability, this module should not be used in any serious
+ sytem. But, for those who like living dangerously...
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild b/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild
new file mode 100644
index 000000000000..a728b1929b18
--- /dev/null
+++ b/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A toy module to temporarily redirect a program's stdout"
+HOMEPAGE="http://hackage.haskell.org/package/system-posix-redirect"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"