Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tasty-quickcheck/
Date: Sat, 12 Sep 2020 22:43:26
Message-Id: 1599950579.1b4352d4edc1dc842cb1960e4f68b0d50690f185.slyfox@gentoo
1 commit: 1b4352d4edc1dc842cb1960e4f68b0d50690f185
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:32:03 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:42:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4352d4
7
8 dev-haskell/tasty-quickcheck: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/tasty-quickcheck/Manifest | 3 --
14 dev-haskell/tasty-quickcheck/metadata.xml | 3 --
15 .../tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild | 28 -----------------
16 .../tasty-quickcheck-0.8.3.2.ebuild | 36 ----------------------
17 .../tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild | 29 -----------------
18 5 files changed, 99 deletions(-)
19
20 diff --git a/dev-haskell/tasty-quickcheck/Manifest b/dev-haskell/tasty-quickcheck/Manifest
21 index 2e8670c5fde..88ace228fe3 100644
22 --- a/dev-haskell/tasty-quickcheck/Manifest
23 +++ b/dev-haskell/tasty-quickcheck/Manifest
24 @@ -1,4 +1 @@
25 DIST tasty-quickcheck-0.10.1.1.tar.gz 5539 BLAKE2B 688675aa15f2790d147d34dbeca8d42e556b8a2d3fe52c7687e149f271a0ddcbb6fb21ac6be4065fdf1b8dcb82aa10a8f533e77da0111c140bb9ef807e48c222 SHA512 13cfcc99eb9988d4842327d96f0e58f5ba6c653d3027a4adb307d4101bc2f7deee0033197b4358a837ace0d03423bdafe2197b029da6a64d8b650ee2f5bd958d
26 -DIST tasty-quickcheck-0.3.1.tar.gz 2643 BLAKE2B e98ce801f560fc9513387fd4fdd1ac2540d774cc8395059661e6f15ebcd40a15e01902bfd3f389c6f5c42437530bb98fe21c1d7cad76edc367efc19cb4653516 SHA512 b6f4ffcc01e9a25a54616cb85a95901010e04c05e59743621b86d57dcfdb820285881c4a39a95e255fcdab6a33b7ee866e585a26c9628649c344c3b2ae4500af
27 -DIST tasty-quickcheck-0.8.3.2.tar.gz 4438 BLAKE2B 6d22a2155597cf9d981ac0ac290bb65f03b50e8d7fa92092955b74630f5c3c60a8c8fa9ae4928588e8633d527f2614295d636a57c547e15ea02e8ee6f07de35a SHA512 6930e602d0b3b60f13df509191b1d6affc430a408f3536bcc4e749ca87324962ae75414a2e33cd4f49b84296740528a840c1f7ca9295220dfae28b6f2946df57
28 -DIST tasty-quickcheck-0.8.4.tar.gz 4560 BLAKE2B 5f1ab71b75bb2a7f2384dac024d65514f45b9741e59c260116d4e7b4ad483456c6d2a224c96eb642ee9f5c2b6d985e1c81052312fb5fa725209106a210045aba SHA512 5e503604412af686d24957e111ac369dedc568ad7075374acfdef93bad35342af6e1bdfa5a33aa8eec16bdf7cc3e0e2539d5a92e7eaf8a6cb325bac2149a0ce7
29
30 diff --git a/dev-haskell/tasty-quickcheck/metadata.xml b/dev-haskell/tasty-quickcheck/metadata.xml
31 index 788d4f1313c..40d4068ca5a 100644
32 --- a/dev-haskell/tasty-quickcheck/metadata.xml
33 +++ b/dev-haskell/tasty-quickcheck/metadata.xml
34 @@ -8,7 +8,4 @@
35 <longdescription>
36 QuickCheck support for the Tasty test framework.
37 </longdescription>
38 - <use>
39 - <flag name="old-quickcheck">Use Quick-Check &lt; 2.7.</flag>
40 - </use>
41 </pkgmetadata>
42
43 diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild
44 deleted file mode 100644
45 index 716e9525fb3..00000000000
46 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.3.1.ebuild
47 +++ /dev/null
48 @@ -1,28 +0,0 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -# ebuild generated by hackport 0.3.4.9999
55 -
56 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
57 -inherit haskell-cabal
58 -
59 -DESCRIPTION="QuickCheck support for the Tasty test framework"
60 -HOMEPAGE="https://hackage.haskell.org/package/tasty-quickcheck"
61 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
62 -
63 -LICENSE="MIT"
64 -SLOT="0/${PV}"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE=""
67 -
68 -RDEPEND=">=dev-haskell/quickcheck-2.5:=[profile?] <dev-haskell/quickcheck-3:=[profile?]
69 - dev-haskell/random:=[profile?]
70 - dev-haskell/tagged:=[profile?]
71 - dev-haskell/tasty:=[profile?]
72 - >=dev-lang/ghc-6.10.4:=
73 -"
74 -DEPEND="${RDEPEND}
75 - >=dev-haskell/cabal-1.10
76 -"
77
78 diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild
79 deleted file mode 100644
80 index ce9b9cc0abf..00000000000
81 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.3.2.ebuild
82 +++ /dev/null
83 @@ -1,36 +0,0 @@
84 -# Copyright 1999-2019 Gentoo Authors
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -
89 -# ebuild generated by hackport 0.4.4.9999
90 -
91 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
92 -inherit haskell-cabal
93 -
94 -DESCRIPTION="QuickCheck support for the Tasty test framework"
95 -HOMEPAGE="http://documentup.com/feuerbach/tasty"
96 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
97 -
98 -LICENSE="MIT"
99 -SLOT="0/${PV}"
100 -KEYWORDS="~amd64 ~x86"
101 -IUSE="old-quickcheck"
102 -
103 -RDEPEND="dev-haskell/tagged:=[profile?]
104 - >=dev-haskell/tasty-0.10.1:=[profile?]
105 - >=dev-lang/ghc-7.4.1:=
106 - old-quickcheck? ( >=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-2.7:2=[profile?]
107 - dev-haskell/random:=[profile?] )
108 - !old-quickcheck? ( >=dev-haskell/quickcheck-2.7:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?] )
109 -"
110 -DEPEND="${RDEPEND}
111 - >=dev-haskell/cabal-1.10
112 - test? ( dev-haskell/pcre-light
113 - dev-haskell/tasty-hunit )
114 -"
115 -
116 -src_configure() {
117 - haskell-cabal_src_configure \
118 - $(cabal_flag old-quickcheck old-quickcheck)
119 -}
120
121 diff --git a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild b/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild
122 deleted file mode 100644
123 index b051bb5d01f..00000000000
124 --- a/dev-haskell/tasty-quickcheck/tasty-quickcheck-0.8.4.ebuild
125 +++ /dev/null
126 @@ -1,29 +0,0 @@
127 -# Copyright 1999-2019 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=5
131 -
132 -# ebuild generated by hackport 0.4.6.9999
133 -
134 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
135 -inherit haskell-cabal
136 -
137 -DESCRIPTION="QuickCheck support for the Tasty test framework"
138 -HOMEPAGE="http://documentup.com/feuerbach/tasty"
139 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
140 -
141 -LICENSE="MIT"
142 -SLOT="0/${PV}"
143 -KEYWORDS="~amd64 ~x86"
144 -IUSE=""
145 -
146 -RDEPEND="dev-haskell/tagged:=[profile?]
147 - >=dev-haskell/tasty-0.10.1:=[profile?]
148 - >=dev-lang/ghc-7.4.1:=
149 - >=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-3:2=[profile?]
150 -"
151 -DEPEND="${RDEPEND}
152 - >=dev-haskell/cabal-1.10
153 - test? ( dev-haskell/pcre-light
154 - dev-haskell/tasty-hunit )
155 -"