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, 11 Jul 2021 11:33:58
Message-Id: 1626003231.7932e351d55f42f2cd6d1e4f84976d7f2827a30a.slyfox@gentoo
1 commit: 7932e351d55f42f2cd6d1e4f84976d7f2827a30a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 11:33:42 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 11:33:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7932e351
7
8 dev-haskell/unixutils: bump up to 1.54.2, use virtual/libcrypt:=
9
10 Reported-by: Agostino Sarubbo
11 Closes: https://bugs.gentoo.org/801556
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/unixutils/Manifest | 2 +-
16 ...nixutils-1.54.1.ebuild => unixutils-1.54.2-r1.ebuild} | 16 +++++++---------
17 2 files changed, 8 insertions(+), 10 deletions(-)
18
19 diff --git a/dev-haskell/unixutils/Manifest b/dev-haskell/unixutils/Manifest
20 index 4153f847257..c03e42305fe 100644
21 --- a/dev-haskell/unixutils/Manifest
22 +++ b/dev-haskell/unixutils/Manifest
23 @@ -1 +1 @@
24 -DIST Unixutils-1.54.1.tar.gz 12177 BLAKE2B d330150c36ac3cdfb3b9eea4a26109cb76a96207c5db40d306479696082fe2017e1ae3892fa06571af96ae5cd4c3204e56860ab204ad9192fc5160d18f663bc3 SHA512 b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665
25 +DIST Unixutils-1.54.2.tar.gz 12299 BLAKE2B a31f3cc3657ef3a5fc02dec19720e876ac3df0a7fb4f559cce849099ff887bb8b5dd7df35cf7077d42d1ba1c18448945ccc343cfd89e12dddcc110c9ccc8aedb SHA512 7d8e652ed6d7a19082ae5fb4ca4e05f808fc7d6599b7a41652743dfbd53f0ebd3333168ea76e480127b554bbaab7466ed8ac6c066edd6651fe9f54e69ea4f5df
26
27 diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild
28 similarity index 81%
29 rename from dev-haskell/unixutils/unixutils-1.54.1.ebuild
30 rename to dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild
31 index 118d852db46..648a5f9271e 100644
32 --- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild
33 +++ b/dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild
34 @@ -1,15 +1,16 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 -# ebuild generated by hackport 0.6.6.9999
43 +# ebuild generated by hackport 0.7
44
45 CABAL_FEATURES="lib profile haddock hoogle hscolour"
46 inherit haskell-cabal
47
48 MY_PN="Unixutils"
49 MY_P="${MY_PN}-${PV}"
50 +S="${WORKDIR}/${MY_P}"
51
52 DESCRIPTION="A crude interface between Haskell and Unix-like operating systems"
53 HOMEPAGE="https://github.com/seereason/haskell-unixutils.git"
54 @@ -18,7 +19,6 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
55 LICENSE="BSD"
56 SLOT="0/${PV}"
57 KEYWORDS="~amd64 ~x86"
58 -IUSE=""
59
60 RDEPEND="dev-haskell/exceptions:=[profile?]
61 dev-haskell/mtl:=[profile?]
62 @@ -26,11 +26,9 @@ RDEPEND="dev-haskell/exceptions:=[profile?]
63 dev-haskell/puremd5:=[profile?]
64 dev-haskell/regex-tdfa:=[profile?]
65 dev-haskell/zlib:=[profile?]
66 - >=dev-lang/ghc-7.4.1:=
67 - virtual/libc
68 + >=dev-lang/ghc-8.4.3:=
69 + virtual/libcrypt:=
70 "
71 DEPEND="${RDEPEND}
72 - >=dev-haskell/cabal-1.2
73 + >=dev-haskell/cabal-2.2.0.1
74 "
75 -
76 -S="${WORKDIR}/${MY_P}"