commit: 7932e351d55f42f2cd6d1e4f84976d7f2827a30a Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jul 11 11:33:42 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jul 11 11:33:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7932e351
dev-haskell/unixutils: bump up to 1.54.2, use virtual/libcrypt:= Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/801556 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/unixutils/Manifest | 2 +- ...nixutils-1.54.1.ebuild => unixutils-1.54.2-r1.ebuild} | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-haskell/unixutils/Manifest b/dev-haskell/unixutils/Manifest index 4153f847257..c03e42305fe 100644 --- a/dev-haskell/unixutils/Manifest +++ b/dev-haskell/unixutils/Manifest @@ -1 +1 @@ -DIST Unixutils-1.54.1.tar.gz 12177 BLAKE2B d330150c36ac3cdfb3b9eea4a26109cb76a96207c5db40d306479696082fe2017e1ae3892fa06571af96ae5cd4c3204e56860ab204ad9192fc5160d18f663bc3 SHA512 b8395cf6778c18a2f36a45a927d24042fd144ab70c6c092e1be36b22c59bbd1f0151cbe703d9db98dc769eba41ca9eb89cf60e87f5a6bbb32d6b64ef97c45665 +DIST Unixutils-1.54.2.tar.gz 12299 BLAKE2B a31f3cc3657ef3a5fc02dec19720e876ac3df0a7fb4f559cce849099ff887bb8b5dd7df35cf7077d42d1ba1c18448945ccc343cfd89e12dddcc110c9ccc8aedb SHA512 7d8e652ed6d7a19082ae5fb4ca4e05f808fc7d6599b7a41652743dfbd53f0ebd3333168ea76e480127b554bbaab7466ed8ac6c066edd6651fe9f54e69ea4f5df diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild similarity index 81% rename from dev-haskell/unixutils/unixutils-1.54.1.ebuild rename to dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild index 118d852db46..648a5f9271e 100644 --- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild +++ b/dev-haskell/unixutils/unixutils-1.54.2-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -# ebuild generated by hackport 0.6.6.9999 +# ebuild generated by hackport 0.7 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="Unixutils" MY_P="${MY_PN}-${PV}" +S="${WORKDIR}/${MY_P}" DESCRIPTION="A crude interface between Haskell and Unix-like operating systems" HOMEPAGE="https://github.com/seereason/haskell-unixutils.git" @@ -18,7 +19,6 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="dev-haskell/exceptions:=[profile?] dev-haskell/mtl:=[profile?] @@ -26,11 +26,9 @@ RDEPEND="dev-haskell/exceptions:=[profile?] dev-haskell/puremd5:=[profile?] dev-haskell/regex-tdfa:=[profile?] dev-haskell/zlib:=[profile?] - >=dev-lang/ghc-7.4.1:= - virtual/libc + >=dev-lang/ghc-8.4.3:= + virtual/libcrypt:= " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2 + >=dev-haskell/cabal-2.2.0.1 " - -S="${WORKDIR}/${MY_P}"
