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-qq/
Date: Wed, 09 Sep 2020 07:09:52
Message-Id: 1599635366.61741a0b380a84ceb0295bb6f837b1344abe068d.slyfox@gentoo
1 commit: 61741a0b380a84ceb0295bb6f837b1344abe068d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 06:54:43 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61741a0b
7
8 dev-haskell/aeson-qq: 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-qq/Manifest | 2 --
14 dev-haskell/aeson-qq/aeson-qq-0.7.4.ebuild | 30 ---------------------------
15 dev-haskell/aeson-qq/aeson-qq-0.8.1.ebuild | 33 ------------------------------
16 3 files changed, 65 deletions(-)
17
18 diff --git a/dev-haskell/aeson-qq/Manifest b/dev-haskell/aeson-qq/Manifest
19 index 3e9f2137da3..6b0d37dea68 100644
20 --- a/dev-haskell/aeson-qq/Manifest
21 +++ b/dev-haskell/aeson-qq/Manifest
22 @@ -1,3 +1 @@
23 -DIST aeson-qq-0.7.4.tar.gz 4202 BLAKE2B adf425ea18b06658aaa509693a65a80d8bac4aa46013e9d30de9b8e46772239ab18ccb975207c95b773e2253722a347c36ed5417a112c751f91a1b92ee8b8464 SHA512 4ca302f27d03698d661bf04c8fa2cfb2d725988e694f62bddfd0ae544e64c6b4980b796cf4b85e13fd9ae289922b242e649abc71df2588306cd024d38e7d90fb
24 -DIST aeson-qq-0.8.1.tar.gz 4286 BLAKE2B 1b1e66d5a9c3f67f43b46665f246c1e83ffdcb92193be69614d49a8236f54b9ad97ca2304bb7e7100c246e682e68cf6ec81ebe3c3fcb1e8019986507a8a45630 SHA512 b1c697c60b7ec721f7801f5ff242ddceaa19a9ada257e7c6b3d3ef502163c058a50bed1110f8fbf761fa8f3da79abec33a04edb2b6555b0d6cf9a0710ad0302d
25 DIST aeson-qq-0.8.3.tar.gz 4751 BLAKE2B 538c51c52470ad628326f67d4822812b352e7141c94ec2e385fc889d869c512705ee4ee58951c31e8422ccdd2ab855cfe4262a874864bd19b60e0ad67132798a SHA512 f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29
26
27 diff --git a/dev-haskell/aeson-qq/aeson-qq-0.7.4.ebuild b/dev-haskell/aeson-qq/aeson-qq-0.7.4.ebuild
28 deleted file mode 100644
29 index 1ca2f1bb4ce..00000000000
30 --- a/dev-haskell/aeson-qq/aeson-qq-0.7.4.ebuild
31 +++ /dev/null
32 @@ -1,30 +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="JSON quasiquoter for Haskell"
44 -HOMEPAGE="https://github.com/zalora/aeson-qq"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
53 - >=dev-haskell/haskell-src-meta-0.1.0:=[profile?]
54 - dev-haskell/parsec:=[profile?]
55 - dev-haskell/text:=[profile?]
56 - dev-haskell/vector:=[profile?]
57 - >=dev-lang/ghc-7.4.1:=
58 -"
59 -DEPEND="${RDEPEND}
60 - >=dev-haskell/cabal-1.8
61 - test? ( dev-haskell/hspec )
62 -"
63
64 diff --git a/dev-haskell/aeson-qq/aeson-qq-0.8.1.ebuild b/dev-haskell/aeson-qq/aeson-qq-0.8.1.ebuild
65 deleted file mode 100644
66 index 1295dabd282..00000000000
67 --- a/dev-haskell/aeson-qq/aeson-qq-0.8.1.ebuild
68 +++ /dev/null
69 @@ -1,33 +0,0 @@
70 -# Copyright 1999-2019 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -# ebuild generated by hackport 0.4.6.9999
76 -
77 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
78 -inherit haskell-cabal
79 -
80 -DESCRIPTION="JSON quasiquoter for Haskell"
81 -HOMEPAGE="https://github.com/zalora/aeson-qq"
82 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
83 -
84 -LICENSE="MIT"
85 -SLOT="0/${PV}"
86 -KEYWORDS="~amd64 ~x86"
87 -IUSE=""
88 -
89 -RDEPEND=">=dev-haskell/aeson-0.6:=[profile?]
90 - dev-haskell/attoparsec:=[profile?]
91 - dev-haskell/base-compat:=[profile?]
92 - >=dev-haskell/haskell-src-meta-0.1.0:=[profile?]
93 - dev-haskell/parsec:=[profile?]
94 - dev-haskell/scientific:=[profile?]
95 - dev-haskell/text:=[profile?]
96 - dev-haskell/vector:=[profile?]
97 - >=dev-lang/ghc-7.4.1:=
98 -"
99 -DEPEND="${RDEPEND}
100 - >=dev-haskell/cabal-1.8
101 - test? ( dev-haskell/hspec )
102 -"