summaryrefslogtreecommitdiff
path: root/dev-haskell/system-posix-redirect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/system-posix-redirect
parentd87262dd706fec50cd150aab3e93883b6337466d (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, 0 insertions, 45 deletions
diff --git a/dev-haskell/system-posix-redirect/Manifest b/dev-haskell/system-posix-redirect/Manifest
deleted file mode 100644
index e98c6d579aab..000000000000
--- a/dev-haskell/system-posix-redirect/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 01dac7da10fe..000000000000
--- a/dev-haskell/system-posix-redirect/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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
deleted file mode 100644
index a728b1929b18..000000000000
--- a/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-"