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/network-conduit/
Date: Sat, 12 Sep 2020 14:37:06
Message-Id: 1599921402.c6b013797b5b4dd9f54fe48b0dedde3d7192fd03.slyfox@gentoo
1 commit: c6b013797b5b4dd9f54fe48b0dedde3d7192fd03
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 14:24:13 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 14:36:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b01379
7
8 dev-haskell/network-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/network-conduit/Manifest | 2 --
14 .../network-conduit-1.0.0-r1.ebuild | 29 ------------------
15 .../network-conduit/network-conduit-1.0.2.2.ebuild | 35 ----------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/dev-haskell/network-conduit/Manifest b/dev-haskell/network-conduit/Manifest
19 index 0457f7bf008..bf6f484edcb 100644
20 --- a/dev-haskell/network-conduit/Manifest
21 +++ b/dev-haskell/network-conduit/Manifest
22 @@ -1,3 +1 @@
23 -DIST network-conduit-1.0.0.tar.gz 5853 BLAKE2B 9c6a1692d8839dd81ba5b9ae6d6728c310ea5888753089a35bfdb8b53d98925a7925da4ed5f75ae64de23b0962df83e9f941588e3f1a5b2ca09bcfd04dd74d4b SHA512 9f16e529da022d2a4049fe9d41f8df0eb1fb34b4ad80f755944074b4016688169f3efd78a4ad2c052c1951ddccb728552077d88b533ed8fde1425c469a27f7c4
24 -DIST network-conduit-1.0.2.2.tar.gz 7072 BLAKE2B edbef7b63493b5317dd9a043273e310c47529933b82f8ea9876ac3ac0044d6f8e6d9a39c893b52b2c7ff88de4ce705dd55e039e1ae49a17420dee1386f464d96 SHA512 3dcc755ccb0ddb9c543fccec54c32ab52749602c7c9367ee70b569a1f6aa2924ae0b7207b946d6e3d55e562758e65e694c13aa464498f5927c84239f09b1c8b7
25 DIST network-conduit-1.1.0.tar.gz 1357 BLAKE2B 7952df2ab1a141a6d9b5460bc128ea1b45df0ea178a1d75e8e746d66d5d11c9cee278e56bb99dc4aed62af94312b1c3e6eb9f89be4ba94c198d96091b90100a5 SHA512 1bda46190bc9759e9d85f61f4555dca4444c307305b8a7ebfc3e88519ae8119e313eaf4095541c487b8431ad342320d83ff4dd1ebf271cf10c11414c652b34d1
26
27 diff --git a/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild
28 deleted file mode 100644
29 index dfbc31ae7f1..00000000000
30 --- a/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,29 +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.3.2.9999
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Stream socket data using conduits"
44 -HOMEPAGE="https://github.com/snoyberg/conduit"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND="=dev-haskell/conduit-1.0*:=[profile?]
53 - >=dev-haskell/lifted-base-0.1:=[profile?]
54 - =dev-haskell/monad-control-0.3*:=[profile?]
55 - >=dev-haskell/transformers-0.2.2:=[profile?]
56 - <dev-haskell/transformers-0.4:=[profile?]
57 - >=dev-lang/ghc-6.10.4:=
58 - >=dev-haskell/network-2.3:=[profile?]
59 - "
60 -DEPEND="${RDEPEND}
61 - >=dev-haskell/cabal-1.8"
62
63 diff --git a/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild
64 deleted file mode 100644
65 index 0936a177d17..00000000000
66 --- a/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild
67 +++ /dev/null
68 @@ -1,35 +0,0 @@
69 -# Copyright 1999-2019 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -# ebuild generated by hackport 0.3.6.9999
75 -#hackport: flags: -network-bytestring
76 -
77 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
78 -inherit haskell-cabal
79 -
80 -DESCRIPTION="Stream socket data using conduits"
81 -HOMEPAGE="https://github.com/snoyberg/conduit"
82 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0/${PV}"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.1:=[profile?]
90 - >=dev-haskell/lifted-base-0.1:=[profile?]
91 - >=dev-haskell/monad-control-0.3:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
92 - >=dev-haskell/network-2.3:=[profile?]
93 - >=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
94 - >=dev-lang/ghc-7.0.1:=
95 -"
96 -DEPEND="${RDEPEND}
97 - >=dev-haskell/cabal-1.10.0.0
98 -"
99 -
100 -src_configure() {
101 - haskell-cabal_src_configure \
102 - --flag=-network-bytestring
103 -}