commit: d89adf56425f12dc192894e84c3abffd2b30ee46 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Sep 12 14:27:44 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Sep 12 14:36:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89adf56
dev-haskell/constraints: drop old Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/constraints/Manifest | 2 -- dev-haskell/constraints/constraints-0.4.1.3.ebuild | 29 ---------------------- dev-haskell/constraints/constraints-0.8.ebuild | 29 ---------------------- .../files/constraints-0.4.1.3-ghc-8.patch | 17 ------------- 4 files changed, 77 deletions(-) diff --git a/dev-haskell/constraints/Manifest b/dev-haskell/constraints/Manifest index 6615726c1a4..c9b22350c17 100644 --- a/dev-haskell/constraints/Manifest +++ b/dev-haskell/constraints/Manifest @@ -1,3 +1 @@ DIST constraints-0.11.2.tar.gz 20611 BLAKE2B f87bd7dc91162e4fda24f6676c1ebf9d152364a2b547a8edc968413e0e986ce3c0d392f0794d7fe7d54cad05e3dad68b3eae1764556b0d3cc5c67700008b2ad0 SHA512 ebca93d8ded8ea6ef75ad17906cc4d1bd8629c2b38691caf6bfc01f5d041db2b8ebe1436ad97ddfc7f3fd1b0067e0b3530125d58a5aeb3e395c5acf8f5741fed -DIST constraints-0.4.1.3.tar.gz 7311 BLAKE2B 27d2265324dfbb60da85cc7016c90e1b38ef5d906a0506b35b18e4b4b06050f9ae1f30e9e621466614a1d643949ccdf23cce183b44e52dc5fcfe3acc41226cac SHA512 0478c69be6a719b83d536aef7733d7383f5400a234829f49146597f89339d3aee46455f3f5001dfc213e07c116276699bf970a657051f3dddb8ab2d9f9593836 -DIST constraints-0.8.tar.gz 12348 BLAKE2B 63ddba733601898c8e8a7712c406e34417141f1da0adc7ab6ce4d271b2356eb1ad6e9ee5ab0b77c1c7efdaf6e0ba6c5e639c6c55032cd75cd6850719323a61a6 SHA512 8cd6f16e70657f95f6d9b0824f85e5991d7da85852a1664abf8b99f95ab85456ecda09f3e59577019284358c09b198d298d01ff152acb3086121521ee302e665 diff --git a/dev-haskell/constraints/constraints-0.4.1.3.ebuild b/dev-haskell/constraints/constraints-0.4.1.3.ebuild deleted file mode 100644 index e7cfd357418..00000000000 --- a/dev-haskell/constraints/constraints-0.4.1.3.ebuild +++ /dev/null @@ -1,29 +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.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Constraint manipulation" -HOMEPAGE="https://github.com/ekmett/constraints/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/newtype-0.2:=[profile?] <dev-haskell/newtype-0.3:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ghc-8.patch -} diff --git a/dev-haskell/constraints/constraints-0.8.ebuild b/dev-haskell/constraints/constraints-0.8.ebuild deleted file mode 100644 index 53ebe69ee4b..00000000000 --- a/dev-haskell/constraints/constraints-0.8.ebuild +++ /dev/null @@ -1,29 +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.4.7.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Constraint manipulation" -HOMEPAGE="https://github.com/ekmett/constraints/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/binary-0.7.3:=[profile?] <dev-haskell/binary-0.9:=[profile?] - >=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?] - >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?] - >=dev-haskell/transformers-compat-0.4:=[profile?] <dev-haskell/transformers-compat-1:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 -" diff --git a/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch b/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch deleted file mode 100644 index 1b2f8169c45..00000000000 --- a/dev-haskell/constraints/files/constraints-0.4.1.3-ghc-8.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Data/Constraint.hs b/Data/Constraint.hs -index 84d67c0..a104f51 100644 ---- a/Data/Constraint.hs -+++ b/Data/Constraint.hs -@@ -79,3 +79,7 @@ import Data.Data - #endif -+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 707 -+import GHC.Exts (Constraint) -+#else - import GHC.Prim (Constraint) -+#endif - -@@ -375,3 +379,3 @@ instance Class () (b :=> a) where cls = Sub Dict - instance Class b a => () :=> Class b a where ins = Sub Dict --instance (b :=> a) => () :=> b :=> a where ins = Sub Dict -+instance (b :=> a) => () :=> (b :=> a) where ins = Sub Dict -
