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/monad-control/
Date: Sat, 12 Sep 2020 23:00:56
Message-Id: 1599951650.c6b1edc8b4a566bf649a85ba0c7ba26f05c985f3.slyfox@gentoo
1 commit: c6b1edc8b4a566bf649a85ba0c7ba26f05c985f3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 23:00:41 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 23:00:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b1edc8
7
8 dev-haskell/monad-control: 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/monad-control/Manifest | 3 --
14 .../monad-control/monad-control-0.3.2.2.ebuild | 32 ----------------------
15 .../monad-control/monad-control-1.0.0.4.ebuild | 28 -------------------
16 .../monad-control/monad-control-1.0.1.0.ebuild | 28 -------------------
17 4 files changed, 91 deletions(-)
18
19 diff --git a/dev-haskell/monad-control/Manifest b/dev-haskell/monad-control/Manifest
20 index a9ce7add42a..d069f5bf8bd 100644
21 --- a/dev-haskell/monad-control/Manifest
22 +++ b/dev-haskell/monad-control/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST monad-control-0.3.2.2.tar.gz 10684 BLAKE2B 4bb1e101a24f3d1209698dc99d53beaef40109f442d6c2690428cfb96f34a9b19138565974870fb0c24a2deeb4168cb127a9a426879dd829a78269a1071e2e9c SHA512 4ae7959347a83a781bef6275f4880b53d1c67a9ef5d1bc32c3337797bb991df71c4df71206073a12e46a1512e3290d474a03b0c4ae6496316f41f4248c0c8de9
25 DIST monad-control-0.3.3.0.tar.gz 10518 BLAKE2B 8ef230a6cf1999c5549cf8a4889933a0f05cc07972ee6e40877435e42fcdfb7487942cf71775dfdf49b00e4461f1a26d52afedc840a8d2c1a3acc3e84b7fa96e SHA512 734ca14baea74f9bd6f3603dc84426bd6d79ae23998ffcce5c8b994dfa8d58b8a573e7b0f68f7eaab07163c8806d8d5f95160f0439cc5fbd07b9509c84e4ef8a
26 -DIST monad-control-1.0.0.4.tar.gz 10709 BLAKE2B c8c017ddcae0b7e6cc7647fcf0153fa28d525e1262798e2aebdef8ef027090f934636f633788e43d3b66ce822917278c1940e4093612110e2d7944c76c973606 SHA512 98a5448cf01a0310d2c16b648d02ea6643e30271046324d0f1bbea132e9f81a54fe6bb1700877b1ea4c8e291cefac81394bfaec089ea661fcbf4c04c9596bded
27 -DIST monad-control-1.0.1.0.tar.gz 11115 BLAKE2B f11ebe4f3dd1060ac9a852646c52ecbf15a4c022483ad030a43b4a78f00330545ca89c75f8d2d05652a6f662ed783f53a880c40d19c7740637344c3c3baf1f76 SHA512 f1dde1d46dac0a1aff8525729cc499f6aa7f5b0ddda37d120599b8b1925e653adfb2694aa24cfecd0da8b5dde95ec22fced0ecbb5dd600bc5b0c2b8da656224a
28 DIST monad-control-1.0.2.3.tar.gz 13864 BLAKE2B c150338e8a585dc045fd23404719fe61a2367f7308e15344f81549fd7f0808ef8fa2238a35b0a7c7984d26885352186bd6bf43359dec68b2df93581b021dd794 SHA512 59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4
29
30 diff --git a/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild b/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild
31 deleted file mode 100644
32 index aa45de968c6..00000000000
33 --- a/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild
34 +++ /dev/null
35 @@ -1,32 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -# ebuild generated by hackport 0.3.4.9999
42 -
43 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
44 -inherit haskell-cabal
45 -
46 -DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
47 -HOMEPAGE="https://github.com/basvandijk/monad-control"
48 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -SLOT="0/${PV}"
52 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
53 -IUSE="+instancest"
54 -
55 -RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] <dev-haskell/base-unicode-symbols-0.3:=[profile?]
56 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
57 - >=dev-haskell/transformers-base-0.4.1:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
58 - >=dev-lang/ghc-6.10.4:=
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-haskell/cabal-1.6.0.3
62 -"
63 -
64 -src_configure() {
65 - haskell-cabal_src_configure \
66 - $(cabal_flag instancest instancest)
67 -}
68
69 diff --git a/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild b/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild
70 deleted file mode 100644
71 index ca4758a4fab..00000000000
72 --- a/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild
73 +++ /dev/null
74 @@ -1,28 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -# ebuild generated by hackport 0.4.4.9999
81 -
82 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
83 -inherit haskell-cabal
84 -
85 -DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
86 -HOMEPAGE="https://github.com/basvandijk/monad-control"
87 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
92 -IUSE=""
93 -
94 -RDEPEND=">=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-3:=[profile?]
95 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
96 - >=dev-haskell/transformers-base-0.4.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
97 - >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.5:=[profile?]
98 - >=dev-lang/ghc-7.4.1:=
99 -"
100 -DEPEND="${RDEPEND}
101 - >=dev-haskell/cabal-1.6
102 -"
103
104 diff --git a/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild b/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild
105 deleted file mode 100644
106 index e0e77ad6bfd..00000000000
107 --- a/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild
108 +++ /dev/null
109 @@ -1,28 +0,0 @@
110 -# Copyright 1999-2019 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=5
114 -
115 -# ebuild generated by hackport 0.4.7.9999
116 -
117 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
118 -inherit haskell-cabal
119 -
120 -DESCRIPTION="Lift control operations, like exception catching, through monad transformers"
121 -HOMEPAGE="https://github.com/basvandijk/monad-control"
122 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
123 -
124 -LICENSE="BSD"
125 -SLOT="0/${PV}"
126 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
127 -IUSE=""
128 -
129 -RDEPEND=">=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-3:=[profile?]
130 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?]
131 - >=dev-haskell/transformers-base-0.4.4:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
132 - >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.6:=[profile?]
133 - >=dev-lang/ghc-7.4.1:=
134 -"
135 -DEPEND="${RDEPEND}
136 - >=dev-haskell/cabal-1.6
137 -"