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/unixutils/
Date: Sun, 01 Nov 2020 12:56:25
Message-Id: 1604235376.19adb430f699ba1e51e81307529db8ff1f5b41b9.slyfox@gentoo
1 commit: 19adb430f699ba1e51e81307529db8ff1f5b41b9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 11:36:57 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 12:56:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19adb430
7
8 dev-haskell/unixutils: 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/unixutils/metadata.xml | 7 -------
14 dev-haskell/unixutils/unixutils-1.54.1.ebuild | 6 +++---
15 2 files changed, 3 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-haskell/unixutils/metadata.xml b/dev-haskell/unixutils/metadata.xml
18 index 6d8b18715fc..b7878815d80 100644
19 --- a/dev-haskell/unixutils/metadata.xml
20 +++ b/dev-haskell/unixutils/metadata.xml
21 @@ -5,11 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - A collection of useful and mildly useful functions that you might
27 - expect to find in System.* which a heavy bias towards Unix-type operating systems.
28 - </longdescription>
29 - <upstream>
30 - <remote-id type="github">seereason/haskell-unixutils.git</remote-id>
31 - </upstream>
32 </pkgmetadata>
33
34 diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
35 index 072b4333f78..118d852db46 100644
36 --- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild
37 +++ b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=5
44 +EAPI=7
45
46 -# ebuild generated by hackport 0.4.5.9999
47 +# ebuild generated by hackport 0.6.6.9999
48
49 CABAL_FEATURES="lib profile haddock hoogle hscolour"
50 inherit haskell-cabal