commit:     febca8c6770a51642599c668b7fd2b93e936b7cd
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Aug 22 06:20:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 08:06:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febca8c6

dev-haskell/extra: remove old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/extra/Manifest                        |  5 -----
 dev-haskell/extra/extra-1.3.1.ebuild              | 26 ----------------------
 dev-haskell/extra/extra-1.4.10.ebuild             | 27 -----------------------
 dev-haskell/extra/extra-1.4.2.ebuild              | 26 ----------------------
 dev-haskell/extra/extra-1.5.1.ebuild              | 26 ----------------------
 dev-haskell/extra/extra-1.7.4.ebuild              | 27 -----------------------
 dev-haskell/extra/files/extra-1.4.10-QC-2.9.patch | 23 -------------------
 7 files changed, 160 deletions(-)

diff --git a/dev-haskell/extra/Manifest b/dev-haskell/extra/Manifest
index fda45ec0129..8d858d331e3 100644
--- a/dev-haskell/extra/Manifest
+++ b/dev-haskell/extra/Manifest
@@ -1,6 +1 @@
-DIST extra-1.3.1.tar.gz 30439 BLAKE2B 
d1a550e8e09376490c25497ace158418679a971e3d0113f727b3815f80b20b20a85ed87349302d6065d5af7c930adaba2f26fb939952ff06b01cfa2355025ad7
 SHA512 
d6e736a021ee39139855516647b91a328e8ff075b94bdcc84c1296586d9f58a20819fcf78a45bd0fc9b3e9516780c68fb27ec0dc406964b6d9d5c93e26bfc9c5
-DIST extra-1.4.10.tar.gz 34981 BLAKE2B 
e1601f3d6f782a3b0138fa47929afb2bd2fef74305c4e6f8d41aea9eb12c00975da9a3edb200f4ff4e613c049f08239c993ebc11eca600992d831ed54a59058d
 SHA512 
16b7bbe3944d7013a54dfe629f997bb46a24c9b933a6be9570cd86f6b1bace9c001acb0b5b8d92ddf50aa21ca67d5694d3705029116644012345d20f1e3386fd
-DIST extra-1.4.2.tar.gz 31311 BLAKE2B 
4039e3c0ca573d782a4bc6db2d892d22ffcc5e012e752f065c9f98d6e580a5b43e772e49345681bb9a31ef9679295d459aceadbca9bf79b4f496b8a1a7b08e8e
 SHA512 
5d0c5ee70d51fa4d132b5e7813908a65badbf339cfcae4182932933b70cb7b8faf659d22c624086757c38973aeff769b5175bf533bbb51c3ec419ba09bb28409
-DIST extra-1.5.1.tar.gz 35989 BLAKE2B 
637533fd0b175892c58b341d5dc8c3d97a28291a638f2cc185a7338077d2f6ced21a1efe0859ee8f4e9fa1636c3f8ef4423c83a0a683a9accd25efd70cafdac9
 SHA512 
c3a0d7abc589e4a175c5c090b4a850751b0f231a3934db3bb87f4a11044acfcb161aa366789b3c6b5415778578ca126c3469f648fa326fa5ebec0889c59005e8
-DIST extra-1.7.4.tar.gz 42476 BLAKE2B 
e27eb047546b5fa378916d6c65daea2e40c313a49afb7c78d935b27dc693fbba1e7b82c54d2cc6387eb6808dfef0de51b6b6768e2e91b93d590409a32d308569
 SHA512 
3161834ea25d3b485432dcab9f4a385a2552fa8d69b5ec198152b3dca08f6ac0ffd42a467e69210c2a1ac5bef7f1c6ff15c61459cb447c125ee240563a748d15
 DIST extra-1.7.6.tar.gz 43033 BLAKE2B 
96b7c541b238bbec81b3f51342466559eebb935479020b03947273f21d35038d5c235cdb5a51b6d60f09aafeb559e72926014394944b2a0e34997b7391aa8341
 SHA512 
1b8bdab361807aafe3ea0048904d17984330f4b3ac137053d95957de89b4ed00e1e52c8828e26cbdd4ddb216244a21b0dc07f0c0f56b7cded96a9dd527443699

diff --git a/dev-haskell/extra/extra-1.3.1.ebuild 
b/dev-haskell/extra/extra-1.3.1.ebuild
deleted file mode 100644
index f22664d3679..00000000000
--- a/dev-haskell/extra/extra-1.3.1.ebuild
+++ /dev/null
@@ -1,26 +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.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra functions I use"
-HOMEPAGE="https://github.com/ndmitchell/extra#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-# this package has nothing to do with extra:0 (aka Extra on hackage)
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/extra/extra-1.4.10.ebuild 
b/dev-haskell/extra/extra-1.4.10.ebuild
deleted file mode 100644
index ada0019eb1b..00000000000
--- a/dev-haskell/extra/extra-1.4.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra functions I use"
-HOMEPAGE="https://github.com/ndmitchell/extra#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/quickcheck )
-"
-
-PATCHES=("${FILESDIR}"/${P}-QC-2.9.patch)

diff --git a/dev-haskell/extra/extra-1.4.2.ebuild 
b/dev-haskell/extra/extra-1.4.2.ebuild
deleted file mode 100644
index 5b0daf5218d..00000000000
--- a/dev-haskell/extra/extra-1.4.2.ebuild
+++ /dev/null
@@ -1,26 +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.6
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra functions I use"
-HOMEPAGE="https://github.com/ndmitchell/extra#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-# this package has nothing to do with extra:0 (aka Extra on hackage)
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/extra/extra-1.5.1.ebuild 
b/dev-haskell/extra/extra-1.5.1.ebuild
deleted file mode 100644
index 9e12544fa3f..00000000000
--- a/dev-haskell/extra/extra-1.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra functions I use"
-HOMEPAGE="https://github.com/ndmitchell/extra#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/clock-0.7:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18
-       test? ( >=dev-haskell/quickcheck-2.9 )
-"

diff --git a/dev-haskell/extra/extra-1.7.4.ebuild 
b/dev-haskell/extra/extra-1.7.4.ebuild
deleted file mode 100644
index fdfa34438d3..00000000000
--- a/dev-haskell/extra/extra-1.7.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Extra functions I use"
-HOMEPAGE="https://github.com/ndmitchell/extra#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/clock-0.7:=[profile?]
-       >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.24.0.0
-       test? ( >=dev-haskell/quickcheck-2.10
-               >=dev-haskell/quickcheck-instances-0.3.17 )
-"

diff --git a/dev-haskell/extra/files/extra-1.4.10-QC-2.9.patch 
b/dev-haskell/extra/files/extra-1.4.10-QC-2.9.patch
deleted file mode 100644
index 14b861060b1..00000000000
--- a/dev-haskell/extra/files/extra-1.4.10-QC-2.9.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/test/TestUtil.hs b/test/TestUtil.hs
-index 87f3417..cda262f 100644
---- a/test/TestUtil.hs
-+++ b/test/TestUtil.hs
-@@ -72,3 +72,5 @@ instance Testable () where
-     property = property . (`seq` True)
-+#if ! MIN_VERSION_QuickCheck(2,9,0)
-     exhaustive _ = True
-+#endif
- 
-@@ -76,3 +78,6 @@ instance Testable a => Testable (IO a) where
-     property = property . unsafePerformIO
-+#if ! MIN_VERSION_QuickCheck(2,9,0)
-     exhaustive = exhaustive . unsafePerformIO
-+#endif
-+
- 
-@@ -107,3 +112,5 @@ instance Arbitrary DiffTime where
- 
-+#if ! MIN_VERSION_QuickCheck(2,9,2)
- instance Arbitrary Version where
-     arbitrary = makeVersion . map abs <$> listOf1 arbitrary
-+#endif

Reply via email to