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/shakespeare/
Date: Sat, 12 Sep 2020 22:23:00
Message-Id: 1599949353.a7b5c5cb546986b47354a6243118839891909b1a.slyfox@gentoo
1 commit: a7b5c5cb546986b47354a6243118839891909b1a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:09:42 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:22:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b5c5cb
7
8 dev-haskell/shakespeare: 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/shakespeare/Manifest | 4 --
14 dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild | 29 --------------
15 dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild | 35 -----------------
16 .../shakespeare/shakespeare-2.0.12.1.ebuild | 43 ---------------------
17 dev-haskell/shakespeare/shakespeare-2.0.7.ebuild | 44 ----------------------
18 5 files changed, 155 deletions(-)
19
20 diff --git a/dev-haskell/shakespeare/Manifest b/dev-haskell/shakespeare/Manifest
21 index a7902fea5e7..c67c3aba210 100644
22 --- a/dev-haskell/shakespeare/Manifest
23 +++ b/dev-haskell/shakespeare/Manifest
24 @@ -1,5 +1 @@
25 -DIST shakespeare-1.0.5.1.tar.gz 10773 BLAKE2B 5a234732a88b390914936e635884ed9befe10fc4b42d72d034aaf0d96099a9f8d9f136a7669307eea60cec7d773f3e7cd02a5ff2a37c73336bd4a3927625d71f SHA512 1b012cdfc90c930365633868e9714793bbbdf2fd276c578459495fe57531f4d3fb401db930880ab96eecdc95c60383a52ec8aa0cfa08b17bc099acee241192e7
26 -DIST shakespeare-1.2.1.1.tar.gz 11053 BLAKE2B 7c2b43f260740ddd364831f8bb991f052be8df014869bf29a1839d43f6cdcaf184fdc691ee4cecbd349dc68b848910a90399b5a48d48ed639180e609df36ba0c SHA512 559e77735c96edb551d85127e68af1aebfba383a6c67999ed86d4a93dc5dd7cedc8b7ca841219c0b7912cfc8509150733a7ba34fcb71d8e7a080fe34527b49e5
27 -DIST shakespeare-2.0.12.1.tar.gz 65156 BLAKE2B 0351f9453331a6aea8a346759902256ee1424a92ae5b0e655ed71567b0351449eff1c45ce675abd16556d9f09a4d31c8fdf11b8b28784171f50292b30da4a677 SHA512 01591844b51ab93a8021646ad15350d9682aa3e12c5017c32b89ca3b8de1cc46a01eb0096a35585297558d25c7a641a43f2766ad04766b2e033e8d02bdbc330e
28 DIST shakespeare-2.0.21.tar.gz 65752 BLAKE2B fdcaf27cc9f9346b93b3f1eb8b215ee75c4751427be279574c93929f4f5f521c01091bbff81a849bef3f98d97cf662b725ab99da709437b98ac85afc34f74d99 SHA512 ca796206aafffb5a96c75d305e90bad48f17d213b24dce8c8adcc9c94299ed78b0a2b48b5116d18b0ee26b413e845df53d387d3ca1b3d4c127e9b02b9f124af7
29 -DIST shakespeare-2.0.7.tar.gz 62913 BLAKE2B a1e4f7c05123ad28cec27d07e491af4a86847ca0cf9fc85cca821b3c80a246508370e7c985fd27339601a5a4b500ab2ef437852c4746481cfb00b5aa45e24946 SHA512 5d682c2a4c36b7c8b5c8b87a3d0e509eb84e9e0a0e00a691cb9687c6f335c9ad895b81115a4e6fe8f4087ac6febe3e3e26d39ec305267228b1c9f295f9cf6d16
30
31 diff --git a/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild b/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild
32 deleted file mode 100644
33 index 58e15a2721f..00000000000
34 --- a/dev-haskell/shakespeare/shakespeare-1.0.5.1.ebuild
35 +++ /dev/null
36 @@ -1,29 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -# ebuild generated by hackport 0.3.3.9999
43 -
44 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 -inherit haskell-cabal
46 -
47 -DESCRIPTION="A toolkit for making compile-time interpolated templates"
48 -HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
49 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0/${PV}"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -RDEPEND=">=dev-haskell/parsec-2:=[profile?]
57 - <dev-haskell/parsec-4:=[profile?]
58 - >=dev-haskell/system-fileio-0.3:=[profile?]
59 - >=dev-haskell/system-filepath-0.4:=[profile?]
60 - >=dev-haskell/text-0.7:=[profile?]
61 - >=dev-lang/ghc-6.12.1:="
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.8
64 - test? ( >=dev-haskell/hspec-1.3
65 - )"
66
67 diff --git a/dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild b/dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild
68 deleted file mode 100644
69 index 03a6d544135..00000000000
70 --- a/dev-haskell/shakespeare/shakespeare-1.2.1.1.ebuild
71 +++ /dev/null
72 @@ -1,35 +0,0 @@
73 -# Copyright 1999-2019 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=5
77 -
78 -# ebuild generated by hackport 0.3.6.9999
79 -
80 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
81 -inherit haskell-cabal
82 -
83 -DESCRIPTION="A toolkit for making compile-time interpolated templates"
84 -HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
85 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
86 -
87 -LICENSE="MIT"
88 -SLOT="0/${PV}"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE="test-export"
91 -RESTRICT="!test? ( test )"
92 -
93 -RDEPEND=">=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?]
94 - >=dev-haskell/system-fileio-0.3:=[profile?]
95 - >=dev-haskell/system-filepath-0.4:=[profile?]
96 - >=dev-haskell/text-0.7:=[profile?]
97 - >=dev-lang/ghc-6.12.1:=
98 -"
99 -DEPEND="${RDEPEND}
100 - >=dev-haskell/cabal-1.8.0.2
101 - test? ( >=dev-haskell/hspec-1.3 )
102 -"
103 -
104 -src_configure() {
105 - haskell-cabal_src_configure \
106 - $(cabal_flag test-export test_export)
107 -}
108
109 diff --git a/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild b/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild
110 deleted file mode 100644
111 index d4caa18cff8..00000000000
112 --- a/dev-haskell/shakespeare/shakespeare-2.0.12.1.ebuild
113 +++ /dev/null
114 @@ -1,43 +0,0 @@
115 -# Copyright 1999-2019 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=6
119 -
120 -# ebuild generated by hackport 0.5.1.9999
121 -
122 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
123 -inherit haskell-cabal
124 -
125 -DESCRIPTION="A toolkit for making compile-time interpolated templates"
126 -HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
127 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
128 -
129 -LICENSE="MIT"
130 -SLOT="0/${PV}"
131 -KEYWORDS="~amd64 ~x86"
132 -IUSE="test-coffee test-export test-roy"
133 -RESTRICT="!test? ( test )"
134 -
135 -RDEPEND="dev-haskell/aeson:=[profile?]
136 - dev-haskell/blaze-html:=[profile?]
137 - dev-haskell/blaze-markup:=[profile?]
138 - dev-haskell/exceptions:=[profile?]
139 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?]
140 - >=dev-haskell/scientific-0.3.0.0:=[profile?]
141 - >=dev-haskell/text-0.7:=[profile?]
142 - dev-haskell/unordered-containers:=[profile?]
143 - dev-haskell/vector:=[profile?]
144 - >=dev-lang/ghc-7.8.2:=
145 -"
146 -DEPEND="${RDEPEND}
147 - >=dev-haskell/cabal-1.18.1.3
148 - test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
149 - dev-haskell/hunit )
150 -"
151 -
152 -src_configure() {
153 - haskell-cabal_src_configure \
154 - $(cabal_flag test-coffee test_coffee) \
155 - $(cabal_flag test-export test_export) \
156 - $(cabal_flag test-roy test_roy)
157 -}
158
159 diff --git a/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild b/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild
160 deleted file mode 100644
161 index f143a726ac1..00000000000
162 --- a/dev-haskell/shakespeare/shakespeare-2.0.7.ebuild
163 +++ /dev/null
164 @@ -1,44 +0,0 @@
165 -# Copyright 1999-2019 Gentoo Authors
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI=5
169 -
170 -# ebuild generated by hackport 0.4.6.9999
171 -
172 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
173 -inherit haskell-cabal
174 -
175 -DESCRIPTION="A toolkit for making compile-time interpolated templates"
176 -HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
177 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
178 -
179 -LICENSE="MIT"
180 -SLOT="0/${PV}"
181 -KEYWORDS="~amd64 ~x86"
182 -IUSE="test-coffee test-export test-roy"
183 -RESTRICT="!test? ( test )"
184 -
185 -RDEPEND="dev-haskell/aeson:=[profile?]
186 - dev-haskell/blaze-html:=[profile?]
187 - dev-haskell/blaze-markup:=[profile?]
188 - dev-haskell/exceptions:=[profile?]
189 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?]
190 - dev-haskell/scientific:=[profile?]
191 - >=dev-haskell/text-0.7:=[profile?]
192 - dev-haskell/transformers:=[profile?]
193 - dev-haskell/unordered-containers:=[profile?]
194 - dev-haskell/vector:=[profile?]
195 - >=dev-lang/ghc-7.6.1:=
196 -"
197 -DEPEND="${RDEPEND}
198 - >=dev-haskell/cabal-1.16.0
199 - test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3
200 - dev-haskell/hunit )
201 -"
202 -
203 -src_configure() {
204 - haskell-cabal_src_configure \
205 - $(cabal_flag test-coffee test_coffee) \
206 - $(cabal_flag test-export test_export) \
207 - $(cabal_flag test-roy test_roy)
208 -}