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/pantry/
Date: Wed, 05 Aug 2020 06:46:44
Message-Id: 1596609993.ae0338a62e71f0e48a10465fefdc48d6a4454537.slyfox@gentoo
1 commit: ae0338a62e71f0e48a10465fefdc48d6a4454537
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Tue Aug 4 22:06:48 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 06:46:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0338a6
7
8 dev-haskell/pantry: remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/pantry/Manifest | 1 -
15 dev-haskell/pantry/pantry-0.4.0.1.ebuild | 72 --------------------------------
16 2 files changed, 73 deletions(-)
17
18 diff --git a/dev-haskell/pantry/Manifest b/dev-haskell/pantry/Manifest
19 index 30098f325a5..24d5402699a 100644
20 --- a/dev-haskell/pantry/Manifest
21 +++ b/dev-haskell/pantry/Manifest
22 @@ -1,2 +1 @@
23 -DIST pantry-0.4.0.1.tar.gz 89571 BLAKE2B 4d378ab3a1e951ccb651cd246cfa7328ccbc4dcb8e382e0332122a1bd6334bf3617cb257d8e22865f9dd32f6c75936a0e4871936a25c75596a730df8fcc88d97 SHA512 0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d
24 DIST pantry-0.4.0.2.tar.gz 89491 BLAKE2B df082f4bf08f345fd64d54950241cc27af8259f1ae40ed3b123a10aeda3596c70029b1de08f8d551542af6b9cbdd77184e5dc1bda031be79d371a1051589771a SHA512 17e564825b9b7fa3bf2b091d0d0ba261c5ba17105ae34193b1aeb45db823877240d8d138f9bfb9699e87c946a5c87ce83ba12144aae73919d94c7cf3e7df1d7c
25
26 diff --git a/dev-haskell/pantry/pantry-0.4.0.1.ebuild b/dev-haskell/pantry/pantry-0.4.0.1.ebuild
27 deleted file mode 100644
28 index b68dbeafb85..00000000000
29 --- a/dev-haskell/pantry/pantry-0.4.0.1.ebuild
30 +++ /dev/null
31 @@ -1,72 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# ebuild generated by hackport 0.6.5.9999
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Content addressable Haskell package management"
43 -HOMEPAGE="https://github.com/commercialhaskell/pantry#readme"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -RESTRICT="test" # seems related to http-download, requiring network access
52 -
53 -RDEPEND="dev-haskell/aeson:=[profile?]
54 - dev-haskell/ansi-terminal:=[profile?]
55 - >=dev-haskell/cabal-3:=[profile?] <dev-haskell/cabal-3.1:=[profile?]
56 - dev-haskell/casa-client:=[profile?]
57 - dev-haskell/casa-types:=[profile?]
58 - dev-haskell/conduit:=[profile?]
59 - dev-haskell/conduit-extra:=[profile?]
60 - dev-haskell/cryptonite:=[profile?]
61 - dev-haskell/cryptonite-conduit:=[profile?]
62 - dev-haskell/digest:=[profile?]
63 - dev-haskell/filelock:=[profile?]
64 - dev-haskell/generic-deriving:=[profile?]
65 - dev-haskell/hackage-security:=[profile?]
66 - >=dev-haskell/hpack-0.31.2:=[profile?]
67 - dev-haskell/http-client:=[profile?]
68 - dev-haskell/http-client-tls:=[profile?]
69 - dev-haskell/http-conduit:=[profile?]
70 - dev-haskell/http-download:=[profile?]
71 - dev-haskell/http-types:=[profile?]
72 - dev-haskell/memory:=[profile?]
73 - dev-haskell/mtl:=[profile?]
74 - dev-haskell/network-uri:=[profile?]
75 - dev-haskell/path:=[profile?]
76 - dev-haskell/path-io:=[profile?]
77 - dev-haskell/persistent:=[profile?]
78 - >=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
79 - dev-haskell/persistent-template:=[profile?]
80 - dev-haskell/primitive:=[profile?]
81 - dev-haskell/resourcet:=[profile?]
82 - dev-haskell/rio:=[profile?]
83 - dev-haskell/rio-orphans:=[profile?]
84 - dev-haskell/rio-prettyprint:=[profile?]
85 - dev-haskell/tar-conduit:=[profile?]
86 - dev-haskell/text:=[profile?]
87 - dev-haskell/text-metrics:=[profile?]
88 - dev-haskell/unix-compat:=[profile?]
89 - dev-haskell/unliftio:=[profile?]
90 - dev-haskell/unordered-containers:=[profile?]
91 - dev-haskell/vector:=[profile?]
92 - dev-haskell/yaml:=[profile?]
93 - dev-haskell/zip-archive:=[profile?]
94 - >=dev-lang/ghc-8.2.1:=
95 -"
96 -DEPEND="${RDEPEND}
97 - >=dev-haskell/cabal-2.0.0.2
98 - test? ( dev-haskell/exceptions
99 - dev-haskell/hedgehog
100 - dev-haskell/hspec
101 - dev-haskell/quickcheck
102 - dev-haskell/raw-strings-qq )
103 -"