Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/crypto-conduit/
Date: Sat, 12 Sep 2020 14:37:07
Message-Id: 1599921401.4019edee13ac4c1b708f5ac3afb5b834476ed679.slyfox@gentoo
1 commit: 4019edee13ac4c1b708f5ac3afb5b834476ed679
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 14:23:25 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 14:36:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4019edee
7
8 dev-haskell/crypto-conduit: drop masked package
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 dev-haskell/crypto-conduit/Manifest | 1 -
13 .../crypto-conduit/crypto-conduit-0.5.5-r1.ebuild | 47 ---------------------
14 .../crypto-conduit/crypto-conduit-0.5.5-r2.ebuild | 48 ----------------------
15 dev-haskell/crypto-conduit/metadata.xml | 19 ---------
16 profiles/package.mask | 5 ---
17 5 files changed, 120 deletions(-)
18
19 diff --git a/dev-haskell/crypto-conduit/Manifest b/dev-haskell/crypto-conduit/Manifest
20 deleted file mode 100644
21 index 9dce629e7d6..00000000000
22 --- a/dev-haskell/crypto-conduit/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST crypto-conduit-0.5.5.tar.gz 6883 BLAKE2B e0bc6eae04d0da1d0b04135a4d2321a2fc07189010dddfe8d03b161b62d97c631eda0f7f6318b7827a4b6f7fd23d491a13718bddde33d51d8c87baf8f971ba78 SHA512 4fb9df7a5434af1c3bf48e5649b4dc56ee07d03f4f00647adfc61eaf1a0c54326f7374e27717b92106f34435c5ba38eeb7b23082e9095dfbaf131598a8791887
26
27 diff --git a/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r1.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r1.ebuild
28 deleted file mode 100644
29 index d483a856c2b..00000000000
30 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r1.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# ebuild generated by hackport 0.4.4.9999
39 -#hackport: flags: -old-crypto-api
40 -
41 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
42 -inherit haskell-cabal
43 -
44 -DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)"
45 -HOMEPAGE="https://github.com/prowdsponsor/crypto-conduit"
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="+conduit11"
52 -
53 -RDEPEND=">=dev-haskell/cereal-0.3:=[profile?]
54 - >=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
55 - >=dev-haskell/crypto-api-0.9:=[profile?] <dev-haskell/crypto-api-0.14:=[profile?]
56 - dev-haskell/resourcet:=[profile?]
57 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
58 - >=dev-lang/ghc-7.4.1:=
59 - conduit11? ( >=dev-haskell/conduit-extra-1.1:=[profile?] )
60 -"
61 -DEPEND="${RDEPEND}
62 - >=dev-haskell/cabal-1.8
63 - test? ( >=dev-haskell/crypto-api-0.13
64 - >=dev-haskell/cryptocipher-0.4
65 - >=dev-haskell/cryptohash-cryptoapi-0.1
66 - >=dev-haskell/hspec-1.3
67 - >=dev-haskell/skein-0.1 )
68 -"
69 -
70 -src_prepare() {
71 - cabal_chdeps \
72 - 'cereal >= 0.3 && < 0.5' 'cereal >= 0.3'
73 -}
74 -
75 -src_configure() {
76 - haskell-cabal_src_configure \
77 - $(cabal_flag conduit11 conduit11) \
78 - --flag=-old-crypto-api
79 -}
80
81 diff --git a/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r2.ebuild b/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r2.ebuild
82 deleted file mode 100644
83 index 840e5f2b47f..00000000000
84 --- a/dev-haskell/crypto-conduit/crypto-conduit-0.5.5-r2.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2019 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -# ebuild generated by hackport 0.4.4.9999
93 -#hackport: flags: -old-crypto-api
94 -
95 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
96 -inherit haskell-cabal
97 -
98 -DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)"
99 -HOMEPAGE="https://github.com/prowdsponsor/crypto-conduit"
100 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
101 -
102 -LICENSE="BSD"
103 -SLOT="0/${PV}"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE="+conduit11"
106 -
107 -RDEPEND=">=dev-haskell/cereal-0.3:=[profile?]
108 - >=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
109 - >=dev-haskell/crypto-api-0.9:=[profile?] <dev-haskell/crypto-api-0.14:=[profile?]
110 - dev-haskell/resourcet:=[profile?]
111 - >=dev-haskell/transformers-0.2:=[profile?]
112 - >=dev-lang/ghc-7.4.1:=
113 - conduit11? ( >=dev-haskell/conduit-extra-1.1:=[profile?] )
114 -"
115 -DEPEND="${RDEPEND}
116 - >=dev-haskell/cabal-1.8
117 - test? ( >=dev-haskell/crypto-api-0.13
118 - >=dev-haskell/cryptocipher-0.4
119 - >=dev-haskell/cryptohash-cryptoapi-0.1
120 - >=dev-haskell/hspec-1.3
121 - >=dev-haskell/skein-0.1 )
122 -"
123 -
124 -src_prepare() {
125 - cabal_chdeps \
126 - 'cereal >= 0.3 && < 0.5' 'cereal >= 0.3' \
127 - 'transformers >= 0.2 && < 0.5' 'transformers >= 0.2'
128 -}
129 -
130 -src_configure() {
131 - haskell-cabal_src_configure \
132 - $(cabal_flag conduit11 conduit11) \
133 - --flag=-old-crypto-api
134 -}
135
136 diff --git a/dev-haskell/crypto-conduit/metadata.xml b/dev-haskell/crypto-conduit/metadata.xml
137 deleted file mode 100644
138 index 0b8019ffa1d..00000000000
139 --- a/dev-haskell/crypto-conduit/metadata.xml
140 +++ /dev/null
141 @@ -1,19 +0,0 @@
142 -<?xml version="1.0" encoding="UTF-8"?>
143 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
144 -<pkgmetadata>
145 - <maintainer type="project">
146 - <email>haskell@g.o</email>
147 - <name>Gentoo Haskell</name>
148 - </maintainer>
149 - <longdescription>
150 - This package contains everything that you need to use a
151 - cryptographic package that supports the @crypto-api@ package
152 - using conduits from the @conduit@ package.
153 - </longdescription>
154 - <use>
155 - <flag name="conduit11">Use conduit &gt;= 1.1.</flag>
156 - </use>
157 - <upstream>
158 - <remote-id type="github">prowdsponsor/crypto-conduit</remote-id>
159 - </upstream>
160 -</pkgmetadata>
161
162 diff --git a/profiles/package.mask b/profiles/package.mask
163 index b5b1d38d2ed..93a3492c24d 100644
164 --- a/profiles/package.mask
165 +++ b/profiles/package.mask
166 @@ -588,11 +588,6 @@ dev-ruby/mysql2:0.4
167 dev-ruby/regexp_property_values:0
168 dev-ruby/request_store:1.0.5
169
170 -# Sergei Trofimovich <slyfox@g.o> (2020-08-15)
171 -# Obsolete package without reverse dependencies.
172 -# Does not compile against current ghc-8.8. Removal in 30 days.
173 -dev-haskell/crypto-conduit
174 -
175 # Mart Raudsepp <leio@g.o> (2020-08-15)
176 # Development release, needs testing to ensure valac-0.50
177 # works for existing packages