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/attoparsec-conduit/
Date: Wed, 09 Sep 2020 07:09:57
Message-Id: 1599635378.e27826264d50d4e2e50195550f1a0b2cc182e923.slyfox@gentoo
1 commit: e27826264d50d4e2e50195550f1a0b2cc182e923
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:07:54 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2782626
7
8 dev-haskell/attoparsec-conduit: 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/attoparsec-conduit/Manifest | 1 -
14 .../attoparsec-conduit-1.0.1.2.ebuild | 30 ----------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-haskell/attoparsec-conduit/Manifest b/dev-haskell/attoparsec-conduit/Manifest
18 index 608a15227f4..5c47d543bbd 100644
19 --- a/dev-haskell/attoparsec-conduit/Manifest
20 +++ b/dev-haskell/attoparsec-conduit/Manifest
21 @@ -1,2 +1 @@
22 -DIST attoparsec-conduit-1.0.1.2.tar.gz 4361 BLAKE2B f183c01074752963a9b1089cf877ecdb1e37fbcc420205e944b26c0f1927e785545f72887269f912f55ee8e74bbade607b318a89b3bac7b8d4cabc924969824c SHA512 25707a2ec55ce8da553cea00cc8b89866ada472cedfb21b4e37d477d9d405dc7b640dfc01b32878c71de886cf67c68b27c94e4911ec23850a55f648fcb1aabd7
23 DIST attoparsec-conduit-1.1.0.tar.gz 1210 BLAKE2B b2a02358ff9516971d1abcca57c3c6e2eb9b83f83af3bbd9ed3b89af4977329fbf7dc9b776cef7383715d7911cfde0df41601aff07d50160c1bb3b463f3eedb6 SHA512 7a883b25cc1bfed03a35593927d51dba920fca8d29e610adb7a409807867241847583f68550cc1344a2e333639a703db860ac6c8f6e19f36595a9001e9334472
24
25 diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild
26 deleted file mode 100644
27 index 6926e9445ee..00000000000
28 --- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -# ebuild generated by hackport 0.3.2.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="Consume attoparsec parsers via conduit"
42 -HOMEPAGE="https://github.com/snoyberg/conduit"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
51 - =dev-haskell/conduit-1.0*:=[profile?]
52 - >=dev-haskell/text-0.11:=[profile?]
53 - >=dev-haskell/transformers-0.2.2:=[profile?]
54 - <dev-haskell/transformers-0.4:=[profile?]
55 - >=dev-lang/ghc-6.10.4:="
56 -DEPEND="${RDEPEND}
57 - >=dev-haskell/cabal-1.8
58 - test? ( >=dev-haskell/hspec-1.3
59 - dev-haskell/resourcet
60 - )"