public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unixutils/
@ 2020-11-01 12:56 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-11-01 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     19adb430f699ba1e51e81307529db8ff1f5b41b9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  1 11:36:57 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  1 12:56:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19adb430

dev-haskell/unixutils: 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/unixutils/metadata.xml            | 7 -------
 dev-haskell/unixutils/unixutils-1.54.1.ebuild | 6 +++---
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/dev-haskell/unixutils/metadata.xml b/dev-haskell/unixutils/metadata.xml
index 6d8b18715fc..b7878815d80 100644
--- a/dev-haskell/unixutils/metadata.xml
+++ b/dev-haskell/unixutils/metadata.xml
@@ -5,11 +5,4 @@
 		<email>haskell@gentoo.org</email>
 		<name>Gentoo Haskell</name>
 	</maintainer>
-	<longdescription>
-		A collection of useful and mildly useful functions that you might
-		expect to find in System.* which a heavy bias towards Unix-type operating systems.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">seereason/haskell-unixutils.git</remote-id>
-	</upstream>
 </pkgmetadata>

diff --git a/dev-haskell/unixutils/unixutils-1.54.1.ebuild b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
index 072b4333f78..118d852db46 100644
--- a/dev-haskell/unixutils/unixutils-1.54.1.ebuild
+++ b/dev-haskell/unixutils/unixutils-1.54.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# 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.5.9999
+# ebuild generated by hackport 0.6.6.9999
 
 CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unixutils/
@ 2021-07-11 11:33 Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2021-07-11 11:33 UTC (permalink / raw
  To: gentoo-commits

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}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-11 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11 11:33 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/unixutils/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-11-01 12:56 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox