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/http-types/
Date: Sat, 12 Sep 2020 21:13:12
Message-Id: 1599945175.cfd4daa3018aeaae8f6531d7228ec3839986b6e8.slyfox@gentoo
1 commit: cfd4daa3018aeaae8f6531d7228ec3839986b6e8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 20:59:51 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:12:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd4daa3
7
8 dev-haskell/http-types: 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/http-types/Manifest | 2 --
14 dev-haskell/http-types/http-types-0.8.6.ebuild | 31 --------------------------
15 dev-haskell/http-types/http-types-0.9.1.ebuild | 31 --------------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/dev-haskell/http-types/Manifest b/dev-haskell/http-types/Manifest
19 index ef30cec235c..5d9ef502fa9 100644
20 --- a/dev-haskell/http-types/Manifest
21 +++ b/dev-haskell/http-types/Manifest
22 @@ -1,3 +1 @@
23 DIST http-types-0.12.3.tar.gz 13547 BLAKE2B 1588845844fd4c346473fba2764e3d8714743af948c41d4163c0d039aa9840769674b6953ee4a8a80774acbd876913503992a4be611bf34a87fb3f695cc78a48 SHA512 fdaf95cfd29ed47445af4ad6349fcbbf4dcd8341f3963da453f8be5eccae4757904d3c4e7a8719ab576a7e7857aaa035ecfc1aa8f99f4ec6fce950c7ccc76597
24 -DIST http-types-0.8.6.tar.gz 10796 BLAKE2B cae66579a8aff76c97e4663ac1aece38c9fd0de72df7581febffd8db0c77e30e3659139aee4eb4812f0fa7011c5be89397657c82bcb3c0af563bb8470d7baf07 SHA512 c31dbc3e61afe42e6b279463b6c156dc343d1ca163a0c0b3f7e9afc0eee55cba31e655cbf7e615a62f32fa7ca1a52da288310c3b749e2d11b9c27268191cb8d1
25 -DIST http-types-0.9.1.tar.gz 12284 BLAKE2B 8e724b4abf896678a495fc21d942c93287e11480785730a8b79b4d158cf01ab9710c6cddb5e5287ad327f627d4eb7c1478d22c537fd9455aca5e14a0adebd18f SHA512 b51c0f6946d1952fa0e91db1164d77ab12e0709fdf9555b53f5c25ed7c55365b433733a933dd2765ce14d0ca2685edce7573c9dbfb75ae49443b4f177d170c40
26
27 diff --git a/dev-haskell/http-types/http-types-0.8.6.ebuild b/dev-haskell/http-types/http-types-0.8.6.ebuild
28 deleted file mode 100644
29 index 9e2a0b0f012..00000000000
30 --- a/dev-haskell/http-types/http-types-0.8.6.ebuild
31 +++ /dev/null
32 @@ -1,31 +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 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)"
44 -HOMEPAGE="https://github.com/aristidb/http-types"
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/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
53 - >=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
54 - >=dev-haskell/text-0.11.0.2:=[profile?]
55 - >=dev-lang/ghc-7.4.1:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.8
59 - test? ( >=dev-haskell/doctest-0.9.3
60 - >=dev-haskell/hspec-1.3
61 - dev-haskell/quickcheck
62 - dev-haskell/quickcheck-instances )
63 -"
64
65 diff --git a/dev-haskell/http-types/http-types-0.9.1.ebuild b/dev-haskell/http-types/http-types-0.9.1.ebuild
66 deleted file mode 100644
67 index 72ef46ef205..00000000000
68 --- a/dev-haskell/http-types/http-types-0.9.1.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -# ebuild generated by hackport 0.4.7.9999
77 -
78 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
79 -inherit haskell-cabal
80 -
81 -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)"
82 -HOMEPAGE="https://github.com/aristidb/http-types"
83 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
84 -
85 -LICENSE="BSD"
86 -SLOT="0/${PV}"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE=""
89 -
90 -RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
91 - >=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?]
92 - >=dev-haskell/text-0.11.0.2:=[profile?]
93 - >=dev-lang/ghc-7.4.1:=
94 -"
95 -DEPEND="${RDEPEND}
96 - >=dev-haskell/cabal-1.8
97 - test? ( >=dev-haskell/doctest-0.9.3
98 - >=dev-haskell/hspec-1.3
99 - dev-haskell/quickcheck
100 - dev-haskell/quickcheck-instances )
101 -"