[gentoo-commits] repo/gentoo:master commit in: dev-haskell/bytestring-show/

2020-09-12 Thread Sergei Trofimovich
commit: 3718a2e09a563174e84fd623c711046a30dd7322
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 12 08:53:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 12 08:55:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3718a2e0

dev-haskell/bytestring-show: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../bytestring-show/bytestring-show-0.3.5.6.ebuild | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild 
b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild
deleted file mode 100644
index 43a7a4e7404..000
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Efficient conversion of values into readable byte strings"
-HOMEPAGE="http://code.haskell.org/~dolio/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.6.0.3
-"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/bytestring-show/

2020-08-04 Thread Sergei Trofimovich
commit: 0ae54929c1df07051697a0941737fe3b141f7f2a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug  4 22:06:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug  4 22:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae54929

dev-haskell/bytestring-show: tweak for ghc-8.8

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild 
b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
index 034819b9da9..c9d31c58983 100644
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
+++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild
@@ -1,7 +1,7 @@
-# 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.3.6.
 
@@ -25,6 +25,11 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   default
+
+   # Use default for compatibility with Cabal-3
+   rm Setup.lhs || die
cabal_chdeps \
-   'binary < 0.8' 'binary'
+   'binary < 0.8' 'binary' \
+   'containers < 0.6' 'containers'
 }