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/aeson-pretty/
Date: Wed, 09 Sep 2020 07:09:51
Message-Id: 1599635365.0d787faeaaa4a9c8d37cef9dee272e6591b576b9.slyfox@gentoo
1 commit: 0d787faeaaa4a9c8d37cef9dee272e6591b576b9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 06:54:12 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d787fae
7
8 dev-haskell/aeson-pretty: 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/aeson-pretty/Manifest | 3 --
14 dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild | 35 --------------------
15 dev-haskell/aeson-pretty/aeson-pretty-0.7.2.ebuild | 35 --------------------
16 dev-haskell/aeson-pretty/aeson-pretty-0.8.2.ebuild | 37 ----------------------
17 4 files changed, 110 deletions(-)
18
19 diff --git a/dev-haskell/aeson-pretty/Manifest b/dev-haskell/aeson-pretty/Manifest
20 index b0cfebb396a..6463e1c0e00 100644
21 --- a/dev-haskell/aeson-pretty/Manifest
22 +++ b/dev-haskell/aeson-pretty/Manifest
23 @@ -1,4 +1 @@
24 -DIST aeson-pretty-0.7.1.tar.gz 4811 BLAKE2B 4a8cb1d51376cdc403f5bbff92b012ca6e88bc02283cfe2a0990611a7b74153d820a4d5b826b92f58d8afa14e67b5336453864add33e7716efd9bc0adc949cde SHA512 53522c5235b8252c0a293ebe6a988cfb7f61cc575df664a27851652a47b948acd322898e70e128c91d1aaf6b5bd27c8a1717edcc3ea423f34e7943791a301326
25 -DIST aeson-pretty-0.7.2.tar.gz 4838 BLAKE2B cc2ae346a7fbc13f854cf4bb716be68b2e45e2c15848cc5b77c15275fe0d43288a1987e5a95835ba923269612b8914338fca5e25c0ce66e59d9798a4e821ec55 SHA512 beabdb13c1a7c5a8fa7acdfe0e0f7b6b00d901d6aada360c17e43704cddd92d6464901885dd529710cc090c9649aa63b7241a5155178f0ff27145ed1ef4f347b
26 -DIST aeson-pretty-0.8.2.tar.gz 5456 BLAKE2B 7fef48f20aca649a49b84f79790ad7b6605c5f4655a5d8bea965104ffed0436449ebed7b6f40079164e86d4a016c7259fc48d35ce1e74caff5c805d7599bef15 SHA512 ec3af960b6afff9eb25d3679c23f8c627b9baeb0c10bcd9eb1ac60cc118988e6e47904d7e93bb4e260578fa41b58cfa7bd797fa5e0043c985a8f2b574b7d243a
27 DIST aeson-pretty-0.8.8.tar.gz 5600 BLAKE2B cac5605b17405868ea373806021e9ba2b3bd3bcb864e97067d4086289a53c2118922e318fb966172a0c0cf0df900e577698afdcea1291464151fc0a01f359dde SHA512 5867343c5d51d632bb299fcbc00cdb29b0feb1931f0ff9c3cf89c5752f1a103c68c9e6fa65e8538ac19212853c39f6d1d6e0c2d9f0bf49fe001c1bfd792db779
28
29 diff --git a/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild
30 deleted file mode 100644
31 index 16cd9f8ef3e..00000000000
32 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild
33 +++ /dev/null
34 @@ -1,35 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.3.5.9999
41 -
42 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="JSON pretty-printing library and command-line tool"
46 -HOMEPAGE="https://github.com/informatikr/aeson-pretty"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="lib-only"
53 -
54 -RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
55 - >=dev-haskell/text-0.11:=[profile?]
56 - >=dev-haskell/unordered-containers-0.1.3.0:=[profile?]
57 - >=dev-haskell/vector-0.9:=[profile?]
58 - >=dev-lang/ghc-6.10.4:=
59 - !lib-only? ( >=dev-haskell/attoparsec-0.10:=[profile?]
60 - >=dev-haskell/cmdargs-0.7:=[profile?] )
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.8
64 -"
65 -
66 -src_configure() {
67 - haskell-cabal_src_configure \
68 - $(cabal_flag lib-only lib-only)
69 -}
70
71 diff --git a/dev-haskell/aeson-pretty/aeson-pretty-0.7.2.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.7.2.ebuild
72 deleted file mode 100644
73 index 00f61b2b36d..00000000000
74 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.7.2.ebuild
75 +++ /dev/null
76 @@ -1,35 +0,0 @@
77 -# Copyright 1999-2019 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -# ebuild generated by hackport 0.4.4.9999
83 -
84 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
85 -inherit haskell-cabal
86 -
87 -DESCRIPTION="JSON pretty-printing library and command-line tool"
88 -HOMEPAGE="https://github.com/informatikr/aeson-pretty"
89 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
90 -
91 -LICENSE="BSD"
92 -SLOT="0/${PV}"
93 -KEYWORDS="~amd64 ~x86"
94 -IUSE="lib-only"
95 -
96 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
97 - >=dev-haskell/text-0.11:=[profile?]
98 - >=dev-haskell/unordered-containers-0.1.3.0:=[profile?]
99 - >=dev-haskell/vector-0.9:=[profile?]
100 - >=dev-lang/ghc-7.4.1:=
101 - !lib-only? ( >=dev-haskell/attoparsec-0.10:=[profile?]
102 - >=dev-haskell/cmdargs-0.7:=[profile?] )
103 -"
104 -DEPEND="${RDEPEND}
105 - >=dev-haskell/cabal-1.8
106 -"
107 -
108 -src_configure() {
109 - haskell-cabal_src_configure \
110 - $(cabal_flag lib-only lib-only)
111 -}
112
113 diff --git a/dev-haskell/aeson-pretty/aeson-pretty-0.8.2.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.8.2.ebuild
114 deleted file mode 100644
115 index 1bd4653f52f..00000000000
116 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.8.2.ebuild
117 +++ /dev/null
118 @@ -1,37 +0,0 @@
119 -# Copyright 1999-2019 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=6
123 -
124 -# ebuild generated by hackport 0.5.9999
125 -
126 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
127 -inherit haskell-cabal
128 -
129 -DESCRIPTION="JSON pretty-printing library and command-line tool"
130 -HOMEPAGE="https://github.com/informatikr/aeson-pretty"
131 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
132 -
133 -LICENSE="BSD"
134 -SLOT="0/${PV}"
135 -KEYWORDS="~amd64 ~x86"
136 -IUSE="lib-only"
137 -
138 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
139 - >=dev-haskell/base-compat-0.9:=[profile?] <dev-haskell/base-compat-0.10:=[profile?]
140 - >=dev-haskell/scientific-0.3:=[profile?]
141 - >=dev-haskell/text-0.11:=[profile?]
142 - >=dev-haskell/unordered-containers-0.1.3.0:=[profile?]
143 - >=dev-haskell/vector-0.9:=[profile?]
144 - >=dev-lang/ghc-7.4.1:=
145 - !lib-only? ( >=dev-haskell/attoparsec-0.10:=[profile?]
146 - >=dev-haskell/cmdargs-0.7:=[profile?] )
147 -"
148 -DEPEND="${RDEPEND}
149 - >=dev-haskell/cabal-1.8
150 -"
151 -
152 -src_configure() {
153 - haskell-cabal_src_configure \
154 - $(cabal_flag lib-only lib-only)
155 -}