summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-31 20:10:28 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-31 20:10:28 +0000
commit922518b050b3b4ee881ac8d07679731ba4b1739f (patch)
tree22f317816ad54fbb02b2b025bb8312d1b2e4e3ec /dev-haskell/system-posix-redirect
parentdev-haskell/stringprep: update to EAPI=7 (diff)
downloadgentoo-922518b050b3b4ee881ac8d07679731ba4b1739f.tar.gz
gentoo-922518b050b3b4ee881ac8d07679731ba4b1739f.tar.bz2
gentoo-922518b050b3b4ee881ac8d07679731ba4b1739f.zip
dev-haskell/system-posix-redirect: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/system-posix-redirect')
-rw-r--r--dev-haskell/system-posix-redirect/metadata.xml10
-rw-r--r--dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild4
2 files changed, 2 insertions, 12 deletions
diff --git a/dev-haskell/system-posix-redirect/metadata.xml b/dev-haskell/system-posix-redirect/metadata.xml
index 01dac7da10fe..b7878815d80d 100644
--- a/dev-haskell/system-posix-redirect/metadata.xml
+++ b/dev-haskell/system-posix-redirect/metadata.xml
@@ -5,14 +5,4 @@
<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
index d8aeab1a8c21..dd6cce1fc5e7 100644
--- 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
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.4.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal