commit: 922518b050b3b4ee881ac8d07679731ba4b1739f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 20:10:28 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 20:10:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922518b0
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 <AT> gentoo.org>
dev-haskell/system-posix-redirect/metadata.xml | 10 ----------
.../system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild | 4 ++--
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 01dac7da10f..b7878815d80 100644
--- a/dev-haskell/system-posix-redirect/metadata.xml
+++ b/dev-haskell/system-posix-redirect/metadata.xml
@@ -5,14 +5,4 @@
<email>[email protected]</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 d8aeab1a8c2..dd6cce1fc5e 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