commit:     104ed603569dd80c10731b97892a784c01ef8e53
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:56:49 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:57:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104ed603

dev-haskell/quickcheck-io: drop old

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

 dev-haskell/quickcheck-io/Manifest                 |  3 ---
 .../quickcheck-io/quickcheck-io-0.1.1-r1.ebuild    | 26 ----------------------
 .../quickcheck-io/quickcheck-io-0.1.2.ebuild       | 26 ----------------------
 .../quickcheck-io/quickcheck-io-0.1.4.ebuild       | 26 ----------------------
 4 files changed, 81 deletions(-)

diff --git a/dev-haskell/quickcheck-io/Manifest 
b/dev-haskell/quickcheck-io/Manifest
index c3d08e82f50..e8155dc11f3 100644
--- a/dev-haskell/quickcheck-io/Manifest
+++ b/dev-haskell/quickcheck-io/Manifest
@@ -1,4 +1 @@
-DIST quickcheck-io-0.1.1.tar.gz 1646 BLAKE2B 
5265db0739e4d2b5fdc06b7d087b0d04870046feafd52cbfe87a458578ea93cf0d19359ff05e3aab1f676c890d5f9a05dccfda44176a4d0c2b1f19befc1969a2
 SHA512 
440e15d8600f7b0f662cacf176dfb1c00371add4204fad3ffcf56e092d92b3405a2e5a0a6e03b265c83dbc2ff18f3f47213e8086164840d5c8da35b575ebb007
-DIST quickcheck-io-0.1.2.tar.gz 1784 BLAKE2B 
dc3360c61cb5c6e8f69b9a7e92dc99590cf55c0ab68b4af82cadd3e128abd8e2d902d5958bc7f9cf50a2e058be4c72ff334eedc50c49b65470cee00d9e9e50d4
 SHA512 
3a3f1ff1bb8fc4924396cc6ba7dc827f41f2d7186707c78325eca3fea5bafa0257cad4d69debae0d7847c10dff88281fa3c9bd63e1882a1fad7c1f3448132835
-DIST quickcheck-io-0.1.4.tar.gz 1808 BLAKE2B 
02772839b9934f0a98d7cec02d34b6280adf73440881ee03a6546707547f68cc25a844525a247419144ea96a51d7630c36cb55a36c7fffbfb5c0729e2f638618
 SHA512 
791e9ddaf973238adb7049163682e3ca7caee3f676f2534e68c0dd84ad9059eebfa3e6544531cb346e2c114586fde6d81247d867e101a8017d48bfaf58841380
 DIST quickcheck-io-0.2.0.tar.gz 1843 BLAKE2B 
ee6179ed912313a17d0506c35ae79853aba4e31fab90c1f6727b59879bf3b172f739eb6be5186af1aea47342aa8a357bb4565299a820beaf104e642338db01e9
 SHA512 
02e1f40bac8f31f27c21d1d2df9f226816f9da871092b09f0451a8321e250c9e94887f94889be421c9d0034e0a27b02c907d16eb7da5a4376df42c7c1fbd01df

diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild 
b/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild
deleted file mode 100644
index 7cb38a7e6eb..00000000000
--- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Use HUnit assertions as QuickCheck properties"
-HOMEPAGE="https://hackage.haskell.org/package/quickcheck-io";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?]
-       >=dev-haskell/quickcheck-2.5.1:2=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-"

diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild 
b/dev-haskell/quickcheck-io/quickcheck-io-0.1.2.ebuild
deleted file mode 100644
index b3f70afa9ef..00000000000
--- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Use HUnit assertions as QuickCheck properties"
-HOMEPAGE="https://github.com/hspec/quickcheck-io#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?]
-       >=dev-haskell/quickcheck-2.5.1:2=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"

diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild 
b/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild
deleted file mode 100644
index 15a75829ac0..00000000000
--- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Use HUnit assertions as QuickCheck properties"
-HOMEPAGE="https://github.com/hspec/quickcheck-io#readme";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?]
-       >=dev-haskell/quickcheck-2.5.1:2=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"

Reply via email to