From 33dd7eef579cec7cc919f371033c0d6c7b6ae1ab Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Wed, 11 Dec 2013 13:25:34 +0000 Subject: Bump dav to 0.5 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F) --- dev-haskell/dav/ChangeLog | 7 ++++++- dev-haskell/dav/dav-0.5.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 dev-haskell/dav/dav-0.5.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/dav/ChangeLog b/dev-haskell/dav/ChangeLog index d293679476c0..45c65037570c 100644 --- a/dev-haskell/dav/ChangeLog +++ b/dev-haskell/dav/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/dav # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/ChangeLog,v 1.1 2013/08/26 11:22:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/ChangeLog,v 1.2 2013/12/11 13:25:34 gienah Exp $ + +*dav-0.5 (11 Dec 2013) + + 11 Dec 2013; Mark Wright +dav-0.5.ebuild: + Bump dav to 0.5 *dav-0.4.1 (26 Aug 2013) diff --git a/dev-haskell/dav/dav-0.5.ebuild b/dev-haskell/dav/dav-0.5.ebuild new file mode 100644 index 000000000000..5567e179be0f --- /dev/null +++ b/dev-haskell/dav/dav-0.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/dav-0.5.ebuild,v 1.1 2013/12/11 13:25:34 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.5.9999 + +CABAL_FEATURES="bin 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="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?] + >=dev-haskell/http-client-0.2:=[profile?] + >=dev-haskell/http-conduit-2:=[profile?] + >=dev-haskell/http-types-0.7:=[profile?] + >=dev-haskell/lens-3.0:=[profile?] + >=dev-haskell/lifted-base-0.1:=[profile?] + >=dev-haskell/mtl-2.1:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + dev-haskell/optparse-applicative:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] + >=dev-haskell/transformers-0.3:=[profile?] + >=dev-haskell/xml-conduit-1.0:=[profile?] <=dev-haskell/xml-conduit-1.2:=[profile?] + >=dev-haskell/xml-hamlet-0.4:=[profile?] <=dev-haskell/xml-hamlet-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad