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/dav/
Date: Sat, 01 Aug 2020 08:08:52
Message-Id: 1596269073.cc23d85103e1b13fc20d340b413ff4a0007e4bf8.slyfox@gentoo
1 commit: cc23d85103e1b13fc20d340b413ff4a0007e4bf8
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Sat Aug 1 04:41:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 08:04:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc23d851
7
8 dev-haskell/dav: bump up to 1.3.4
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/dav/Manifest | 1 +
15 dev-haskell/dav/dav-1.3.4.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++
16 2 files changed, 53 insertions(+)
17
18 diff --git a/dev-haskell/dav/Manifest b/dev-haskell/dav/Manifest
19 index 68520662beb..645d0fedb3e 100644
20 --- a/dev-haskell/dav/Manifest
21 +++ b/dev-haskell/dav/Manifest
22 @@ -4,3 +4,4 @@ DIST DAV-0.6.2.tar.gz 19039 BLAKE2B d00443cdf7e4305ea0b424f292e44b2cbefe5b388b70
23 DIST DAV-1.0.7.tar.gz 19768 BLAKE2B 923f1c20db5325527798bfc6c0b02f02aa051e3e7969e90c43bdf6bbc804918e88c0c5784295060afccf29d095e67a73d76a8a3cd3c610af5172caec7c81ca52 SHA512 3f4cdd5c708793a3c9542cb89845cc8de6a456ba55bc564bf7227ca2c3243807e3e85d6995581ad7662c994d65a0a9cde6f3c0d0a7fbe8ac7c8a07e338b039a8
24 DIST DAV-1.3.1.tar.gz 20003 BLAKE2B ae4227b845761092a7435dc2c5a82640c3abf547587bc3b0a0ed3af2a2dd3b96498f45ab299abf7e85711b55ef233efc3be0e4e311f9204aa2196048281eb953 SHA512 d9f502e52c6d6de774b6b25426f1231c02e1a522ea2b991266ddb56778fd34c3a2dcafc81fdf55332895df4b9ca717e3df30cdf39b707589224b646f1895a621
25 DIST DAV-1.3.3.tar.gz 20524 BLAKE2B 23eeaddac4e9bbc5e969caa978f2b806c025fa8cda7337c81956950644d564d20e37a6ee468baf07ac2ffcffcbc7be8f7165360548753ecede6b876f1d6d012c SHA512 bbc9a4d685e25ac763c05dd8dc72d7db39196dbbb0cd898b66f644abc8333cd82950439fd446770c5aae737fd863afe881129ce551dadf9d0f75ef52df738fae
26 +DIST DAV-1.3.4.tar.gz 19884 BLAKE2B 84993b24cb4db897c76c964e8600bb3f882523792545e8d22468a7e435d53a2a2f05716595d73df3ec3f05f3e30a9d56c31bb446fc28e00126b5a853486c9206 SHA512 95bb567488bed2fef3813597ea9c080781bbc25117995901ff7264c0f04bf4db1bad6c9c94c4d1fbea968245041752b2b720d4c42b4c23191eda5e3dc0c292b6
27
28 diff --git a/dev-haskell/dav/dav-1.3.4.ebuild b/dev-haskell/dav/dav-1.3.4.ebuild
29 new file mode 100644
30 index 00000000000..9faf65b3f59
31 --- /dev/null
32 +++ b/dev-haskell/dav/dav-1.3.4.ebuild
33 @@ -0,0 +1,52 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +# ebuild generated by hackport 0.6.3
40 +#hackport: flags: -mtl-compat
41 +
42 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
43 +inherit haskell-cabal
44 +
45 +MY_PN="DAV"
46 +MY_P="${MY_PN}-${PV}"
47 +
48 +DESCRIPTION="RFC 4918 WebDAV support"
49 +HOMEPAGE="http://floss.scru.org/hDAV"
50 +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
51 +
52 +LICENSE="GPL-3"
53 +SLOT="0/${PV}"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +
57 +RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?]
58 + dev-haskell/data-default:=[profile?]
59 + >=dev-haskell/exceptions-0.7:=[profile?]
60 + dev-haskell/haskeline:=[profile?]
61 + >=dev-haskell/http-client-0.4:=[profile?]
62 + >=dev-haskell/http-client-tls-0.2:=[profile?]
63 + >=dev-haskell/http-types-0.7:=[profile?]
64 + >=dev-haskell/lens-3.0:=[profile?]
65 + >=dev-haskell/mtl-2.2.1:=[profile?]
66 + >=dev-haskell/network-2.6.10:=[profile?]
67 + >=dev-haskell/network-uri-2.6:=[profile?]
68 + >=dev-haskell/optparse-applicative-0.10.0:=[profile?]
69 + dev-haskell/transformers-base:=[profile?]
70 + >=dev-haskell/transformers-compat-0.3:=[profile?]
71 + dev-haskell/utf8-string:=[profile?]
72 + >=dev-haskell/xml-conduit-1.0:=[profile?]
73 + >=dev-haskell/xml-hamlet-0.4:=[profile?]
74 + >=dev-lang/ghc-7.8.2:=
75 +"
76 +DEPEND="${RDEPEND}
77 + >=dev-haskell/cabal-1.18.1.3
78 +"
79 +
80 +S="${WORKDIR}/${MY_P}"
81 +
82 +src_configure() {
83 + haskell-cabal_src_configure \
84 + --flag=-mtl-compat
85 +}