Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/system-posix-redirect/
Date: Sat, 31 Oct 2020 20:10:42
Message-Id: 1604175028.922518b050b3b4ee881ac8d07679731ba4b1739f.slyfox@gentoo
1 commit: 922518b050b3b4ee881ac8d07679731ba4b1739f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 20:10:28 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 20:10:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922518b0
7
8 dev-haskell/system-posix-redirect: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/system-posix-redirect/metadata.xml | 10 ----------
14 .../system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild | 4 ++--
15 2 files changed, 2 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-haskell/system-posix-redirect/metadata.xml b/dev-haskell/system-posix-redirect/metadata.xml
18 index 01dac7da10f..b7878815d80 100644
19 --- a/dev-haskell/system-posix-redirect/metadata.xml
20 +++ b/dev-haskell/system-posix-redirect/metadata.xml
21 @@ -5,14 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - Due to the design of POSIX, it is possible to temporarily overload the
27 - file descriptors corresponding to stdout and stderr to point to an
28 - arbitrary pipe. It is, however, tricky to get right. This module gets
29 - it right, as far as such a terrible hack can be made right. It can be
30 - used to make misbehaving third-party C libraries stop spewing to
31 - standard output. Warning: the module author has concluded that due to
32 - lack of portability, this module should not be used in any serious
33 - sytem. But, for those who like living dangerously...
34 - </longdescription>
35 </pkgmetadata>
36
37 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
38 index d8aeab1a8c2..dd6cce1fc5e 100644
39 --- a/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild
40 +++ b/dev-haskell/system-posix-redirect/system-posix-redirect-1.1.0.1.ebuild
41 @@ -1,9 +1,9 @@
42 # Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 -EAPI=5
46 +EAPI=7
47
48 -# ebuild generated by hackport 0.4.9999
49 +# ebuild generated by hackport 0.6.6.9999
50
51 CABAL_FEATURES="lib profile haddock hoogle hscolour"
52 inherit haskell-cabal