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/hoauth2/
Date: Tue, 04 Aug 2020 06:57:45
Message-Id: 1596524257.4fd66f2fe4942584c057c1e028d909d8f15f024b.slyfox@gentoo
1 commit: 4fd66f2fe4942584c057c1e028d909d8f15f024b
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 06:57:22 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 06:57:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd66f2f
7
8 dev-haskell/hoauth2: bump to 1.8.9
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/hoauth2/Manifest | 1 +
14 dev-haskell/hoauth2/hoauth2-1.8.9.ebuild | 39 ++++++++++++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/dev-haskell/hoauth2/Manifest b/dev-haskell/hoauth2/Manifest
18 index 4bb4daf0afc..c6128d2f3fa 100644
19 --- a/dev-haskell/hoauth2/Manifest
20 +++ b/dev-haskell/hoauth2/Manifest
21 @@ -1,2 +1,3 @@
22 DIST hoauth2-0.4.8.tar.gz 8599 BLAKE2B 9cfaf6bf26937a5b3e9e03489843cd9173aea20d4360bfbbdbb9e083f7ec0c2191f19b6c8b86f07d5216c8fa064558183203d0f3d05e8390afb2a7d3a2f82455 SHA512 b2abf00d0ae7d15911f4a1e17d90d6f0b3931800bc66d77545c566fc64de527cfc86121b57a4ff4187a4a0aa81aea2e150412bf928fdec8e506ab24f9e1bea29
23 DIST hoauth2-0.5.7.tar.gz 12245 BLAKE2B 641c30f90c4420c40e0c73397d5a830c1b9f24095bf31108531303fbfc8d56e4a614a09c2e2fdc11204521d2299faf2c15fd8dc6a0541627c0804ce485cd8bc6 SHA512 218c5cb722861af099efa1cf66025b3fbdaba3574b19fbe39db5bb3ca8431c8436329b9bf9cd7a642227e2bca964843bba6b94cb70d5020321b3f743cc020569
24 +DIST hoauth2-1.8.9.tar.gz 16766 BLAKE2B ee95c10f571815683989f05e64539012b04009f6ee967d62ab6ed40c09d4a7f555f144452eb1a137f9a5f9d79077d8eac042c20bd9199356b8092eaaa46f1475 SHA512 c77f66f54310dea587de5d0f5a37c4d113881705a80b525a9180c94a3eae9d9d8a691ec3759bfd7681f467a633a2692df2e4ef69b6919b5147ee5546c9b49aa4
25
26 diff --git a/dev-haskell/hoauth2/hoauth2-1.8.9.ebuild b/dev-haskell/hoauth2/hoauth2-1.8.9.ebuild
27 new file mode 100644
28 index 00000000000..0d8f917b579
29 --- /dev/null
30 +++ b/dev-haskell/hoauth2/hoauth2-1.8.9.ebuild
31 @@ -0,0 +1,39 @@
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.9999
38 +#hackport: flags: -test
39 +
40 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
41 +inherit haskell-cabal
42 +
43 +DESCRIPTION="Haskell OAuth2 authentication client"
44 +HOMEPAGE="https://github.com/freizl/hoauth2"
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/aeson-1.3.0.0:=[profile?] <dev-haskell/aeson-1.5:=[profile?]
53 + >=dev-haskell/exceptions-0.8.3:=[profile?] <dev-haskell/exceptions-0.11:=[profile?]
54 + >=dev-haskell/http-conduit-2.1:=[profile?] <dev-haskell/http-conduit-2.4:=[profile?]
55 + >=dev-haskell/http-types-0.11:=[profile?] <dev-haskell/http-types-0.13:=[profile?]
56 + >=dev-haskell/microlens-0.4.0:=[profile?] <dev-haskell/microlens-0.5:=[profile?]
57 + >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
58 + >=dev-haskell/unordered-containers-0.2.5:=[profile?]
59 + >=dev-haskell/uri-bytestring-0.2.3.1:=[profile?] <dev-haskell/uri-bytestring-0.4:=[profile?]
60 + >=dev-haskell/uri-bytestring-aeson-0.1:=[profile?] <dev-haskell/uri-bytestring-aeson-0.2:=[profile?]
61 + >=dev-lang/ghc-7.4.1:=
62 +"
63 +DEPEND="${RDEPEND}
64 + >=dev-haskell/cabal-1.10
65 +"
66 +
67 +src_configure() {
68 + haskell-cabal_src_configure \
69 + --flag=-test
70 +}