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/quickcheck-instances/
Date: Sat, 12 Sep 2020 21:57:48
Message-Id: 1599947849.50dcfa8c57cc63c65688510008285865980dda89.slyfox@gentoo
1 commit: 50dcfa8c57cc63c65688510008285865980dda89
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:56:22 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:57:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dcfa8c
7
8 dev-haskell/quickcheck-instances: 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/quickcheck-instances/Manifest | 2 --
14 .../quickcheck-instances-0.3.11.ebuild | 29 -----------------
15 .../quickcheck-instances-0.3.12-r1.ebuild | 38 ----------------------
16 .../quickcheck-instances-0.3.12.ebuild | 31 ------------------
17 4 files changed, 100 deletions(-)
18
19 diff --git a/dev-haskell/quickcheck-instances/Manifest b/dev-haskell/quickcheck-instances/Manifest
20 index 5459a6aa7e2..e29ed4ae7bd 100644
21 --- a/dev-haskell/quickcheck-instances/Manifest
22 +++ b/dev-haskell/quickcheck-instances/Manifest
23 @@ -1,3 +1 @@
24 -DIST quickcheck-instances-0.3.11.tar.gz 6024 BLAKE2B 72b1b2eed0906aa79f557ef158de922714ab80433fe9b6659a80287de3899e935933f35d23d28dfa7b63333084a1cf4907c4fe8718a14636bd155814ad8bf258 SHA512 a19c97810df7a028af5c6190f62bd9c858444ba210bd016eeb37b402aa9ff942a3538263b80d89a9c156189220ce32058fb81b384c1317f96df527654cb59818
25 -DIST quickcheck-instances-0.3.12.tar.gz 6437 BLAKE2B 28df5a7872e549f55bb09daf9983a0a447e7730babb4ded4b439acd9cb1166c5a57853197438a9acebce926c0bac87f4a737fcf927799748457737db43afb84d SHA512 471e9e4324ca6d655283d8ed149587bdad981684dce9dc5db5db417fb7614d3a1b6d41388af228e4d600b989d2e14e0496af63c09275cce3f132db7d71c35f98
26 DIST quickcheck-instances-0.3.22.tar.gz 9939 BLAKE2B 329117de28253bd6319b84a7e51c6428b90fed4ca4f49c7bb127ed1676d2438ce682a80fb819d60df300d6b56c005a9dd424e3b9d7c858119cb0e871d19c06f1 SHA512 cd36e6833752fbc5501a4fe8459381fe3c07f73b706a438effee06bd1b5e17ecb12b1347fdacb65556e339de58ca8ac32480dc1339cb43b1416c4aeb4f714f8c
27
28 diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild
29 deleted file mode 100644
30 index 67017a36101..00000000000
31 --- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.11.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -# ebuild generated by hackport 0.4.4.9999
40 -
41 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
42 -inherit haskell-cabal
43 -
44 -DESCRIPTION="Common quickcheck instances"
45 -HOMEPAGE="https://github.com/aslatter/qc-instances"
46 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0/${PV}"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
54 - >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
55 - >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
56 - >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
57 - >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
58 - >=dev-lang/ghc-7.4.1:=
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-haskell/cabal-1.6
62 -"
63
64 diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild
65 deleted file mode 100644
66 index 77d2e606e87..00000000000
67 --- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12-r1.ebuild
68 +++ /dev/null
69 @@ -1,38 +0,0 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -# ebuild generated by hackport 0.4.6.9999
76 -
77 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
78 -inherit haskell-cabal
79 -
80 -DESCRIPTION="Common quickcheck instances"
81 -HOMEPAGE="https://github.com/aslatter/qc-instances"
82 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0/${PV}"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
90 - >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
91 - >=dev-haskell/quickcheck-2.1:2=[profile?]
92 - >=dev-haskell/scientific-0.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
93 - >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
94 - >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
95 - >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.12:=[profile?]
96 - >=dev-lang/ghc-7.4.1:=
97 -"
98 -DEPEND="${RDEPEND}
99 - >=dev-haskell/cabal-1.6
100 -"
101 -
102 -src_prepare() {
103 - default
104 -
105 - cabal_chdeps \
106 - 'QuickCheck >= 2.1 && < 2.9' 'QuickCheck >= 2.1'
107 -}
108
109 diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild
110 deleted file mode 100644
111 index f3d30611fe8..00000000000
112 --- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.12.ebuild
113 +++ /dev/null
114 @@ -1,31 +0,0 @@
115 -# Copyright 1999-2019 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=5
119 -
120 -# ebuild generated by hackport 0.4.6.9999
121 -
122 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
123 -inherit haskell-cabal
124 -
125 -DESCRIPTION="Common quickcheck instances"
126 -HOMEPAGE="https://github.com/aslatter/qc-instances"
127 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
128 -
129 -LICENSE="BSD"
130 -SLOT="0/${PV}"
131 -KEYWORDS="~amd64 ~x86"
132 -IUSE=""
133 -
134 -RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
135 - >=dev-haskell/old-time-1.0:=[profile?] <dev-haskell/old-time-1.2:=[profile?]
136 - >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
137 - >=dev-haskell/scientific-0.2:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
138 - >=dev-haskell/text-0.7:=[profile?] <dev-haskell/text-1.3:=[profile?]
139 - >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
140 - >=dev-haskell/vector-0.9:=[profile?] <dev-haskell/vector-0.12:=[profile?]
141 - >=dev-lang/ghc-7.4.1:=
142 -"
143 -DEPEND="${RDEPEND}
144 - >=dev-haskell/cabal-1.6
145 -"