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/async/
Date: Wed, 09 Sep 2020 07:09:57
Message-Id: 1599635376.e050760e4c25509de2dad04ea9cc0feffa6a4f6e.slyfox@gentoo
1 commit: e050760e4c25509de2dad04ea9cc0feffa6a4f6e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:05:12 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e050760e
7
8 dev-haskell/async: 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/async/Manifest | 3 ---
14 dev-haskell/async/async-2.0.1.4.ebuild | 33 ---------------------------------
15 dev-haskell/async/async-2.0.2.ebuild | 28 ----------------------------
16 dev-haskell/async/async-2.1.1.ebuild | 28 ----------------------------
17 4 files changed, 92 deletions(-)
18
19 diff --git a/dev-haskell/async/Manifest b/dev-haskell/async/Manifest
20 index 119f48535bb..c12ebc6df2a 100644
21 --- a/dev-haskell/async/Manifest
22 +++ b/dev-haskell/async/Manifest
23 @@ -1,4 +1 @@
24 -DIST async-2.0.1.4.tar.gz 8349 BLAKE2B 3323c08beddd482a3d0442fd64afebabb01cd8307dae2650ee27687ca247c73eaf0ce45f953180ecf4f706705041933cd0387699ca1592d72b63761932b47790 SHA512 8b170644ce92f9788e22771239542e46ee14b9898404744f6a97b955ef22ae4b3fa280ea759f228cb22f2083b5ee007f39c61063f82e5cce8f6bf1c6df789a71
25 -DIST async-2.0.2.tar.gz 8565 BLAKE2B 8bda599c7a5bd30b67d73de87f136eae3535619e3eb274b928f6536cc2c4f6f03d73ff31e619f8681449fdf501aa08b83c2324e1121ffcfeaa69d732df7675d7 SHA512 beac3452aca98f9c41fb86b1b9e105a324df5a05e10c7d616927bb94888d6d2ed5385e0ec901fdfa050a43e991f5089757d3941ce97db98c148a159893bddc1e
26 -DIST async-2.1.1.tar.gz 10565 BLAKE2B a379efe6df6c58d1962d820b0f1370c87af487b61f7c3ed32fb22398d77be8265a9577d44793624fd8b0d41c930c2f94106511d816df9600e7b7a17b897641bc SHA512 85a878389f019df0038f7b0ea82e8619f30eed97cc5c53438dbcaef128c08cdf5658afa203605434a2e1eb885fc28515a30c83341cb1b77331362205d521972b
27 DIST async-2.2.2.tar.gz 12927 BLAKE2B a0fa95525153e1065888072d4c7590a6184fbbedd957d0a7867235414681c9959be385a75007160d50fb3a9e015c83651175c4399f24b7a0d981cfbe0f8bf250 SHA512 6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811
28
29 diff --git a/dev-haskell/async/async-2.0.1.4.ebuild b/dev-haskell/async/async-2.0.1.4.ebuild
30 deleted file mode 100644
31 index e28d980b1ff..00000000000
32 --- a/dev-haskell/async/async-2.0.1.4.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.3.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Run IO operations asynchronously and wait for their results"
46 -HOMEPAGE="https://github.com/simonmar/async"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND=">=dev-haskell/stm-2.2:=[profile?]
55 - <dev-haskell/stm-2.5:=[profile?]
56 - >=dev-lang/ghc-7.0.1:="
57 -DEPEND="${RDEPEND}
58 - test? ( dev-haskell/hunit
59 - dev-haskell/test-framework
60 - dev-haskell/test-framework-hunit
61 - )
62 - >=dev-haskell/cabal-1.8"
63 -
64 -src_prepare() {
65 - cabal_chdeps \
66 - 'base >= 4.3 && < 4.7' 'base >= 4.3'
67 -}
68
69 diff --git a/dev-haskell/async/async-2.0.2.ebuild b/dev-haskell/async/async-2.0.2.ebuild
70 deleted file mode 100644
71 index ae4a6972f17..00000000000
72 --- a/dev-haskell/async/async-2.0.2.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 test-suite"
83 -inherit haskell-cabal
84 -
85 -DESCRIPTION="Run IO operations asynchronously and wait for their results"
86 -HOMEPAGE="https://github.com/simonmar/async"
87 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -RDEPEND=">=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-2.5:=[profile?]
95 - >=dev-lang/ghc-7.4.1:=
96 -"
97 -DEPEND="${RDEPEND}
98 - >=dev-haskell/cabal-1.8
99 - test? ( dev-haskell/hunit
100 - dev-haskell/test-framework
101 - dev-haskell/test-framework-hunit )
102 -"
103
104 diff --git a/dev-haskell/async/async-2.1.1.ebuild b/dev-haskell/async/async-2.1.1.ebuild
105 deleted file mode 100644
106 index 82258ee2f15..00000000000
107 --- a/dev-haskell/async/async-2.1.1.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=6
114 -
115 -# ebuild generated by hackport 0.5.1.9999
116 -
117 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
118 -inherit haskell-cabal
119 -
120 -DESCRIPTION="Run IO operations asynchronously and wait for their results"
121 -HOMEPAGE="https://github.com/simonmar/async"
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.2:=[profile?] <dev-haskell/stm-2.5:=[profile?]
130 - >=dev-lang/ghc-7.4.1:=
131 -"
132 -DEPEND="${RDEPEND}
133 - >=dev-haskell/cabal-1.10
134 - test? ( dev-haskell/hunit
135 - dev-haskell/test-framework
136 - dev-haskell/test-framework-hunit )
137 -"