commit:     cc23d85103e1b13fc20d340b413ff4a0007e4bf8
Author:     Jack Todaro <solpeth <AT> posteo <DOT> org>
AuthorDate: Sat Aug  1 04:41:19 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 08:04:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc23d851

dev-haskell/dav: bump up to 1.3.4

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/dav/Manifest         |  1 +
 dev-haskell/dav/dav-1.3.4.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-haskell/dav/Manifest b/dev-haskell/dav/Manifest
index 68520662beb..645d0fedb3e 100644
--- a/dev-haskell/dav/Manifest
+++ b/dev-haskell/dav/Manifest
@@ -4,3 +4,4 @@ DIST DAV-0.6.2.tar.gz 19039 BLAKE2B 
d00443cdf7e4305ea0b424f292e44b2cbefe5b388b70
 DIST DAV-1.0.7.tar.gz 19768 BLAKE2B 
923f1c20db5325527798bfc6c0b02f02aa051e3e7969e90c43bdf6bbc804918e88c0c5784295060afccf29d095e67a73d76a8a3cd3c610af5172caec7c81ca52
 SHA512 
3f4cdd5c708793a3c9542cb89845cc8de6a456ba55bc564bf7227ca2c3243807e3e85d6995581ad7662c994d65a0a9cde6f3c0d0a7fbe8ac7c8a07e338b039a8
 DIST DAV-1.3.1.tar.gz 20003 BLAKE2B 
ae4227b845761092a7435dc2c5a82640c3abf547587bc3b0a0ed3af2a2dd3b96498f45ab299abf7e85711b55ef233efc3be0e4e311f9204aa2196048281eb953
 SHA512 
d9f502e52c6d6de774b6b25426f1231c02e1a522ea2b991266ddb56778fd34c3a2dcafc81fdf55332895df4b9ca717e3df30cdf39b707589224b646f1895a621
 DIST DAV-1.3.3.tar.gz 20524 BLAKE2B 
23eeaddac4e9bbc5e969caa978f2b806c025fa8cda7337c81956950644d564d20e37a6ee468baf07ac2ffcffcbc7be8f7165360548753ecede6b876f1d6d012c
 SHA512 
bbc9a4d685e25ac763c05dd8dc72d7db39196dbbb0cd898b66f644abc8333cd82950439fd446770c5aae737fd863afe881129ce551dadf9d0f75ef52df738fae
+DIST DAV-1.3.4.tar.gz 19884 BLAKE2B 
84993b24cb4db897c76c964e8600bb3f882523792545e8d22468a7e435d53a2a2f05716595d73df3ec3f05f3e30a9d56c31bb446fc28e00126b5a853486c9206
 SHA512 
95bb567488bed2fef3813597ea9c080781bbc25117995901ff7264c0f04bf4db1bad6c9c94c4d1fbea968245041752b2b720d4c42b4c23191eda5e3dc0c292b6

diff --git a/dev-haskell/dav/dav-1.3.4.ebuild b/dev-haskell/dav/dav-1.3.4.ebuild
new file mode 100644
index 00000000000..9faf65b3f59
--- /dev/null
+++ b/dev-haskell/dav/dav-1.3.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.3
+#hackport: flags: -mtl-compat
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="DAV"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="RFC 4918 WebDAV support"
+HOMEPAGE="http://floss.scru.org/hDAV";
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?]
+       dev-haskell/data-default:=[profile?]
+       >=dev-haskell/exceptions-0.7:=[profile?]
+       dev-haskell/haskeline:=[profile?]
+       >=dev-haskell/http-client-0.4:=[profile?]
+       >=dev-haskell/http-client-tls-0.2:=[profile?]
+       >=dev-haskell/http-types-0.7:=[profile?]
+       >=dev-haskell/lens-3.0:=[profile?]
+       >=dev-haskell/mtl-2.2.1:=[profile?]
+       >=dev-haskell/network-2.6.10:=[profile?]
+       >=dev-haskell/network-uri-2.6:=[profile?]
+       >=dev-haskell/optparse-applicative-0.10.0:=[profile?]
+       dev-haskell/transformers-base:=[profile?]
+       >=dev-haskell/transformers-compat-0.3:=[profile?]
+       dev-haskell/utf8-string:=[profile?]
+       >=dev-haskell/xml-conduit-1.0:=[profile?]
+       >=dev-haskell/xml-hamlet-0.4:=[profile?]
+       >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.18.1.3
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+       haskell-cabal_src_configure \
+               --flag=-mtl-compat
+}

Reply via email to