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/io-streams-haproxy/
Date: Sat, 12 Sep 2020 21:17:33
Message-Id: 1599945355.80f843681988e694507697aba76a56c97339d985.slyfox@gentoo
1 commit: 80f843681988e694507697aba76a56c97339d985
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:15:55 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:15:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f84368
7
8 dev-haskell/io-streams-haproxy: 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/io-streams-haproxy/Manifest | 1 -
14 .../io-streams-haproxy-1.0.0.1.ebuild | 30 ----------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/dev-haskell/io-streams-haproxy/Manifest b/dev-haskell/io-streams-haproxy/Manifest
18 index a0839b11d40..9683ccaf0c4 100644
19 --- a/dev-haskell/io-streams-haproxy/Manifest
20 +++ b/dev-haskell/io-streams-haproxy/Manifest
21 @@ -1,2 +1 @@
22 -DIST io-streams-haproxy-1.0.0.1.tar.gz 9892 BLAKE2B 0d96c42328bdc12a637b47f50cb9938abe658cebf075896c1e834850a4e9a97b2aa22f71977b5af6e9c080af4aead1febb7c56370df9b2a580557869e391cdb7 SHA512 03818b65765dd575bba5d9eaf508bac8251a34f64f861fb9d2b3029f8923b22e2eb5e835dd8de7c346682c26587d4f5b2086647713c6bd897ab888b81eb95fb1
23 DIST io-streams-haproxy-1.0.1.0.tar.gz 10348 BLAKE2B 6c2268cacdfbe73561b8f753594fa39a4027ddf5d22696c7487e8b4c74c330627feec748789389f9f942c14412ecd030c80e779ef0031905d2fe681d7a1bff66 SHA512 6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a
24
25 diff --git a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild b/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.ebuild
26 deleted file mode 100644
27 index 5b5a5c71bbe..00000000000
28 --- a/dev-haskell/io-streams-haproxy/io-streams-haproxy-1.0.0.1.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=6
35 -
36 -# ebuild generated by hackport 0.5.9999
37 -
38 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 -inherit haskell-cabal
40 -
41 -DESCRIPTION="HAProxy protocol 1.5 support for io-streams"
42 -HOMEPAGE="http://snapframework.com/"
43 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-haskell/attoparsec-0.7:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
51 - >=dev-haskell/io-streams-1.3:=[profile?] <dev-haskell/io-streams-1.4:=[profile?]
52 - >=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-2.7:=[profile?]
53 - >=dev-lang/ghc-7.8.2:=
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-haskell/cabal-1.18.1.3
57 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2
58 - >=dev-haskell/test-framework-0.8.0.3 <dev-haskell/test-framework-0.9
59 - >=dev-haskell/test-framework-hunit-0.2.7 <dev-haskell/test-framework-hunit-0.4 )
60 -"